--- normative: no --- ## What origin quotas are Origin quotas are sometimes called derogations. They allow specific quantities of some goods to get preferential tariff treatment. The goods must meet certain conditions. For example, a trader must prove the origin of the goods. Read [about rules of origin](https://www.gov.uk/guidance/check-your-goods-meet-the-rules-of-origin) on GOV.UK. The following table shows an example of a rule of origin in the [EU-South Korea trade agreement](https://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=OJ:L:2011:127:1344:1414:EN:PDF). | HS heading | Description of product | Working or processing, carried out on non-originating materials, which confers originating status | |:-:|:-:|:-:| | 2402 | Cigars, cheroots, cigarillos and ciga­rettes, of tobacco or of tobacco substitutes | Manufacture in which at least 70% by weight of the unmanufactured tobacco or tobacco refuse of heading 2401 used is originating | The following table shows there is also an origin quota in the EU-South Korea trade agreement. | HS heading | Description of product | Working or processing, carried out on non-originating materials, which confers originating status | Annual quota for exports from Korea into the EU | |:-:|:-:|:-:|:-:| | 2402 20 | Cigarettes containing tobacco | Manufacture from materials of any heading, except that of the product | Annual quota of 250 Metric tons | ## How origin quotas are structured ```dot graph g { rankdir=LR node [shape=box] Quota -- QuotaDefinition Measure1 -- Quota Measure2 -- Quota Measure1 -- GeographicalArea Measure2 -- GeographicalArea Quota -- GeographicalArea Measure1 -- Commodity1 Measure2 -- Commodity2 Measure1 -- Certificate Measure2 -- Certificate Certificate [label=Type: U (Proof of origin)>] Measure1 [label=Type: Pref. quota>] Measure2 [label=Type: Pref. quota>] Commodity1 [label="Commodity"] Commodity2 [label="Commodity"] {rank=min; Quota; GeographicalArea; Certificate;} } ``` An origin quota consists of a quota associated with some commodities via measures. The quota is a first come, first serve quota. As usual, it requires a quota order number beginning 05. The measures associated with the quota each have a measure condition that requires the use of a certificate. The certificate should be of type U (proof of origin). It must describe the specific part of the trade agreement that mentions the origin quota. The condition code for the measure condition is type Q (import due to a special licence). The following table shows how measure conditions are set up. Q: Presentation of an endorsed certificate/licence | Document code | Requirement | Action | |:-:|:-:|:-:| | Uxxx | Proof of origin containing the following statement in English: "Product originating in accordance with Section _x_ of Annex _xxx_" | Apply the mentioned duty | | | No document provided | Measure not applicable | ### Worked example In the [trade agreement with the EU](https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/948119/EU-UK_Trade_and_Cooperation_Agreement_24.12.2020.pdf), an origin quota is made available for tuna loins: | Harmonised system classification (2017) | Product description | Alternative product-specific rule | Annual quota for exports from the Union to the United Kingdom (net weight) | Annual quota for exports from the United Kingdom to the Union (net weight)| |:-:|:-:|:-:|:-:|:-:| | 1604.14 | Prepared or preserved tunas, skipjack and bonito (Sarda spp.), whole or in pieces (excl. minced)| CC | 3,000 tonnes | 3,000 tonnes | | 1604.20 | Other prepared or preserved fish | | | | | | Of tuna, skipjack or other fish of the genus Euthynnus (excl. whole or in pieces) | CC | 4,000 tonnes | 4,000 tonnes | | | Of other fish | - | - | - | 1604.14 (or commodity code `1604 14 00 00`) specifies an annual volume of 3,000 tonnes. 1604.20 does not have a quota specified against the code itself, and nothing is specified against its subdivision “of other fish”. So, the quota only applies to the one child 'of the Euthynnus genus'. This corresponds to commodity code `1604 20 70 00` in the current nomenclature. Two different quota order numbers are needed because: * the 2 quotas are independent - trades from one do not remove volume from the other * the 2 quotas have different volumes As the origin quotas are defined in the same table they can use a certificate with the same description. This results in the following tariff data objects: ```dot graph "EU Tuna Origin quota anatomy" { rankdir=LR node [shape=box] Quota1 -- QuotaDefinition1 Quota2 -- QuotaDefinition2 Measure1 -- Quota1 Measure2 -- Quota2 Measure1 -- GeographicalArea Measure2 -- GeographicalArea Quota1 -- GeographicalArea Quota2 -- GeographicalArea Measure1 -- Commodity1 Measure2 -- Commodity2 Measure1 -- Certificate Measure2 -- Certificate Quota1 [href= "https://www.trade-tariff.service.gov.uk/quota_search?order_number=059161", label=059161>] Quota2 [href="https://www.trade-tariff.service.gov.uk/quota_search?order_number=059162", label=059162>] Certificate [href= "https://www.trade-tariff.service.gov.uk/certificate_search?type=U&code=178", label=U178
Proof of origin containing the following statement in English:
"Product originating in accordance with Section 1 of Annex II-A"
>] Measure1 [label=Type: Pref. quota (143)>] Measure2 [label=Type: Pref. quota (143)>] Commodity1 [href= "https://www.trade-tariff.service.gov.uk/commodities/1604142610#import", label=`1604 14 00 00`>] Commodity2 [href="https://www.trade-tariff.service.gov.uk/commodities/1604207030#import", label=`1604 20 70 00`>] QuotaDefinition1 [label=Volume: 3000 TNE
Dates: 1st Jan 2021 – 31st Dec 2021
>] QuotaDefinition2 [label=Volume: 4000 TNE
Dates: 1st Jan 2021 – 31st Dec 2021
>] GeographicalArea [label=European Union (1013)>] } ```