Contractual arrangements on the use of ICT services shall include at least the following elements: a clear and complete description of all functions and ICT services to be provided, the locations where such functions are provided and where data is to be processed, provisions on availability, authenticity, integrity and confidentiality of data, provisions on ensuring access, recovery and return of data, service level descriptions, assistance obligations, termination rights and related transition periods.
Document reviewing ICT third-party contracts against DORA Article 30 requirements, including assessment of required contractual clauses, SLA provisions, audit rights, and exit strategy provisions.
ict-contract-reviewSLA documentation for ICT third-party services including performance metrics, availability targets, incident response times, and penalty provisions.
sla-documentationfs-contract-compliance-statusDORA-Art30-P1review_datecompliance_gaps_countcontract_expiry_date{
"properties": {
"compliance_gaps_count": {
"minimum": 0,
"type": "integer"
},
"contract_expiry_date": {
"format": "date",
"type": "string"
},
"contract_id": {
"minLength": 1,
"type": "string"
},
"has_audit_rights": {
"type": "boolean"
},
"has_availability_provisions": {
"type": "boolean"
},
"has_data_location": {
"type": "boolean"
},
"has_exit_strategy": {
"type": "boolean"
},
"has_integrity_provisions": {
"type": "boolean"
},
"has_service_description": {
"type": "boolean"
},
"has_termination_rights": {
"type": "boolean"
},
"review_date": {
"format": "date",
"type": "string"
}
},
"required": [
"contract_id",
"review_date",
"has_service_description",
"has_data_location",
"has_availability_provisions",
"has_audit_rights",
"has_exit_strategy"
],
"type": "object"
}
fs-sla-monitoring-statusDORA-Art30-P1monitoring_dateavailability_achieved_percent{
"properties": {
"availability_achieved_percent": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"availability_target_percent": {
"maximum": 100,
"minimum": 0,
"type": "number"
},
"incident_response_sla_met": {
"type": "boolean"
},
"monitoring_date": {
"format": "date",
"type": "string"
},
"penalties_applied": {
"type": "boolean"
},
"reporting_sla_met": {
"type": "boolean"
},
"sla_breaches_count": {
"minimum": 0,
"type": "integer"
},
"sla_expired": {
"type": "boolean"
},
"sla_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"sla_id",
"monitoring_date",
"availability_target_percent",
"availability_achieved_percent",
"sla_breaches_count"
],
"type": "object"
}