Skip to main content

CompanyLegalRepresentative

Individual who is only a legal representative (not a UBO)

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

Fields

CompanyLegalRepresentative.type ● RelatedIndividualType! non-null enum

Type of the related individual (always LegalRepresentative)

CompanyLegalRepresentative.firstName ● String scalar

First name of the individual

CompanyLegalRepresentative.preferredFirstName ● String scalar

Preferred first name of the individual

CompanyLegalRepresentative.lastName ● String scalar

Last name of the individual

CompanyLegalRepresentative.sex ● Sex enum

Sex of the individual

CompanyLegalRepresentative.email ● String scalar

Email of the individual

CompanyLegalRepresentative.birthInfo ● BirthInfo object

Birth information of the individual

CompanyLegalRepresentative.address ● AddressInfo object

Residency address of the individual

CompanyLegalRepresentative.nationality ● CCA3 scalar

Nationality of the individual

CompanyLegalRepresentative.taxIdentificationNumber ● String scalar

Tax identification number of the individual, if applicable

CompanyLegalRepresentative.unitedStatesTaxInfo ● UnitedStatesTaxInfo object

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

CompanyLegalRepresentative.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