DEV Community

Cover image for Rules of Origin UK: The Logic Behind TCA Product Specific Rules
John Hall
John Hall

Posted on

Rules of Origin UK: The Logic Behind TCA Product Specific Rules

The Problem Origin Rules Are Solving

Rules of origin exist to answer one question with commercial consequences: where does a product actually come from? Not the shipping address, the country of production. For UK traders, this became a hard requirement on 1 January 2021, when UK-EU trade stopped being movement within a single customs territory and started needing proof of origin under the Trade and Cooperation Agreement (TCA).

How Annex 3 Encodes the Rules

Think of TCA Annex 3 as a lookup table keyed on HS heading. Each entry maps a heading (Chapter 1 through Chapter 97) to a description and a product specific rule, such as change of tariff heading (CTH), change of tariff subheading (CTSH), or a maximum non-originating materials (MaxNOM) percentage. Where a heading offers alternative rules joined by "or", any qualifying route works. Teams building or auditing an origin process usually get more out of reading UK Customs Rules of Origin end to end than trying to reverse-engineer the logic from a single HS code lookup.

The Simplest Case: Wholly Obtained

No calculation needed here. If every material is UK or EU origin, and production is entirely UK or EU based, the product is automatically originating. This is the exception rather than the rule for most manufactured goods with imported components.

Why This Matters Beyond Compliance

Origin status feeds directly into duty rates, certificate of origin requirements, and exposure to anti-dumping measures. For any team building customs or trade tooling, treating origin determination as a first-class data point, not an afterthought, saves rework later.

If you are exploring how to automate HS classification and origin checks, watch a demo.

Top comments (0)