The Directors List

The Directors List

These individuals represent the company and should have been appointed by the relevant board or shareholders.

PropertyTypeDescription
indexNumberNumber of Director, used to reference it in the Update account KYC documents Service.
nameStringDirector’s full name.
date_of_birthDateDirector’s date of birth (DD-MM-YYYY).
nationalityStringDirector’s nationality ISO code.
place_of_birthStringDirector’s country of birth ISO code.
is_pepBooleanThe 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
      }
   ]