subsidiaries is a first-class data block in the Topograph data model. Where shareholders describe who owns the queried company (the upstream edge), subsidiaries describe what the queried company owns (the downstream edge).
A subsidiary record is always a company. It carries the equity stake the queried company holds in it, plus optional details such as voting rights, nominal capital held, and acquisition or end dates. Classification (controlled, associated, minority investment) is left to the caller and follows directly from sharePercentage.
Supported Countries
| Country | Code |
|---|---|
| Italy | IT |
Example Request
Example Response
Field reference
| Field | Type | Notes |
|---|---|---|
company | object | The owned company (legalName, countryCode, id, identifiers). |
sharePercentage | number | Direct equity stake (0–100). |
totalSharePercentage | number | Direct + indirect stake when the source can compute it. |
votingRightsPercentage | number | Voting power, when it differs from equity. |
numberOfShares | number | Absolute share or quota count. |
nominalCapitalHeld | MonetaryAmount | Total nominal value of the equity held. |
paidInAmount | MonetaryAmount | Total amount actually paid for the equity. |
acquisitionDate | ISO 8601 date | When the participation was acquired. |
endDate | ISO 8601 date | When the participation ended (sale, dissolution). Omitted for current participations. |
Best practices
Derive control from sharePercentage
Derive control from sharePercentage
Combine with shareholders for a full picture
Combine with shareholders for a full picture
Use `endDate` to filter historical participations
Use `endDate` to filter historical participations
Records with a non-empty
endDate describe past holdings. Filter them out unless you need historical context.