# Relative vs. Absolute Mitigations

## Mitigations having a Relative Risk Reduction

Aligned Element is configured by default to calculate the new RPN using **relative** mitigations. This implies that each mitigation probability/severity reduction/visibility enhancement is subtracted from the original hazard/harm in an accumulative manner.

For example: Original Hazard/Harm: Severity=9, Probability=8 => RPN= 9*8=>72 First Mitigation with probability reduction 2, => new Probability 8-2=6 => NRPN= 9*6=>54 Second Mitigation with probability reduction 1, => new Probability 8-2-1= 5 => NRPN = 9\*5=>45

This means that the NRPN after applying a mitigation is **relative** to the initial Hazard/Harm RPN. Depending on where the RPN start you can get a different NRPN when applying the same mitigations.

## Mitigations having an Absolute Risk Reduction

Aligned Elements can also be configured to use **absolute** mitigations. This implies that an applied mitigation designates a new probability/severity/visibility to the hazard/harm.

For example: Original Hazard/Harm: Severity=9, Probability=8 => RPN= 9*8=>72 First applied Mitigation has a new probability 5 => NRPN= 9*5=>45 Second applied Mitigation has a new probability 6 => NRPN=9\*5=>45

Note that the new probability in the first mitigation "overrides" the new probability in the second probability (i.e. Min(6,5)=>5) and that the second mitigation, therefore, has no additional risk reducing impact. With this convention the NRPN is absolute to the initial RPN after applying mitigations; where relative mitigations are calculated in an accumulative fashion, the absolute mitigations apply a Min/Floor function of the applied mitigations.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aligned.ch/aligned-elements-web-client-user-manual/3.2.287.25450/risk-analysis/relative-vs.-absolute-mitigations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
