Financial entities shall have a sound, comprehensive and well-documented ICT risk management framework as part of their overall risk management system, which enables them to address ICT risk quickly, efficiently and comprehensively.
Comprehensive document describing the institution's ICT risk management framework, governance structure, risk appetite, and risk management methodology as required by DORA Article 6.
ict-risk-frameworkOperational policy document detailing specific ICT risk management procedures, roles, escalation paths, and control requirements derived from the overarching framework.
ict-risk-policyfs-ict-risk-framework-statusDORA-Art6-P1approval_datenext_review_date{
"properties": {
"approval_date": {
"format": "date",
"type": "string"
},
"framework_version": {
"pattern": "^\\d+\\.\\d+$",
"type": "string"
},
"has_governance_structure": {
"type": "boolean"
},
"has_risk_appetite": {
"type": "boolean"
},
"next_review_date": {
"format": "date",
"type": "string"
},
"risk_appetite_thresholds": {
"items": {
"properties": {
"category": {
"type": "string"
},
"threshold": {
"type": "number"
},
"unit": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"required": [
"framework_version",
"approval_date",
"next_review_date",
"has_governance_structure",
"has_risk_appetite"
],
"type": "object"
}
fs-risk-appetite-statementDORA-Art6-P1approval_daterisk_categories{
"properties": {
"approval_date": {
"format": "date",
"type": "string"
},
"has_quantitative_thresholds": {
"type": "boolean"
},
"risk_categories": {
"items": {
"properties": {
"appetite_level": {
"enum": [
"low",
"moderate",
"high"
],
"type": "string"
},
"category": {
"type": "string"
},
"threshold_unit": {
"type": "string"
},
"threshold_value": {
"type": "number"
}
},
"required": [
"category",
"appetite_level"
],
"type": "object"
},
"minItems": 1,
"type": "array"
},
"statement_version": {
"type": "string"
}
},
"required": [
"statement_version",
"approval_date",
"has_quantitative_thresholds",
"risk_categories"
],
"type": "object"
}