Retrieving thorough entity ownership structures
Once a verification has processed, you can retrieve the entity's ownership structure.
Retrieving an entity's ownership structure
Name
Value
Name
Type
Description
{
"ownershipInsight": {
"verifiedEntity": {
"name": "EXAMPLE HOLDINGS PTY LTD",
"registrationNumber": "123456789",
"totalCapital": 1000000,
"registeredAddress": "1 Example Street, Sample City, ST, 0000"
},
"stakeholders": [
{
"applicantId": "null",
"name": "JANE EXAMPLE",
"uboType": "Individual",
"detectedPositions": ["UBO", "Director", "Shareholder"],
"inputtedPosition": "null",
"address": "2 Sample Road, Sample City, ST, 0000",
"registrationNumber": "null",
"sharesHeldInVerifiedEntity": [500000],
"typeOfSharesHeldInVerifiedEntity": ["ORD"],
"percentageOfSharesHeldInVerifiedEntity": 50.0,
"jointHolding": false,
"isFirstLevelStakeholder": true,
"stakeholders": []
},
{
"applicantId": "1784178339854x158496588203819001",
"name": "PARENT HOLDINGS LTD",
"uboType": "Company",
"detectedPositions": ["Shareholder"],
"inputtedPosition": "Shareholder",
"address": "3 Corporate Ave, Sample City, ST, 0000",
"registrationNumber": "987654321",
"sharesHeldInVerifiedEntity": [500000],
"typeOfSharesHeldInVerifiedEntity": ["ORD"],
"percentageOfSharesHeldInVerifiedEntity": 50.0,
"jointHolding": false,
"isFirstLevelStakeholder": true,
"stakeholders": [
{
"name": "JOHN SAMPLE",
"type": "Individual",
"sharesHeldInParentEntity": [100],
"typeOfSharesHeldInParentEntity": ["ORD"],
"percentageOfSharesHeldInParentEntity": 100.0,
"percentageOfSharesHeldIndirectlyInVerifiedEntity": 50.0,
"jointHolding": false,
"rolesHeldInParentEntity": ["Director", "Shareholder"]
}
]
}
]
}
}Response properties
Property
Type
Description
Property
Type
Description
Property
Type
Description
Property
Type
Description
Last updated
Was this helpful?