Companies House · Schema

exemptions

Exemptions information.

CompaniesUK GovernmentBusiness RegistrationCompany SearchOfficersFiling HistoryInsolvencyChargesPersons of Significant ControlOpen Data

Properties

Name Type Description
psc_exempt_as_trading_on_regulated_market object If present the company has been or is exempt from keeping a PSC register, as it has voting shares admitted to trading on a regulated market other than the UK.
psc_exempt_as_shares_admitted_on_market object If present the company has been or is exempt from keeping a PSC register, as it has voting shares admitted to trading on a market listed in the Register of People with Significant Control Regulations
psc_exempt_as_trading_on_uk_regulated_market object If present the company has been or is exempt from keeping a PSC register, as it has voting shares admitted to trading on a UK regulated market.
psc_exempt_as_trading_on_eu_regulated_market object If present the company has been or is exempt from keeping a PSC register, as it has voting shares admitted to trading on an EU regulated market.
disclosure_transparency_rules_chapter_five_applies object If present the company has been or is exempt from keeping a PSC register, because it is a DTR issuer and the shares are admitted to trading on a regulated market.
View JSON Schema on GitHub

JSON Schema

exemptions.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "exemptions",
  "description": "Exemptions information.",
  "properties": {
    "psc_exempt_as_trading_on_regulated_market": {
      "description": "If present the company has been or is exempt from keeping a PSC register, as it has voting shares admitted to trading on a regulated market other than the UK.",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/exemptions.json#/definitions/pscExemptAsTradingOnRegulatedMarketItem"
      }
    },
    "psc_exempt_as_shares_admitted_on_market": {
      "description": "If present the company has been or is exempt from keeping a PSC register, as it has voting shares admitted to trading on a market listed in the Register of People with Significant Control Regulations 2016.",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/exemptions.json#/definitions/pscExemptAsSharesAdmittedOnMarketItem"
      }
    },
    "psc_exempt_as_trading_on_uk_regulated_market": {
      "description": "If present the company has been or is exempt from keeping a PSC register, as it has voting shares admitted to trading on a UK regulated market.",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/exemptions.json#/definitions/pscExemptAsTradingOnUkRegualatedMarketItem"
      }
    },
    "psc_exempt_as_trading_on_eu_regulated_market": {
      "description": "If present the company has been or is exempt from keeping a PSC register, as it has voting shares admitted to trading on an EU regulated market.",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/exemptions.json#/definitions/pscExemptAsTradingOnEuRegualatedMarketItem"
      }
    },
    "disclosure_transparency_rules_chapter_five_applies": {
      "description": "If present the company has been or is exempt from keeping a PSC register, because it is a DTR issuer and the shares are admitted to trading on a regulated market.",
      "items": {
        "$ref": "http://127.0.0.1:10000/api.ch.gov.uk-specifications/swagger-2.0/spec/exemptions.json#/definitions/diclosureTransparencyRulesChapterFiveAppliesItem"
      }
    }
  }
}