{
"$id": "kilt:ctype:0x6565cdcfea0ff804c9ac646d0a35537c11739158ae7f31e358d2a95fb42b2352",
"$schema": "ipfs://bafybeiah66wbkhqbqn7idkostj2iqyan2tstc4tpqt65udlhimd7hcxjyq/",
"additionalProperties": false,
"properties": {
"additionalAddressLine": {
"type": "string"
},
"city": {
"type": "string"
},
"commercialRegisterNumber": {
"type": "string"
},
"companyMail": {
"type": "string"
},
"country": {
"type": "string"
},
"entityType": {
"type": "string"
},
"incorporationDate": {
"format": "date",
"type": "string"
},
"investorType": {
"enum": [
"Eligible Client",
"Financial Intermediary",
"Institutional",
"Not Selected",
"Professional",
"Retail"
],
"type": "string"
},
"legalForm": {
"type": "string"
},
"lei": {
"type": "string"
},
"name": {
"type": "string"
},
"otherNames": {
"items": {
"type": "string"
},
"type": "array"
},
"pepStatus": {
"type": "boolean"
},
"placeOfIncorporation": {
"type": "string"
},
"postalCode": {
"type": "string"
},
"region": {
"type": "string"
},
"sanctionsStatus": {
"type": "boolean"
},
"street": {
"type": "string"
},
"streetNo": {
"type": "string"
},
"ultimateBeneficialOwner": {
"type": "string"
}
},
"title": "Legal Entity v1",
"type": "object"
}