Financial entities shall define, establish and implement an ICT-related incident management process to detect, manage and notify ICT-related incidents.
Comprehensive document defining the institution's ICT-related incident management process, including detection mechanisms, escalation procedures, roles and responsibilities, and communication protocols as required by DORA Article 17.
incident-management-processStructured 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-taxonomyfs-incident-management-processDORA-Art17-P1approval_datelast_simulation_date{
"properties": {
"approval_date": {
"format": "date",
"type": "string"
},
"has_communication_protocols": {
"type": "boolean"
},
"has_detection_mechanisms": {
"type": "boolean"
},
"has_escalation_procedures": {
"type": "boolean"
},
"integrates_with_bcp": {
"type": "boolean"
},
"last_simulation_date": {
"format": "date",
"type": "string"
},
"process_version": {
"minLength": 1,
"type": "string"
},
"response_team_defined": {
"type": "boolean"
}
},
"required": [
"process_version",
"approval_date",
"has_detection_mechanisms",
"has_escalation_procedures",
"has_communication_protocols"
],
"type": "object"
}
fs-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"
}