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