The Directors List
These individuals represent the company and should have been appointed by the relevant board or shareholders.
Property | Type | Description |
---|---|---|
index | Number | Number of Director, used to reference it in the Update account KYC documents Service. |
name | String | Director’s full name. |
date_of_birth | Date | Director’s date of birth (DD-MM-YYYY). |
nationality | String | Director’s nationality ISO code. |
place_of_birth | String | Director’s country of birth ISO code. |
is_pep | Boolean | The definition of 'politically exposed person' (PEP) is an individual with a high profile political role, or who has been entrusted with a prominent public function. |
Example Object
"directors":[
{
"index":1,
"name":"Jack Doe",
"date_of_birth":"12-07-1975",
"nationality":"UY",
"place_of_birth":"UY",
"is_pep":false
},
{
"index":2,
"name":"Jane Doe",
"date_of_birth":"14-05-1977",
"nationality":"BR",
"place_of_birth":"BR",
"is_pep":false
}
]