# Copyright Oughtibridge Ltd
digraph "risk_tolerance"
{
fontname="Cambria"
# label="risk tolerance"
layout="fdp"
size="8.8 12" # Keep within 8.8" wide, 12" deep
sep=0.3
outputmode=edgefirst
remincross=true
splines=curved
overlap=false
node [shape=box style=rounded] # Defines the common node specification
# Diagram specific parameters - override any above
# Start of the main graph
# List of concepts
#risk tolerance
53 [label="risk tolerance" fontname="Cambria" URL="https://81001.org/concept/risk_tolerance" tooltip="organization's or stakeholder's readiness to bear the risk after risk control in order to achieve its objectives" color="#a7ff00"]
#residual risk
43 [label="residual risk" fontname="Cambria" URL="https://81001.org/concept/residual_risk" tooltip="risk remaining after risk control measures have been implemented" color="#a7ff00"]
#risk
45 [label="risk" fontname="Cambria" URL="https://81001.org/concept/risk" tooltip="combination of the probability of occurrence of harm and the severity of that harm" color="#a7ff00"]
#List of generalisations and specialisations
# List of associations
#0..* residual risk is within 1..* risk tolerance
43 -> 53 [constraint=false, dir="forward" label="is within" fontname="Cambria"]
#1..* risk tolerance determines acceptabiltity of 0..* risk
53 -> 45 [constraint=false, dir="forward" label="determines acceptabiltity of" fontname="Cambria"]
}
Some PS