IndividualUltimateBeneficialOwnerInput
No description
input IndividualUltimateBeneficialOwnerInput {
firstName: String
lastName: String
gender: Gender
birthDate: String
birthCity: String
birthCityPostalCode: String
birthCountryCode: CCA3
indirect: Boolean
direct: Boolean
totalCapitalPercentage: Float
type: IndividualUltimateBeneficialOwnerTypeEnum
taxIdentificationNumber: String
residencyAddress: ResidencyAddressInput
identityDocumentDetails: UBOIdentityDocumentDetailsInput
}
Fields
IndividualUltimateBeneficialOwnerInput.firstName ● String scalar
Individual beneficial owner first name. Length must be from 0 to 100 characters
IndividualUltimateBeneficialOwnerInput.lastName ● String scalar
Individual beneficial owner last name. Length must be from 0 to 100 characters
IndividualUltimateBeneficialOwnerInput.gender ● Gender enum
Gender
IndividualUltimateBeneficialOwnerInput.birthDate ● String scalar
Individual birth date. Must be a valid date in the YYYY/MM/DD format
IndividualUltimateBeneficialOwnerInput.birthCity ● String scalar
Individual birth city. Length must be from 0 to 100 characters
IndividualUltimateBeneficialOwnerInput.birthCityPostalCode ● String scalar
Individual birth city postal code. Length must be from 0 to 50 characters
IndividualUltimateBeneficialOwnerInput.birthCountryCode ● CCA3 scalar
Individual birth country code
IndividualUltimateBeneficialOwnerInput.indirect ● Boolean scalar
Define UBO is an Indirect Owner
IndividualUltimateBeneficialOwnerInput.direct ● Boolean scalar
Define UBO is a Direct Owner
IndividualUltimateBeneficialOwnerInput.totalCapitalPercentage ● Float scalar
Total of capital (in percentage, ex: 50 = 50%). Must be between 1 and 100.
IndividualUltimateBeneficialOwnerInput.type ● IndividualUltimateBeneficialOwnerTypeEnum enum
Define UBO is a Legal Representative
IndividualUltimateBeneficialOwnerInput.taxIdentificationNumber ● String scalar
Individual beneficial owner Tax or Identification Number
IndividualUltimateBeneficialOwnerInput.residencyAddress ● ResidencyAddressInput input
Individual beneficial owner residency address
IndividualUltimateBeneficialOwnerInput.identityDocumentDetails ● UBOIdentityDocumentDetailsInput input
Ultimate beneficial owner's identity document details
Member Of
OnboardCompanyAccountHolderInput input ● UpdateCompanyOnboardingInput input