LegalNotices
Court judgments, Gazette notices and registered charges
- chargesType: array object[] · Charge[]
Charges and mortgages registered as security against the company. This field is part of the response contract but is not yet sourced on the profile, so it is currently always an empty array.
A registered charge / mortgage against the company
- amountType: object
Amount secured by the charge, if known. Expressed in minor currency units (e.g. pence for GBP) with a currency code and exponent.
- 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.
- classificationType: string
Classification or kind of the charge (e.g. the nature of the security). Not currently populated (charges are not yet sourced on the profile).
- createdType: string Format: date-time
Date Date the charge was created, as an ISO-8601 date-time (UTC). May be
null. - descriptionType: string
Particulars of the charge (free-text description of what is secured).
- holderType: string
Name of the charge holder — the person(s) or entity entitled to the security.
- satisfactionType: string Format: date-time
Date Date the charge was satisfied, as an ISO-8601 date-time (UTC).
nullif not satisfied or the date is unknown. - satisfiedType: boolean
Whether the charge has been satisfied (discharged). May be
null. - statusType: string
Status of the charge, indicating whether it is still in force (e.g. outstanding) or has been satisfied. Note: charges are not yet sourced on the profile, so this field is not currently populated; the underlying vocabulary is therefore not yet fixed.
- gazetteType: array object[] · GazetteNotice[]
Notices Notices published against the company in the official UK Gazette (e.g. insolvency, strike-off and dissolution notices).
nullwhen no Gazette notices are present on the profile.A UK Gazette notice
- appointmentType: string
Date Date of the appointment referenced by the notice (e.g. of a liquidator or administrator), if applicable, as reported by the source (free-text string). May be
null. - codeType: string
Human-readable description of the notice category, as provided by the source (the notice's raw description text). This is free text, not the numeric Gazette notice code.
- courtType: string
Name Name of the court referenced by the notice, if applicable. May be
null. - dateType: string Format: date-time
Date the notice was published, as an ISO-8601 date-time (UTC). May be
nullif unknown. - fullType: string
Text Full published text of the notice, if available.
- idType: string
Identifier of the notice as assigned by the source.
- isType: boolean
Early Signal Whether this notice is treated as an early-warning signal — it generates an early signal but does not itself change the company's business status. May be
nullif not determined. - isType: boolean
Insolvency Whether this notice is an insolvency notice (e.g. liquidation or administration). May be
nullif not determined. - isType: boolean
Reinstatement Whether this notice is a reinstatement of the company to the register. May be
nullif not determined. - isType: boolean
Removal Whether this notice drives removal from the register (a
REMOVEDorDISSOLVEDoutcome). May benullif not determined. - petitionType: string
Date Date of the petition referenced by the notice, if applicable, as reported by the source (free-text string). May be
null. - practitionerType: string
Name Name of the insolvency practitioner named in the notice, if any.
nullwhen not applicable or not present. - statusType: string
Context Human-readable status context for the notice, where available. Free text, not drawn from a fixed set of values.
- typeType: string enum
The classified type of the notice. One of:
ACCOUNTS— a notice relating to the filing of accounts.ADDRESS— a change of registered office address.ADMINISTRATION— the company entering administration.ANNUAL_RETURN— an annual return / confirmation statement notice.CAPITAL— a change in share capital.CCJ— a County Court Judgment.CHANGE_OF_NAME— a change of the company name.COURT_FILING— a general court filing not covered by a more specific type.DISSOLUTION— dissolution of the company.INCORPORATION— incorporation of the company.LIQUIDATION— the company being wound up / liquidated.MISCELLANEOUS— a notice that does not fit the other categories.MORTGAGE— a charge / mortgage notice.OFFICERS— a change of officers (directors / secretaries).RESOLUTION— a company resolution.STRIKE_OFF— the company being struck off the register.
values- A
C C O U N T S - A
D D R E S S - A
D M I N I S T R A T I O N - A
N N U A L _ R E T U R N - C
A P I T A L
- urlType: string
Link to the published notice, if available.
- judgmentsType: array object[] · Judgment[]
Court judgments recorded against the company, such as County Court Judgments (CCJs) sourced from Registry Trust.
nullwhen no judgment data is present on the profile; otherwise an array (possibly empty).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