Charge

A registered charge / mortgage against the company

  • amount
    Type: object

    Amount secured by the charge, if known. Expressed in minor currency units (e.g. pence for GBP) with a currency code and exponent.

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

  • classification
    Type: 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).

  • createdDate
    Type: string Format: date-time

    Date the charge was created, as an ISO-8601 date-time (UTC). May be null.

  • description
    Type: string

    Particulars of the charge (free-text description of what is secured).

  • holder
    Type: string

    Name of the charge holder — the person(s) or entity entitled to the security.

  • satisfactionDate
    Type: string Format: date-time

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

  • satisfied
    Type: boolean

    Whether the charge has been satisfied (discharged). May be null.

  • status
    Type: 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.

Grand Public API