StructureNode

A company within the corporate group

  • children
    Type: array string[]

    Ids of this node's direct subsidiaries, referencing other nodes' id values. Null or empty for a leaf node.

  • dissolved
    Type: boolean

    True when this group member is in a terminal state (dissolved, removed, closed or converted-closed) and therefore no longer live. Null when unknown.

  • id
    Type: string

    Opaque identifier for this node within the group. Referenced by other nodes' children arrays so the flat list can be assembled into a tree.

  • jurisdiction
    Type: string

    Jurisdiction of incorporation of this group member, as an ISO 3166-1 alpha-2 country code. Null when unknown.

  • name
    Type: string

    Registered legal name of this group member.

  • registrationNumber
    Type: string

    Company registration number of this group member.

  • status
    Type: string

    Human-readable trading-status label for this group member (a display string, not a stable code). Typical values include Actively trading, Inactive, Strike-off process initiated, In administration, In liquidation, Overseas entity, Dissolved, Converted closed, Removed and Closed overseas entity. Null when the status is unknown.

Grand Public API