Skip to main content

CompanyRelatedIndividualInfo

Interface for common fields across all related individual types

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

Fields

CompanyRelatedIndividualInfo.type ● RelatedIndividualType! non-null enum

Type of the related individual

CompanyRelatedIndividualInfo.firstName ● String scalar

First name of the individual

  • Must be between 1 and 100 characters

CompanyRelatedIndividualInfo.preferredFirstName ● String scalar

Preferred first name of the individual

  • Maximum 100 characters

CompanyRelatedIndividualInfo.lastName ● String scalar

Last name of the individual

  • Must be between 1 and 100 characters

CompanyRelatedIndividualInfo.sex ● Sex enum

Sex of the individual

CompanyRelatedIndividualInfo.email ● String scalar

Email of the individual

CompanyRelatedIndividualInfo.birthInfo ● BirthInfo object

Birth information of the individual

CompanyRelatedIndividualInfo.address ● AddressInfo object

Residency address of the individual

CompanyRelatedIndividualInfo.nationality ● CCA3 scalar

Nationality of the individual

CompanyRelatedIndividualInfo.taxIdentificationNumber ● String scalar

Tax identification number of the individual, if applicable

  • Maximum 16 characters

CompanyRelatedIndividualInfo.unitedStatesTaxInfo ● UnitedStatesTaxInfo object

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

Implemented By

CompanyLegalRepresentative object ● CompanyLegalRepresentativeAndUltimateBeneficialOwner object ● CompanyUltimateBeneficialOwner object