TypesObjects
BeneficialOwner
An object representing a beneficial owner of a company.
type BeneficialOwner {
reasons: [BeneficialOwnerReasonKind!]!
editMetadata: EditMetadata
entity: EntityLike!
}Fields
reasons [BeneficialOwnerReasonKind!]! non-null enum
[BeneficialOwnerReasonKind!]!
The reasons for the entity being considered a beneficial owner.
editMetadata EditMetadata object
EditMetadata
Metadata about edits made to this beneficial ownership relationship.
entity EntityLike! non-null interface
EntityLike!
The entity on the opposite side of the beneficial ownership relationship.
If the beneficial owner object is fetched from a Company, this entity represents the beneficial owner (e.g. a person or another company).
If the beneficial owner is fetched from a BusinessPerson, this is the company where the person holds beneficial ownership.
Member Of
BeneficialOwnerChange object BusinessPerson object Company object