Financial entities shall put in place resources and capabilities to monitor, handle and follow up on ICT-related incidents, and shall ensure that root causes are identified, documented and addressed to prevent the occurrence of such incidents.
Plain text reports documenting lessons learned from ICT-related incidents, including root cause analysis, corrective actions, and process improvements as required by DORA Article 14.
ict-lessons-learnedfs-ict-lessons-learnedDORA-Art14-P1reporting_period_endlessons_documented{
"properties": {
"corrective_actions_completed": {
"minimum": 0,
"type": "integer"
},
"corrective_actions_identified": {
"minimum": 0,
"type": "integer"
},
"incidents_reviewed": {
"minimum": 0,
"type": "integer"
},
"lessons_documented": {
"minimum": 0,
"type": "integer"
},
"policy_changes_triggered": {
"minimum": 0,
"type": "integer"
},
"reporting_period_end": {
"format": "date",
"type": "string"
},
"reporting_period_start": {
"format": "date",
"type": "string"
},
"root_cause_analyses_performed": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"reporting_period_start",
"reporting_period_end",
"incidents_reviewed",
"lessons_documented"
],
"type": "object"
}