{
"$id": "kilt:ctype:0x5b20e7f0bb1b6873a62279fac6094d338c198ab11e49506980efe37effdccc7c",
"$schema": "ipfs://bafybeiah66wbkhqbqn7idkostj2iqyan2tstc4tpqt65udlhimd7hcxjyq/",
"additionalProperties": false,
"properties": {
"above16": {
"type": "boolean"
},
"above18": {
"type": "boolean"
},
"above21": {
"type": "boolean"
},
"additionalAddressLine": {
"type": "string"
},
"city": {
"type": "string"
},
"country": {
"type": "string"
},
"dateOfBirth": {
"format": "date",
"type": "string"
},
"email": {
"type": "string"
},
"firstName": {
"type": "string"
},
"firstNameTransliterated": {
"type": "string"
},
"gender": {
"enum": [
"Female",
"Male",
"Other"
],
"type": "string"
},
"identityCheck": {
"type": "boolean"
},
"investorType": {
"enum": [
"Not Selected",
"Professional",
"Retail"
],
"type": "string"
},
"lastName": {
"type": "string"
},
"lastNameTransliterated": {
"type": "string"
},
"middleName": {
"type": "string"
},
"middleNameTransliterated": {
"type": "string"
},
"nationality": {
"items": {
"type": "string"
},
"type": "array"
},
"pepStatus": {
"type": "boolean"
},
"phone": {
"type": "string"
},
"placeOfBirth": {
"type": "string"
},
"postalCode": {
"type": "string"
},
"region": {
"type": "string"
},
"sanctionsStatus": {
"type": "boolean"
},
"street": {
"type": "string"
},
"streetNo": {
"type": "string"
}
},
"title": "Natural Person v1",
"type": "object"
}