CorporateStructure

Corporate group structure

  • hierarchy
    Type: array object[] ยท StructureNode[]

    Flat list of all group companies

    A company within the corporate group

    • children
      Type: array string[]

      Ids of direct subsidiaries

    • dissolved
      Type: boolean

      Whether the company is dissolved / removed / closed

    • id
      Type: string

      Node id (referenced by other nodes' 'children')

    • jurisdiction
      Type: string

      Jurisdiction

    • name
      Type: string

      Legal name

    • registrationNumber
      Type: string

      Registration number

    • status
      Type: string

      Trading status flag

  • immediateParent
    Type: object

    Immediate parent company

    • children
      Type: array string[]

      Ids of direct subsidiaries

    • dissolved
      Type: boolean

      Whether the company is dissolved / removed / closed

    • id
      Type: string

      Node id (referenced by other nodes' 'children')

    • jurisdiction
      Type: string

      Jurisdiction

    • name
      Type: string

      Legal name

    • registrationNumber
      Type: string

      Registration number

    • status
      Type: string

      Trading status flag

  • ownershipStatus
    Type: string

    Ownership status

  • ultimateParent
    Type: object

    Ultimate parent (group head)

    • children
      Type: array string[]

      Ids of direct subsidiaries

    • dissolved
      Type: boolean

      Whether the company is dissolved / removed / closed

    • id
      Type: string

      Node id (referenced by other nodes' 'children')

    • jurisdiction
      Type: string

      Jurisdiction

    • name
      Type: string

      Legal name

    • registrationNumber
      Type: string

      Registration number

    • status
      Type: string

      Trading status flag

Grand Public API