TradingStatus

Current legal status and whether the company is actively operating, inactive, or in a formal insolvency or closure process.

  • effectiveDate
    Type: stringFormat: date-time

    When the current status took effect

  • history
    Type: array object[] · TradingStatusHistory[]

    Prior trading-status values over time

    A point in the trading-status history

    • effectiveDate
      Type: stringFormat: date-time

      When this status took effect

    • reasons
      Type: array object[] · StructuredReason[]

      Structured drivers for this status change

      A structured factor contributing to a section's assessment

    • status
      Type: string

      Trading status at this point

  • reasons
    Type: array object[] · StructuredReason[]

    Structured drivers behind the current status

    A structured factor contributing to a section's assessment

    • code
      Type: string | null

      Stable machine-readable reason code. RESERVED — the canonical code set is being defined separately and is currently null; use message in the meantime.

    • message
      Type: string

      Human-readable explanation of the factor

  • status
    Type: stringenum

    Trading status code

    values
    • ACTIVELY_TRADING
    • INACTIVE
    • STRIKE_OFF_INITIATED
    • IN_LIQUIDATION
    • IN_ADMINISTRATION

Grand Public API