Companies House · Schema

accountPeriodFrom

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

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

JSON Schema

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