Financial entities shall have in place an internal governance and control framework that ensures an effective and prudent management of all ICT risks, in order to achieve a high level of digital operational resilience.
Board-approved document defining the internal governance and control framework for ICT risk management, including roles, responsibilities, reporting lines, and oversight mechanisms.
ict-governance-frameworkfs-ict-governance-frameworkDORA-Art5-P1approval_datenext_review_dateboard_oversight_frequency{
"properties": {
"approval_date": {
"format": "date",
"type": "string"
},
"board_oversight_frequency": {
"enum": [
"monthly",
"quarterly",
"semi-annual",
"annual"
],
"type": "string"
},
"governance_model": {
"minLength": 1,
"type": "string"
},
"has_three_lines_of_defence": {
"type": "boolean"
},
"ict_risk_committee_exists": {
"type": "boolean"
},
"next_review_date": {
"format": "date",
"type": "string"
},
"reporting_lines_documented": {
"type": "boolean"
}
},
"required": [
"governance_model",
"approval_date",
"next_review_date",
"has_three_lines_of_defence",
"board_oversight_frequency"
],
"type": "object"
}