Companies House · Schema

transaction_links

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
filing string Link to the charge filing data
insolvency_case string Link to the insolvency case related to this filing
View JSON Schema on GitHub

JSON Schema

transaction_links.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "transaction_links",
  "properties": {
    "filing": {
      "type": "string",
      "description": "Link to the charge filing data"
    },
    "insolvency_case": {
      "type": "string",
      "description": "Link to the insolvency case related to this filing"
    }
  }
}