Companies House · Schema

accountPeriodTo

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
day integer Day on which accounting period ends under parent law.
month integer Month in which accounting period ends under parent law.
View JSON Schema on GitHub

JSON Schema

accountperiodto.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "accountPeriodTo",
  "properties": {
    "day": {
      "description": "Day on which accounting period ends under parent law.",
      "type": "integer"
    },
    "month": {
      "description": "Month in which accounting period ends under parent law.",
      "type": "integer"
    }
  }
}