Skip to main content

IndividualAccountHolderOnboardingAccountAdmin

Individual account admin information for onboarding

type IndividualAccountHolderOnboardingAccountAdmin {
birthInfo: BirthInfo
email: String
employmentStatus: EmploymentStatus
firstName: String
preferredLanguage: AccountLanguage
lastName: String
monthlyIncome: MonthlyIncome
nationality: CCA3
address: AddressInfo
taxIdentificationNumber: String
sourcesOfFunds: [IndividualAccountSourceOfFunds!]
unitedStatesTaxInfo: UnitedStatesTaxInfo
}

Fields​

IndividualAccountHolderOnboardingAccountAdmin.birthInfo ● BirthInfo object​

Birth information of the account administrator

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

IndividualAccountHolderOnboardingAccountAdmin.employmentStatus ● EmploymentStatus enum​

Employment status of the account administrator

IndividualAccountHolderOnboardingAccountAdmin.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)

IndividualAccountHolderOnboardingAccountAdmin.preferredLanguage ● AccountLanguage enum​

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

IndividualAccountHolderOnboardingAccountAdmin.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)

IndividualAccountHolderOnboardingAccountAdmin.monthlyIncome ● MonthlyIncome enum​

Expected monthly income

IndividualAccountHolderOnboardingAccountAdmin.nationality ● CCA3 scalar​

Nationality of the account administrator

IndividualAccountHolderOnboardingAccountAdmin.address ● AddressInfo object​

Residency address of the account administrator

IndividualAccountHolderOnboardingAccountAdmin.taxIdentificationNumber ● String scalar​

Tax identification number of the account administrator

  • Maximum 16 characters

IndividualAccountHolderOnboardingAccountAdmin.sourcesOfFunds ● [IndividualAccountSourceOfFunds!] list enum​

Expected sources of funds for the account

IndividualAccountHolderOnboardingAccountAdmin.unitedStatesTaxInfo ● UnitedStatesTaxInfo object​

Tax information related to US persons as defined by FATCA

Member Of​

IndividualAccountHolderOnboarding object