Retrieving 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": {
"parentEntity": "1725329761404x0000000000000",
"applicantId": "1725367823259x00000000000000",
"uboType": "Individual",
"name": "SIMONE LEE HARDING",
"detectedPosition": [
"Secretary",
"UBO",
"Shareholder",
"Director"
],
"inputtedPosition": "null",
"address": "123 EXAMPLE LANE, PERTH, 6000, WA, AU",
"registrationNumber": "null",
"shares": [
"5000000"
],
"shareClass": [
"ORD"
]
},
"ownershipInsight": {
"parentEntity": "1725329761404x0000000000000",
"applicantId": "null",
"uboType": "Entity",
"name": "EXAMPLE CO PTY LTD",
"detectedPosition": [
"Shareholder"
],
"inputtedPosition": "null",
"address": "321 EXAMPLE STREET, PERTH, 6000, WA AU",
"registrationNumber": "123000456",
"shares": [
"100000"
],
"shareClass": [
"ORD"
]
}Last updated
Was this helpful?