# fluent-cart/1.3.20/app/Services/Tax/tax.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.3.20. 3,647 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.3.20/code/app/Services/Tax/tax.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.3.20/raw/app/Services/Tax/tax.php
- Modified: 2025-12-02T13:21:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-cart/1.3.20/code/app/Services/Tax/tax.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
<?php

return [
    "AT" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 20,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 13,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "BE" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 21,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 6,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "BG" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 20,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 9,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "HR" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 25,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 13,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "CY" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 19,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 9,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "CZ" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 21,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 15,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "DK" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 25,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "EE" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 20,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 9,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "FI" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 24,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 14,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "FR" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 20,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 10,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
            [
                'rate'     => 8.5,
                'compound' => false,
                'state'    => 'GP',
                'name'     => 'Guadeloupe Standard',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.1,
                'compound' => false,
                'state'    => 'GP',
                'name'     => 'Guadeloupe Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 8.5,
                'compound' => false,
                'state'    => 'MQ',
                'name'     => 'Martinique Standard',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.1,
                'compound' => false,
                'state'    => 'MQ',
                'name'     => 'Martinique Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 8.5,
                'compound' => false,
                'state'    => 'RE',
                'name'     => 'Réunion Standard',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.1,
                'compound' => false,
                'state'    => 'RE',
                'name'     => 'Réunion Reduced',
                'type'     => 'reduced',
            ],
        ],
    ],
    "DE" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 19,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 7,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "GR" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 24,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 13,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "HU" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 27,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 18,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "IE" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 23,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 13.5,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "IT" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 22,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 10,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "LV" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 21,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 12,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "LT" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 21,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 9,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "LU" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 17,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 8,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MT" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 18,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 7,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "NL" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 21,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 9,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "PL" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 23,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 8,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "PT" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 23,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 13,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
            [
                'rate'     => 23,
                'compound' => false,
                'state'    => 'PT-Mainland',
                'name'     => 'Portugal Mainland Standard',
                'type'     => 'standard',
            ],
            [
                'rate'     => 6,
                'compound' => false,
                'state'    => 'PT-Mainland',
                'name'     => 'Portugal Mainland Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 22,
                'compound' => false,
                'state'    => 'PT-Madeira',
                'name'     => 'Madeira Standard',
                'type'     => 'standard',
            ],
            [
                'rate'     => 4,
                'compound' => false,
                'state'    => 'PT-Madeira',
                'name'     => 'Madeira Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 16,
                'compound' => false,
                'state'    => 'PT-Azores',
                'name'     => 'Azores Standard',
                'type'     => 'standard',
            ],
            [
                'rate'     => 4,
                'compound' => false,
                'state'    => 'PT-Azores',
                'name'     => 'Azores Reduced',
                'type'     => 'reduced',
            ],
        ],
    ],
    "RO" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 19,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 9,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SK" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 23,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 19,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SI" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 22,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 9.5,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "ES" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 21,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 10,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
            [
                'rate'     => 21,
                'compound' => false,
                'state'    => 'ES-Mainland',
                'name'     => 'Spain Mainland Standard',
                'type'     => 'standard',
            ],
            [
                'rate'     => 10,
                'compound' => false,
                'state'    => 'ES-Mainland',
                'name'     => 'Spain Mainland Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 7,
                'compound' => false,
                'state'    => 'ES-Canary',
                'name'     => 'Canary Islands IGIC Standard',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'ES-Canary',
                'name'     => 'Canary Islands IGIC Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'ES-Canary',
                'name'     => 'Canary Islands IGIC Zero',
                'type'     => 'zero',
            ],
            [
                'rate'     => 4,
                'compound' => false,
                'state'    => 'ES-CeutaMelilla',
                'name'     => 'Ceuta & Melilla IPSI General',
                'type'     => 'standard',
            ],
        ],
    ],
    "SE" => [
        "group" => "EU",
        "tax"   => [
            [
                'rate'     => 25,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 12,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "GB" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 20,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 5,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "NO" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 25,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 15,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "CH" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 8.1,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.6,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "IS" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 24,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 11,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "LI" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 8.1,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.6,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MC" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 20,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 10,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "AD" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 4.5,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 1,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "AL" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 20,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 6,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "BA" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 17,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MK" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 18,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 5,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "RS" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 20,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 10,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "ME" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 21,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 7,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "TR" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 20,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 10,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "UA" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 20,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 7,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "RU" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 20,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 10,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "BY" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 20,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 10,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MD" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 20,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 12,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "US" => [
        "group" => "NA",
        "tax"   => [
            [
                'rate'     => 4,
                'compound' => false,
                'state'    => 'AL',
                'name'     => 'Alabama State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2,
                'compound' => false,
                'state'    => 'AL',
                'name'     => 'Alabama Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'AL',
                'name'     => 'Alabama Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'AK',
                'name'     => 'Alaska State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'AK',
                'name'     => 'Alaska Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'AK',
                'name'     => 'Alaska Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 5.6,
                'compound' => false,
                'state'    => 'AZ',
                'name'     => 'Arizona State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3.5,
                'compound' => false,
                'state'    => 'AZ',
                'name'     => 'Arizona Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'AZ',
                'name'     => 'Arizona Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6.5,
                'compound' => false,
                'state'    => 'AR',
                'name'     => 'Arkansas State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'AR',
                'name'     => 'Arkansas Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'AR',
                'name'     => 'Arkansas Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 7.25,
                'compound' => false,
                'state'    => 'CA',
                'name'     => 'California State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 4.25,
                'compound' => false,
                'state'    => 'CA',
                'name'     => 'California Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'CA',
                'name'     => 'California Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 2.9,
                'compound' => false,
                'state'    => 'CO',
                'name'     => 'Colorado State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 1.5,
                'compound' => false,
                'state'    => 'CO',
                'name'     => 'Colorado Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'CO',
                'name'     => 'Colorado Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6.35,
                'compound' => false,
                'state'    => 'CT',
                'name'     => 'Connecticut State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'CT',
                'name'     => 'Connecticut Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'CT',
                'name'     => 'Connecticut Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'DE',
                'name'     => 'Delaware State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'DE',
                'name'     => 'Delaware Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'DE',
                'name'     => 'Delaware Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6,
                'compound' => false,
                'state'    => 'FL',
                'name'     => 'Florida State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'FL',
                'name'     => 'Florida Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'FL',
                'name'     => 'Florida Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 4,
                'compound' => false,
                'state'    => 'GA',
                'name'     => 'Georgia State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.5,
                'compound' => false,
                'state'    => 'GA',
                'name'     => 'Georgia Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'GA',
                'name'     => 'Georgia Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 4,
                'compound' => false,
                'state'    => 'HI',
                'name'     => 'Hawaii State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 0.5,
                'compound' => false,
                'state'    => 'HI',
                'name'     => 'Hawaii Wholesale',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0.15,
                'compound' => false,
                'state'    => 'HI',
                'name'     => 'Hawaii Insurance Commissions',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'HI',
                'name'     => 'Hawaii Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6,
                'compound' => false,
                'state'    => 'ID',
                'name'     => 'Idaho State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'ID',
                'name'     => 'Idaho Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'ID',
                'name'     => 'Idaho Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6.25,
                'compound' => false,
                'state'    => 'IL',
                'name'     => 'Illinois State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3.5,
                'compound' => false,
                'state'    => 'IL',
                'name'     => 'Illinois Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'IL',
                'name'     => 'Illinois Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 7,
                'compound' => false,
                'state'    => 'IN',
                'name'     => 'Indiana State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3.5,
                'compound' => false,
                'state'    => 'IN',
                'name'     => 'Indiana Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'IN',
                'name'     => 'Indiana Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6,
                'compound' => false,
                'state'    => 'IA',
                'name'     => 'Iowa State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'IA',
                'name'     => 'Iowa Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'IA',
                'name'     => 'Iowa Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6.5,
                'compound' => false,
                'state'    => 'KS',
                'name'     => 'Kansas State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3.25,
                'compound' => false,
                'state'    => 'KS',
                'name'     => 'Kansas Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'KS',
                'name'     => 'Kansas Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6,
                'compound' => false,
                'state'    => 'KY',
                'name'     => 'Kentucky State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'KY',
                'name'     => 'Kentucky Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'KY',
                'name'     => 'Kentucky Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 4.45,
                'compound' => false,
                'state'    => 'LA',
                'name'     => 'Louisiana State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.25,
                'compound' => false,
                'state'    => 'LA',
                'name'     => 'Louisiana Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'LA',
                'name'     => 'Louisiana Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 5.5,
                'compound' => false,
                'state'    => 'ME',
                'name'     => 'Maine State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.75,
                'compound' => false,
                'state'    => 'ME',
                'name'     => 'Maine Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'ME',
                'name'     => 'Maine Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6,
                'compound' => false,
                'state'    => 'MD',
                'name'     => 'Maryland State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'MD',
                'name'     => 'Maryland Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'MD',
                'name'     => 'Maryland Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6.25,
                'compound' => false,
                'state'    => 'MA',
                'name'     => 'Massachusetts State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'MA',
                'name'     => 'Massachusetts Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'MA',
                'name'     => 'Massachusetts Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6,
                'compound' => false,
                'state'    => 'MI',
                'name'     => 'Michigan State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'MI',
                'name'     => 'Michigan Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'MI',
                'name'     => 'Michigan Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6.875,
                'compound' => false,
                'state'    => 'MN',
                'name'     => 'Minnesota State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3.5,
                'compound' => false,
                'state'    => 'MN',
                'name'     => 'Minnesota Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'MN',
                'name'     => 'Minnesota Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 7,
                'compound' => false,
                'state'    => 'MS',
                'name'     => 'Mississippi State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3.5,
                'compound' => false,
                'state'    => 'MS',
                'name'     => 'Mississippi Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'MS',
                'name'     => 'Mississippi Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 4.225,
                'compound' => false,
                'state'    => 'MO',
                'name'     => 'Missouri State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2,
                'compound' => false,
                'state'    => 'MO',
                'name'     => 'Missouri Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'MO',
                'name'     => 'Missouri Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'MT',
                'name'     => 'Montana State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'MT',
                'name'     => 'Montana Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'MT',
                'name'     => 'Montana Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 5.5,
                'compound' => false,
                'state'    => 'NE',
                'name'     => 'Nebraska State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.75,
                'compound' => false,
                'state'    => 'NE',
                'name'     => 'Nebraska Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'NE',
                'name'     => 'Nebraska Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6.85,
                'compound' => false,
                'state'    => 'NV',
                'name'     => 'Nevada State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3.25,
                'compound' => false,
                'state'    => 'NV',
                'name'     => 'Nevada Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'NV',
                'name'     => 'Nevada Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'NH',
                'name'     => 'New Hampshire State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'NH',
                'name'     => 'New Hampshire Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'NH',
                'name'     => 'New Hampshire Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6.625,
                'compound' => false,
                'state'    => 'NJ',
                'name'     => 'New Jersey State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3.5,
                'compound' => false,
                'state'    => 'NJ',
                'name'     => 'New Jersey Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'NJ',
                'name'     => 'New Jersey Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 5.125,
                'compound' => false,
                'state'    => 'NM',
                'name'     => 'New Mexico State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 4.875,
                'compound' => false,
                'state'    => 'NM',
                'name'     => 'New Mexico Wholesale',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'NM',
                'name'     => 'New Mexico Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 4,
                'compound' => false,
                'state'    => 'NY',
                'name'     => 'New York State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2,
                'compound' => false,
                'state'    => 'NY',
                'name'     => 'New York Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'NY',
                'name'     => 'New York Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 4.75,
                'compound' => false,
                'state'    => 'NC',
                'name'     => 'North Carolina State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.5,
                'compound' => false,
                'state'    => 'NC',
                'name'     => 'North Carolina Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'NC',
                'name'     => 'North Carolina Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 5,
                'compound' => false,
                'state'    => 'ND',
                'name'     => 'North Dakota State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.5,
                'compound' => false,
                'state'    => 'ND',
                'name'     => 'North Dakota Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'ND',
                'name'     => 'North Dakota Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 5.75,
                'compound' => false,
                'state'    => 'OH',
                'name'     => 'Ohio State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.75,
                'compound' => false,
                'state'    => 'OH',
                'name'     => 'Ohio Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'OH',
                'name'     => 'Ohio Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 4.5,
                'compound' => false,
                'state'    => 'OK',
                'name'     => 'Oklahoma State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.25,
                'compound' => false,
                'state'    => 'OK',
                'name'     => 'Oklahoma Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'OK',
                'name'     => 'Oklahoma Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'OR',
                'name'     => 'Oregon State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'OR',
                'name'     => 'Oregon Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'OR',
                'name'     => 'Oregon Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6,
                'compound' => false,
                'state'    => 'PA',
                'name'     => 'Pennsylvania State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'PA',
                'name'     => 'Pennsylvania Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'PA',
                'name'     => 'Pennsylvania Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 7,
                'compound' => false,
                'state'    => 'RI',
                'name'     => 'Rhode Island State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3.5,
                'compound' => false,
                'state'    => 'RI',
                'name'     => 'Rhode Island Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'RI',
                'name'     => 'Rhode Island Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6,
                'compound' => false,
                'state'    => 'SC',
                'name'     => 'South Carolina State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'SC',
                'name'     => 'South Carolina Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'SC',
                'name'     => 'South Carolina Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 4.2,
                'compound' => false,
                'state'    => 'SD',
                'name'     => 'South Dakota State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.1,
                'compound' => false,
                'state'    => 'SD',
                'name'     => 'South Dakota Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'SD',
                'name'     => 'South Dakota Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 7,
                'compound' => false,
                'state'    => 'TN',
                'name'     => 'Tennessee State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3.5,
                'compound' => false,
                'state'    => 'TN',
                'name'     => 'Tennessee Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'TN',
                'name'     => 'Tennessee Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6.25,
                'compound' => false,
                'state'    => 'TX',
                'name'     => 'Texas State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'TX',
                'name'     => 'Texas Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 1.5,
                'compound' => false,
                'state'    => 'TX',
                'name'     => 'Texas Reduced 2',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'TX',
                'name'     => 'Texas Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 4.85,
                'compound' => false,
                'state'    => 'UT',
                'name'     => 'Utah State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.5,
                'compound' => false,
                'state'    => 'UT',
                'name'     => 'Utah Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'UT',
                'name'     => 'Utah Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6,
                'compound' => false,
                'state'    => 'VT',
                'name'     => 'Vermont State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'VT',
                'name'     => 'Vermont Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'VT',
                'name'     => 'Vermont Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 4.3,
                'compound' => false,
                'state'    => 'VA',
                'name'     => 'Virginia State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2,
                'compound' => false,
                'state'    => 'VA',
                'name'     => 'Virginia Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'VA',
                'name'     => 'Virginia Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6.5,
                'compound' => false,
                'state'    => 'WA',
                'name'     => 'Washington State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3.25,
                'compound' => false,
                'state'    => 'WA',
                'name'     => 'Washington Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'WA',
                'name'     => 'Washington Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6,
                'compound' => false,
                'state'    => 'WV',
                'name'     => 'West Virginia State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'WV',
                'name'     => 'West Virginia Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'WV',
                'name'     => 'West Virginia Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 5,
                'compound' => false,
                'state'    => 'WI',
                'name'     => 'Wisconsin State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2.5,
                'compound' => false,
                'state'    => 'WI',
                'name'     => 'Wisconsin Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'WI',
                'name'     => 'Wisconsin Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 4,
                'compound' => false,
                'state'    => 'WY',
                'name'     => 'Wyoming State Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 2,
                'compound' => false,
                'state'    => 'WY',
                'name'     => 'Wyoming Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'WY',
                'name'     => 'Wyoming Zero / Exempt',
                'type'     => 'zero',
            ],
            [
                'rate'     => 6,
                'compound' => false,
                'state'    => 'DC',
                'name'     => 'District of Columbia Tax (Standard)',
                'type'     => 'standard',
            ],
            [
                'rate'     => 3,
                'compound' => false,
                'state'    => 'DC',
                'name'     => 'DC Reduced',
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'state'    => 'DC',
                'name'     => 'DC Zero / Exempt',
                'type'     => 'zero',
            ],
        ],
    ],
    "CA" => [
        "group" => "NA",
        "tax"   => [
            [
                'rate'     => 5,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MX" => [
        "group" => "NA",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "BR" => [
        "group" => "SA",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "AR" => [
        "group" => "SA",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "CL" => [
        "group" => "SA",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "CO" => [
        "group" => "SA",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "PE" => [
        "group" => "SA",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "EC" => [
        "group" => "SA",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "UY" => [
        "group" => "SA",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "PY" => [
        "group" => "SA",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "BO" => [
        "group" => "SA",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "VE" => [
        "group" => "SA",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "AU" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "NZ" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "FJ" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "PG" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "WS" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "TO" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "VU" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SB" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "CN" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "JP" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "KR" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SG" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MY" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "ID" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "TH" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "VN" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "PH" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "PK" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "LK" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "NP" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "AE" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SA" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "BH" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "QA" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "KW" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "OM" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "IL" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "IR" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "JO" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "LB" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "IQ" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "AM" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "AZ" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "GE" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "KZ" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "UZ" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "KG" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "TJ" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "TM" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MN" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "KH" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SM" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 22,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 10,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "VA" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "GI" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "JE" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 5,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "GG" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "IM" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 20,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 5,
                'compound' => false,
                'type'     => 'reduced',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "FO" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 25,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "GL" => [
        "group" => "NA",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SJ" => [
        "group" => "REST",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'standard',
            ],
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "GF" => [
        "group" => "SA",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "NC" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "PF" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "WF" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "AS" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "GU" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MP" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MH" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "FM" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "PW" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "KI" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "NR" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "TV" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "CK" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "NU" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "TK" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "PN" => [
        "group" => "OC",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "BN" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "BT" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MV" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "KP" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "PS" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SY" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "YE" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "BJ" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "BF" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "BI" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "CV" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "CF" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "TD" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "KM" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "CG" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "DJ" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "ER" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SZ" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "GA" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "GM" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "GN" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "GW" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "GQ" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "LS" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "LR" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "LY" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MW" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "ML" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MR" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "NE" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SO" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "ST" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SC" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SL" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SD" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SS" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "TG" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "RE" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "YT" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "HK" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "TW" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MO" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "LA" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MM" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "AF" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "KE" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "NG" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "EG" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MA" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "DZ" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "TN" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "GH" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "ET" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "TZ" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "UG" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "RW" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "BW" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "NA" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "ZW" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "ZM" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "AO" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MZ" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "SN" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "CI" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "CM" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "CD" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MU" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "MG" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "ZA" => [
        "group" => "AF",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "BD" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
    "IN" => [
        "group" => "AS",
        "tax"   => [
            [
                'rate'     => 0,
                'compound' => false,
                'type'     => 'zero',
            ],
        ],
    ],
];

```
