Judgment
A court judgment against the company
- amountType: 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.
- amountType: 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.450000withexponent2 is £4,500.00. May be negative (e.g. losses, net liabilities, or cash outflows). - currencyType: string
ISO 4217 currency code of this amount (e.g.
GBP,EUR,USD). Financial figures sourced from UK Companies House are denominated inGBP. - exponentType: integer Format: int32
Number of minor-unit digits for the currency, i.e. the power of ten separating minor units from major units.
2forGBP/EUR/USD(100 pence = £1);0for currencies with no minor unit such asJPY.
- caseType: string
Number Court case reference number for the judgment, where available.
- courtType: string
Name Name of the court that issued the judgment, where available.
- dateType: string Format: date-time
Date the judgment was made, as an ISO-8601 date-time (UTC). May be
nullif unknown. - satisfactionType: string Format: date-time
Date Date the judgment was satisfied, as an ISO-8601 date-time (UTC).
nullif the judgment has not been satisfied or the date is unknown. - satisfiedType: boolean
Whether the judgment has been satisfied (paid / discharged). Derived:
truewhen the status isSATISFIEDor a satisfaction date is present. - statusType: string enum
Status of the judgment. One of:
OPEN— the judgment is outstanding / unsatisfied.SATISFIED— the judgment has been satisfied (paid or discharged).
values- O
P E N - S
A T I S F I E D
- typeenumconst:CCJ
Type of judgment. Currently always
CCJ(County Court Judgment); the field exists to allow other judgment types in future.values- C
C J