Use Cases

If your system asks "where?", TLL has an answer.

The same nine layers, asked by very different consumers. Tax engines ask for VAT zones, Netflix asks for rights regions, DHL asks for customs forms; TLL resolves all of them from one contract.

Tax & VAT engines

The right tax zone, even when the registry doesn't have one.

VAT membership doesn't follow ISO. Åland is in the EU customs union but outside its VAT zone. The Canary Islands are in Spain but outside the EU VAT area. Tax engines that pick a single registry get this wrong by default. TLL returns the rate, the reason, and the rule that produced it; every fact is tied back to its source.

  • One call returns outbound rate, reason, customs treatment, and the rule_id behind the answer
  • Field-level provenance: every fact carries a citation back to the directive or regulation that defines it
  • Handles Åland, Canary Islands, Mount Athos, Heligoland, without per-territory carve-outs
Used by tax engines, ERPs, and invoicing platforms.
POST /v1/vat/resolve
 // Cross-border seller: DE → AX
{
  "from": "DE",
  "to": "AX",
  "goods_value_eur": "50"
}

{
  "resolution": {
    "outbound_vat_rate": "0",
    "outbound_vat_reason": "Export to non-EU VAT territory",
    "rule_id": "eu-vat:export-third-country",
    "import_vat_due": true,
    "customs_declaration_required": true,
    "customs_type": "intra_EU_customs_territory"
  },
  "sources": [{ "slug": "eu-vat", "facts_used": [/* AX, DE eu_vat_area */] }]
} 
Industries

Who's putting it to work.

The contract is the same. The consumers vary.

Tax engines

VAT zones, place-of-supply rules, customs treatment per territory.

E-commerce

Address resolution, basket-level tax + shipping decisions, conflict warnings.

Logistics & carriers

Routing class, customs forms, de-minimis thresholds per shipment.

Streaming & media

Rights regions, license enforcement, locale catalogs per viewer.

Marketplaces

Seller eligibility, payout currency, buyer locale per territory.

Payments

Cross-border settlement, currency defaults, address validation.

Telecom

E.164 prefix routing, emergency-number overlays per territory.

Govtech & registries

Reconciliation across UN, ISO 3166, WIPO ST.3, and UPU registries.

Coverage

Global scope. EU special regions first.

Every ISO 3166-1 country plus every known special territory: dependencies, autonomous regions, outermost regions, OCTs, customs exceptions. The initial seed prioritizes the EU hybrid and external profiles where commerce stacks break most often, starting with Åland, the Canary Islands, Northern Ireland, and the DROM. Global coverage rolls out from there.

Territory Sovereign parent VAT regime Status Why it breaks
Åland Islands
FI-01 · in EU customs · outside EU VAT
Finland 25.5% domestic · 0% cross-border hybrid EU customs union but outside EU VAT area; Swedish-speaking; demilitarised; autonomous within Finland.
Canary Islands
ES-CN · in EU customs · IGIC not VAT
Spain IGIC 7% · outside EU VAT hybrid Spain — but outside the EU VAT area, with its own indirect tax (IGIC).
Northern Ireland
GB-NIR · Windsor framework
United Kingdom UK VAT · EU goods rules hybrid Goods follow EU single-market rules; services follow UK rules. Windsor Framework lets UK VAT diverge for goods sold in NI not "at risk" of entering the EU.
Réunion
FR-RE · OMR · special VAT
France 8.5% · special rate hybrid EU outermost region — part of France's VAT territory, but with reduced French rates (8.5% standard, 2.1% reduced). Integrators default to mainland 20%.
Mount Athos
GR-69 · in EU customs · outside EU VAT
Greece no VAT hybrid Autonomous monastic state within Greece; outside EU VAT area; restricted access.
Heligoland
DE-SH · outside EU VAT & customs
Germany no VAT hybrid Part of Germany but outside the EU customs union and EU VAT area.
Faroe Islands
DK-FO · outside EU
Denmark MVG 25% · non-EU external Part of Denmark but outside EU and outside EU VAT entirely; own currency peg, own customs.
Greenland
DK-GL · OCT · outside EU
Denmark no VAT · import duty external Part of the Kingdom of Denmark but not an EU member; OCT status; outside EU VAT and customs. No VAT, but selective import duties on alcohol, tobacco, vehicles.
Gibraltar
GB-GI · EU customs union (2026)
United Kingdom no VAT · 15% transaction tax phasing in external British Overseas Territory historically outside UK VAT and EU customs. Feb 2026 UK–EU agreement establishes an EU–Gibraltar customs union; transaction tax (not VAT) replacing the no-tax regime.
Saint-Pierre & Miquelon
FR-PM · OCT
France no VAT · local tax external French OCT off Canada's east coast; outside EU customs and VAT; autonomous local tax/tariff regime distinct from mainland France.
San Marino
EU customs union
sovereign monofase 17% · non-EU external Sovereign micro-state inside the EU customs union but outside EU VAT; bilateral arrangements.
Isle of Man
GB-IOM · UK customs union
United Kingdom UK VAT · shared consistent Crown Dependency in customs union with the UK via the 1979 Common Purse Agreement (FERSA since Apr 2025). UK VAT applies at identical rates, but the Manx Treasury is the issuing authority.

See how it fits your stack.

Talk to us about your territories and where TLL can plug in.