CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data
Properties
Name
Type
Description
type
string
The type of secured details. For enumeration descriptions see `secured-details-description` section in the [enumeration mappings](https://github.com/companieshouse/api-enumerations/blob/master/mortgag
description
string
Details of the amount or obligation secured by the charge
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "securedDetailsDesc",
"required": [
"type",
"description"
],
"properties": {
"type": {
"enum": [
"amount-secured",
"obligations-secured"
],
"type": "string",
"description": "The type of secured details.\n For enumeration descriptions see `secured-details-description` section in the [enumeration mappings](https://github.com/companieshouse/api-enumerations/blob/master/mortgage_descriptions.yml)"
},
"description": {
"type": "string",
"description": "Details of the amount or obligation secured by the charge"
}
}
}