PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / 1.6.6
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler v1.6.6
1.6.6 1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.4 1.5.5 1.5.3 1.5.2 1.5.1 1.5.0 1.4.2 1.4.1 1.4.0 1.3.28 1.3.27 1.3.26 1.3.25 1.3.23 1.3.22 1.3.21 1.3.20 1.3.19 All 49 releases
← All changes | app/Services/Tax/tax.php +8 -3645 1.3.21 → 1.6.6 View file →
@@ -1,3646 +1,9 @@
1 -<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
2 -<?php
1 +<?php if ( ! defined( 'ABSPATH' ) ) exit;
3 2
4 -return [
5 - "AT" => [
6 - "group" => "EU",
7 - "tax" => [
8 - [
9 - 'rate' => 20,
10 - 'compound' => false,
11 - 'type' => 'standard',
12 - ],
13 - [
14 - 'rate' => 13,
15 - 'compound' => false,
16 - 'type' => 'reduced',
17 - ],
18 - [
19 - 'rate' => 0,
20 - 'compound' => false,
21 - 'type' => 'zero',
22 - ],
23 - ],
24 - ],
25 - "BE" => [
26 - "group" => "EU",
27 - "tax" => [
28 - [
29 - 'rate' => 21,
30 - 'compound' => false,
31 - 'type' => 'standard',
32 - ],
33 - [
34 - 'rate' => 6,
35 - 'compound' => false,
36 - 'type' => 'reduced',
37 - ],
38 - [
39 - 'rate' => 0,
40 - 'compound' => false,
41 - 'type' => 'zero',
42 - ],
43 - ],
44 - ],
45 - "BG" => [
46 - "group" => "EU",
47 - "tax" => [
48 - [
49 - 'rate' => 20,
50 - 'compound' => false,
51 - 'type' => 'standard',
52 - ],
53 - [
54 - 'rate' => 9,
55 - 'compound' => false,
56 - 'type' => 'reduced',
57 - ],
58 - [
59 - 'rate' => 0,
60 - 'compound' => false,
61 - 'type' => 'zero',
62 - ],
63 - ],
64 - ],
65 - "HR" => [
66 - "group" => "EU",
67 - "tax" => [
68 - [
69 - 'rate' => 25,
70 - 'compound' => false,
71 - 'type' => 'standard',
72 - ],
73 - [
74 - 'rate' => 13,
75 - 'compound' => false,
76 - 'type' => 'reduced',
77 - ],
78 - [
79 - 'rate' => 0,
80 - 'compound' => false,
81 - 'type' => 'zero',
82 - ],
83 - ],
84 - ],
85 - "CY" => [
86 - "group" => "EU",
87 - "tax" => [
88 - [
89 - 'rate' => 19,
90 - 'compound' => false,
91 - 'type' => 'standard',
92 - ],
93 - [
94 - 'rate' => 9,
95 - 'compound' => false,
96 - 'type' => 'reduced',
97 - ],
98 - [
99 - 'rate' => 0,
100 - 'compound' => false,
101 - 'type' => 'zero',
102 - ],
103 - ],
104 - ],
105 - "CZ" => [
106 - "group" => "EU",
107 - "tax" => [
108 - [
109 - 'rate' => 21,
110 - 'compound' => false,
111 - 'type' => 'standard',
112 - ],
113 - [
114 - 'rate' => 15,
115 - 'compound' => false,
116 - 'type' => 'reduced',
117 - ],
118 - [
119 - 'rate' => 0,
120 - 'compound' => false,
121 - 'type' => 'zero',
122 - ],
123 - ],
124 - ],
125 - "DK" => [
126 - "group" => "EU",
127 - "tax" => [
128 - [
129 - 'rate' => 25,
130 - 'compound' => false,
131 - 'type' => 'standard',
132 - ],
133 - [
134 - 'rate' => 0,
135 - 'compound' => false,
136 - 'type' => 'zero',
137 - ],
138 - ],
139 - ],
140 - "EE" => [
141 - "group" => "EU",
142 - "tax" => [
143 - [
144 - 'rate' => 20,
145 - 'compound' => false,
146 - 'type' => 'standard',
147 - ],
148 - [
149 - 'rate' => 9,
150 - 'compound' => false,
151 - 'type' => 'reduced',
152 - ],
153 - [
154 - 'rate' => 0,
155 - 'compound' => false,
156 - 'type' => 'zero',
157 - ],
158 - ],
159 - ],
160 - "FI" => [
161 - "group" => "EU",
162 - "tax" => [
163 - [
164 - 'rate' => 24,
165 - 'compound' => false,
166 - 'type' => 'standard',
167 - ],
168 - [
169 - 'rate' => 14,
170 - 'compound' => false,
171 - 'type' => 'reduced',
172 - ],
173 - [
174 - 'rate' => 0,
175 - 'compound' => false,
176 - 'type' => 'zero',
177 - ],
178 - ],
179 - ],
180 - "FR" => [
181 - "group" => "EU",
182 - "tax" => [
183 - [
184 - 'rate' => 20,
185 - 'compound' => false,
186 - 'type' => 'standard',
187 - ],
188 - [
189 - 'rate' => 10,
190 - 'compound' => false,
191 - 'type' => 'reduced',
192 - ],
193 - [
194 - 'rate' => 0,
195 - 'compound' => false,
196 - 'type' => 'zero',
197 - ],
198 - [
199 - 'rate' => 8.5,
200 - 'compound' => false,
201 - 'state' => 'GP',
202 - 'name' => 'Guadeloupe Standard',
203 - 'type' => 'standard',
204 - ],
205 - [
206 - 'rate' => 2.1,
207 - 'compound' => false,
208 - 'state' => 'GP',
209 - 'name' => 'Guadeloupe Reduced',
210 - 'type' => 'reduced',
211 - ],
212 - [
213 - 'rate' => 8.5,
214 - 'compound' => false,
215 - 'state' => 'MQ',
216 - 'name' => 'Martinique Standard',
217 - 'type' => 'standard',
218 - ],
219 - [
220 - 'rate' => 2.1,
221 - 'compound' => false,
222 - 'state' => 'MQ',
223 - 'name' => 'Martinique Reduced',
224 - 'type' => 'reduced',
225 - ],
226 - [
227 - 'rate' => 8.5,
228 - 'compound' => false,
229 - 'state' => 'RE',
230 - 'name' => 'Réunion Standard',
231 - 'type' => 'standard',
232 - ],
233 - [
234 - 'rate' => 2.1,
235 - 'compound' => false,
236 - 'state' => 'RE',
237 - 'name' => 'Réunion Reduced',
238 - 'type' => 'reduced',
239 - ],
240 - ],
241 - ],
242 - "DE" => [
243 - "group" => "EU",
244 - "tax" => [
245 - [
246 - 'rate' => 19,
247 - 'compound' => false,
248 - 'type' => 'standard',
249 - ],
250 - [
251 - 'rate' => 7,
252 - 'compound' => false,
253 - 'type' => 'reduced',
254 - ],
255 - [
256 - 'rate' => 0,
257 - 'compound' => false,
258 - 'type' => 'zero',
259 - ],
260 - ],
261 - ],
262 - "GR" => [
263 - "group" => "EU",
264 - "tax" => [
265 - [
266 - 'rate' => 24,
267 - 'compound' => false,
268 - 'type' => 'standard',
269 - ],
270 - [
271 - 'rate' => 13,
272 - 'compound' => false,
273 - 'type' => 'reduced',
274 - ],
275 - [
276 - 'rate' => 0,
277 - 'compound' => false,
278 - 'type' => 'zero',
279 - ],
280 - ],
281 - ],
282 - "HU" => [
283 - "group" => "EU",
284 - "tax" => [
285 - [
286 - 'rate' => 27,
287 - 'compound' => false,
288 - 'type' => 'standard',
289 - ],
290 - [
291 - 'rate' => 18,
292 - 'compound' => false,
293 - 'type' => 'reduced',
294 - ],
295 - [
296 - 'rate' => 0,
297 - 'compound' => false,
298 - 'type' => 'zero',
299 - ],
300 - ],
301 - ],
302 - "IE" => [
303 - "group" => "EU",
304 - "tax" => [
305 - [
306 - 'rate' => 23,
307 - 'compound' => false,
308 - 'type' => 'standard',
309 - ],
310 - [
311 - 'rate' => 13.5,
312 - 'compound' => false,
313 - 'type' => 'reduced',
314 - ],
315 - [
316 - 'rate' => 0,
317 - 'compound' => false,
318 - 'type' => 'zero',
319 - ],
320 - ],
321 - ],
322 - "IT" => [
323 - "group" => "EU",
324 - "tax" => [
325 - [
326 - 'rate' => 22,
327 - 'compound' => false,
328 - 'type' => 'standard',
329 - ],
330 - [
331 - 'rate' => 10,
332 - 'compound' => false,
333 - 'type' => 'reduced',
334 - ],
335 - [
336 - 'rate' => 0,
337 - 'compound' => false,
338 - 'type' => 'zero',
339 - ],
340 - ],
341 - ],
342 - "LV" => [
343 - "group" => "EU",
344 - "tax" => [
345 - [
346 - 'rate' => 21,
347 - 'compound' => false,
348 - 'type' => 'standard',
349 - ],
350 - [
351 - 'rate' => 12,
352 - 'compound' => false,
353 - 'type' => 'reduced',
354 - ],
355 - [
356 - 'rate' => 0,
357 - 'compound' => false,
358 - 'type' => 'zero',
359 - ],
360 - ],
361 - ],
362 - "LT" => [
363 - "group" => "EU",
364 - "tax" => [
365 - [
366 - 'rate' => 21,
367 - 'compound' => false,
368 - 'type' => 'standard',
369 - ],
370 - [
371 - 'rate' => 9,
372 - 'compound' => false,
373 - 'type' => 'reduced',
374 - ],
375 - [
376 - 'rate' => 0,
377 - 'compound' => false,
378 - 'type' => 'zero',
379 - ],
380 - ],
381 - ],
382 - "LU" => [
383 - "group" => "EU",
384 - "tax" => [
385 - [
386 - 'rate' => 17,
387 - 'compound' => false,
388 - 'type' => 'standard',
389 - ],
390 - [
391 - 'rate' => 8,
392 - 'compound' => false,
393 - 'type' => 'reduced',
394 - ],
395 - [
396 - 'rate' => 0,
397 - 'compound' => false,
398 - 'type' => 'zero',
399 - ],
400 - ],
401 - ],
402 - "MT" => [
403 - "group" => "EU",
404 - "tax" => [
405 - [
406 - 'rate' => 18,
407 - 'compound' => false,
408 - 'type' => 'standard',
409 - ],
410 - [
411 - 'rate' => 7,
412 - 'compound' => false,
413 - 'type' => 'reduced',
414 - ],
415 - [
416 - 'rate' => 0,
417 - 'compound' => false,
418 - 'type' => 'zero',
419 - ],
420 - ],
421 - ],
422 - "NL" => [
423 - "group" => "EU",
424 - "tax" => [
425 - [
426 - 'rate' => 21,
427 - 'compound' => false,
428 - 'type' => 'standard',
429 - ],
430 - [
431 - 'rate' => 9,
432 - 'compound' => false,
433 - 'type' => 'reduced',
434 - ],
435 - [
436 - 'rate' => 0,
437 - 'compound' => false,
438 - 'type' => 'zero',
439 - ],
440 - ],
441 - ],
442 - "PL" => [
443 - "group" => "EU",
444 - "tax" => [
445 - [
446 - 'rate' => 23,
447 - 'compound' => false,
448 - 'type' => 'standard',
449 - ],
450 - [
451 - 'rate' => 8,
452 - 'compound' => false,
453 - 'type' => 'reduced',
454 - ],
455 - [
456 - 'rate' => 0,
457 - 'compound' => false,
458 - 'type' => 'zero',
459 - ],
460 - ],
461 - ],
462 - "PT" => [
463 - "group" => "EU",
464 - "tax" => [
465 - [
466 - 'rate' => 23,
467 - 'compound' => false,
468 - 'type' => 'standard',
469 - ],
470 - [
471 - 'rate' => 13,
472 - 'compound' => false,
473 - 'type' => 'reduced',
474 - ],
475 - [
476 - 'rate' => 0,
477 - 'compound' => false,
478 - 'type' => 'zero',
479 - ],
480 - [
481 - 'rate' => 23,
482 - 'compound' => false,
483 - 'state' => 'PT-Mainland',
484 - 'name' => 'Portugal Mainland Standard',
485 - 'type' => 'standard',
486 - ],
487 - [
488 - 'rate' => 6,
489 - 'compound' => false,
490 - 'state' => 'PT-Mainland',
491 - 'name' => 'Portugal Mainland Reduced',
492 - 'type' => 'reduced',
493 - ],
494 - [
495 - 'rate' => 22,
496 - 'compound' => false,
497 - 'state' => 'PT-Madeira',
498 - 'name' => 'Madeira Standard',
499 - 'type' => 'standard',
500 - ],
501 - [
502 - 'rate' => 4,
503 - 'compound' => false,
504 - 'state' => 'PT-Madeira',
505 - 'name' => 'Madeira Reduced',
506 - 'type' => 'reduced',
507 - ],
508 - [
509 - 'rate' => 16,
510 - 'compound' => false,
511 - 'state' => 'PT-Azores',
512 - 'name' => 'Azores Standard',
513 - 'type' => 'standard',
514 - ],
515 - [
516 - 'rate' => 4,
517 - 'compound' => false,
518 - 'state' => 'PT-Azores',
519 - 'name' => 'Azores Reduced',
520 - 'type' => 'reduced',
521 - ],
522 - ],
523 - ],
524 - "RO" => [
525 - "group" => "EU",
526 - "tax" => [
527 - [
528 - 'rate' => 19,
529 - 'compound' => false,
530 - 'type' => 'standard',
531 - ],
532 - [
533 - 'rate' => 9,
534 - 'compound' => false,
535 - 'type' => 'reduced',
536 - ],
537 - [
538 - 'rate' => 0,
539 - 'compound' => false,
540 - 'type' => 'zero',
541 - ],
542 - ],
543 - ],
544 - "SK" => [
545 - "group" => "EU",
546 - "tax" => [
547 - [
548 - 'rate' => 23,
549 - 'compound' => false,
550 - 'type' => 'standard',
551 - ],
552 - [
553 - 'rate' => 19,
554 - 'compound' => false,
555 - 'type' => 'reduced',
556 - ],
557 - [
558 - 'rate' => 0,
559 - 'compound' => false,
560 - 'type' => 'zero',
561 - ],
562 - ],
563 - ],
564 - "SI" => [
565 - "group" => "EU",
566 - "tax" => [
567 - [
568 - 'rate' => 22,
569 - 'compound' => false,
570 - 'type' => 'standard',
571 - ],
572 - [
573 - 'rate' => 9.5,
574 - 'compound' => false,
575 - 'type' => 'reduced',
576 - ],
577 - [
578 - 'rate' => 0,
579 - 'compound' => false,
580 - 'type' => 'zero',
581 - ],
582 - ],
583 - ],
584 - "ES" => [
585 - "group" => "EU",
586 - "tax" => [
587 - [
588 - 'rate' => 21,
589 - 'compound' => false,
590 - 'type' => 'standard',
591 - ],
592 - [
593 - 'rate' => 10,
594 - 'compound' => false,
595 - 'type' => 'reduced',
596 - ],
597 - [
598 - 'rate' => 0,
599 - 'compound' => false,
600 - 'type' => 'zero',
601 - ],
602 - [
603 - 'rate' => 21,
604 - 'compound' => false,
605 - 'state' => 'ES-Mainland',
606 - 'name' => 'Spain Mainland Standard',
607 - 'type' => 'standard',
608 - ],
609 - [
610 - 'rate' => 10,
611 - 'compound' => false,
612 - 'state' => 'ES-Mainland',
613 - 'name' => 'Spain Mainland Reduced',
614 - 'type' => 'reduced',
615 - ],
616 - [
617 - 'rate' => 7,
618 - 'compound' => false,
619 - 'state' => 'ES-Canary',
620 - 'name' => 'Canary Islands IGIC Standard',
621 - 'type' => 'standard',
622 - ],
623 - [
624 - 'rate' => 3,
625 - 'compound' => false,
626 - 'state' => 'ES-Canary',
627 - 'name' => 'Canary Islands IGIC Reduced',
628 - 'type' => 'reduced',
629 - ],
630 - [
631 - 'rate' => 0,
632 - 'compound' => false,
633 - 'state' => 'ES-Canary',
634 - 'name' => 'Canary Islands IGIC Zero',
635 - 'type' => 'zero',
636 - ],
637 - [
638 - 'rate' => 4,
639 - 'compound' => false,
640 - 'state' => 'ES-CeutaMelilla',
641 - 'name' => 'Ceuta & Melilla IPSI General',
642 - 'type' => 'standard',
643 - ],
644 - ],
645 - ],
646 - "SE" => [
647 - "group" => "EU",
648 - "tax" => [
649 - [
650 - 'rate' => 25,
651 - 'compound' => false,
652 - 'type' => 'standard',
653 - ],
654 - [
655 - 'rate' => 12,
656 - 'compound' => false,
657 - 'type' => 'reduced',
658 - ],
659 - [
660 - 'rate' => 0,
661 - 'compound' => false,
662 - 'type' => 'zero',
663 - ],
664 - ],
665 - ],
666 - "GB" => [
667 - "group" => "REST",
668 - "tax" => [
669 - [
670 - 'rate' => 20,
671 - 'compound' => false,
672 - 'type' => 'standard',
673 - ],
674 - [
675 - 'rate' => 5,
676 - 'compound' => false,
677 - 'type' => 'reduced',
678 - ],
679 - [
680 - 'rate' => 0,
681 - 'compound' => false,
682 - 'type' => 'zero',
683 - ],
684 - ],
685 - ],
686 - "NO" => [
687 - "group" => "REST",
688 - "tax" => [
689 - [
690 - 'rate' => 25,
691 - 'compound' => false,
692 - 'type' => 'standard',
693 - ],
694 - [
695 - 'rate' => 15,
696 - 'compound' => false,
697 - 'type' => 'reduced',
698 - ],
699 - [
700 - 'rate' => 0,
701 - 'compound' => false,
702 - 'type' => 'zero',
703 - ],
704 - ],
705 - ],
706 - "CH" => [
707 - "group" => "REST",
708 - "tax" => [
709 - [
710 - 'rate' => 8.1,
711 - 'compound' => false,
712 - 'type' => 'standard',
713 - ],
714 - [
715 - 'rate' => 2.6,
716 - 'compound' => false,
717 - 'type' => 'reduced',
718 - ],
719 - [
720 - 'rate' => 0,
721 - 'compound' => false,
722 - 'type' => 'zero',
723 - ],
724 - ],
725 - ],
726 - "IS" => [
727 - "group" => "REST",
728 - "tax" => [
729 - [
730 - 'rate' => 24,
731 - 'compound' => false,
732 - 'type' => 'standard',
733 - ],
734 - [
735 - 'rate' => 11,
736 - 'compound' => false,
737 - 'type' => 'reduced',
738 - ],
739 - [
740 - 'rate' => 0,
741 - 'compound' => false,
742 - 'type' => 'zero',
743 - ],
744 - ],
745 - ],
746 - "LI" => [
747 - "group" => "REST",
748 - "tax" => [
749 - [
750 - 'rate' => 8.1,
751 - 'compound' => false,
752 - 'type' => 'standard',
753 - ],
754 - [
755 - 'rate' => 2.6,
756 - 'compound' => false,
757 - 'type' => 'reduced',
758 - ],
759 - [
760 - 'rate' => 0,
761 - 'compound' => false,
762 - 'type' => 'zero',
763 - ],
764 - ],
765 - ],
766 - "MC" => [
767 - "group" => "REST",
768 - "tax" => [
769 - [
770 - 'rate' => 20,
771 - 'compound' => false,
772 - 'type' => 'standard',
773 - ],
774 - [
775 - 'rate' => 10,
776 - 'compound' => false,
777 - 'type' => 'reduced',
778 - ],
779 - [
780 - 'rate' => 0,
781 - 'compound' => false,
782 - 'type' => 'zero',
783 - ],
784 - ],
785 - ],
786 - "AD" => [
787 - "group" => "REST",
788 - "tax" => [
789 - [
790 - 'rate' => 4.5,
791 - 'compound' => false,
792 - 'type' => 'standard',
793 - ],
794 - [
795 - 'rate' => 1,
796 - 'compound' => false,
797 - 'type' => 'reduced',
798 - ],
799 - [
800 - 'rate' => 0,
801 - 'compound' => false,
802 - 'type' => 'zero',
803 - ],
804 - ],
805 - ],
806 - "AL" => [
807 - "group" => "REST",
808 - "tax" => [
809 - [
810 - 'rate' => 20,
811 - 'compound' => false,
812 - 'type' => 'standard',
813 - ],
814 - [
815 - 'rate' => 6,
816 - 'compound' => false,
817 - 'type' => 'reduced',
818 - ],
819 - [
820 - 'rate' => 0,
821 - 'compound' => false,
822 - 'type' => 'zero',
823 - ],
824 - ],
825 - ],
826 - "BA" => [
827 - "group" => "REST",
828 - "tax" => [
829 - [
830 - 'rate' => 17,
831 - 'compound' => false,
832 - 'type' => 'standard',
833 - ],
834 - [
835 - 'rate' => 0,
836 - 'compound' => false,
837 - 'type' => 'zero',
838 - ],
839 - ],
840 - ],
841 - "MK" => [
842 - "group" => "REST",
843 - "tax" => [
844 - [
845 - 'rate' => 18,
846 - 'compound' => false,
847 - 'type' => 'standard',
848 - ],
849 - [
850 - 'rate' => 5,
851 - 'compound' => false,
852 - 'type' => 'reduced',
853 - ],
854 - [
855 - 'rate' => 0,
856 - 'compound' => false,
857 - 'type' => 'zero',
858 - ],
859 - ],
860 - ],
861 - "RS" => [
862 - "group" => "REST",
863 - "tax" => [
864 - [
865 - 'rate' => 20,
866 - 'compound' => false,
867 - 'type' => 'standard',
868 - ],
869 - [
870 - 'rate' => 10,
871 - 'compound' => false,
872 - 'type' => 'reduced',
873 - ],
874 - [
875 - 'rate' => 0,
876 - 'compound' => false,
877 - 'type' => 'zero',
878 - ],
879 - ],
880 - ],
881 - "ME" => [
882 - "group" => "REST",
883 - "tax" => [
884 - [
885 - 'rate' => 21,
886 - 'compound' => false,
887 - 'type' => 'standard',
888 - ],
889 - [
890 - 'rate' => 7,
891 - 'compound' => false,
892 - 'type' => 'reduced',
893 - ],
894 - [
895 - 'rate' => 0,
896 - 'compound' => false,
897 - 'type' => 'zero',
898 - ],
899 - ],
900 - ],
901 - "TR" => [
902 - "group" => "REST",
903 - "tax" => [
904 - [
905 - 'rate' => 20,
906 - 'compound' => false,
907 - 'type' => 'standard',
908 - ],
909 - [
910 - 'rate' => 10,
911 - 'compound' => false,
912 - 'type' => 'reduced',
913 - ],
914 - [
915 - 'rate' => 0,
916 - 'compound' => false,
917 - 'type' => 'zero',
918 - ],
919 - ],
920 - ],
921 - "UA" => [
922 - "group" => "REST",
923 - "tax" => [
924 - [
925 - 'rate' => 20,
926 - 'compound' => false,
927 - 'type' => 'standard',
928 - ],
929 - [
930 - 'rate' => 7,
931 - 'compound' => false,
932 - 'type' => 'reduced',
933 - ],
934 - [
935 - 'rate' => 0,
936 - 'compound' => false,
937 - 'type' => 'zero',
938 - ],
939 - ],
940 - ],
941 - "RU" => [
942 - "group" => "REST",
943 - "tax" => [
944 - [
945 - 'rate' => 20,
946 - 'compound' => false,
947 - 'type' => 'standard',
948 - ],
949 - [
950 - 'rate' => 10,
951 - 'compound' => false,
952 - 'type' => 'reduced',
953 - ],
954 - [
955 - 'rate' => 0,
956 - 'compound' => false,
957 - 'type' => 'zero',
958 - ],
959 - ],
960 - ],
961 - "BY" => [
962 - "group" => "REST",
963 - "tax" => [
964 - [
965 - 'rate' => 20,
966 - 'compound' => false,
967 - 'type' => 'standard',
968 - ],
969 - [
970 - 'rate' => 10,
971 - 'compound' => false,
972 - 'type' => 'reduced',
973 - ],
974 - [
975 - 'rate' => 0,
976 - 'compound' => false,
977 - 'type' => 'zero',
978 - ],
979 - ],
980 - ],
981 - "MD" => [
982 - "group" => "REST",
983 - "tax" => [
984 - [
985 - 'rate' => 20,
986 - 'compound' => false,
987 - 'type' => 'standard',
988 - ],
989 - [
990 - 'rate' => 12,
991 - 'compound' => false,
992 - 'type' => 'reduced',
993 - ],
994 - [
995 - 'rate' => 0,
996 - 'compound' => false,
997 - 'type' => 'zero',
998 - ],
999 - ],
1000 - ],
1001 - "US" => [
1002 - "group" => "NA",
1003 - "tax" => [
1004 - [
1005 - 'rate' => 4,
1006 - 'compound' => false,
1007 - 'state' => 'AL',
1008 - 'name' => 'Alabama State Tax (Standard)',
1009 - 'type' => 'standard',
1010 - ],
1011 - [
1012 - 'rate' => 2,
1013 - 'compound' => false,
1014 - 'state' => 'AL',
1015 - 'name' => 'Alabama Reduced',
1016 - 'type' => 'reduced',
1017 - ],
1018 - [
1019 - 'rate' => 0,
1020 - 'compound' => false,
1021 - 'state' => 'AL',
1022 - 'name' => 'Alabama Zero / Exempt',
1023 - 'type' => 'zero',
1024 - ],
1025 - [
1026 - 'rate' => 0,
1027 - 'compound' => false,
1028 - 'state' => 'AK',
1029 - 'name' => 'Alaska State Tax (Standard)',
1030 - 'type' => 'standard',
1031 - ],
1032 - [
1033 - 'rate' => 0,
1034 - 'compound' => false,
1035 - 'state' => 'AK',
1036 - 'name' => 'Alaska Reduced',
1037 - 'type' => 'reduced',
1038 - ],
1039 - [
1040 - 'rate' => 0,
1041 - 'compound' => false,
1042 - 'state' => 'AK',
1043 - 'name' => 'Alaska Zero / Exempt',
1044 - 'type' => 'zero',
1045 - ],
1046 - [
1047 - 'rate' => 5.6,
1048 - 'compound' => false,
1049 - 'state' => 'AZ',
1050 - 'name' => 'Arizona State Tax (Standard)',
1051 - 'type' => 'standard',
1052 - ],
1053 - [
1054 - 'rate' => 3.5,
1055 - 'compound' => false,
1056 - 'state' => 'AZ',
1057 - 'name' => 'Arizona Reduced',
1058 - 'type' => 'reduced',
1059 - ],
1060 - [
1061 - 'rate' => 0,
1062 - 'compound' => false,
1063 - 'state' => 'AZ',
1064 - 'name' => 'Arizona Zero / Exempt',
1065 - 'type' => 'zero',
1066 - ],
1067 - [
1068 - 'rate' => 6.5,
1069 - 'compound' => false,
1070 - 'state' => 'AR',
1071 - 'name' => 'Arkansas State Tax (Standard)',
1072 - 'type' => 'standard',
1073 - ],
1074 - [
1075 - 'rate' => 3,
1076 - 'compound' => false,
1077 - 'state' => 'AR',
1078 - 'name' => 'Arkansas Reduced',
1079 - 'type' => 'reduced',
1080 - ],
1081 - [
1082 - 'rate' => 0,
1083 - 'compound' => false,
1084 - 'state' => 'AR',
1085 - 'name' => 'Arkansas Zero / Exempt',
1086 - 'type' => 'zero',
1087 - ],
1088 - [
1089 - 'rate' => 7.25,
1090 - 'compound' => false,
1091 - 'state' => 'CA',
1092 - 'name' => 'California State Tax (Standard)',
1093 - 'type' => 'standard',
1094 - ],
1095 - [
1096 - 'rate' => 4.25,
1097 - 'compound' => false,
1098 - 'state' => 'CA',
1099 - 'name' => 'California Reduced',
1100 - 'type' => 'reduced',
1101 - ],
1102 - [
1103 - 'rate' => 0,
1104 - 'compound' => false,
1105 - 'state' => 'CA',
1106 - 'name' => 'California Zero / Exempt',
1107 - 'type' => 'zero',
1108 - ],
1109 - [
1110 - 'rate' => 2.9,
1111 - 'compound' => false,
1112 - 'state' => 'CO',
1113 - 'name' => 'Colorado State Tax (Standard)',
1114 - 'type' => 'standard',
1115 - ],
1116 - [
1117 - 'rate' => 1.5,
1118 - 'compound' => false,
1119 - 'state' => 'CO',
1120 - 'name' => 'Colorado Reduced',
1121 - 'type' => 'reduced',
1122 - ],
1123 - [
1124 - 'rate' => 0,
1125 - 'compound' => false,
1126 - 'state' => 'CO',
1127 - 'name' => 'Colorado Zero / Exempt',
1128 - 'type' => 'zero',
1129 - ],
1130 - [
1131 - 'rate' => 6.35,
1132 - 'compound' => false,
1133 - 'state' => 'CT',
1134 - 'name' => 'Connecticut State Tax (Standard)',
1135 - 'type' => 'standard',
1136 - ],
1137 - [
1138 - 'rate' => 3,
1139 - 'compound' => false,
1140 - 'state' => 'CT',
1141 - 'name' => 'Connecticut Reduced',
1142 - 'type' => 'reduced',
1143 - ],
1144 - [
1145 - 'rate' => 0,
1146 - 'compound' => false,
1147 - 'state' => 'CT',
1148 - 'name' => 'Connecticut Zero / Exempt',
1149 - 'type' => 'zero',
1150 - ],
1151 - [
1152 - 'rate' => 0,
1153 - 'compound' => false,
1154 - 'state' => 'DE',
1155 - 'name' => 'Delaware State Tax (Standard)',
1156 - 'type' => 'standard',
1157 - ],
1158 - [
1159 - 'rate' => 0,
1160 - 'compound' => false,
1161 - 'state' => 'DE',
1162 - 'name' => 'Delaware Reduced',
1163 - 'type' => 'reduced',
1164 - ],
1165 - [
1166 - 'rate' => 0,
1167 - 'compound' => false,
1168 - 'state' => 'DE',
1169 - 'name' => 'Delaware Zero / Exempt',
1170 - 'type' => 'zero',
1171 - ],
1172 - [
1173 - 'rate' => 6,
1174 - 'compound' => false,
1175 - 'state' => 'FL',
1176 - 'name' => 'Florida State Tax (Standard)',
1177 - 'type' => 'standard',
1178 - ],
1179 - [
1180 - 'rate' => 3,
1181 - 'compound' => false,
1182 - 'state' => 'FL',
1183 - 'name' => 'Florida Reduced',
1184 - 'type' => 'reduced',
1185 - ],
1186 - [
1187 - 'rate' => 0,
1188 - 'compound' => false,
1189 - 'state' => 'FL',
1190 - 'name' => 'Florida Zero / Exempt',
1191 - 'type' => 'zero',
1192 - ],
1193 - [
1194 - 'rate' => 4,
1195 - 'compound' => false,
1196 - 'state' => 'GA',
1197 - 'name' => 'Georgia State Tax (Standard)',
1198 - 'type' => 'standard',
1199 - ],
1200 - [
1201 - 'rate' => 2.5,
1202 - 'compound' => false,
1203 - 'state' => 'GA',
1204 - 'name' => 'Georgia Reduced',
1205 - 'type' => 'reduced',
1206 - ],
1207 - [
1208 - 'rate' => 0,
1209 - 'compound' => false,
1210 - 'state' => 'GA',
1211 - 'name' => 'Georgia Zero / Exempt',
1212 - 'type' => 'zero',
1213 - ],
1214 - [
1215 - 'rate' => 4,
1216 - 'compound' => false,
1217 - 'state' => 'HI',
1218 - 'name' => 'Hawaii State Tax (Standard)',
1219 - 'type' => 'standard',
1220 - ],
1221 - [
1222 - 'rate' => 0.5,
1223 - 'compound' => false,
1224 - 'state' => 'HI',
1225 - 'name' => 'Hawaii Wholesale',
1226 - 'type' => 'reduced',
1227 - ],
1228 - [
1229 - 'rate' => 0.15,
1230 - 'compound' => false,
1231 - 'state' => 'HI',
1232 - 'name' => 'Hawaii Insurance Commissions',
1233 - 'type' => 'reduced',
1234 - ],
1235 - [
1236 - 'rate' => 0,
1237 - 'compound' => false,
1238 - 'state' => 'HI',
1239 - 'name' => 'Hawaii Zero / Exempt',
1240 - 'type' => 'zero',
1241 - ],
1242 - [
1243 - 'rate' => 6,
1244 - 'compound' => false,
1245 - 'state' => 'ID',
1246 - 'name' => 'Idaho State Tax (Standard)',
1247 - 'type' => 'standard',
1248 - ],
1249 - [
1250 - 'rate' => 3,
1251 - 'compound' => false,
1252 - 'state' => 'ID',
1253 - 'name' => 'Idaho Reduced',
1254 - 'type' => 'reduced',
1255 - ],
1256 - [
1257 - 'rate' => 0,
1258 - 'compound' => false,
1259 - 'state' => 'ID',
1260 - 'name' => 'Idaho Zero / Exempt',
1261 - 'type' => 'zero',
1262 - ],
1263 - [
1264 - 'rate' => 6.25,
1265 - 'compound' => false,
1266 - 'state' => 'IL',
1267 - 'name' => 'Illinois State Tax (Standard)',
1268 - 'type' => 'standard',
1269 - ],
1270 - [
1271 - 'rate' => 3.5,
1272 - 'compound' => false,
1273 - 'state' => 'IL',
1274 - 'name' => 'Illinois Reduced',
1275 - 'type' => 'reduced',
1276 - ],
1277 - [
1278 - 'rate' => 0,
1279 - 'compound' => false,
1280 - 'state' => 'IL',
1281 - 'name' => 'Illinois Zero / Exempt',
1282 - 'type' => 'zero',
1283 - ],
1284 - [
1285 - 'rate' => 7,
1286 - 'compound' => false,
1287 - 'state' => 'IN',
1288 - 'name' => 'Indiana State Tax (Standard)',
1289 - 'type' => 'standard',
1290 - ],
1291 - [
1292 - 'rate' => 3.5,
1293 - 'compound' => false,
1294 - 'state' => 'IN',
1295 - 'name' => 'Indiana Reduced',
1296 - 'type' => 'reduced',
1297 - ],
1298 - [
1299 - 'rate' => 0,
1300 - 'compound' => false,
1301 - 'state' => 'IN',
1302 - 'name' => 'Indiana Zero / Exempt',
1303 - 'type' => 'zero',
1304 - ],
1305 - [
1306 - 'rate' => 6,
1307 - 'compound' => false,
1308 - 'state' => 'IA',
1309 - 'name' => 'Iowa State Tax (Standard)',
1310 - 'type' => 'standard',
1311 - ],
1312 - [
1313 - 'rate' => 3,
1314 - 'compound' => false,
1315 - 'state' => 'IA',
1316 - 'name' => 'Iowa Reduced',
1317 - 'type' => 'reduced',
1318 - ],
1319 - [
1320 - 'rate' => 0,
1321 - 'compound' => false,
1322 - 'state' => 'IA',
1323 - 'name' => 'Iowa Zero / Exempt',
1324 - 'type' => 'zero',
1325 - ],
1326 - [
1327 - 'rate' => 6.5,
1328 - 'compound' => false,
1329 - 'state' => 'KS',
1330 - 'name' => 'Kansas State Tax (Standard)',
1331 - 'type' => 'standard',
1332 - ],
1333 - [
1334 - 'rate' => 3.25,
1335 - 'compound' => false,
1336 - 'state' => 'KS',
1337 - 'name' => 'Kansas Reduced',
1338 - 'type' => 'reduced',
1339 - ],
1340 - [
1341 - 'rate' => 0,
1342 - 'compound' => false,
1343 - 'state' => 'KS',
1344 - 'name' => 'Kansas Zero / Exempt',
1345 - 'type' => 'zero',
1346 - ],
1347 - [
1348 - 'rate' => 6,
1349 - 'compound' => false,
1350 - 'state' => 'KY',
1351 - 'name' => 'Kentucky State Tax (Standard)',
1352 - 'type' => 'standard',
1353 - ],
1354 - [
1355 - 'rate' => 3,
1356 - 'compound' => false,
1357 - 'state' => 'KY',
1358 - 'name' => 'Kentucky Reduced',
1359 - 'type' => 'reduced',
1360 - ],
1361 - [
1362 - 'rate' => 0,
1363 - 'compound' => false,
1364 - 'state' => 'KY',
1365 - 'name' => 'Kentucky Zero / Exempt',
1366 - 'type' => 'zero',
1367 - ],
1368 - [
1369 - 'rate' => 4.45,
1370 - 'compound' => false,
1371 - 'state' => 'LA',
1372 - 'name' => 'Louisiana State Tax (Standard)',
1373 - 'type' => 'standard',
1374 - ],
1375 - [
1376 - 'rate' => 2.25,
1377 - 'compound' => false,
1378 - 'state' => 'LA',
1379 - 'name' => 'Louisiana Reduced',
1380 - 'type' => 'reduced',
1381 - ],
1382 - [
1383 - 'rate' => 0,
1384 - 'compound' => false,
1385 - 'state' => 'LA',
1386 - 'name' => 'Louisiana Zero / Exempt',
1387 - 'type' => 'zero',
1388 - ],
1389 - [
1390 - 'rate' => 5.5,
1391 - 'compound' => false,
1392 - 'state' => 'ME',
1393 - 'name' => 'Maine State Tax (Standard)',
1394 - 'type' => 'standard',
1395 - ],
1396 - [
1397 - 'rate' => 2.75,
1398 - 'compound' => false,
1399 - 'state' => 'ME',
1400 - 'name' => 'Maine Reduced',
1401 - 'type' => 'reduced',
1402 - ],
1403 - [
1404 - 'rate' => 0,
1405 - 'compound' => false,
1406 - 'state' => 'ME',
1407 - 'name' => 'Maine Zero / Exempt',
1408 - 'type' => 'zero',
1409 - ],
1410 - [
1411 - 'rate' => 6,
1412 - 'compound' => false,
1413 - 'state' => 'MD',
1414 - 'name' => 'Maryland State Tax (Standard)',
1415 - 'type' => 'standard',
1416 - ],
1417 - [
1418 - 'rate' => 3,
1419 - 'compound' => false,
1420 - 'state' => 'MD',
1421 - 'name' => 'Maryland Reduced',
1422 - 'type' => 'reduced',
1423 - ],
1424 - [
1425 - 'rate' => 0,
1426 - 'compound' => false,
1427 - 'state' => 'MD',
1428 - 'name' => 'Maryland Zero / Exempt',
1429 - 'type' => 'zero',
1430 - ],
1431 - [
1432 - 'rate' => 6.25,
1433 - 'compound' => false,
1434 - 'state' => 'MA',
1435 - 'name' => 'Massachusetts State Tax (Standard)',
1436 - 'type' => 'standard',
1437 - ],
1438 - [
1439 - 'rate' => 3,
1440 - 'compound' => false,
1441 - 'state' => 'MA',
1442 - 'name' => 'Massachusetts Reduced',
1443 - 'type' => 'reduced',
1444 - ],
1445 - [
1446 - 'rate' => 0,
1447 - 'compound' => false,
1448 - 'state' => 'MA',
1449 - 'name' => 'Massachusetts Zero / Exempt',
1450 - 'type' => 'zero',
1451 - ],
1452 - [
1453 - 'rate' => 6,
1454 - 'compound' => false,
1455 - 'state' => 'MI',
1456 - 'name' => 'Michigan State Tax (Standard)',
1457 - 'type' => 'standard',
1458 - ],
1459 - [
1460 - 'rate' => 3,
1461 - 'compound' => false,
1462 - 'state' => 'MI',
1463 - 'name' => 'Michigan Reduced',
1464 - 'type' => 'reduced',
1465 - ],
1466 - [
1467 - 'rate' => 0,
1468 - 'compound' => false,
1469 - 'state' => 'MI',
1470 - 'name' => 'Michigan Zero / Exempt',
1471 - 'type' => 'zero',
1472 - ],
1473 - [
1474 - 'rate' => 6.875,
1475 - 'compound' => false,
1476 - 'state' => 'MN',
1477 - 'name' => 'Minnesota State Tax (Standard)',
1478 - 'type' => 'standard',
1479 - ],
1480 - [
1481 - 'rate' => 3.5,
1482 - 'compound' => false,
1483 - 'state' => 'MN',
1484 - 'name' => 'Minnesota Reduced',
1485 - 'type' => 'reduced',
1486 - ],
1487 - [
1488 - 'rate' => 0,
1489 - 'compound' => false,
1490 - 'state' => 'MN',
1491 - 'name' => 'Minnesota Zero / Exempt',
1492 - 'type' => 'zero',
1493 - ],
1494 - [
1495 - 'rate' => 7,
1496 - 'compound' => false,
1497 - 'state' => 'MS',
1498 - 'name' => 'Mississippi State Tax (Standard)',
1499 - 'type' => 'standard',
1500 - ],
1501 - [
1502 - 'rate' => 3.5,
1503 - 'compound' => false,
1504 - 'state' => 'MS',
1505 - 'name' => 'Mississippi Reduced',
1506 - 'type' => 'reduced',
1507 - ],
1508 - [
1509 - 'rate' => 0,
1510 - 'compound' => false,
1511 - 'state' => 'MS',
1512 - 'name' => 'Mississippi Zero / Exempt',
1513 - 'type' => 'zero',
1514 - ],
1515 - [
1516 - 'rate' => 4.225,
1517 - 'compound' => false,
1518 - 'state' => 'MO',
1519 - 'name' => 'Missouri State Tax (Standard)',
1520 - 'type' => 'standard',
1521 - ],
1522 - [
1523 - 'rate' => 2,
1524 - 'compound' => false,
1525 - 'state' => 'MO',
1526 - 'name' => 'Missouri Reduced',
1527 - 'type' => 'reduced',
1528 - ],
1529 - [
1530 - 'rate' => 0,
1531 - 'compound' => false,
1532 - 'state' => 'MO',
1533 - 'name' => 'Missouri Zero / Exempt',
1534 - 'type' => 'zero',
1535 - ],
1536 - [
1537 - 'rate' => 0,
1538 - 'compound' => false,
1539 - 'state' => 'MT',
1540 - 'name' => 'Montana State Tax (Standard)',
1541 - 'type' => 'standard',
1542 - ],
1543 - [
1544 - 'rate' => 0,
1545 - 'compound' => false,
1546 - 'state' => 'MT',
1547 - 'name' => 'Montana Reduced',
1548 - 'type' => 'reduced',
1549 - ],
1550 - [
1551 - 'rate' => 0,
1552 - 'compound' => false,
1553 - 'state' => 'MT',
1554 - 'name' => 'Montana Zero / Exempt',
1555 - 'type' => 'zero',
1556 - ],
1557 - [
1558 - 'rate' => 5.5,
1559 - 'compound' => false,
1560 - 'state' => 'NE',
1561 - 'name' => 'Nebraska State Tax (Standard)',
1562 - 'type' => 'standard',
1563 - ],
1564 - [
1565 - 'rate' => 2.75,
1566 - 'compound' => false,
1567 - 'state' => 'NE',
1568 - 'name' => 'Nebraska Reduced',
1569 - 'type' => 'reduced',
1570 - ],
1571 - [
1572 - 'rate' => 0,
1573 - 'compound' => false,
1574 - 'state' => 'NE',
1575 - 'name' => 'Nebraska Zero / Exempt',
1576 - 'type' => 'zero',
1577 - ],
1578 - [
1579 - 'rate' => 6.85,
1580 - 'compound' => false,
1581 - 'state' => 'NV',
1582 - 'name' => 'Nevada State Tax (Standard)',
1583 - 'type' => 'standard',
1584 - ],
1585 - [
1586 - 'rate' => 3.25,
1587 - 'compound' => false,
1588 - 'state' => 'NV',
1589 - 'name' => 'Nevada Reduced',
1590 - 'type' => 'reduced',
1591 - ],
1592 - [
1593 - 'rate' => 0,
1594 - 'compound' => false,
1595 - 'state' => 'NV',
1596 - 'name' => 'Nevada Zero / Exempt',
1597 - 'type' => 'zero',
1598 - ],
1599 - [
1600 - 'rate' => 0,
1601 - 'compound' => false,
1602 - 'state' => 'NH',
1603 - 'name' => 'New Hampshire State Tax (Standard)',
1604 - 'type' => 'standard',
1605 - ],
1606 - [
1607 - 'rate' => 0,
1608 - 'compound' => false,
1609 - 'state' => 'NH',
1610 - 'name' => 'New Hampshire Reduced',
1611 - 'type' => 'reduced',
1612 - ],
1613 - [
1614 - 'rate' => 0,
1615 - 'compound' => false,
1616 - 'state' => 'NH',
1617 - 'name' => 'New Hampshire Zero / Exempt',
1618 - 'type' => 'zero',
1619 - ],
1620 - [
1621 - 'rate' => 6.625,
1622 - 'compound' => false,
1623 - 'state' => 'NJ',
1624 - 'name' => 'New Jersey State Tax (Standard)',
1625 - 'type' => 'standard',
1626 - ],
1627 - [
1628 - 'rate' => 3.5,
1629 - 'compound' => false,
1630 - 'state' => 'NJ',
1631 - 'name' => 'New Jersey Reduced',
1632 - 'type' => 'reduced',
1633 - ],
1634 - [
1635 - 'rate' => 0,
1636 - 'compound' => false,
1637 - 'state' => 'NJ',
1638 - 'name' => 'New Jersey Zero / Exempt',
1639 - 'type' => 'zero',
1640 - ],
1641 - [
1642 - 'rate' => 5.125,
1643 - 'compound' => false,
1644 - 'state' => 'NM',
1645 - 'name' => 'New Mexico State Tax (Standard)',
1646 - 'type' => 'standard',
1647 - ],
1648 - [
1649 - 'rate' => 4.875,
1650 - 'compound' => false,
1651 - 'state' => 'NM',
1652 - 'name' => 'New Mexico Wholesale',
1653 - 'type' => 'reduced',
1654 - ],
1655 - [
1656 - 'rate' => 0,
1657 - 'compound' => false,
1658 - 'state' => 'NM',
1659 - 'name' => 'New Mexico Zero / Exempt',
1660 - 'type' => 'zero',
1661 - ],
1662 - [
1663 - 'rate' => 4,
1664 - 'compound' => false,
1665 - 'state' => 'NY',
1666 - 'name' => 'New York State Tax (Standard)',
1667 - 'type' => 'standard',
1668 - ],
1669 - [
1670 - 'rate' => 2,
1671 - 'compound' => false,
1672 - 'state' => 'NY',
1673 - 'name' => 'New York Reduced',
1674 - 'type' => 'reduced',
1675 - ],
1676 - [
1677 - 'rate' => 0,
1678 - 'compound' => false,
1679 - 'state' => 'NY',
1680 - 'name' => 'New York Zero / Exempt',
1681 - 'type' => 'zero',
1682 - ],
1683 - [
1684 - 'rate' => 4.75,
1685 - 'compound' => false,
1686 - 'state' => 'NC',
1687 - 'name' => 'North Carolina State Tax (Standard)',
1688 - 'type' => 'standard',
1689 - ],
1690 - [
1691 - 'rate' => 2.5,
1692 - 'compound' => false,
1693 - 'state' => 'NC',
1694 - 'name' => 'North Carolina Reduced',
1695 - 'type' => 'reduced',
1696 - ],
1697 - [
1698 - 'rate' => 0,
1699 - 'compound' => false,
1700 - 'state' => 'NC',
1701 - 'name' => 'North Carolina Zero / Exempt',
1702 - 'type' => 'zero',
1703 - ],
1704 - [
1705 - 'rate' => 5,
1706 - 'compound' => false,
1707 - 'state' => 'ND',
1708 - 'name' => 'North Dakota State Tax (Standard)',
1709 - 'type' => 'standard',
1710 - ],
1711 - [
1712 - 'rate' => 2.5,
1713 - 'compound' => false,
1714 - 'state' => 'ND',
1715 - 'name' => 'North Dakota Reduced',
1716 - 'type' => 'reduced',
1717 - ],
1718 - [
1719 - 'rate' => 0,
1720 - 'compound' => false,
1721 - 'state' => 'ND',
1722 - 'name' => 'North Dakota Zero / Exempt',
1723 - 'type' => 'zero',
1724 - ],
1725 - [
1726 - 'rate' => 5.75,
1727 - 'compound' => false,
1728 - 'state' => 'OH',
1729 - 'name' => 'Ohio State Tax (Standard)',
1730 - 'type' => 'standard',
1731 - ],
1732 - [
1733 - 'rate' => 2.75,
1734 - 'compound' => false,
1735 - 'state' => 'OH',
1736 - 'name' => 'Ohio Reduced',
1737 - 'type' => 'reduced',
1738 - ],
1739 - [
1740 - 'rate' => 0,
1741 - 'compound' => false,
1742 - 'state' => 'OH',
1743 - 'name' => 'Ohio Zero / Exempt',
1744 - 'type' => 'zero',
1745 - ],
1746 - [
1747 - 'rate' => 4.5,
1748 - 'compound' => false,
1749 - 'state' => 'OK',
1750 - 'name' => 'Oklahoma State Tax (Standard)',
1751 - 'type' => 'standard',
1752 - ],
1753 - [
1754 - 'rate' => 2.25,
1755 - 'compound' => false,
1756 - 'state' => 'OK',
1757 - 'name' => 'Oklahoma Reduced',
1758 - 'type' => 'reduced',
1759 - ],
1760 - [
1761 - 'rate' => 0,
1762 - 'compound' => false,
1763 - 'state' => 'OK',
1764 - 'name' => 'Oklahoma Zero / Exempt',
1765 - 'type' => 'zero',
1766 - ],
1767 - [
1768 - 'rate' => 0,
1769 - 'compound' => false,
1770 - 'state' => 'OR',
1771 - 'name' => 'Oregon State Tax (Standard)',
1772 - 'type' => 'standard',
1773 - ],
1774 - [
1775 - 'rate' => 0,
1776 - 'compound' => false,
1777 - 'state' => 'OR',
1778 - 'name' => 'Oregon Reduced',
1779 - 'type' => 'reduced',
1780 - ],
1781 - [
1782 - 'rate' => 0,
1783 - 'compound' => false,
1784 - 'state' => 'OR',
1785 - 'name' => 'Oregon Zero / Exempt',
1786 - 'type' => 'zero',
1787 - ],
1788 - [
1789 - 'rate' => 6,
1790 - 'compound' => false,
1791 - 'state' => 'PA',
1792 - 'name' => 'Pennsylvania State Tax (Standard)',
1793 - 'type' => 'standard',
1794 - ],
1795 - [
1796 - 'rate' => 3,
1797 - 'compound' => false,
1798 - 'state' => 'PA',
1799 - 'name' => 'Pennsylvania Reduced',
1800 - 'type' => 'reduced',
1801 - ],
1802 - [
1803 - 'rate' => 0,
1804 - 'compound' => false,
1805 - 'state' => 'PA',
1806 - 'name' => 'Pennsylvania Zero / Exempt',
1807 - 'type' => 'zero',
1808 - ],
1809 - [
1810 - 'rate' => 7,
1811 - 'compound' => false,
1812 - 'state' => 'RI',
1813 - 'name' => 'Rhode Island State Tax (Standard)',
1814 - 'type' => 'standard',
1815 - ],
1816 - [
1817 - 'rate' => 3.5,
1818 - 'compound' => false,
1819 - 'state' => 'RI',
1820 - 'name' => 'Rhode Island Reduced',
1821 - 'type' => 'reduced',
1822 - ],
1823 - [
1824 - 'rate' => 0,
1825 - 'compound' => false,
1826 - 'state' => 'RI',
1827 - 'name' => 'Rhode Island Zero / Exempt',
1828 - 'type' => 'zero',
1829 - ],
1830 - [
1831 - 'rate' => 6,
1832 - 'compound' => false,
1833 - 'state' => 'SC',
1834 - 'name' => 'South Carolina State Tax (Standard)',
1835 - 'type' => 'standard',
1836 - ],
1837 - [
1838 - 'rate' => 3,
1839 - 'compound' => false,
1840 - 'state' => 'SC',
1841 - 'name' => 'South Carolina Reduced',
1842 - 'type' => 'reduced',
1843 - ],
1844 - [
1845 - 'rate' => 0,
1846 - 'compound' => false,
1847 - 'state' => 'SC',
1848 - 'name' => 'South Carolina Zero / Exempt',
1849 - 'type' => 'zero',
1850 - ],
1851 - [
1852 - 'rate' => 4.2,
1853 - 'compound' => false,
1854 - 'state' => 'SD',
1855 - 'name' => 'South Dakota State Tax (Standard)',
1856 - 'type' => 'standard',
1857 - ],
1858 - [
1859 - 'rate' => 2.1,
1860 - 'compound' => false,
1861 - 'state' => 'SD',
1862 - 'name' => 'South Dakota Reduced',
1863 - 'type' => 'reduced',
1864 - ],
1865 - [
1866 - 'rate' => 0,
1867 - 'compound' => false,
1868 - 'state' => 'SD',
1869 - 'name' => 'South Dakota Zero / Exempt',
1870 - 'type' => 'zero',
1871 - ],
1872 - [
1873 - 'rate' => 7,
1874 - 'compound' => false,
1875 - 'state' => 'TN',
1876 - 'name' => 'Tennessee State Tax (Standard)',
1877 - 'type' => 'standard',
1878 - ],
1879 - [
1880 - 'rate' => 3.5,
1881 - 'compound' => false,
1882 - 'state' => 'TN',
1883 - 'name' => 'Tennessee Reduced',
1884 - 'type' => 'reduced',
1885 - ],
1886 - [
1887 - 'rate' => 0,
1888 - 'compound' => false,
1889 - 'state' => 'TN',
1890 - 'name' => 'Tennessee Zero / Exempt',
1891 - 'type' => 'zero',
1892 - ],
1893 - [
1894 - 'rate' => 6.25,
1895 - 'compound' => false,
1896 - 'state' => 'TX',
1897 - 'name' => 'Texas State Tax (Standard)',
1898 - 'type' => 'standard',
1899 - ],
1900 - [
1901 - 'rate' => 3,
1902 - 'compound' => false,
1903 - 'state' => 'TX',
1904 - 'name' => 'Texas Reduced',
1905 - 'type' => 'reduced',
1906 - ],
1907 - [
1908 - 'rate' => 1.5,
1909 - 'compound' => false,
1910 - 'state' => 'TX',
1911 - 'name' => 'Texas Reduced 2',
1912 - 'type' => 'reduced',
1913 - ],
1914 - [
1915 - 'rate' => 0,
1916 - 'compound' => false,
1917 - 'state' => 'TX',
1918 - 'name' => 'Texas Zero / Exempt',
1919 - 'type' => 'zero',
1920 - ],
1921 - [
1922 - 'rate' => 4.85,
1923 - 'compound' => false,
1924 - 'state' => 'UT',
1925 - 'name' => 'Utah State Tax (Standard)',
1926 - 'type' => 'standard',
1927 - ],
1928 - [
1929 - 'rate' => 2.5,
1930 - 'compound' => false,
1931 - 'state' => 'UT',
1932 - 'name' => 'Utah Reduced',
1933 - 'type' => 'reduced',
1934 - ],
1935 - [
1936 - 'rate' => 0,
1937 - 'compound' => false,
1938 - 'state' => 'UT',
1939 - 'name' => 'Utah Zero / Exempt',
1940 - 'type' => 'zero',
1941 - ],
1942 - [
1943 - 'rate' => 6,
1944 - 'compound' => false,
1945 - 'state' => 'VT',
1946 - 'name' => 'Vermont State Tax (Standard)',
1947 - 'type' => 'standard',
1948 - ],
1949 - [
1950 - 'rate' => 3,
1951 - 'compound' => false,
1952 - 'state' => 'VT',
1953 - 'name' => 'Vermont Reduced',
1954 - 'type' => 'reduced',
1955 - ],
1956 - [
1957 - 'rate' => 0,
1958 - 'compound' => false,
1959 - 'state' => 'VT',
1960 - 'name' => 'Vermont Zero / Exempt',
1961 - 'type' => 'zero',
1962 - ],
1963 - [
1964 - 'rate' => 4.3,
1965 - 'compound' => false,
1966 - 'state' => 'VA',
1967 - 'name' => 'Virginia State Tax (Standard)',
1968 - 'type' => 'standard',
1969 - ],
1970 - [
1971 - 'rate' => 2,
1972 - 'compound' => false,
1973 - 'state' => 'VA',
1974 - 'name' => 'Virginia Reduced',
1975 - 'type' => 'reduced',
1976 - ],
1977 - [
1978 - 'rate' => 0,
1979 - 'compound' => false,
1980 - 'state' => 'VA',
1981 - 'name' => 'Virginia Zero / Exempt',
1982 - 'type' => 'zero',
1983 - ],
1984 - [
1985 - 'rate' => 6.5,
1986 - 'compound' => false,
1987 - 'state' => 'WA',
1988 - 'name' => 'Washington State Tax (Standard)',
1989 - 'type' => 'standard',
1990 - ],
1991 - [
1992 - 'rate' => 3.25,
1993 - 'compound' => false,
1994 - 'state' => 'WA',
1995 - 'name' => 'Washington Reduced',
1996 - 'type' => 'reduced',
1997 - ],
1998 - [
1999 - 'rate' => 0,
2000 - 'compound' => false,
2001 - 'state' => 'WA',
2002 - 'name' => 'Washington Zero / Exempt',
2003 - 'type' => 'zero',
2004 - ],
2005 - [
2006 - 'rate' => 6,
2007 - 'compound' => false,
2008 - 'state' => 'WV',
2009 - 'name' => 'West Virginia State Tax (Standard)',
2010 - 'type' => 'standard',
2011 - ],
2012 - [
2013 - 'rate' => 3,
2014 - 'compound' => false,
2015 - 'state' => 'WV',
2016 - 'name' => 'West Virginia Reduced',
2017 - 'type' => 'reduced',
2018 - ],
2019 - [
2020 - 'rate' => 0,
2021 - 'compound' => false,
2022 - 'state' => 'WV',
2023 - 'name' => 'West Virginia Zero / Exempt',
2024 - 'type' => 'zero',
2025 - ],
2026 - [
2027 - 'rate' => 5,
2028 - 'compound' => false,
2029 - 'state' => 'WI',
2030 - 'name' => 'Wisconsin State Tax (Standard)',
2031 - 'type' => 'standard',
2032 - ],
2033 - [
2034 - 'rate' => 2.5,
2035 - 'compound' => false,
2036 - 'state' => 'WI',
2037 - 'name' => 'Wisconsin Reduced',
2038 - 'type' => 'reduced',
2039 - ],
2040 - [
2041 - 'rate' => 0,
2042 - 'compound' => false,
2043 - 'state' => 'WI',
2044 - 'name' => 'Wisconsin Zero / Exempt',
2045 - 'type' => 'zero',
2046 - ],
2047 - [
2048 - 'rate' => 4,
2049 - 'compound' => false,
2050 - 'state' => 'WY',
2051 - 'name' => 'Wyoming State Tax (Standard)',
2052 - 'type' => 'standard',
2053 - ],
2054 - [
2055 - 'rate' => 2,
2056 - 'compound' => false,
2057 - 'state' => 'WY',
2058 - 'name' => 'Wyoming Reduced',
2059 - 'type' => 'reduced',
2060 - ],
2061 - [
2062 - 'rate' => 0,
2063 - 'compound' => false,
2064 - 'state' => 'WY',
2065 - 'name' => 'Wyoming Zero / Exempt',
2066 - 'type' => 'zero',
2067 - ],
2068 - [
2069 - 'rate' => 6,
2070 - 'compound' => false,
2071 - 'state' => 'DC',
2072 - 'name' => 'District of Columbia Tax (Standard)',
2073 - 'type' => 'standard',
2074 - ],
2075 - [
2076 - 'rate' => 3,
2077 - 'compound' => false,
2078 - 'state' => 'DC',
2079 - 'name' => 'DC Reduced',
2080 - 'type' => 'reduced',
2081 - ],
2082 - [
2083 - 'rate' => 0,
2084 - 'compound' => false,
2085 - 'state' => 'DC',
2086 - 'name' => 'DC Zero / Exempt',
2087 - 'type' => 'zero',
2088 - ],
2089 - ],
2090 - ],
2091 - "CA" => [
2092 - "group" => "NA",
2093 - "tax" => [
2094 - [
2095 - 'rate' => 5,
2096 - 'compound' => false,
2097 - 'type' => 'standard',
2098 - ],
2099 - [
2100 - 'rate' => 0,
2101 - 'compound' => false,
2102 - 'type' => 'zero',
2103 - ],
2104 - ],
2105 - ],
2106 - "MX" => [
2107 - "group" => "NA",
2108 - "tax" => [
2109 - [
2110 - 'rate' => 0,
2111 - 'compound' => false,
2112 - 'type' => 'zero',
2113 - ],
2114 - ],
2115 - ],
2116 - "BR" => [
2117 - "group" => "SA",
2118 - "tax" => [
2119 - [
2120 - 'rate' => 0,
2121 - 'compound' => false,
2122 - 'type' => 'zero',
2123 - ],
2124 - ],
2125 - ],
2126 - "AR" => [
2127 - "group" => "SA",
2128 - "tax" => [
2129 - [
2130 - 'rate' => 0,
2131 - 'compound' => false,
2132 - 'type' => 'zero',
2133 - ],
2134 - ],
2135 - ],
2136 - "CL" => [
2137 - "group" => "SA",
2138 - "tax" => [
2139 - [
2140 - 'rate' => 0,
2141 - 'compound' => false,
2142 - 'type' => 'zero',
2143 - ],
2144 - ],
2145 - ],
2146 - "CO" => [
2147 - "group" => "SA",
2148 - "tax" => [
2149 - [
2150 - 'rate' => 0,
2151 - 'compound' => false,
2152 - 'type' => 'zero',
2153 - ],
2154 - ],
2155 - ],
2156 - "PE" => [
2157 - "group" => "SA",
2158 - "tax" => [
2159 - [
2160 - 'rate' => 0,
2161 - 'compound' => false,
2162 - 'type' => 'zero',
2163 - ],
2164 - ],
2165 - ],
2166 - "EC" => [
2167 - "group" => "SA",
2168 - "tax" => [
2169 - [
2170 - 'rate' => 0,
2171 - 'compound' => false,
2172 - 'type' => 'zero',
2173 - ],
2174 - ],
2175 - ],
2176 - "UY" => [
2177 - "group" => "SA",
2178 - "tax" => [
2179 - [
2180 - 'rate' => 0,
2181 - 'compound' => false,
2182 - 'type' => 'zero',
2183 - ],
2184 - ],
2185 - ],
2186 - "PY" => [
2187 - "group" => "SA",
2188 - "tax" => [
2189 - [
2190 - 'rate' => 0,
2191 - 'compound' => false,
2192 - 'type' => 'zero',
2193 - ],
2194 - ],
2195 - ],
2196 - "BO" => [
2197 - "group" => "SA",
2198 - "tax" => [
2199 - [
2200 - 'rate' => 0,
2201 - 'compound' => false,
2202 - 'type' => 'zero',
2203 - ],
2204 - ],
2205 - ],
2206 - "VE" => [
2207 - "group" => "SA",
2208 - "tax" => [
2209 - [
2210 - 'rate' => 0,
2211 - 'compound' => false,
2212 - 'type' => 'zero',
2213 - ],
2214 - ],
2215 - ],
2216 - "AU" => [
2217 - "group" => "OC",
2218 - "tax" => [
2219 - [
2220 - 'rate' => 0,
2221 - 'compound' => false,
2222 - 'type' => 'zero',
2223 - ],
2224 - ],
2225 - ],
2226 - "NZ" => [
2227 - "group" => "OC",
2228 - "tax" => [
2229 - [
2230 - 'rate' => 0,
2231 - 'compound' => false,
2232 - 'type' => 'zero',
2233 - ],
2234 - ],
2235 - ],
2236 - "FJ" => [
2237 - "group" => "OC",
2238 - "tax" => [
2239 - [
2240 - 'rate' => 0,
2241 - 'compound' => false,
2242 - 'type' => 'zero',
2243 - ],
2244 - ],
2245 - ],
2246 - "PG" => [
2247 - "group" => "OC",
2248 - "tax" => [
2249 - [
2250 - 'rate' => 0,
2251 - 'compound' => false,
2252 - 'type' => 'zero',
2253 - ],
2254 - ],
2255 - ],
2256 - "WS" => [
2257 - "group" => "OC",
2258 - "tax" => [
2259 - [
2260 - 'rate' => 0,
2261 - 'compound' => false,
2262 - 'type' => 'zero',
2263 - ],
2264 - ],
2265 - ],
2266 - "TO" => [
2267 - "group" => "OC",
2268 - "tax" => [
2269 - [
2270 - 'rate' => 0,
2271 - 'compound' => false,
2272 - 'type' => 'zero',
2273 - ],
2274 - ],
2275 - ],
2276 - "VU" => [
2277 - "group" => "OC",
2278 - "tax" => [
2279 - [
2280 - 'rate' => 0,
2281 - 'compound' => false,
2282 - 'type' => 'zero',
2283 - ],
2284 - ],
2285 - ],
2286 - "SB" => [
2287 - "group" => "OC",
2288 - "tax" => [
2289 - [
2290 - 'rate' => 0,
2291 - 'compound' => false,
2292 - 'type' => 'zero',
2293 - ],
2294 - ],
2295 - ],
2296 - "CN" => [
2297 - "group" => "AS",
2298 - "tax" => [
2299 - [
2300 - 'rate' => 0,
2301 - 'compound' => false,
2302 - 'type' => 'zero',
2303 - ],
2304 - ],
2305 - ],
2306 - "JP" => [
2307 - "group" => "AS",
2308 - "tax" => [
2309 - [
2310 - 'rate' => 0,
2311 - 'compound' => false,
2312 - 'type' => 'zero',
2313 - ],
2314 - ],
2315 - ],
2316 - "KR" => [
2317 - "group" => "AS",
2318 - "tax" => [
2319 - [
2320 - 'rate' => 0,
2321 - 'compound' => false,
2322 - 'type' => 'zero',
2323 - ],
2324 - ],
2325 - ],
2326 - "SG" => [
2327 - "group" => "AS",
2328 - "tax" => [
2329 - [
2330 - 'rate' => 0,
2331 - 'compound' => false,
2332 - 'type' => 'zero',
2333 - ],
2334 - ],
2335 - ],
2336 - "MY" => [
2337 - "group" => "AS",
2338 - "tax" => [
2339 - [
2340 - 'rate' => 0,
2341 - 'compound' => false,
2342 - 'type' => 'zero',
2343 - ],
2344 - ],
2345 - ],
2346 - "ID" => [
2347 - "group" => "AS",
2348 - "tax" => [
2349 - [
2350 - 'rate' => 0,
2351 - 'compound' => false,
2352 - 'type' => 'zero',
2353 - ],
2354 - ],
2355 - ],
2356 - "TH" => [
2357 - "group" => "AS",
2358 - "tax" => [
2359 - [
2360 - 'rate' => 0,
2361 - 'compound' => false,
2362 - 'type' => 'zero',
2363 - ],
2364 - ],
2365 - ],
2366 - "VN" => [
2367 - "group" => "AS",
2368 - "tax" => [
2369 - [
2370 - 'rate' => 0,
2371 - 'compound' => false,
2372 - 'type' => 'zero',
2373 - ],
2374 - ],
2375 - ],
2376 - "PH" => [
2377 - "group" => "AS",
2378 - "tax" => [
2379 - [
2380 - 'rate' => 0,
2381 - 'compound' => false,
2382 - 'type' => 'zero',
2383 - ],
2384 - ],
2385 - ],
2386 - "PK" => [
2387 - "group" => "AS",
2388 - "tax" => [
2389 - [
2390 - 'rate' => 0,
2391 - 'compound' => false,
2392 - 'type' => 'zero',
2393 - ],
2394 - ],
2395 - ],
2396 - "LK" => [
2397 - "group" => "AS",
2398 - "tax" => [
2399 - [
2400 - 'rate' => 0,
2401 - 'compound' => false,
2402 - 'type' => 'zero',
2403 - ],
2404 - ],
2405 - ],
2406 - "NP" => [
2407 - "group" => "AS",
2408 - "tax" => [
2409 - [
2410 - 'rate' => 0,
2411 - 'compound' => false,
2412 - 'type' => 'zero',
2413 - ],
2414 - ],
2415 - ],
2416 - "AE" => [
2417 - "group" => "AS",
2418 - "tax" => [
2419 - [
2420 - 'rate' => 0,
2421 - 'compound' => false,
2422 - 'type' => 'zero',
2423 - ],
2424 - ],
2425 - ],
2426 - "SA" => [
2427 - "group" => "AS",
2428 - "tax" => [
2429 - [
2430 - 'rate' => 0,
2431 - 'compound' => false,
2432 - 'type' => 'zero',
2433 - ],
2434 - ],
2435 - ],
2436 - "BH" => [
2437 - "group" => "AS",
2438 - "tax" => [
2439 - [
2440 - 'rate' => 0,
2441 - 'compound' => false,
2442 - 'type' => 'zero',
2443 - ],
2444 - ],
2445 - ],
2446 - "QA" => [
2447 - "group" => "AS",
2448 - "tax" => [
2449 - [
2450 - 'rate' => 0,
2451 - 'compound' => false,
2452 - 'type' => 'zero',
2453 - ],
2454 - ],
2455 - ],
2456 - "KW" => [
2457 - "group" => "AS",
2458 - "tax" => [
2459 - [
2460 - 'rate' => 0,
2461 - 'compound' => false,
2462 - 'type' => 'zero',
2463 - ],
2464 - ],
2465 - ],
2466 - "OM" => [
2467 - "group" => "AS",
2468 - "tax" => [
2469 - [
2470 - 'rate' => 0,
2471 - 'compound' => false,
2472 - 'type' => 'zero',
2473 - ],
2474 - ],
2475 - ],
2476 - "IL" => [
2477 - "group" => "AS",
2478 - "tax" => [
2479 - [
2480 - 'rate' => 0,
2481 - 'compound' => false,
2482 - 'type' => 'zero',
2483 - ],
2484 - ],
2485 - ],
2486 - "IR" => [
2487 - "group" => "AS",
2488 - "tax" => [
2489 - [
2490 - 'rate' => 0,
2491 - 'compound' => false,
2492 - 'type' => 'zero',
2493 - ],
2494 - ],
2495 - ],
2496 - "JO" => [
2497 - "group" => "AS",
2498 - "tax" => [
2499 - [
2500 - 'rate' => 0,
2501 - 'compound' => false,
2502 - 'type' => 'zero',
2503 - ],
2504 - ],
2505 - ],
2506 - "LB" => [
2507 - "group" => "AS",
2508 - "tax" => [
2509 - [
2510 - 'rate' => 0,
2511 - 'compound' => false,
2512 - 'type' => 'zero',
2513 - ],
2514 - ],
2515 - ],
2516 - "IQ" => [
2517 - "group" => "AS",
2518 - "tax" => [
2519 - [
2520 - 'rate' => 0,
2521 - 'compound' => false,
2522 - 'type' => 'zero',
2523 - ],
2524 - ],
2525 - ],
2526 - "AM" => [
2527 - "group" => "AS",
2528 - "tax" => [
2529 - [
2530 - 'rate' => 0,
2531 - 'compound' => false,
2532 - 'type' => 'zero',
2533 - ],
2534 - ],
2535 - ],
2536 - "AZ" => [
2537 - "group" => "AS",
2538 - "tax" => [
2539 - [
2540 - 'rate' => 0,
2541 - 'compound' => false,
2542 - 'type' => 'zero',
2543 - ],
2544 - ],
2545 - ],
2546 - "GE" => [
2547 - "group" => "AS",
2548 - "tax" => [
2549 - [
2550 - 'rate' => 0,
2551 - 'compound' => false,
2552 - 'type' => 'zero',
2553 - ],
2554 - ],
2555 - ],
2556 - "KZ" => [
2557 - "group" => "AS",
2558 - "tax" => [
2559 - [
2560 - 'rate' => 0,
2561 - 'compound' => false,
2562 - 'type' => 'zero',
2563 - ],
2564 - ],
2565 - ],
2566 - "UZ" => [
2567 - "group" => "AS",
2568 - "tax" => [
2569 - [
2570 - 'rate' => 0,
2571 - 'compound' => false,
2572 - 'type' => 'zero',
2573 - ],
2574 - ],
2575 - ],
2576 - "KG" => [
2577 - "group" => "AS",
2578 - "tax" => [
2579 - [
2580 - 'rate' => 0,
2581 - 'compound' => false,
2582 - 'type' => 'zero',
2583 - ],
2584 - ],
2585 - ],
2586 - "TJ" => [
2587 - "group" => "AS",
2588 - "tax" => [
2589 - [
2590 - 'rate' => 0,
2591 - 'compound' => false,
2592 - 'type' => 'zero',
2593 - ],
2594 - ],
2595 - ],
2596 - "TM" => [
2597 - "group" => "AS",
2598 - "tax" => [
2599 - [
2600 - 'rate' => 0,
2601 - 'compound' => false,
2602 - 'type' => 'zero',
2603 - ],
2604 - ],
2605 - ],
2606 - "MN" => [
2607 - "group" => "AS",
2608 - "tax" => [
2609 - [
2610 - 'rate' => 0,
2611 - 'compound' => false,
2612 - 'type' => 'zero',
2613 - ],
2614 - ],
2615 - ],
2616 - "KH" => [
2617 - "group" => "AS",
2618 - "tax" => [
2619 - [
2620 - 'rate' => 0,
2621 - 'compound' => false,
2622 - 'type' => 'zero',
2623 - ],
2624 - ],
2625 - ],
2626 - "SM" => [
2627 - "group" => "REST",
2628 - "tax" => [
2629 - [
2630 - 'rate' => 22,
2631 - 'compound' => false,
2632 - 'type' => 'standard',
2633 - ],
2634 - [
2635 - 'rate' => 10,
2636 - 'compound' => false,
2637 - 'type' => 'reduced',
2638 - ],
2639 - [
2640 - 'rate' => 0,
2641 - 'compound' => false,
2642 - 'type' => 'zero',
2643 - ],
2644 - ],
2645 - ],
2646 - "VA" => [
2647 - "group" => "REST",
2648 - "tax" => [
2649 - [
2650 - 'rate' => 0,
2651 - 'compound' => false,
2652 - 'type' => 'standard',
2653 - ],
2654 - [
2655 - 'rate' => 0,
2656 - 'compound' => false,
2657 - 'type' => 'zero',
2658 - ],
2659 - ],
2660 - ],
2661 - "GI" => [
2662 - "group" => "REST",
2663 - "tax" => [
2664 - [
2665 - 'rate' => 0,
2666 - 'compound' => false,
2667 - 'type' => 'standard',
2668 - ],
2669 - [
2670 - 'rate' => 0,
2671 - 'compound' => false,
2672 - 'type' => 'zero',
2673 - ],
2674 - ],
2675 - ],
2676 - "JE" => [
2677 - "group" => "REST",
2678 - "tax" => [
2679 - [
2680 - 'rate' => 5,
2681 - 'compound' => false,
2682 - 'type' => 'standard',
2683 - ],
2684 - [
2685 - 'rate' => 0,
2686 - 'compound' => false,
2687 - 'type' => 'zero',
2688 - ],
2689 - ],
2690 - ],
2691 - "GG" => [
2692 - "group" => "REST",
2693 - "tax" => [
2694 - [
2695 - 'rate' => 0,
2696 - 'compound' => false,
2697 - 'type' => 'standard',
2698 - ],
2699 - [
2700 - 'rate' => 0,
2701 - 'compound' => false,
2702 - 'type' => 'zero',
2703 - ],
2704 - ],
2705 - ],
2706 - "IM" => [
2707 - "group" => "REST",
2708 - "tax" => [
2709 - [
2710 - 'rate' => 20,
2711 - 'compound' => false,
2712 - 'type' => 'standard',
2713 - ],
2714 - [
2715 - 'rate' => 5,
2716 - 'compound' => false,
2717 - 'type' => 'reduced',
2718 - ],
2719 - [
2720 - 'rate' => 0,
2721 - 'compound' => false,
2722 - 'type' => 'zero',
2723 - ],
2724 - ],
2725 - ],
2726 - "FO" => [
2727 - "group" => "REST",
2728 - "tax" => [
2729 - [
2730 - 'rate' => 25,
2731 - 'compound' => false,
2732 - 'type' => 'standard',
2733 - ],
2734 - [
2735 - 'rate' => 0,
2736 - 'compound' => false,
2737 - 'type' => 'zero',
2738 - ],
2739 - ],
2740 - ],
2741 - "GL" => [
2742 - "group" => "NA",
2743 - "tax" => [
2744 - [
2745 - 'rate' => 0,
2746 - 'compound' => false,
2747 - 'type' => 'zero',
2748 - ],
2749 - ],
2750 - ],
2751 - "SJ" => [
2752 - "group" => "REST",
2753 - "tax" => [
2754 - [
2755 - 'rate' => 0,
2756 - 'compound' => false,
2757 - 'type' => 'standard',
2758 - ],
2759 - [
2760 - 'rate' => 0,
2761 - 'compound' => false,
2762 - 'type' => 'zero',
2763 - ],
2764 - ],
2765 - ],
2766 - "GF" => [
2767 - "group" => "SA",
2768 - "tax" => [
2769 - [
2770 - 'rate' => 0,
2771 - 'compound' => false,
2772 - 'type' => 'zero',
2773 - ],
2774 - ],
2775 - ],
2776 - "NC" => [
2777 - "group" => "OC",
2778 - "tax" => [
2779 - [
2780 - 'rate' => 0,
2781 - 'compound' => false,
2782 - 'type' => 'zero',
2783 - ],
2784 - ],
2785 - ],
2786 - "PF" => [
2787 - "group" => "OC",
2788 - "tax" => [
2789 - [
2790 - 'rate' => 0,
2791 - 'compound' => false,
2792 - 'type' => 'zero',
2793 - ],
2794 - ],
2795 - ],
2796 - "WF" => [
2797 - "group" => "OC",
2798 - "tax" => [
2799 - [
2800 - 'rate' => 0,
2801 - 'compound' => false,
2802 - 'type' => 'zero',
2803 - ],
2804 - ],
2805 - ],
2806 - "AS" => [
2807 - "group" => "OC",
2808 - "tax" => [
2809 - [
2810 - 'rate' => 0,
2811 - 'compound' => false,
2812 - 'type' => 'zero',
2813 - ],
2814 - ],
2815 - ],
2816 - "GU" => [
2817 - "group" => "OC",
2818 - "tax" => [
2819 - [
2820 - 'rate' => 0,
2821 - 'compound' => false,
2822 - 'type' => 'zero',
2823 - ],
2824 - ],
2825 - ],
2826 - "MP" => [
2827 - "group" => "OC",
2828 - "tax" => [
2829 - [
2830 - 'rate' => 0,
2831 - 'compound' => false,
2832 - 'type' => 'zero',
2833 - ],
2834 - ],
2835 - ],
2836 - "MH" => [
2837 - "group" => "OC",
2838 - "tax" => [
2839 - [
2840 - 'rate' => 0,
2841 - 'compound' => false,
2842 - 'type' => 'zero',
2843 - ],
2844 - ],
2845 - ],
2846 - "FM" => [
2847 - "group" => "OC",
2848 - "tax" => [
2849 - [
2850 - 'rate' => 0,
2851 - 'compound' => false,
2852 - 'type' => 'zero',
2853 - ],
2854 - ],
2855 - ],
2856 - "PW" => [
2857 - "group" => "OC",
2858 - "tax" => [
2859 - [
2860 - 'rate' => 0,
2861 - 'compound' => false,
2862 - 'type' => 'zero',
2863 - ],
2864 - ],
2865 - ],
2866 - "KI" => [
2867 - "group" => "OC",
2868 - "tax" => [
2869 - [
2870 - 'rate' => 0,
2871 - 'compound' => false,
2872 - 'type' => 'zero',
2873 - ],
2874 - ],
2875 - ],
2876 - "NR" => [
2877 - "group" => "OC",
2878 - "tax" => [
2879 - [
2880 - 'rate' => 0,
2881 - 'compound' => false,
2882 - 'type' => 'zero',
2883 - ],
2884 - ],
2885 - ],
2886 - "TV" => [
2887 - "group" => "OC",
2888 - "tax" => [
2889 - [
2890 - 'rate' => 0,
2891 - 'compound' => false,
2892 - 'type' => 'zero',
2893 - ],
2894 - ],
2895 - ],
2896 - "CK" => [
2897 - "group" => "OC",
2898 - "tax" => [
2899 - [
2900 - 'rate' => 0,
2901 - 'compound' => false,
2902 - 'type' => 'zero',
2903 - ],
2904 - ],
2905 - ],
2906 - "NU" => [
2907 - "group" => "OC",
2908 - "tax" => [
2909 - [
2910 - 'rate' => 0,
2911 - 'compound' => false,
2912 - 'type' => 'zero',
2913 - ],
2914 - ],
2915 - ],
2916 - "TK" => [
2917 - "group" => "OC",
2918 - "tax" => [
2919 - [
2920 - 'rate' => 0,
2921 - 'compound' => false,
2922 - 'type' => 'zero',
2923 - ],
2924 - ],
2925 - ],
2926 - "PN" => [
2927 - "group" => "OC",
2928 - "tax" => [
2929 - [
2930 - 'rate' => 0,
2931 - 'compound' => false,
2932 - 'type' => 'zero',
2933 - ],
2934 - ],
2935 - ],
2936 - "BN" => [
2937 - "group" => "AS",
2938 - "tax" => [
2939 - [
2940 - 'rate' => 0,
2941 - 'compound' => false,
2942 - 'type' => 'zero',
2943 - ],
2944 - ],
2945 - ],
2946 - "BT" => [
2947 - "group" => "AS",
2948 - "tax" => [
2949 - [
2950 - 'rate' => 0,
2951 - 'compound' => false,
2952 - 'type' => 'zero',
2953 - ],
2954 - ],
2955 - ],
2956 - "MV" => [
2957 - "group" => "AS",
2958 - "tax" => [
2959 - [
2960 - 'rate' => 0,
2961 - 'compound' => false,
2962 - 'type' => 'zero',
2963 - ],
2964 - ],
2965 - ],
2966 - "KP" => [
2967 - "group" => "AS",
2968 - "tax" => [
2969 - [
2970 - 'rate' => 0,
2971 - 'compound' => false,
2972 - 'type' => 'zero',
2973 - ],
2974 - ],
2975 - ],
2976 - "PS" => [
2977 - "group" => "AS",
2978 - "tax" => [
2979 - [
2980 - 'rate' => 0,
2981 - 'compound' => false,
2982 - 'type' => 'zero',
2983 - ],
2984 - ],
2985 - ],
2986 - "SY" => [
2987 - "group" => "AS",
2988 - "tax" => [
2989 - [
2990 - 'rate' => 0,
2991 - 'compound' => false,
2992 - 'type' => 'zero',
2993 - ],
2994 - ],
2995 - ],
2996 - "YE" => [
2997 - "group" => "AS",
2998 - "tax" => [
2999 - [
3000 - 'rate' => 0,
3001 - 'compound' => false,
3002 - 'type' => 'zero',
3003 - ],
3004 - ],
3005 - ],
3006 - "BJ" => [
3007 - "group" => "AF",
3008 - "tax" => [
3009 - [
3010 - 'rate' => 0,
3011 - 'compound' => false,
3012 - 'type' => 'zero',
3013 - ],
3014 - ],
3015 - ],
3016 - "BF" => [
3017 - "group" => "AF",
3018 - "tax" => [
3019 - [
3020 - 'rate' => 0,
3021 - 'compound' => false,
3022 - 'type' => 'zero',
3023 - ],
3024 - ],
3025 - ],
3026 - "BI" => [
3027 - "group" => "AF",
3028 - "tax" => [
3029 - [
3030 - 'rate' => 0,
3031 - 'compound' => false,
3032 - 'type' => 'zero',
3033 - ],
3034 - ],
3035 - ],
3036 - "CV" => [
3037 - "group" => "AF",
3038 - "tax" => [
3039 - [
3040 - 'rate' => 0,
3041 - 'compound' => false,
3042 - 'type' => 'zero',
3043 - ],
3044 - ],
3045 - ],
3046 - "CF" => [
3047 - "group" => "AF",
3048 - "tax" => [
3049 - [
3050 - 'rate' => 0,
3051 - 'compound' => false,
3052 - 'type' => 'zero',
3053 - ],
3054 - ],
3055 - ],
3056 - "TD" => [
3057 - "group" => "AF",
3058 - "tax" => [
3059 - [
3060 - 'rate' => 0,
3061 - 'compound' => false,
3062 - 'type' => 'zero',
3063 - ],
3064 - ],
3065 - ],
3066 - "KM" => [
3067 - "group" => "AF",
3068 - "tax" => [
3069 - [
3070 - 'rate' => 0,
3071 - 'compound' => false,
3072 - 'type' => 'zero',
3073 - ],
3074 - ],
3075 - ],
3076 - "CG" => [
3077 - "group" => "AF",
3078 - "tax" => [
3079 - [
3080 - 'rate' => 0,
3081 - 'compound' => false,
3082 - 'type' => 'zero',
3083 - ],
3084 - ],
3085 - ],
3086 - "DJ" => [
3087 - "group" => "AF",
3088 - "tax" => [
3089 - [
3090 - 'rate' => 0,
3091 - 'compound' => false,
3092 - 'type' => 'zero',
3093 - ],
3094 - ],
3095 - ],
3096 - "ER" => [
3097 - "group" => "AF",
3098 - "tax" => [
3099 - [
3100 - 'rate' => 0,
3101 - 'compound' => false,
3102 - 'type' => 'zero',
3103 - ],
3104 - ],
3105 - ],
3106 - "SZ" => [
3107 - "group" => "AF",
3108 - "tax" => [
3109 - [
3110 - 'rate' => 0,
3111 - 'compound' => false,
3112 - 'type' => 'zero',
3113 - ],
3114 - ],
3115 - ],
3116 - "GA" => [
3117 - "group" => "AF",
3118 - "tax" => [
3119 - [
3120 - 'rate' => 0,
3121 - 'compound' => false,
3122 - 'type' => 'zero',
3123 - ],
3124 - ],
3125 - ],
3126 - "GM" => [
3127 - "group" => "AF",
3128 - "tax" => [
3129 - [
3130 - 'rate' => 0,
3131 - 'compound' => false,
3132 - 'type' => 'zero',
3133 - ],
3134 - ],
3135 - ],
3136 - "GN" => [
3137 - "group" => "AF",
3138 - "tax" => [
3139 - [
3140 - 'rate' => 0,
3141 - 'compound' => false,
3142 - 'type' => 'zero',
3143 - ],
3144 - ],
3145 - ],
3146 - "GW" => [
3147 - "group" => "AF",
3148 - "tax" => [
3149 - [
3150 - 'rate' => 0,
3151 - 'compound' => false,
3152 - 'type' => 'zero',
3153 - ],
3154 - ],
3155 - ],
3156 - "GQ" => [
3157 - "group" => "AF",
3158 - "tax" => [
3159 - [
3160 - 'rate' => 0,
3161 - 'compound' => false,
3162 - 'type' => 'zero',
3163 - ],
3164 - ],
3165 - ],
3166 - "LS" => [
3167 - "group" => "AF",
3168 - "tax" => [
3169 - [
3170 - 'rate' => 0,
3171 - 'compound' => false,
3172 - 'type' => 'zero',
3173 - ],
3174 - ],
3175 - ],
3176 - "LR" => [
3177 - "group" => "AF",
3178 - "tax" => [
3179 - [
3180 - 'rate' => 0,
3181 - 'compound' => false,
3182 - 'type' => 'zero',
3183 - ],
3184 - ],
3185 - ],
3186 - "LY" => [
3187 - "group" => "AF",
3188 - "tax" => [
3189 - [
3190 - 'rate' => 0,
3191 - 'compound' => false,
3192 - 'type' => 'zero',
3193 - ],
3194 - ],
3195 - ],
3196 - "MW" => [
3197 - "group" => "AF",
3198 - "tax" => [
3199 - [
3200 - 'rate' => 0,
3201 - 'compound' => false,
3202 - 'type' => 'zero',
3203 - ],
3204 - ],
3205 - ],
3206 - "ML" => [
3207 - "group" => "AF",
3208 - "tax" => [
3209 - [
3210 - 'rate' => 0,
3211 - 'compound' => false,
3212 - 'type' => 'zero',
3213 - ],
3214 - ],
3215 - ],
3216 - "MR" => [
3217 - "group" => "AF",
3218 - "tax" => [
3219 - [
3220 - 'rate' => 0,
3221 - 'compound' => false,
3222 - 'type' => 'zero',
3223 - ],
3224 - ],
3225 - ],
3226 - "NE" => [
3227 - "group" => "AF",
3228 - "tax" => [
3229 - [
3230 - 'rate' => 0,
3231 - 'compound' => false,
3232 - 'type' => 'zero',
3233 - ],
3234 - ],
3235 - ],
3236 - "SO" => [
3237 - "group" => "AF",
3238 - "tax" => [
3239 - [
3240 - 'rate' => 0,
3241 - 'compound' => false,
3242 - 'type' => 'zero',
3243 - ],
3244 - ],
3245 - ],
3246 - "ST" => [
3247 - "group" => "AF",
3248 - "tax" => [
3249 - [
3250 - 'rate' => 0,
3251 - 'compound' => false,
3252 - 'type' => 'zero',
3253 - ],
3254 - ],
3255 - ],
3256 - "SC" => [
3257 - "group" => "AF",
3258 - "tax" => [
3259 - [
3260 - 'rate' => 0,
3261 - 'compound' => false,
3262 - 'type' => 'zero',
3263 - ],
3264 - ],
3265 - ],
3266 - "SL" => [
3267 - "group" => "AF",
3268 - "tax" => [
3269 - [
3270 - 'rate' => 0,
3271 - 'compound' => false,
3272 - 'type' => 'zero',
3273 - ],
3274 - ],
3275 - ],
3276 - "SD" => [
3277 - "group" => "AF",
3278 - "tax" => [
3279 - [
3280 - 'rate' => 0,
3281 - 'compound' => false,
3282 - 'type' => 'zero',
3283 - ],
3284 - ],
3285 - ],
3286 - "SS" => [
3287 - "group" => "AF",
3288 - "tax" => [
3289 - [
3290 - 'rate' => 0,
3291 - 'compound' => false,
3292 - 'type' => 'zero',
3293 - ],
3294 - ],
3295 - ],
3296 - "TG" => [
3297 - "group" => "AF",
3298 - "tax" => [
3299 - [
3300 - 'rate' => 0,
3301 - 'compound' => false,
3302 - 'type' => 'zero',
3303 - ],
3304 - ],
3305 - ],
3306 - "RE" => [
3307 - "group" => "AF",
3308 - "tax" => [
3309 - [
3310 - 'rate' => 0,
3311 - 'compound' => false,
3312 - 'type' => 'zero',
3313 - ],
3314 - ],
3315 - ],
3316 - "YT" => [
3317 - "group" => "AF",
3318 - "tax" => [
3319 - [
3320 - 'rate' => 0,
3321 - 'compound' => false,
3322 - 'type' => 'zero',
3323 - ],
3324 - ],
3325 - ],
3326 - "HK" => [
3327 - "group" => "AS",
3328 - "tax" => [
3329 - [
3330 - 'rate' => 0,
3331 - 'compound' => false,
3332 - 'type' => 'zero',
3333 - ],
3334 - ],
3335 - ],
3336 - "TW" => [
3337 - "group" => "AS",
3338 - "tax" => [
3339 - [
3340 - 'rate' => 0,
3341 - 'compound' => false,
3342 - 'type' => 'zero',
3343 - ],
3344 - ],
3345 - ],
3346 - "MO" => [
3347 - "group" => "AS",
3348 - "tax" => [
3349 - [
3350 - 'rate' => 0,
3351 - 'compound' => false,
3352 - 'type' => 'zero',
3353 - ],
3354 - ],
3355 - ],
3356 - "LA" => [
3357 - "group" => "AS",
3358 - "tax" => [
3359 - [
3360 - 'rate' => 0,
3361 - 'compound' => false,
3362 - 'type' => 'zero',
3363 - ],
3364 - ],
3365 - ],
3366 - "MM" => [
3367 - "group" => "AS",
3368 - "tax" => [
3369 - [
3370 - 'rate' => 0,
3371 - 'compound' => false,
3372 - 'type' => 'zero',
3373 - ],
3374 - ],
3375 - ],
3376 - "AF" => [
3377 - "group" => "AS",
3378 - "tax" => [
3379 - [
3380 - 'rate' => 0,
3381 - 'compound' => false,
3382 - 'type' => 'zero',
3383 - ],
3384 - ],
3385 - ],
3386 - "KE" => [
3387 - "group" => "AF",
3388 - "tax" => [
3389 - [
3390 - 'rate' => 0,
3391 - 'compound' => false,
3392 - 'type' => 'zero',
3393 - ],
3394 - ],
3395 - ],
3396 - "NG" => [
3397 - "group" => "AF",
3398 - "tax" => [
3399 - [
3400 - 'rate' => 0,
3401 - 'compound' => false,
3402 - 'type' => 'zero',
3403 - ],
3404 - ],
3405 - ],
3406 - "EG" => [
3407 - "group" => "AF",
3408 - "tax" => [
3409 - [
3410 - 'rate' => 0,
3411 - 'compound' => false,
3412 - 'type' => 'zero',
3413 - ],
3414 - ],
3415 - ],
3416 - "MA" => [
3417 - "group" => "AF",
3418 - "tax" => [
3419 - [
3420 - 'rate' => 0,
3421 - 'compound' => false,
3422 - 'type' => 'zero',
3423 - ],
3424 - ],
3425 - ],
3426 - "DZ" => [
3427 - "group" => "AF",
3428 - "tax" => [
3429 - [
3430 - 'rate' => 0,
3431 - 'compound' => false,
3432 - 'type' => 'zero',
3433 - ],
3434 - ],
3435 - ],
3436 - "TN" => [
3437 - "group" => "AF",
3438 - "tax" => [
3439 - [
3440 - 'rate' => 0,
3441 - 'compound' => false,
3442 - 'type' => 'zero',
3443 - ],
3444 - ],
3445 - ],
3446 - "GH" => [
3447 - "group" => "AF",
3448 - "tax" => [
3449 - [
3450 - 'rate' => 0,
3451 - 'compound' => false,
3452 - 'type' => 'zero',
3453 - ],
3454 - ],
3455 - ],
3456 - "ET" => [
3457 - "group" => "AF",
3458 - "tax" => [
3459 - [
3460 - 'rate' => 0,
3461 - 'compound' => false,
3462 - 'type' => 'zero',
3463 - ],
3464 - ],
3465 - ],
3466 - "TZ" => [
3467 - "group" => "AF",
3468 - "tax" => [
3469 - [
3470 - 'rate' => 0,
3471 - 'compound' => false,
3472 - 'type' => 'zero',
3473 - ],
3474 - ],
3475 - ],
3476 - "UG" => [
3477 - "group" => "AF",
3478 - "tax" => [
3479 - [
3480 - 'rate' => 0,
3481 - 'compound' => false,
3482 - 'type' => 'zero',
3483 - ],
3484 - ],
3485 - ],
3486 - "RW" => [
3487 - "group" => "AF",
3488 - "tax" => [
3489 - [
3490 - 'rate' => 0,
3491 - 'compound' => false,
3492 - 'type' => 'zero',
3493 - ],
3494 - ],
3495 - ],
3496 - "BW" => [
3497 - "group" => "AF",
3498 - "tax" => [
3499 - [
3500 - 'rate' => 0,
3501 - 'compound' => false,
3502 - 'type' => 'zero',
3503 - ],
3504 - ],
3505 - ],
3506 - "NA" => [
3507 - "group" => "AF",
3508 - "tax" => [
3509 - [
3510 - 'rate' => 0,
3511 - 'compound' => false,
3512 - 'type' => 'zero',
3513 - ],
3514 - ],
3515 - ],
3516 - "ZW" => [
3517 - "group" => "AF",
3518 - "tax" => [
3519 - [
3520 - 'rate' => 0,
3521 - 'compound' => false,
3522 - 'type' => 'zero',
3523 - ],
3524 - ],
3525 - ],
3526 - "ZM" => [
3527 - "group" => "AF",
3528 - "tax" => [
3529 - [
3530 - 'rate' => 0,
3531 - 'compound' => false,
3532 - 'type' => 'zero',
3533 - ],
3534 - ],
3535 - ],
3536 - "AO" => [
3537 - "group" => "AF",
3538 - "tax" => [
3539 - [
3540 - 'rate' => 0,
3541 - 'compound' => false,
3542 - 'type' => 'zero',
3543 - ],
3544 - ],
3545 - ],
3546 - "MZ" => [
3547 - "group" => "AF",
3548 - "tax" => [
3549 - [
3550 - 'rate' => 0,
3551 - 'compound' => false,
3552 - 'type' => 'zero',
3553 - ],
3554 - ],
3555 - ],
3556 - "SN" => [
3557 - "group" => "AF",
3558 - "tax" => [
3559 - [
3560 - 'rate' => 0,
3561 - 'compound' => false,
3562 - 'type' => 'zero',
3563 - ],
3564 - ],
3565 - ],
3566 - "CI" => [
3567 - "group" => "AF",
3568 - "tax" => [
3569 - [
3570 - 'rate' => 0,
3571 - 'compound' => false,
3572 - 'type' => 'zero',
3573 - ],
3574 - ],
3575 - ],
3576 - "CM" => [
3577 - "group" => "AF",
3578 - "tax" => [
3579 - [
3580 - 'rate' => 0,
3581 - 'compound' => false,
3582 - 'type' => 'zero',
3583 - ],
3584 - ],
3585 - ],
3586 - "CD" => [
3587 - "group" => "AF",
3588 - "tax" => [
3589 - [
3590 - 'rate' => 0,
3591 - 'compound' => false,
3592 - 'type' => 'zero',
3593 - ],
3594 - ],
3595 - ],
3596 - "MU" => [
3597 - "group" => "AF",
3598 - "tax" => [
3599 - [
3600 - 'rate' => 0,
3601 - 'compound' => false,
3602 - 'type' => 'zero',
3603 - ],
3604 - ],
3605 - ],
3606 - "MG" => [
3607 - "group" => "AF",
3608 - "tax" => [
3609 - [
3610 - 'rate' => 0,
3611 - 'compound' => false,
3612 - 'type' => 'zero',
3613 - ],
3614 - ],
3615 - ],
3616 - "ZA" => [
3617 - "group" => "AF",
3618 - "tax" => [
3619 - [
3620 - 'rate' => 0,
3621 - 'compound' => false,
3622 - 'type' => 'zero',
3623 - ],
3624 - ],
3625 - ],
3626 - "BD" => [
3627 - "group" => "AS",
3628 - "tax" => [
3629 - [
3630 - 'rate' => 0,
3631 - 'compound' => false,
3632 - 'type' => 'zero',
3633 - ],
3634 - ],
3635 - ],
3636 - "IN" => [
3637 - "group" => "AS",
3638 - "tax" => [
3639 - [
3640 - 'rate' => 0,
3641 - 'compound' => false,
3642 - 'type' => 'zero',
3643 - ],
3644 - ],
3645 - ],
3646 -];
3 +return array_merge(
4 + require __DIR__ . '/rates/europe.php',
5 + require __DIR__ . '/rates/americas.php',
6 + require __DIR__ . '/rates/asia.php',
7 + require __DIR__ . '/rates/africa.php',
8 + require __DIR__ . '/rates/oceania.php'
9 +);