What safety analysis documents does the Aerospace Safety Solution support?
The Aerospace Safety Solution provides five ARP 4761-aligned safety assessment document types: Functional Hazard Assessment (FHA), Preliminary System Safety Assessment (PSSA), System Safety Assessment (SSA), Fault Tree Analysis (FTA), and Common Cause Analysis (CCA). Each is implemented as a Risksheet with a pre-configured column layout tailored to that analysis method. For a complete list with column structures, see Reference.What is the difference between FHA, PSSA, and SSA?
These three documents represent the ARP 4761 safety assessment lifecycle in sequence:| Document | Purpose | Primary Work Item |
|---|---|---|
| FHA | Identify failure conditions and assign classification + DAL | failureCondition |
| PSSA | Allocate safety requirements from failure conditions | safetyRequirement |
| SSA | Verify compliance and confirm evidence closure | failureCondition |
How does DAL allocation work in the FHA?
DAL (Design Assurance Level) is automatically computed from theclassification field of each failure condition. The mapping follows ARP 4754A:
allocatesTo link role.
What failure condition classification levels are available?
Theclassification field uses a 5-level enumeration aligned with ARP 4761:
- Catastrophic — Loss of life or aircraft; probability target < 10⁻⁹ per flight hour
- Hazardous — Severe injuries or fatal to small number; DAL B
- Major — Significant reduction in safety margins; DAL C
- Minor — Slight reduction in safety margins; DAL D
- No Safety Effect (NSE) — No effect on safety; DAL E
Exact probability target thresholds and any project-specific overrides should be confirmed in the running Polarion instance, as source coverage was limited to code features.
How does the traceability chain connect functions to safety requirements?
The full ARP 4761 traceability chain uses three link roles working in sequence:assesses link connects a function to the failure conditions that affect it. The causeOf link propagates failure modes up to the failure condition they cause. The allocatesTo link bridges FHA findings into PSSA safety requirements, which are then traced to system elements via allocatedTo.
What is the verification status progression for failure conditions?
Each failure condition in the SSA tracks a 4-state verification progression:- Open — Identified but not yet analyzed
- In Progress — Analysis underway; evidence being gathered
- Completed — Analysis complete; evidence attached
- Verified — Independent review confirmed closure
What does Common Cause Analysis (CCA) cover?
The CCA Risksheet implements the three ARP 4761 common cause analysis types: Zonal Safety Analysis (ZSA), Particular Risk Analysis (PRA), and Common Mode Analysis (CMA). Each entry groups common cause events by analysis type and links to affected functions and risk controls. CCA is unique to the aerospace solution configuration and is not present in other solution variants.What FMEA types are supported and how do they differ?
Two FMEA types are available, differing in their level of system decomposition:| Type | Scope | Typical Column Count |
|---|---|---|
| SFMEA (System FMEA) | System and subsystem level; focuses on functional failure modes | 10 columns |
| DFMEA (Design FMEA) | Component level; includes RPN scoring with occurrence, severity, detection | 12 columns |
How does the Aerospace Safety Solution support MIL-STD-882E alongside ARP 4761?
The solution includes a dedicated Hazard Tracking document type aligned with MIL-STD-882E for programs that operate under both military and civil airworthiness frameworks. Hazards are tracked separately from failure conditions and can be linked to risk controls via themitigates role. The Certification Readiness Scorecard tracks MIL-STD-882E compliance alongside ARP 4761 and DO-178C in a unified view.
For related questions about certification evidence and compliance tracking, see Certification and Compliance Questions.
Source References (dev)
Source References (dev)
Code:
.polarion/pages/spaces/_default/Safety Assessment Summary/page.xml, Common Cause Analysis Report/page.xml, Security Threat Assessment/page.xml, Hara Risk Matrix Report/page.xml (0.57) · .polarion/tracker/fields/workitem-link-role-enum.xml (0.55) · .polarion/nextedy/models/rtm.yaml (0.54) · .polarion/nextedy/sheet-configurations/ARP 4761 Safety Assessment Traceability.yaml (0.54) · modules/RiskTemplates/SSATemplate/attachments/risksheet.json (0.53) · .polarion/pages/spaces/_default/Program Manager Dashboard/page.xml, Safety Engineer Dashboard/page.xml, Design Engineer Dashboard/page.xml, VandV Engineer Dashboard/page.xml, Config Manager Dashboard/page.xml (0.50) · modules/RiskTemplates/PSSATemplate/attachments/risksheet.json (0.50) · .polarion/tracker/fields/designRequirement-subType-enum.xml, environmentalCategory-enum.xml, fta-gateType-enum.xml, cca-analysisType-enum.xml, controlType-enum.xml, riskControlType-enum.xml, verificationMethod-enum.xml, testLevel-enum.xml (0.49) · modules/RiskTemplates/FHATemplate/attachments/risksheet.json (0.48) · .polarion/tracker/fields/classification-enum.xml (0.47)