Skip to main content

CompanyAccountHolderOnboardingAccountAdminUpdateInput

Input for company account admin information during onboarding update

input CompanyAccountHolderOnboardingAccountAdminUpdateInput {
birthInfo: BirthInfoInput
email: String
firstName: String
preferredLanguage: AccountLanguage
lastName: String
nationality: CCA3
address: ResidencyAddressInput
taxIdentificationNumber: String
typeOfRepresentation: TypeOfRepresentation
unitedStatesTaxInfo: UnitedStatesTaxInfoInput
}

Fields

CompanyAccountHolderOnboardingAccountAdminUpdateInput.birthInfo ● BirthInfoInput input

Birth information of the account administrator

CompanyAccountHolderOnboardingAccountAdminUpdateInput.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

CompanyAccountHolderOnboardingAccountAdminUpdateInput.firstName ● String scalar

First name of the account administrator

  • Maximum 100 characters

CompanyAccountHolderOnboardingAccountAdminUpdateInput.preferredLanguage ● AccountLanguage enum

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

CompanyAccountHolderOnboardingAccountAdminUpdateInput.lastName ● String scalar

Last name of the account administrator

  • Maximum 100 characters

CompanyAccountHolderOnboardingAccountAdminUpdateInput.nationality ● CCA3 scalar

Nationality of the account administrator

CompanyAccountHolderOnboardingAccountAdminUpdateInput.address ● ResidencyAddressInput input

Residency address of the account administrator

CompanyAccountHolderOnboardingAccountAdminUpdateInput.taxIdentificationNumber ● String scalar

Tax identification number of the account administrator

  • Maximum 16 characters

CompanyAccountHolderOnboardingAccountAdminUpdateInput.typeOfRepresentation ● TypeOfRepresentation enum

Type of representation for the account administrator

CompanyAccountHolderOnboardingAccountAdminUpdateInput.unitedStatesTaxInfo ● UnitedStatesTaxInfoInput input

Tax information related to US persons as defined by FATCA

Member Of

UpdateCompanyAccountHolderOnboardingInput input ● UpdatePublicCompanyAccountHolderOnboardingInput input