> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/interfacing-help-files-fr/business-continuity/gestion-des-analyses-dimpact-sur-les-activites-applications/creation-et-gestion-des-aia/realiser-une-aia/cadre-de-notation-des-aia.md).

# Cadre de notation des AIA

Critères de notation des AIA.

Chaque onglet du formulaire [**Réaliser une AIA**](broken://pages/pJf6mAHEO02Zex6HJUDo) est noté selon les critères décrits ci-dessous.

#### Onglet Solutions de contournement

Cet onglet contient plusieurs questions. Seules les quatre suivantes contribuent au score global :

* **Ce processus dispose-t-il d’une solution de contournement manuelle ?**
  * Non = 5 points
* **Ce processus peut-il être réalisé à distance ?**
  * Non = 5 points
* **Quels sites sont affectés par ce processus ?**
  * Un ou plusieurs sites = 5 points
* **Si ce processus échoue, le client peut-il accéder à un processus de remplacement ?**
  * Non = 5 points

***

#### Onglet ODR et OPR

L’**ODR** sélectionné est noté comme suit :

| ODR               | Score      |
| ----------------- | ---------- |
| 0 minute          | 20 points  |
| 24 heures         | 15 points  |
| 48 heures         | 10 points  |
| 72 heures         | 7,5 points |
| Plus de 72 heures | 5 points   |

L’**OPR** sélectionné est noté comme suit :

| OPR                      | Score      |
| ------------------------ | ---------- |
| Haute disponibilité (HD) | 20 points  |
| Moins d’une heure        | 15 points  |
| 1 à 7 heures             | 10 points  |
| 8 à 23 heures            | 7,5 points |
| Plus de 24 heures        | 5 points   |

***

#### Onglet Impact financier

Chaque niveau d’impact financier reçoit le score suivant :

| Niveau d’impact | Score     |
| --------------- | --------- |
| Très élevé      | 4 points  |
| Élevé           | 3 points  |
| Moyen           | 2 points  |
| Faible          | 1 point   |
| Très faible     | 0,5 point |

Le score total d’**impact financier** est la somme des scores de tous les intervalles sélectionnés. Par exemple, 2 heures, 4 heures, 24 heures, 48 heures et 72 heures.

***

#### Onglet Impact non financier

Chaque niveau d’impact non financier reçoit le score suivant :

| Niveau d’impact | Score     |
| --------------- | --------- |
| Très élevé      | 0,8 point |
| Élevé           | 0,6 point |
| Moyen           | 0,4 point |
| Faible          | 0,2 point |
| Très faible     | 0,1 point |

Le score total d’**impact non financier** est la somme des scores de toutes les catégories d’effets.

***

#### Onglet Impact des sinistres

Chaque niveau d’impact des sinistres reçoit le score suivant :

| Niveau d’impact | Score    |
| --------------- | -------- |
| Très élevé      | 5 points |
| Élevé           | 4 points |
| Moyen           | 3 points |
| Faible          | 2 points |
| Très faible     | 1 point  |

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://interfacing.gitbook.io/interfacing-help-files/interfacing-help-files-fr/business-continuity/gestion-des-analyses-dimpact-sur-les-activites-applications/creation-et-gestion-des-aia/realiser-une-aia/cadre-de-notation-des-aia.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
