> For the complete documentation index, see [llms.txt](https://docs.totallink.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.totallink.nl/grex/how-to.../risicomanagement-uitvoeren/geavanceerd-risicomanagement.md).

# Geavanceerd risicomanagement

(Alleen beschikbaar als de geavanceerde risicomanagementmodule is afgenomen.)

### Aanzetten impactbandbreedte en kansverdeling

Standaard staat kans x impact ingesteld en zichtbaar bij het tabblad Risico. Je kunt ervoor kiezen om ook een impactbandbreedte aan te geven en een kansverdeling.&#x20;

1. Ga naar de tegel Uitgangspunten en totalen --> werkportfolio --> tabblad uitgangspunten risico's
2. Zet het schuifje 'Project Specifieke Risico's' aan

<figure><img src="https://1637797638-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlsO9z0kiO5DiCpCGBf13%2Fuploads%2FOQoqQMMddArbuOwXu2gM%2Fimage.png?alt=media&amp;token=ea261524-e161-41d7-aee4-76a6709cfdda" alt=""><figcaption></figcaption></figure>

3. Ga nu terug naar het project en het tabblad Risico's. Nu kan je zowel de impactbandbreedte invoeren als de kansverdeling voor de Monte Carlo analyse.&#x20;

<figure><img src="https://1637797638-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlsO9z0kiO5DiCpCGBf13%2Fuploads%2FYhqV8qRFuNMWstCd3ckW%2Fimage.png?alt=media&amp;token=c4962b73-3065-4c88-84b5-be2b48b6a10b" alt=""><figcaption></figcaption></figure>

### Impactbandbreedte per projectrisico

Vul voor elk projectspecifiek risico de **minimum** en **maximum** impactwaarden in. Let op: het minimum impactbedrag vertegenwoordigt het financiële gevolg bij optreden en is zelden 0.

### Kansverdelingen

| Verdeling           | Beschrijving                                               |
| ------------------- | ---------------------------------------------------------- |
| **Gelijk**          | Elke waarde heeft evenveel kans                            |
| **Normaal**         | De middelste waarde is het meest waarschijnlijk            |
| **Normaal (smal)**  | Sterkere concentratie rond het gemiddelde                  |
| **Gelijk aflopend** | Verminderde kans op extremen                               |
| **Oplopend**        | Lagere kans op lage extremen, hogere kans op hoge extremen |
| **Aflopend**        | Hogere kans op lage extremen, lagere kans op hoge extremen |


---

# 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://docs.totallink.nl/grex/how-to.../risicomanagement-uitvoeren/geavanceerd-risicomanagement.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.
