Documentation
HomeSupportStatusSign in ->
  • Developer guide
  • How it works?
  • Integration Quick Guide
    • Link Flow
    • Embedded Flow
    • Running Workflow
  • Production setup
  • Webhooks
  • Widget
    • Methods
    • Inline mode
  • Postman Collection
  • Changelog
  • 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
  • Integrations
    • AIS
      • Data fields availability across banks
      • Testing data
    • Autopay
    • BIG Info Monitor
      • Company Report
      • Personal Report
      • Entrepreneur Report
      • Plus Sco Plus CR3 Report
    • BankID
      • 🇳🇴Norway
      • 🇩🇰Denmark
    • CEIDG
      • Get company
      • List companies
    • Companies House
      • Public Data Api
        • Exemptions
        • Persons with significant Control
        • UK Establishments
        • Filing History
        • Registers
        • Registered Office Address
        • Company Profile
        • Officers
        • Insolvency
        • Charges
      • Documents Api
    • ComplyAdvantage
    • ComplyCube
      • Identity Verification
        • Document Check
        • Proof of Address Check
        • Identity Check
      • Document Check
      • AML Screening Check
      • Face Authentication Check
    • Data Ninja
      • Labeling
      • Profiling
      • Scoring
    • eDO App
    • GUS
    • IAML
    • KRD
      • Company Report
      • Personal Report
      • Identity Card Verification
    • mObywatel
      • CitizenDetails
      • CitizenNationality
    • OnDato
    • Polish VAT Whitelist
    • Przelewy 24
    • PWG
    • QARD
    • Rejestr.io
    • Registru Centras
      • Get company
      • List documents
      • Get document
    • Smart-ID
    • SMS API
    • Twilio
    • MojeId
    • Veriff
      • Supported Browsers
    • VIES (Vat Validation)
      • vies
    • Zoho Sign
      • Adding document fields automatically using text tags
    • Idenfy
    • GBG
      • IDScan
      • Verifications
    • Visa
    • KYB
      • Company Profile
    • Handelsregister
      • Company profile
        • List companies
        • Get company
        • Get company documents
    • InfoCamere
      • Company profile
        • List companies
        • List persons
        • Get company
        • Get person
        • Get documents
    • CBE - Belgium Company Register
      • Company profile
        • List companies
        • Get company
        • List documents
        • Get document
    • Transparenzregister
      • Beneficial owners
        • List companies
        • List documents
        • Get documents
    • CVR (Danish Central Business Register)
      • Company profile
        • List Companies
        • Get Company
        • Get document
    • Malta Business Registry
      • Company profile
        • List Companies
        • Get Company
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"
        }
    ]
}
PreviousPublic Data ApiNextPersons with significant Control

Last updated 1 year ago

Was this helpful?

exemptions
links
pscExemptAsSharesAdmittedOnMarket
pscExemptAsTradingOnEuRegulatedMarket
pscExemptAsTradingOnRegulatedMarket
pscExemptAsTradingOnUkRegulatedMarket
items
items
items
items
items