UltimateBeneficialOwnerInfo
The Ultimate Beneficial Owner could be for an Individual or a Company and these can Direct or Indirect
interface UltimateBeneficialOwnerInfo {
id: ID!
type: UltimateBeneficialOwnerType!
parentCompanyShareRatio: Float!
}
Fields
UltimateBeneficialOwnerInfo.id ● ID! non-null scalar
Ultimate Beneficial Owner Unique Identifier .
UltimateBeneficialOwnerInfo.type ● UltimateBeneficialOwnerType! non-null enum
Ultimate beneficial owner type.
UltimateBeneficialOwnerInfo.parentCompanyShareRatio ● Float! non-null scalar
Shares ratio of the parent company. Example: 50 if the share ratio is 50%.