Typed corporate identifiersCorporate shareholders and directors can now carry multiple typed identifiers — ACN, ABN, ARBN, ARSN, ARFN, and foreign registration numbers — via a new
otherIdentifiers array on CoreShareholderDetail and CoreDirectorDetail.Backwards compatible — reuses the existing
Identifier schema. First surfaced for Australian (ASIC) companies.Shareholding percentage rangesShareholdings can now express an ownership range when a registry does not report an exact percentage.
CoreShareholderDetail.percentageFieldis now nullable. When a range applies,percentageFieldis null andpercentageIsRangeField,percentageRangeField,percentageLowerLimitField, andpercentageUpperLimitFieldcarry the range.
Supports registries such as Estonia (EE) that may report ownership as a range (e.g. “0–100%”).
UBO Verify enhancementsUBO Verify gains entity-resolution tracking and richer ownership analysis.
- Entity resolution and continuation tracking —
addressField,entitySelectionMetadataField,selectedCandidatesField, andpreviousVersionsFieldprovide an audit trail and ownership-tree version history. - Richer analysis — a top-level
uboAnalysisFieldwith status, metrics, required profiles, and beneficial-owner groups; fuzzy name matching; coverage metrics; and prioritised required-profile recommendations.
Backwards compatible. Supports entity disambiguation with a full audit trail, actionable UBO insights, and detection of potential hidden beneficial ownership.
Typed identifiers in Search resultsSearch results now include typed identifiers via an
otherIdentifiers array with type codes.Available across all four search endpoints — Company Search by Name, Company Search by Registration Number, Lite Search by Name, and Lite Search by Registration Number.
Company name field consistencyAlternative and previous company names are now handled consistently across V1 response objects.
previousNamesFieldarrays added toCompanyRecord,EnhancedProfile, andCorporation.aliasesFieldarrays added toEnhancedProfileandCorporation.englishNameFieldadded toLiteProfile.
Provides a consistent structure for trading names, business names, and historical legal names, and aligns
LiteProfile with V2 and EnhancedProfile for English-name support.Identifier standardisationCompany identifiers move to the typed
otherIdentifiers array, replacing several legacy fields.- New
otherIdentifiersarray with type codes. - Deprecated legacy identifier fields —
fiscalCode,vatNumber,companyID, andsecondaryRegistrationNumber.
Use
otherIdentifiers (with its type codes) in place of the deprecated fields.