Financial entities shall identify, classify and adequately document all ICT supported business functions, roles and responsibilities, the information assets and ICT assets supporting those functions, and their roles and dependencies in relation to ICT risk.
Structured register of all ICT assets including hardware, software, network components, and data assets, with classification, ownership, and dependency information as required by DORA Article 7.
ict-asset-inventoryXML-structured classification scheme defining asset categories, criticality levels, and data sensitivity tiers used to classify ICT assets per DORA Article 8.
ict-asset-classificationfs-ict-asset-inventoryDORA-Art7-P1inventory_dateclassified_assetsunclassified_assets{
"properties": {
"classified_assets": {
"minimum": 0,
"type": "integer"
},
"critical_assets_count": {
"minimum": 0,
"type": "integer"
},
"has_dependency_mapping": {
"type": "boolean"
},
"inventory_date": {
"format": "date",
"type": "string"
},
"last_full_review_date": {
"format": "date",
"type": "string"
},
"total_assets": {
"minimum": 0,
"type": "integer"
},
"unclassified_assets": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"inventory_date",
"total_assets",
"classified_assets",
"has_dependency_mapping"
],
"type": "object"
}
fs-ict-asset-classificationDORA-Art7-P1effective_datecriticality_levels_defined{
"properties": {
"aligned_with_iso27001": {
"type": "boolean"
},
"covers_cloud_assets": {
"type": "boolean"
},
"criticality_levels_defined": {
"minimum": 1,
"type": "integer"
},
"effective_date": {
"format": "date",
"type": "string"
},
"scheme_version": {
"type": "string"
},
"sensitivity_tiers_defined": {
"minimum": 1,
"type": "integer"
}
},
"required": [
"scheme_version",
"effective_date",
"criticality_levels_defined",
"sensitivity_tiers_defined"
],
"type": "object"
}