UK companies · PSC

UK Persons with Significant Control search

The UK PSC register went live in April 2016 under the Small Business, Enterprise and Employment Act 2015. It captures any natural person or registrable legal entity that controls more than 25% of shares, more than 25% of voting rights, the right to appoint or remove a majority of the board, or otherwise exercises significant influence or control. OpenRegistry exposes it as a first-class tool with no signup.

The PSC register is not the shareholder list

A 10% direct shareholder does not appear in PSC. A corporate trustee with appointment rights does. PSC and the Statement of Capital filed in the CS01 measure different things, and aggregators that conflate them produce the wrong answer for KYB.

Field PSC register Statement of Capital (CS01)
Threshold >25% shares OR >25% voting OR appointment OR significant influence Any holder with at least one share
Coverage Natural persons + registrable legal entities (RLEs) All shareholders, with share class and stake
Format Structured JSON endpoint Embedded in CS01 / older AR01 PDF or iXBRL
Tool get_persons_with_significant_control(GB, ...) get_shareholders(GB, ...) returns a pointer to the latest CS01

What a PSC entry contains

Walking corporate PSCs upstream

A common pattern is that a UK company's PSC is itself another company. A clean answer requires walking up the corporate chain until either individuals or a foreign-jurisdiction parent appears. OpenRegistry can automate the walk inside one MCP prompt, recursing through search_companies and get_persons_with_significant_control until it terminates.

A four-layer worked walk on Iceland Foods Limited, ending at the eight humans who hold the chain (Tarsem Dhaliwal 41.35%, the MC Walker 2008 Settlement 20.40%, Malcolm Walker 10.00%, the MC Walker 2021 Settlement 8.78%, Paulsammy 2007 Limited 7.33%, Richard Walker 4.04%, Alexia Gharagozlou 4.04%, Caroline Gooding 4.04%) is at /docs/case-studies/iceland-foods-chain-walk.

Worked example

// MCP — pull the live PSC register for any UK company
get_persons_with_significant_control({
  jurisdiction: "GB",
  company_id: "09446231"
})
// → array of PSC entries with nature_of_control, notification dates, etc.

What is not in PSC

Why the 2022 amendment matters

The Economic Crime (Transparency and Enforcement) Act 2022 introduced criminal sanctions for filing a false PSC entry, and tightened the verification regime for new corporate registrations. The data on PSC filings since mid-2023 is materially more reliable than older entries. OpenRegistry returns the live register, so newer entries reflect the stricter regime as soon as CH publishes them.

Beyond UK. Norway's Reelle Rettighetshavere, Iceland's raunverulegir eigendur, and France's bénéficiaires effectifs are similar public registers with get_persons_with_significant_control live for each. Eight EU UBO registers (DE, ES, IT, NL, AT, MT, PT, LU) are AML-restricted after CJEU C-37/20 (Nov 2022) and return a structured 501 with the statutory portal pointer.