VaspListItemGroupByBrandEntityItemVO
- Schema
- Example
allianceName
RequiredString
AllianceName is the name of the alliance that the VASP belongs to.
Min Length0
Max Length128
Example
Global Travel Rule
country
RequiredString
ISO 3166-1 alpha-2 in uppercase, only one exception is "GLOBAL" that use to describe the entity who does not belongs to any country
Min Length0
Max Length6
Example
UK
vaspCode
RequiredString
vaspCode in GTR system, this is unique id for each VASP.
Min Length0
Max Length64
Example
MAkGAda4ac
vaspEntityId
RequiredString
vaspCode in GTR system, this is unique id for each VASP.
Min Length0
Max Length64
Example
MAkGAda4ac
vaspEntityName
OptionalString
VaspEntityName is the formal name of the VASP entity.
Example
Axchange United Kingdom
{
"country": "UK",
"vaspEntityId": "MAkGAda4ac",
"vaspEntityName": "Axchange United Kingdom",
"allianceName": "Global Travel Rule",
"vaspCode": "MAkGAda4ac"
}