Financial entities shall classify ICT-related incidents and shall determine their impact on the basis of criteria including the number of clients affected, the duration, the geographical spread, the data losses, the criticality of services affected and the economic impact.
Structured JSON taxonomy defining incident classification criteria including severity levels, impact dimensions (clients affected, duration, geographical spread, data losses, criticality of services, economic impact) as required by DORA Article 18.
incident-classification-taxonomyTemplate document for assessing the impact of ICT-related incidents across the six DORA-defined dimensions: clients affected, duration, geographical spread, data losses, criticality of services, and economic impact.
incident-impact-assessmentfs-incident-classification-taxonomyDORA-Art18-P1effective_dateseverity_levels_countimpact_dimensions_covered{
"properties": {
"aligned_with_esa_rts": {
"type": "boolean"
},
"covers_all_impact_dimensions": {
"type": "boolean"
},
"effective_date": {
"format": "date",
"type": "string"
},
"has_major_incident_thresholds": {
"type": "boolean"
},
"impact_dimensions_covered": {
"items": {
"enum": [
"clients_affected",
"duration",
"geographical_spread",
"data_losses",
"service_criticality",
"economic_impact"
],
"type": "string"
},
"type": "array"
},
"severity_levels_count": {
"minimum": 2,
"type": "integer"
},
"taxonomy_version": {
"minLength": 1,
"type": "string"
}
},
"required": [
"taxonomy_version",
"effective_date",
"severity_levels_count",
"has_major_incident_thresholds",
"covers_all_impact_dimensions"
],
"type": "object"
}
fs-incident-impact-assessmentDORA-Art18-P1severity_classificationclients_affected_count{
"properties": {
"assessment_date": {
"format": "date",
"type": "string"
},
"clients_affected_count": {
"minimum": 0,
"type": "integer"
},
"critical_services_impacted": {
"minimum": 0,
"type": "integer"
},
"data_records_affected": {
"minimum": 0,
"type": "integer"
},
"duration_hours": {
"minimum": 0,
"type": "number"
},
"estimated_financial_impact_eur": {
"minimum": 0,
"type": "number"
},
"geographical_regions_affected": {
"minimum": 0,
"type": "integer"
},
"incident_id": {
"minLength": 1,
"type": "string"
},
"is_major_incident": {
"type": "boolean"
},
"severity_classification": {
"enum": [
"low",
"medium",
"high",
"critical"
],
"type": "string"
}
},
"required": [
"incident_id",
"assessment_date",
"severity_classification",
"clients_affected_count",
"duration_hours"
],
"type": "object"
}