Financial entities shall put in place, maintain and periodically test appropriate ICT business continuity plans, notably with regard to critical or important functions outsourced or contracted through arrangements with ICT third-party service providers.
Comprehensive business continuity plan covering ICT systems, including scenario-based recovery procedures, resource requirements, and testing schedules as required by DORA Article 12.
ict-bcpCSV register of business continuity plan test executions, including test scenarios, outcomes, identified gaps, and remediation actions.
bcp-test-resultsfs-ict-bcp-statusDORA-Art12-P1approval_datebia_datelast_test_date{
"properties": {
"all_critical_functions_tested": {
"type": "boolean"
},
"approval_date": {
"format": "date",
"type": "string"
},
"bcp_version": {
"type": "string"
},
"bia_date": {
"format": "date",
"type": "string"
},
"critical_functions_count": {
"minimum": 0,
"type": "integer"
},
"functions_with_recovery_plan": {
"minimum": 0,
"type": "integer"
},
"last_test_date": {
"format": "date",
"type": "string"
},
"test_frequency": {
"enum": [
"quarterly",
"semi-annual",
"annual"
],
"type": "string"
}
},
"required": [
"bcp_version",
"approval_date",
"bia_date",
"critical_functions_count",
"last_test_date"
],
"type": "object"
}
fs-bcp-test-resultsDORA-Art12-P1test_datesystems_tested_count{
"properties": {
"gaps_identified_count": {
"minimum": 0,
"type": "integer"
},
"remediation_actions_count": {
"minimum": 0,
"type": "integer"
},
"rpo_achieved": {
"type": "boolean"
},
"rto_achieved": {
"type": "boolean"
},
"scenario_type": {
"enum": [
"tabletop",
"walkthrough",
"simulation",
"live_failover"
],
"type": "string"
},
"systems_tested_count": {
"minimum": 1,
"type": "integer"
},
"test_date": {
"format": "date",
"type": "string"
},
"test_passed": {
"type": "boolean"
}
},
"required": [
"test_date",
"scenario_type",
"systems_tested_count",
"test_passed"
],
"type": "object"
}