Financial entities shall, after collecting and analysing all relevant information, submit a final report to the competent authority with details on the root cause and measures adopted to prevent recurrence.
Final report submitted to competent authorities within one month of a major ICT-related incident, containing complete root cause analysis, total impact assessment, and preventive measures as required by DORA Articles 19-20.
incident-final-reportDetailed root cause analysis document for ICT-related incidents, using structured methodologies (5 Whys, fishbone diagram, fault tree analysis) to identify underlying causes and recommend corrective actions.
incident-root-cause-analysisfs-incident-final-reportDORA-Art20-P1submission_datetotal_duration_hours{
"properties": {
"has_preventive_measures": {
"type": "boolean"
},
"has_root_cause_analysis": {
"type": "boolean"
},
"incident_id": {
"minLength": 1,
"type": "string"
},
"preventive_measures_count": {
"minimum": 0,
"type": "integer"
},
"submission_date": {
"format": "date",
"type": "string"
},
"submitted_within_deadline": {
"type": "boolean"
},
"total_clients_affected": {
"minimum": 0,
"type": "integer"
},
"total_duration_hours": {
"minimum": 0,
"type": "number"
},
"total_financial_impact_eur": {
"minimum": 0,
"type": "number"
}
},
"required": [
"incident_id",
"submission_date",
"has_root_cause_analysis",
"has_preventive_measures",
"total_duration_hours"
],
"type": "object"
}
fs-incident-root-cause-analysisDORA-Art21-P1analysis_datecorrective_actions_completed{
"properties": {
"analysis_date": {
"format": "date",
"type": "string"
},
"corrective_actions_completed": {
"minimum": 0,
"type": "integer"
},
"corrective_actions_count": {
"minimum": 0,
"type": "integer"
},
"incident_id": {
"minLength": 1,
"type": "string"
},
"methodology_used": {
"enum": [
"five_whys",
"fishbone",
"fault_tree",
"combined",
"other"
],
"type": "string"
},
"root_cause_category": {
"enum": [
"technical",
"process",
"human",
"external",
"vendor"
],
"type": "string"
},
"root_cause_identified": {
"type": "boolean"
},
"systemic_risk_identified": {
"type": "boolean"
}
},
"required": [
"incident_id",
"analysis_date",
"methodology_used",
"root_cause_identified",
"corrective_actions_count"
],
"type": "object"
}