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

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