Documentation
HomeStatusSign in ->
  • Developer guide
  • How it works?
  • Integration Quick Guide
    • Link Flow
    • Embedded Flow
    • Running Workflow
  • Production setup
  • Widget
    • Methods
    • Inline mode
  • Postman Collection
  • Records
    • Introduction
    • Migration Guide: Migrating from Cases to Records
  • TRANSACTIONLINK API
    • API Reference
      • Authentication
      • Cases (deprecated)
      • Resources
      • Parameters
      • Token
      • Link
      • Workflows
      • Records
        • Attachments
    • API Changelog
    • API Versioning
Powered by GitBook
On this page
  • Output
  • Exemptions
  • Disclosure Transparency Rules Chapter Five Applies
  • PSC Exempt As Shares Admitted On Market
  • PSC Exempt As Trading On Eu Regulated Market
  • PSC Exempt As Trading On RegulatedMarket
  • PSC Exempt As Trading On Uk Regulated Market
  • Exemptions Items
  • Links
  • Example

Was this helpful?

  1. Integrations
  2. Companies House
  3. Public Data Api

Exemptions

Output

Attribute
Type
Description

etag

string

The ETag of the resource.

object

Company exemptions information.

kind

string

Possible values are:

  • exemptions

array<object>

URLs related to the resource, including self.

Exemptions

Attribute
Type
Description
Additional

disclosureTransparencyRulesChapterFiveApplies

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.

Optional

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 2016.

Optional

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.

Optional

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.

Optional

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.

Optional

Disclosure Transparency Rules Chapter Five Applies

Attribute
Type
Description
Additional

exemptionType

string

The exemption type.

Possible values are:

  • disclosure-transparency-rules-chapter-five-applies

array<object>

List of exemption periods.

PSC Exempt As Shares Admitted On Market

Attribute
Type
Description
Additional

exemptionType

string

The exemption type.

Possible values are:

  • psc-exempt-as-shares-admitted-on-market

array<object>

List of dates.

PSC Exempt As Trading On Eu Regulated Market

Attribute
Type
Description
Additional

exemptionType

string

The exemption type.

Possible values are:

  • psc-exempt-as-trading-on-eu-regulated-market

array<object>

List of dates.

PSC Exempt As Trading On RegulatedMarket

Attribute
Type
Description
Additional

exemptionType

string

The exemption type.

Possible values are:

  • psc-exempt-as-trading-on-regulated-market

array<object>

List of dates.

PSC Exempt As Trading On Uk Regulated Market

Attribute
Type
Description
Additional

exemptionType

string

The exemption type.

Possible values are:

  • psc-exempt-as-trading-on-uk-regulated-market

array<object>

List of dates.

Exemptions Items

Attribute
Type
Description
Additional

exemptFrom

date

Exemption valid from.

exemptTo

date

Exemption valid to.

Optional

Links

Attribute
Type
Description

self

string

The URL of this resource.

Example

{
    "etag": "string",
    "exemptions": {
        "disclosureTransparencyRulesChapterFiveApplies": {
            "exemptionType": "string",
            "items": [
                {
                    "exemptFrom": "date",
                    "exemptTo": "date"
                }
            ]
        },
        "pscExemptAsSharesAdmittedOnMarket": {
            "exemptionType": "string",
            "items": [
                {
                    "exemptFrom": "date",
                    "exemptTo": "date"
                }
            ]
        },
        "pscExemptAsTradingOnEuRegulatedMarket": {
            "exemptionType": "string",
            "items": [
                {
                    "exemptFrom": "date",
                    "exemptTo": "date"
                }
            ]
        },
        "pscExemptAsTradingOnRegulatedMarket": {
            "exemptionType": "string",
            "items": [
                {
                    "exemptFrom": "date",
                    "exemptTo": "date"
                }
            ]
        },
        "pscExemptAsTradingOnUkRegulatedMarket": {
            "exemptionType": "string",
            "items": [
                {
                    "exemptFrom": "date",
                    "exemptTo": "date"
                }
            ]
        }
    },
    "kind": "string",
    "links": [
        {
            "self": "string"
        }
    ]
}

Last updated 1 year ago

Was this helpful?

exemptions
links
pscExemptAsSharesAdmittedOnMarket
pscExemptAsTradingOnEuRegulatedMarket
pscExemptAsTradingOnRegulatedMarket
pscExemptAsTradingOnUkRegulatedMarket
items
items
items
items
items