Ownership chain
ownership_chainThe upward ownership chains of one company, composed across registers and cited hop by hop, with per register coverage notes. Takes node_id, the graph node id from search_companies hits. threshold is the minimum ownership percentage a chain must keep to be followed, default 25; max_depth caps the number of hops, default and maximum 8. Served owners are organizations; a chain reaching an individual terminates there with a stated terminal reason. Hop values are served verbatim from the registers, never synthesized.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | The graph node id, as returned by search_companies hits. Not the entity_id of company_profile. | |
| max_depth | No | Maximum hops to walk, default and maximum 8. | |
| threshold | No | Minimum ownership percentage a chain must keep, default 25. |