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: ^[A-Z0-9_+.-][A-Z0-9_+-]@([A-Z0-9][A-Z0-9-].)+[A-Z]{2,}$
  • Disposable email domains are not allowed

CompanyAccountHolderOnboardingAccountAdmin.firstName ● String scalar

First name of the account administrator

  • Maximum 100 characters

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

  • Maximum 100 characters

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