Financial entities shall report major ICT-related incidents to the relevant competent authority using initial notifications, intermediate reports and final reports within the prescribed timelines.
XML-structured template for the initial notification of major ICT-related incidents to competent authorities within the 4-hour timeline as required by DORA Article 19.
incident-initial-notificationIntermediate report submitted to competent authorities within 72 hours of a major ICT-related incident, providing updated impact assessment, root cause analysis progress, and recovery status.
incident-intermediate-reportFinal 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-reportfs-incident-initial-notificationDORA-Art19-P1hours_to_notifynotification_timestamp{
"properties": {
"affected_services_count": {
"minimum": 0,
"type": "integer"
},
"detection_timestamp": {
"format": "date-time",
"type": "string"
},
"hours_to_notify": {
"minimum": 0,
"type": "number"
},
"incident_id": {
"minLength": 1,
"type": "string"
},
"incident_type": {
"minLength": 1,
"type": "string"
},
"notification_timestamp": {
"format": "date-time",
"type": "string"
},
"preliminary_impact_assessed": {
"type": "boolean"
},
"severity": {
"enum": [
"low",
"medium",
"high",
"critical"
],
"type": "string"
},
"within_4h_deadline": {
"type": "boolean"
}
},
"required": [
"incident_id",
"detection_timestamp",
"notification_timestamp",
"incident_type",
"severity"
],
"type": "object"
}
fs-incident-reporting-timelinessDORA-Art19-P1initial_notification_hoursintermediate_report_hoursfinal_report_days{
"properties": {
"all_deadlines_met": {
"type": "boolean"
},
"final_report_days": {
"minimum": 0,
"type": "integer"
},
"final_report_within_1m": {
"type": "boolean"
},
"incident_id": {
"minLength": 1,
"type": "string"
},
"initial_notification_hours": {
"minimum": 0,
"type": "number"
},
"initial_notification_within_4h": {
"type": "boolean"
},
"intermediate_report_hours": {
"minimum": 0,
"type": "number"
},
"intermediate_report_within_72h": {
"type": "boolean"
}
},
"required": [
"incident_id",
"initial_notification_within_4h",
"intermediate_report_within_72h",
"final_report_within_1m"
],
"type": "object"
}