Companies House · Schema

branchCompanyDetails

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
business_activity string Type of business undertaken by the UK establishment.
parent_company_number string Parent company number.
parent_company_name string Parent company name.
View JSON Schema on GitHub

JSON Schema

branchcompanydetails.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "branchCompanyDetails",
  "properties": {
    "business_activity": {
      "description": "Type of business undertaken by the UK establishment.",
      "type": "string"
    },
    "parent_company_number": {
      "description": "Parent company number.",
      "type": "string"
    },
    "parent_company_name": {
      "description": "Parent company name.",
      "type": "string"
    }
  }
}