The Lead Overseer shall assess whether each critical ICT third-party service provider has in place comprehensive, sound and effective rules, procedures, mechanisms and arrangements to manage the ICT risk that it may pose to financial entities.
Report documenting the oversight assessment of critical ICT third-party service providers, including their ICT risk management arrangements, security posture, and compliance with oversight requirements as required by DORA Articles 33-44.
oversight-compliance-reportPlain text summary of a critical ICT third-party service provider's ICT risk management arrangements, compiled from provider-supplied documentation and audit reports.
provider-ict-risk-managementfs-oversight-compliance-statusDORA-Art33-P1assessment_dateoverall_compliance_rating{
"properties": {
"assessment_date": {
"format": "date",
"type": "string"
},
"critical_findings": {
"minimum": 0,
"type": "integer"
},
"findings_count": {
"minimum": 0,
"type": "integer"
},
"has_business_continuity": {
"type": "boolean"
},
"has_incident_management": {
"type": "boolean"
},
"has_risk_framework": {
"type": "boolean"
},
"has_security_controls": {
"type": "boolean"
},
"overall_compliance_rating": {
"enum": [
"compliant",
"partially_compliant",
"non_compliant"
],
"type": "string"
},
"provider_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"provider_id",
"assessment_date",
"overall_compliance_rating",
"has_risk_framework",
"has_security_controls"
],
"type": "object"
}
fs-provider-ict-risk-managementDORA-Art33-P1assessment_datelast_independent_audit_date{
"properties": {
"assessment_date": {
"format": "date",
"type": "string"
},
"audit_findings_resolved": {
"type": "boolean"
},
"certifications_list": {
"items": {
"type": "string"
},
"type": "array"
},
"has_risk_framework": {
"type": "boolean"
},
"has_security_certifications": {
"type": "boolean"
},
"last_independent_audit_date": {
"format": "date",
"type": "string"
},
"provider_id": {
"minLength": 1,
"type": "string"
},
"subcontractor_risk_managed": {
"type": "boolean"
}
},
"required": [
"provider_id",
"assessment_date",
"has_risk_framework",
"has_security_certifications"
],
"type": "object"
}