What ARP 4761 Requires
The standard mandates a top-down, iterative cascade of safety analyses that flows from aircraft-level functions down to individual hardware and software components:- Functional Hazard Assessment (FHA) — identify what can go wrong at the system function level
- Preliminary System Safety Assessment (PSSA) — allocate safety requirements down to subsystems
- System Safety Assessment (SSA) — verify that the implemented design meets the allocated requirements
- Supporting analyses — Fault Tree Analysis (FTA), Common Cause Analysis (CCA), and FMEA fill out the evidence picture
The Failure Condition as the Central Artifact
At the heart of ARP 4761 is the failure condition — a specific, flight-phase-aware description of what happens when a function fails. ThefailureCondition work item type captures this with precision:
- Classification using the ARP 4761 five-level severity scale: Catastrophic, Hazardous, Major, Minor, No Safety Effect
- Flight phase scoped to one of seven phases (Takeoff, Climb, Cruise, Descent, Approach, Landing, Ground) — because a pressurization failure is far more critical at cruise altitude than on the ground
- Probability target drawn from the ARP 4761 standard scale: Extremely Improbable (<10⁻⁹) through Probable
- DAL allocation automatically derived from the classification — a Catastrophic failure condition always requires DAL A; no manual override is needed or permitted
How the Three Risksheet Templates Divide the Work
The FHA → PSSA → SSA cascade maps directly to three risksheet templates, each with its own risk type and column set:safetyRequirement, each back-linked to the parent failure condition via the allocatesTo link role. Four custom fields on every safety requirement define where it must be implemented (allocatedSubsystem), how it will be verified (verificationMethod: Test, Analysis, Inspection, or Demonstration), and which failure modes from FMEA contribute to its evidence (contributingFMs).
SSA Risksheet — the closure phase. Returns to failureCondition as the risk type, but now the nine-column view shows probability target, DAL, evidence records, verification status, and safety objectives side by side. The SSA is what a certification authority reviews to confirm the loop is closed.
The Role of the allocatesTo Link
A common misconception is that safety requirements are simply documents alongside failure conditions. In the Aerospace Safety Solution, they are connected: the allocatesTo link role creates a traceable edge from each failureCondition to the safetyRequirement that addresses it. This link is what enables the PSSA risksheet to display the source failure condition’s classification and DAL without re-entering data — and it is what the SSA verification view traverses when checking whether all Catastrophic and Hazardous failure conditions have closed verification evidence.
Severity, Color, and the 5×5 Risk Matrix
The Safety Assessment Summary dashboard visualizes the complete ARP 4761 safety posture. The 5×5 risk matrix plots all failure conditions at the intersection of their five-level severity classification and five-level probability target. Color coding follows a straightforward scheme: green cells indicate combinations that are already acceptably improbable, amber cells warrant monitoring, and red cells demand action. This matrix is not a management artifact — it is a direct translation of ARP 4761 Table 2, which defines the maximum allowable probability for each severity level. A Catastrophic failure condition in a red cell means the design has not yet demonstrated the Extremely Improbable (<10⁻⁹) probability target required by the standard.Supporting Analysis Integration
The FMEA layer (SFMEA for system-level, DFMEA for component-level) feeds back into the ARP 4761 cascade through thecontributingFMs field on safety requirements. The riskControl work item type records mitigation actions, and the ARP 4761 Safety Assessment Traceability PowerSheet provides a cross-cutting view that links Safety-Critical Items, Design Requirements, and Failure Mode Analysis in a single matrix — useful when a certification auditor needs to verify that every Catastrophic failure condition has both a safety requirement and a demonstrated risk control.
The specific column layouts, view configurations, and dashboard widget behavior described here are drawn from source configuration files. Field names, enum values, and link role behavior should be verified against the live application before use in certification documentation.
Source References (dev)
Source References (dev)
Code:
.polarion/tracker/fields/failureCondition-classification-enum.xml (0.74) · .polarion/nextedy/sheet-configurations/ARP 4761 Safety Assessment Traceability.yaml (0.68) · .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.67) · .polarion/tracker/fields/safetyRequirement-custom-fields.xml (0.64) · .polarion/nextedy/models/rtm.yaml (0.64) · datasets/sol-aero-ui-walkthrough/summary.md, navigation.md, dashboards/home-dashboard.md, dashboards/role-dashboards.md, dashboards/standards-compliance.md, risksheet-views/risksheet-views.md, work-item-types/data-model.md (0.63) · .polarion/tracker/fields/failureCondition-phase-enum.xml (0.61) · .polarion/tracker/fields/safetyObjective-probability-enum.xml (0.61) · modules/RiskTemplates/SSATemplate/attachments/risksheet.json (0.59) · modules/RiskTemplates/PSSATemplate/attachments/risksheet.json (0.58)