-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
When loading a table definition from a file, we are missing the eba:documentation part. The datapoint of the an eba table definition is like this :
"dp12679": {
"decimals": "$decimalsMonetary",
"dimensions": {
"concept": "eba_met:qJJH",
"eba_dim_3.4:APR": "eba_AP:x6",
"eba_dim_3.4:PIN": "eba_PI:x1",
"eba_dim_3.4:RSP": "eba_RS:x2",
"eba_dim_3.4:TRI": "eba_TR:x21",
"eba_dim_4.0:qAFF": "eba_qFI:qx2195",
"eba_dim_4.0:qEEF": "eba_qPL:qx2002",
"eba_dim_4.0:qJNL": "eba_qPL:qx2072",
"eba_dim_4.0:qKMM": "eba_qST:qx2010",
"eba_dim_4.0:qZZX": "eba_qOR:qx2007",
"unit": "$baseCurrency"
},
"eba:documentation": {
"CellID": 62549,
"ColumnVID": 223257,
"FactVariableID": 12679,
"FactVariableVersionID": 3214049,
"RowVID": 229429,
"SheetVID": null,
"cellcode": "{C_20.00, r0030, c0010}",
"type": "m"
}
},
At the moment, only the sections decimals and dimensions are loaded in the class PropertyGroup. It would be great to also have the eba:documentation section.
Any EBA report has this section and can be used for testing. The files in the test project already contains it : https://github.com/dgm9704/Xoxo/blob/main/Diwen.Xbrl.Tests/www.eba.europa.eu/eu/fr/xbrl/crr/fws/finrep/its-005-2020/2022-06-01/tab/f_13.02.1.a/f_13.02.1.a.json#L43