Skip to main content

OnboardIndividualShareholderInput

Information on the shareholder.

input OnboardIndividualShareholderInput {
firstName: String!
lastName: String!
birthDate: String!
nationality: CCA3!
capitalDepositAmount: AmountInput!
onboardingInfo: OnboardIndividualAccountHolderInput!
}

Fields

OnboardIndividualShareholderInput.firstName ● String! non-null scalar

First name of the shareholder.

OnboardIndividualShareholderInput.lastName ● String! non-null scalar

Last name of the shareholder.

OnboardIndividualShareholderInput.birthDate ● String! non-null scalar

Birthdate of the shareholder in the YYYY/MM/DD format.

OnboardIndividualShareholderInput.nationality ● CCA3! non-null scalar

CCA3 code for the country of nationality of the shareholder.

OnboardIndividualShareholderInput.capitalDepositAmount ● AmountInput! non-null input

Amount the shareholder has to deposit.

OnboardIndividualShareholderInput.onboardingInfo ● OnboardIndividualAccountHolderInput! non-null input

Information required for the onboarding of a individual shareholder.

Member Of

CreateCapitalDepositCaseInput input