{
  "dateModified": "2026-06-02",
  "rules": [
    {
      "jurisdiction": "TH",
      "tax": "VAT",
      "rate": 0.07,
      "reverseCharge": false,
      "threshold": 1800000
    },
    {
      "jurisdiction": "EU",
      "tax": "VAT",
      "rate": "see EN 16931 country table",
      "oss": true,
      "reverseCharge": true
    },
    {
      "jurisdiction": "UK",
      "tax": "VAT",
      "rate": 0.2,
      "reverseCharge": true
    },
    {
      "jurisdiction": "US",
      "tax": "sales-tax",
      "perStateNexus": true
    },
    {
      "jurisdiction": "AU",
      "tax": "GST",
      "rate": 0.1
    },
    {
      "jurisdiction": "SG",
      "tax": "GST",
      "rate": 0.09
    }
  ]
}