The ESAs shall, through the Joint Committee, develop common draft regulatory technical standards to further specify the criteria for the designation of ICT third-party service providers as critical for financial entities.
JSON record documenting the designation of ICT third-party service providers as critical, including designation criteria, assessment results, and oversight implications.
critical-provider-designationfs-critical-provider-designationDORA-Art32-P1designation_datesystemic_importance_score{
"properties": {
"designation_criteria_met": {
"type": "boolean"
},
"designation_date": {
"format": "date",
"type": "string"
},
"financial_entities_served": {
"minimum": 0,
"type": "integer"
},
"is_designated_critical": {
"type": "boolean"
},
"lead_overseer_assigned": {
"type": "boolean"
},
"provider_id": {
"minLength": 1,
"type": "string"
},
"systemic_importance_score": {
"maximum": 100,
"minimum": 0,
"type": "number"
}
},
"required": [
"provider_id",
"designation_date",
"is_designated_critical",
"designation_criteria_met"
],
"type": "object"
}