From f46ef0d97ffca513fe87374f2d757d3ede62661f Mon Sep 17 00:00:00 2001 From: Mark MacKay Date: Thu, 29 Jan 2026 18:24:07 +0100 Subject: [PATCH] Adding regime code page --- docs.json | 1 + draft-0/tax/regime_code.mdx | 39 +++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 draft-0/tax/regime_code.mdx diff --git a/docs.json b/docs.json index 7173c08..1802689 100644 --- a/docs.json +++ b/docs.json @@ -306,6 +306,7 @@ "draft-0/tax/rate_total_surcharge", "draft-0/tax/rate_value_def", "draft-0/tax/regime_def", + "draft-0/tax/regime_code", "draft-0/tax/scenario", "draft-0/tax/scenario_note", "draft-0/tax/scenario_set", diff --git a/draft-0/tax/regime_code.mdx b/draft-0/tax/regime_code.mdx new file mode 100644 index 0000000..988045a --- /dev/null +++ b/draft-0/tax/regime_code.mdx @@ -0,0 +1,39 @@ +--- +title: RegimeCode +comment: +--- + +RegimeCode defines the tax country code as available for use as a regime identifier. + +## Schema ID + +`https://gobl.org/draft-0/tax/regime-code` + +## Values + +| Code | Country | +|-------|------------------------------| +| `AE` | United Arab Emirates | +| `AR` | Argentina | +| `AT` | Austria | +| `BE` | Belgium | +| `BR` | Brazil | +| `CA` | Canada | +| `CH` | Switzerland | +| `CO` | Colombia | +| `DE` | Germany | +| `EL` | Greece | +| `ES` | Spain | +| `FR` | France | +| `GB` | United Kingdom | +| `IE` | Ireland | +| `IN` | India | +| `IT` | Italy | +| `MX` | Mexico | +| `NL` | The Netherlands | +| `PL` | Poland | +| `PT` | Portugal | +| `SE` | Sweden | +| `SG` | Singapore | +| `US` | United States of America | +