Companies House · Schema

transactions

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
filing_type string Filing type which created, updated or satisfied the charge
delivered_on string The date the filing was submitted to Companies House
insolvency_case_number string The insolvency case related to this filing
links array The resources related to this filing
View JSON Schema on GitHub

JSON Schema

transactions.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "transactions",
  "properties": {
    "filing_type": {
      "type": "string",
      "description": "Filing type which created, updated or satisfied the charge"
    },
    "delivered_on": {
      "type": "string",
      "format": "date",
      "description": "The date the filing was submitted to Companies House"
    },
    "insolvency_case_number": {
      "type": "string",
      "description": "The insolvency case related to this filing"
    },
    "links": {
      "type": "array",
      "description": "The resources related to this filing",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/charges.json#/definitions/transaction_links"
      }
    }
  }
}