TypesObjects
Ownership
An object representing an ownership relationship.
type Ownership {
shareClasses: [ShareClass!]!
totalSharePercentage: SharePercentageInterval!
editMetadata: EditMetadata
entity: EntityLike!
}Fields
shareClasses [ShareClass!]! non-null object
[ShareClass!]!
The list of share classes with their associated share percentages.
totalSharePercentage SharePercentageInterval! non-null object
SharePercentageInterval!
The total direct share percentage, i.e., the sum of all shares in shareClasses.
editMetadata EditMetadata object
EditMetadata
Metadata about edits made to this ownership relationship.
entity EntityLike! non-null interface
EntityLike!
The entity involved in the ownership relationship. This can be either a shareholder (company or person)
or an asset company, depending on the context in which the field is accessed.
Member Of
BusinessPerson object Company object OwnershipChange object