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

  • Maximum 100 characters

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

  • Maximum 100 characters

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