Skip to main content

CompanyLegalRepresentativeAndUltimateBeneficialOwner

Individual who is both an ultimate beneficial owner and a legal representative

type CompanyLegalRepresentativeAndUltimateBeneficialOwner 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!
legalRepresentative: RelatedIndividualLegalRepresentative!
}

Fields

CompanyLegalRepresentativeAndUltimateBeneficialOwner.type ● RelatedIndividualType! non-null enum

Type of the related individual (always LegalRepresentativeAndUltimateBeneficialOwner)

CompanyLegalRepresentativeAndUltimateBeneficialOwner.firstName ● String scalar

First name of the individual

CompanyLegalRepresentativeAndUltimateBeneficialOwner.preferredFirstName ● String scalar

Preferred first name of the individual

CompanyLegalRepresentativeAndUltimateBeneficialOwner.lastName ● String scalar

Last name of the individual

CompanyLegalRepresentativeAndUltimateBeneficialOwner.sex ● Sex enum

Sex of the individual

CompanyLegalRepresentativeAndUltimateBeneficialOwner.email ● String scalar

Email of the individual

CompanyLegalRepresentativeAndUltimateBeneficialOwner.birthInfo ● BirthInfo object

Birth information of the individual

CompanyLegalRepresentativeAndUltimateBeneficialOwner.address ● AddressInfo object

Residency address of the individual

CompanyLegalRepresentativeAndUltimateBeneficialOwner.nationality ● CCA3 scalar

Nationality of the individual

CompanyLegalRepresentativeAndUltimateBeneficialOwner.taxIdentificationNumber ● String scalar

Tax identification number of the individual, if applicable

CompanyLegalRepresentativeAndUltimateBeneficialOwner.unitedStatesTaxInfo ● UnitedStatesTaxInfo object

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

CompanyLegalRepresentativeAndUltimateBeneficialOwner.ultimateBeneficialOwner ● RelatedIndividualUltimateBeneficialOwner! non-null object

Ultimate beneficial owner specific information

CompanyLegalRepresentativeAndUltimateBeneficialOwner.legalRepresentative ● RelatedIndividualLegalRepresentative! non-null object

Legal representative specific information

Interfaces

CompanyRelatedIndividualInfo interface

Interface for common fields across all related individual types

Implemented By

CompanyRelatedIndividual union