Skip to main content

CompanyAccountHolderOnboardingAccountAdmin

Company account admin information for onboarding

type CompanyAccountHolderOnboardingAccountAdmin {
birthInfo: BirthInfo
email: String
firstName: String
preferredLanguage: AccountLanguage
lastName: String
nationality: CCA3
address: AddressInfo
taxIdentificationNumber: String
typeOfRepresentation: TypeOfRepresentation
unitedStatesTaxInfo: UnitedStatesTaxInfo
}

Fields​

CompanyAccountHolderOnboardingAccountAdmin.birthInfo ● BirthInfo object​

Birth information of the account administrator

CompanyAccountHolderOnboardingAccountAdmin.email ● String scalar​

Email of the account administrator

  • Must be a valid email format
  • Maximum 255 characters
  • Following this pattern: /^[\w+'.-]*[\w'+-]@([A-Z0-9]([A-Z0-9-]*[A-Z0-9])?\.)+[A-Z]{2,}$/i
  • Disposable email domains are not allowed

CompanyAccountHolderOnboardingAccountAdmin.firstName ● String scalar​

First name of the account administrator

  • Between 1 and 100 characters
  • Allowed characters: Unicode letters, hyphens, apostrophes (straight or either typographic quote), whitespace
  • Valid format (regex): /^[\p{L}]+(?:[-'‘’\s]{1,2}[\p{L}]+)*['‘’]?$/u (the u flag is required for \p{L} to match a Unicode letter)

CompanyAccountHolderOnboardingAccountAdmin.preferredLanguage ● AccountLanguage enum​

Preferred language of the account admin. Will be used to localize the onboarding process and interface

CompanyAccountHolderOnboardingAccountAdmin.lastName ● String scalar​

Last name of the account administrator

  • Between 1 and 100 characters
  • Allowed characters: Unicode letters, hyphens, apostrophes (straight or either typographic quote), whitespace
  • Valid format (regex): /^[\p{L}]+(?:[-'‘’\s]{1,2}[\p{L}]+)*['‘’]?$/u (the u flag is required for \p{L} to match a Unicode letter)

CompanyAccountHolderOnboardingAccountAdmin.nationality ● CCA3 scalar​

Nationality of the account administrator

CompanyAccountHolderOnboardingAccountAdmin.address ● AddressInfo object​

Residency address of the account administrator

CompanyAccountHolderOnboardingAccountAdmin.taxIdentificationNumber ● String scalar​

Tax identification number of the account administrator

  • Maximum 16 characters

CompanyAccountHolderOnboardingAccountAdmin.typeOfRepresentation ● TypeOfRepresentation enum​

Type of representation for the account administrator

CompanyAccountHolderOnboardingAccountAdmin.unitedStatesTaxInfo ● UnitedStatesTaxInfo object​

Tax information related to US persons as defined by FATCA, if applicable

Member Of​

CompanyAccountHolderOnboarding object