Financial entities shall put in place a comprehensive ICT business continuity policy as an integral part of the operational business continuity policy, including response and recovery plans for ICT-related incidents.
Documented plan for responding to and recovering from ICT-related incidents, including escalation procedures, communication protocols, and recovery procedures as required by DORA Article 11.
ict-response-recovery-planfs-ict-response-recoveryDORA-Art11-P1approval_datelast_test_daterto_hours{
"properties": {
"approval_date": {
"format": "date",
"type": "string"
},
"covers_third_party_dependencies": {
"type": "boolean"
},
"last_test_date": {
"format": "date",
"type": "string"
},
"next_test_date": {
"format": "date",
"type": "string"
},
"plan_version": {
"type": "string"
},
"rpo_hours": {
"minimum": 0,
"type": "number"
},
"rto_hours": {
"minimum": 0,
"type": "number"
},
"test_result_successful": {
"type": "boolean"
}
},
"required": [
"plan_version",
"approval_date",
"rto_hours",
"rpo_hours",
"last_test_date"
],
"type": "object"
}