Judgment

A court judgment against the company

  • amount
    Type: object

    Monetary value of the judgment. Amounts are expressed in minor currency units (e.g. pence for GBP) with a currency code and exponent; typically GBP.

    • amount
      Type: integer Format: int64

      The amount as a signed integer in the currency's minor units. The major-unit value is amount / 10^exponent — e.g. 450000 with exponent 2 is £4,500.00. May be negative (e.g. losses, net liabilities, or cash outflows).

    • currency
      Type: string

      ISO 4217 currency code of this amount (e.g. GBP, EUR, USD). Financial figures sourced from UK Companies House are denominated in GBP.

    • exponent
      Type: integer Format: int32

      Number of minor-unit digits for the currency, i.e. the power of ten separating minor units from major units. 2 for GBP/EUR/USD (100 pence = £1); 0 for currencies with no minor unit such as JPY.

  • caseNumber
    Type: string

    Court case reference number for the judgment, where available.

  • courtName
    Type: string

    Name of the court that issued the judgment, where available.

  • date
    Type: string Format: date-time

    Date the judgment was made, as an ISO-8601 date-time (UTC). May be null if unknown.

  • satisfactionDate
    Type: string Format: date-time

    Date the judgment was satisfied, as an ISO-8601 date-time (UTC). null if the judgment has not been satisfied or the date is unknown.

  • satisfied
    Type: boolean

    Whether the judgment has been satisfied (paid / discharged). Derived: true when the status is SATISFIED or a satisfaction date is present.

  • status
    Type: string enum

    Status of the judgment. One of:

    • OPEN — the judgment is outstanding / unsatisfied.
    • SATISFIED — the judgment has been satisfied (paid or discharged).
    values
    • OPEN
    • SATISFIED
  • type
    enum
    const:  
    CCJ

    Type of judgment. Currently always CCJ (County Court Judgment); the field exists to allow other judgment types in future.

    values
    • CCJ

Grand Public API