entity_form is a first-class discriminator
Every resolved entity has anentity_form, one of:
entity_form | Meaning | Has an ACN? |
|---|---|---|
company | An ASIC-registered company acting in its own right | Yes |
trust | A trust (its own ABN; the trustee is a separate entity) | No |
sole_trader | An individual carrying on business | No |
partnership | A partnership | No |
indigenous_corporation | A CATSI-Act corporation (ORIC) | Sometimes |
other | Any other incorporated or registered entity | Varies |
entity_form is derived from the Australian Business Register entity type and, for
Indigenous corporations, corrected against the ORIC register. It tells you which
enrichment blocks are meaningful for the entity.
An ACN is not a sibling of an ABN
The common shortcut “an ABN is an ACN plus a two-digit prefix” holds only for a company acting in its own right. It breaks the moment a trust or a sole trader is involved.The acn field on a non-company entity
Trusts resolve to their corporate trustee
When you resolve a trust, the entity name often encodes its trustee, for exampleACME PTY LTD AS TRUSTEE FOR THE SMITH FAMILY TRUST. AUO parses this into a
related_entities edge of role corporate_trustee and makes a best-effort lookup
of the trustee’s ACN in the ASIC company register.
This matters for risk: liability sits with the trustee, not the trust. So when
AUO screens a trust, it screens the resolved trustee, not the trust itself.
A resolved trustee edge
resolvable: false and trustee_resolution: "unavailable_on_free_sources", so you
always know what AUO could and could not confirm.
Everything is one canonical entity
A single/resolve response joins the Australian Business Register spine with, where
applicable:
Company data
ASIC company status, current and former names, registration dates.
Charity
ACNC registration, charity size, registration date.
Licensing
AFS and credit licensees and representatives.
Professional registrations
Financial advisers, registered auditors, SMSF auditors.
External IDs
The GLEIF LEI cross-walk (opencorporates, qcc, spglobal).
Screening
Sanctions, banned persons and organisations, insolvency, external administration.
Next
Provenance
How every field carries its source and as-of date.
Honest boundaries
What AUO does and does not cover, stated plainly.