chg: [financial] improved financial taxonomy
parent
0c53aa893a
commit
f82547e72b
|
@ -4,6 +4,16 @@
|
|||
"description": "Categories and types of services in the financial scope. An entity can be tag with one or more categories or types of services.",
|
||||
"expanded": "Categories and types of services",
|
||||
"value": "categories-and-types-of-services"
|
||||
},
|
||||
{
|
||||
"description": "Geographical footprint of the financial entity.",
|
||||
"expanded": "Geographical footprint",
|
||||
"value": "geographical-footprint"
|
||||
},
|
||||
{
|
||||
"description": "Online presence of the financial entity.",
|
||||
"expanded": "Online presence",
|
||||
"value": "online-presence"
|
||||
}
|
||||
],
|
||||
"values": [
|
||||
|
@ -56,9 +66,64 @@
|
|||
"description": "Other entity classified as financial entity with other activities not defined in this taxonomy."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "geographical-footprint",
|
||||
"entry": [
|
||||
{
|
||||
"value": "client-coverage-local",
|
||||
"expanded": "Client coverage is local",
|
||||
"description": "Client and customer coverage is local to the financial entity (such as a country)."
|
||||
},
|
||||
{
|
||||
"value": "client-coverage-eu",
|
||||
"expanded": "Client coverage in EU",
|
||||
"description": "Client and customer coverage is limited to the European Union."
|
||||
},
|
||||
{
|
||||
"value": "client-coverage-worldwide",
|
||||
"expanded": "Client coverage is worldwide",
|
||||
"description": "Client and customer coverage is worldwide."
|
||||
},
|
||||
{
|
||||
"value": "corporate-structure-local",
|
||||
"expanded": "Corporate structure is local",
|
||||
"description": "Corporate structure is local to the financial entity (such as a country)."
|
||||
},
|
||||
{
|
||||
"value": "corporate-structure-eu",
|
||||
"expanded": "Corporate structure in EU",
|
||||
"description": "Corporate structure is located in the European Union."
|
||||
},
|
||||
{
|
||||
"value": "corporate-structure-worlwide",
|
||||
"expanded": "Corporate structure is worldwide",
|
||||
"description": "Corporate structure is located worldwide."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"predicate": "online-presence",
|
||||
"entry": [
|
||||
{
|
||||
"value": "limited",
|
||||
"expanded": "Limited",
|
||||
"description": "Online presence of the financial entity is limited such as just a public web server and/or email services."
|
||||
},
|
||||
{
|
||||
"value": "extended",
|
||||
"expanded": "Extended",
|
||||
"description": "Online presence of the financial entity is extended with online services for the clients and customers but still with a physical presence."
|
||||
},
|
||||
{
|
||||
"value": "crucial",
|
||||
"expanded": "Crucial",
|
||||
"description": "Online presence of the financial entity is crucial and only includes online serices without physical presence."
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"description": "Financial taxonomy to describe financial services, infrastructure and financial scope.",
|
||||
"expanded": "Financial",
|
||||
"namespace": "financial"
|
||||
|
|
Loading…
Reference in New Issue