Skip to main content

IndividualShareholder

Individual shareholder info.

type IndividualShareholder {
type: ShareholderType!
firstName: String!
lastName: String!
birthDate: String!
nationality: CCA3!
}

Fields

IndividualShareholder.type ● ShareholderType! non-null enum

Whether the shareholder is an individual or a company.

IndividualShareholder.firstName ● String! non-null scalar

First name of the shareholder.

IndividualShareholder.lastName ● String! non-null scalar

Last name of the shareholder.

IndividualShareholder.birthDate ● String! non-null scalar

Birth date of the shareholder.

IndividualShareholder.nationality ● CCA3! non-null scalar

CCA3 code for the country of nationality of the shareholder.

Implemented By

ShareholderInfo union