Charge
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.