Skip to main content

CompanyUltimateBeneficialOwner

Individual who is only an ultimate beneficial owner (not a legal representative)

type CompanyUltimateBeneficialOwner implements CompanyRelatedIndividualInfo {
type: RelatedIndividualType!
firstName: String
preferredFirstName: String
lastName: String
sex: Sex
email: String
birthInfo: BirthInfo
address: AddressInfo
nationality: CCA3
taxIdentificationNumber: String
unitedStatesTaxInfo: UnitedStatesTaxInfo
ultimateBeneficialOwner: RelatedIndividualUltimateBeneficialOwner!
}

Fields

CompanyUltimateBeneficialOwner.type ● RelatedIndividualType! non-null enum

Type of the related individual (always UltimateBeneficialOwner)

CompanyUltimateBeneficialOwner.firstName ● String scalar

First name of the individual

CompanyUltimateBeneficialOwner.preferredFirstName ● String scalar

Preferred first name of the individual

CompanyUltimateBeneficialOwner.lastName ● String scalar

Last name of the individual

CompanyUltimateBeneficialOwner.sex ● Sex enum

Sex of the individual

CompanyUltimateBeneficialOwner.email ● String scalar

Email of the individual

CompanyUltimateBeneficialOwner.birthInfo ● BirthInfo object

Birth information of the individual

CompanyUltimateBeneficialOwner.address ● AddressInfo object

Residency address of the individual

CompanyUltimateBeneficialOwner.nationality ● CCA3 scalar

Nationality of the individual

CompanyUltimateBeneficialOwner.taxIdentificationNumber ● String scalar

Tax identification number of the individual, if applicable

CompanyUltimateBeneficialOwner.unitedStatesTaxInfo ● UnitedStatesTaxInfo object

Tax information related to US persons as defined by FATCA, if applicable

CompanyUltimateBeneficialOwner.ultimateBeneficialOwner ● RelatedIndividualUltimateBeneficialOwner! non-null object

Ultimate beneficial owner specific information

Interfaces

CompanyRelatedIndividualInfo interface

Interface for common fields across all related individual types

Implemented By

CompanyRelatedIndividual union