Financial entities shall, taking into account their size and their overall risk profile, establish, maintain and review a sound and comprehensive digital operational resilience testing programme as an integral part of the ICT risk management framework.
Comprehensive document defining the institution's digital operational resilience testing programme, including testing strategy, scope, frequency, methodologies, and governance as required by DORA Article 24.
resilience-testing-programmeDocument defining the scope of digital operational resilience testing, including systems in scope, exclusions, risk-based prioritisation criteria, and testing boundaries.
testing-scope-definitionfs-resilience-testing-programmeDORA-Art24-P1approval_datemethodologies_count{
"properties": {
"approval_date": {
"format": "date",
"type": "string"
},
"budget_allocated": {
"type": "boolean"
},
"covers_critical_systems": {
"type": "boolean"
},
"has_risk_based_scope": {
"type": "boolean"
},
"last_programme_review_date": {
"format": "date",
"type": "string"
},
"methodologies_count": {
"minimum": 1,
"type": "integer"
},
"programme_version": {
"minLength": 1,
"type": "string"
},
"testing_frequency": {
"enum": [
"quarterly",
"semi-annual",
"annual"
],
"type": "string"
}
},
"required": [
"programme_version",
"approval_date",
"testing_frequency",
"has_risk_based_scope",
"methodologies_count"
],
"type": "object"
}
fs-testing-scope-definitionDORA-Art24-P1effective_datesystems_in_scope_count{
"properties": {
"covers_cloud_services": {
"type": "boolean"
},
"covers_third_party_systems": {
"type": "boolean"
},
"effective_date": {
"format": "date",
"type": "string"
},
"exclusions_count": {
"minimum": 0,
"type": "integer"
},
"has_risk_based_prioritisation": {
"type": "boolean"
},
"scope_version": {
"minLength": 1,
"type": "string"
},
"systems_in_scope_count": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"scope_version",
"effective_date",
"systems_in_scope_count",
"has_risk_based_prioritisation"
],
"type": "object"
}