Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
39 changes: 39 additions & 0 deletions draft-0/tax/regime_code.mdx
Original file line number Diff line number Diff line change
@@ -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 |
Comment on lines +12 to +16
Copy link

Copilot AI Jan 29, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency with other enum docs under ## Values (e.g. draft-0/l10n/tax_country_code.mdx, draft-0/currency/code.mdx), this table should use the same column headings (Value | Title | Description). Right now it uses Code | Country, which makes the generated docs inconsistent.

Copilot uses AI. Check for mistakes.
| `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 |