PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / trunk
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler vtrunk
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
fluent-cart / app / Services / Tax / rates / americas.php

americas.php in FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler trunk, at app/Services/Tax/rates/americas.php

1,901 lines 54.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if ( ! defined( 'ABSPATH' ) ) exit;
2
3 return [
4 "US" => [
5 "group" => "NA",
6 "tax" => [
7 [
8 'rate' => 4,
9 'compound' => false,
10 'state' => 'AL',
11 'name' => 'Alabama State Tax (Standard)',
12 'type' => 'standard',
13 ],
14 [
15 'rate' => 2,
16 'compound' => false,
17 'state' => 'AL',
18 'name' => 'Alabama Reduced',
19 'type' => 'reduced',
20 ],
21 [
22 'rate' => 0,
23 'compound' => false,
24 'state' => 'AL',
25 'name' => 'Alabama Zero / Exempt',
26 'type' => 'zero',
27 ],
28 [
29 'rate' => 0,
30 'compound' => false,
31 'state' => 'AK',
32 'name' => 'Alaska State Tax (Standard)',
33 'type' => 'standard',
34 ],
35 [
36 'rate' => 0,
37 'compound' => false,
38 'state' => 'AK',
39 'name' => 'Alaska Reduced',
40 'type' => 'reduced',
41 ],
42 [
43 'rate' => 0,
44 'compound' => false,
45 'state' => 'AK',
46 'name' => 'Alaska Zero / Exempt',
47 'type' => 'zero',
48 ],
49 [
50 'rate' => 5.6,
51 'compound' => false,
52 'state' => 'AZ',
53 'name' => 'Arizona State Tax (Standard)',
54 'type' => 'standard',
55 ],
56 [
57 'rate' => 3.5,
58 'compound' => false,
59 'state' => 'AZ',
60 'name' => 'Arizona Reduced',
61 'type' => 'reduced',
62 ],
63 [
64 'rate' => 0,
65 'compound' => false,
66 'state' => 'AZ',
67 'name' => 'Arizona Zero / Exempt',
68 'type' => 'zero',
69 ],
70 [
71 'rate' => 6.5,
72 'compound' => false,
73 'state' => 'AR',
74 'name' => 'Arkansas State Tax (Standard)',
75 'type' => 'standard',
76 ],
77 [
78 'rate' => 3,
79 'compound' => false,
80 'state' => 'AR',
81 'name' => 'Arkansas Reduced',
82 'type' => 'reduced',
83 ],
84 [
85 'rate' => 0,
86 'compound' => false,
87 'state' => 'AR',
88 'name' => 'Arkansas Zero / Exempt',
89 'type' => 'zero',
90 ],
91 [
92 'rate' => 7.25,
93 'compound' => false,
94 'state' => 'CA',
95 'name' => 'California State Tax (Standard)',
96 'type' => 'standard',
97 ],
98 [
99 'rate' => 4.25,
100 'compound' => false,
101 'state' => 'CA',
102 'name' => 'California Reduced',
103 'type' => 'reduced',
104 ],
105 [
106 'rate' => 0,
107 'compound' => false,
108 'state' => 'CA',
109 'name' => 'California Zero / Exempt',
110 'type' => 'zero',
111 ],
112 [
113 'rate' => 2.9,
114 'compound' => false,
115 'state' => 'CO',
116 'name' => 'Colorado State Tax (Standard)',
117 'type' => 'standard',
118 ],
119 [
120 'rate' => 1.5,
121 'compound' => false,
122 'state' => 'CO',
123 'name' => 'Colorado Reduced',
124 'type' => 'reduced',
125 ],
126 [
127 'rate' => 0,
128 'compound' => false,
129 'state' => 'CO',
130 'name' => 'Colorado Zero / Exempt',
131 'type' => 'zero',
132 ],
133 [
134 'rate' => 6.35,
135 'compound' => false,
136 'state' => 'CT',
137 'name' => 'Connecticut State Tax (Standard)',
138 'type' => 'standard',
139 ],
140 [
141 'rate' => 3,
142 'compound' => false,
143 'state' => 'CT',
144 'name' => 'Connecticut Reduced',
145 'type' => 'reduced',
146 ],
147 [
148 'rate' => 0,
149 'compound' => false,
150 'state' => 'CT',
151 'name' => 'Connecticut Zero / Exempt',
152 'type' => 'zero',
153 ],
154 [
155 'rate' => 0,
156 'compound' => false,
157 'state' => 'DE',
158 'name' => 'Delaware State Tax (Standard)',
159 'type' => 'standard',
160 ],
161 [
162 'rate' => 0,
163 'compound' => false,
164 'state' => 'DE',
165 'name' => 'Delaware Reduced',
166 'type' => 'reduced',
167 ],
168 [
169 'rate' => 0,
170 'compound' => false,
171 'state' => 'DE',
172 'name' => 'Delaware Zero / Exempt',
173 'type' => 'zero',
174 ],
175 [
176 'rate' => 6,
177 'compound' => false,
178 'state' => 'FL',
179 'name' => 'Florida State Tax (Standard)',
180 'type' => 'standard',
181 ],
182 [
183 'rate' => 3,
184 'compound' => false,
185 'state' => 'FL',
186 'name' => 'Florida Reduced',
187 'type' => 'reduced',
188 ],
189 [
190 'rate' => 0,
191 'compound' => false,
192 'state' => 'FL',
193 'name' => 'Florida Zero / Exempt',
194 'type' => 'zero',
195 ],
196 [
197 'rate' => 4,
198 'compound' => false,
199 'state' => 'GA',
200 'name' => 'Georgia State Tax (Standard)',
201 'type' => 'standard',
202 ],
203 [
204 'rate' => 2.5,
205 'compound' => false,
206 'state' => 'GA',
207 'name' => 'Georgia Reduced',
208 'type' => 'reduced',
209 ],
210 [
211 'rate' => 0,
212 'compound' => false,
213 'state' => 'GA',
214 'name' => 'Georgia Zero / Exempt',
215 'type' => 'zero',
216 ],
217 [
218 'rate' => 4,
219 'compound' => false,
220 'state' => 'HI',
221 'name' => 'Hawaii State Tax (Standard)',
222 'type' => 'standard',
223 ],
224 [
225 'rate' => 0.5,
226 'compound' => false,
227 'state' => 'HI',
228 'name' => 'Hawaii Wholesale',
229 'type' => 'reduced',
230 ],
231 [
232 'rate' => 0.15,
233 'compound' => false,
234 'state' => 'HI',
235 'name' => 'Hawaii Insurance Commissions',
236 'type' => 'reduced',
237 ],
238 [
239 'rate' => 0,
240 'compound' => false,
241 'state' => 'HI',
242 'name' => 'Hawaii Zero / Exempt',
243 'type' => 'zero',
244 ],
245 [
246 'rate' => 6,
247 'compound' => false,
248 'state' => 'ID',
249 'name' => 'Idaho State Tax (Standard)',
250 'type' => 'standard',
251 ],
252 [
253 'rate' => 3,
254 'compound' => false,
255 'state' => 'ID',
256 'name' => 'Idaho Reduced',
257 'type' => 'reduced',
258 ],
259 [
260 'rate' => 0,
261 'compound' => false,
262 'state' => 'ID',
263 'name' => 'Idaho Zero / Exempt',
264 'type' => 'zero',
265 ],
266 [
267 'rate' => 6.25,
268 'compound' => false,
269 'state' => 'IL',
270 'name' => 'Illinois State Tax (Standard)',
271 'type' => 'standard',
272 ],
273 [
274 'rate' => 3.5,
275 'compound' => false,
276 'state' => 'IL',
277 'name' => 'Illinois Reduced',
278 'type' => 'reduced',
279 ],
280 [
281 'rate' => 0,
282 'compound' => false,
283 'state' => 'IL',
284 'name' => 'Illinois Zero / Exempt',
285 'type' => 'zero',
286 ],
287 [
288 'rate' => 7,
289 'compound' => false,
290 'state' => 'IN',
291 'name' => 'Indiana State Tax (Standard)',
292 'type' => 'standard',
293 ],
294 [
295 'rate' => 3.5,
296 'compound' => false,
297 'state' => 'IN',
298 'name' => 'Indiana Reduced',
299 'type' => 'reduced',
300 ],
301 [
302 'rate' => 0,
303 'compound' => false,
304 'state' => 'IN',
305 'name' => 'Indiana Zero / Exempt',
306 'type' => 'zero',
307 ],
308 [
309 'rate' => 6,
310 'compound' => false,
311 'state' => 'IA',
312 'name' => 'Iowa State Tax (Standard)',
313 'type' => 'standard',
314 ],
315 [
316 'rate' => 3,
317 'compound' => false,
318 'state' => 'IA',
319 'name' => 'Iowa Reduced',
320 'type' => 'reduced',
321 ],
322 [
323 'rate' => 0,
324 'compound' => false,
325 'state' => 'IA',
326 'name' => 'Iowa Zero / Exempt',
327 'type' => 'zero',
328 ],
329 [
330 'rate' => 6.5,
331 'compound' => false,
332 'state' => 'KS',
333 'name' => 'Kansas State Tax (Standard)',
334 'type' => 'standard',
335 ],
336 [
337 'rate' => 3.25,
338 'compound' => false,
339 'state' => 'KS',
340 'name' => 'Kansas Reduced',
341 'type' => 'reduced',
342 ],
343 [
344 'rate' => 0,
345 'compound' => false,
346 'state' => 'KS',
347 'name' => 'Kansas Zero / Exempt',
348 'type' => 'zero',
349 ],
350 [
351 'rate' => 6,
352 'compound' => false,
353 'state' => 'KY',
354 'name' => 'Kentucky State Tax (Standard)',
355 'type' => 'standard',
356 ],
357 [
358 'rate' => 3,
359 'compound' => false,
360 'state' => 'KY',
361 'name' => 'Kentucky Reduced',
362 'type' => 'reduced',
363 ],
364 [
365 'rate' => 0,
366 'compound' => false,
367 'state' => 'KY',
368 'name' => 'Kentucky Zero / Exempt',
369 'type' => 'zero',
370 ],
371 [
372 'rate' => 4.45,
373 'compound' => false,
374 'state' => 'LA',
375 'name' => 'Louisiana State Tax (Standard)',
376 'type' => 'standard',
377 ],
378 [
379 'rate' => 2.25,
380 'compound' => false,
381 'state' => 'LA',
382 'name' => 'Louisiana Reduced',
383 'type' => 'reduced',
384 ],
385 [
386 'rate' => 0,
387 'compound' => false,
388 'state' => 'LA',
389 'name' => 'Louisiana Zero / Exempt',
390 'type' => 'zero',
391 ],
392 [
393 'rate' => 5.5,
394 'compound' => false,
395 'state' => 'ME',
396 'name' => 'Maine State Tax (Standard)',
397 'type' => 'standard',
398 ],
399 [
400 'rate' => 2.75,
401 'compound' => false,
402 'state' => 'ME',
403 'name' => 'Maine Reduced',
404 'type' => 'reduced',
405 ],
406 [
407 'rate' => 0,
408 'compound' => false,
409 'state' => 'ME',
410 'name' => 'Maine Zero / Exempt',
411 'type' => 'zero',
412 ],
413 [
414 'rate' => 6,
415 'compound' => false,
416 'state' => 'MD',
417 'name' => 'Maryland State Tax (Standard)',
418 'type' => 'standard',
419 ],
420 [
421 'rate' => 3,
422 'compound' => false,
423 'state' => 'MD',
424 'name' => 'Maryland Reduced',
425 'type' => 'reduced',
426 ],
427 [
428 'rate' => 0,
429 'compound' => false,
430 'state' => 'MD',
431 'name' => 'Maryland Zero / Exempt',
432 'type' => 'zero',
433 ],
434 [
435 'rate' => 6.25,
436 'compound' => false,
437 'state' => 'MA',
438 'name' => 'Massachusetts State Tax (Standard)',
439 'type' => 'standard',
440 ],
441 [
442 'rate' => 3,
443 'compound' => false,
444 'state' => 'MA',
445 'name' => 'Massachusetts Reduced',
446 'type' => 'reduced',
447 ],
448 [
449 'rate' => 0,
450 'compound' => false,
451 'state' => 'MA',
452 'name' => 'Massachusetts Zero / Exempt',
453 'type' => 'zero',
454 ],
455 [
456 'rate' => 6,
457 'compound' => false,
458 'state' => 'MI',
459 'name' => 'Michigan State Tax (Standard)',
460 'type' => 'standard',
461 ],
462 [
463 'rate' => 3,
464 'compound' => false,
465 'state' => 'MI',
466 'name' => 'Michigan Reduced',
467 'type' => 'reduced',
468 ],
469 [
470 'rate' => 0,
471 'compound' => false,
472 'state' => 'MI',
473 'name' => 'Michigan Zero / Exempt',
474 'type' => 'zero',
475 ],
476 [
477 'rate' => 6.875,
478 'compound' => false,
479 'state' => 'MN',
480 'name' => 'Minnesota State Tax (Standard)',
481 'type' => 'standard',
482 ],
483 [
484 'rate' => 3.5,
485 'compound' => false,
486 'state' => 'MN',
487 'name' => 'Minnesota Reduced',
488 'type' => 'reduced',
489 ],
490 [
491 'rate' => 0,
492 'compound' => false,
493 'state' => 'MN',
494 'name' => 'Minnesota Zero / Exempt',
495 'type' => 'zero',
496 ],
497 [
498 'rate' => 7,
499 'compound' => false,
500 'state' => 'MS',
501 'name' => 'Mississippi State Tax (Standard)',
502 'type' => 'standard',
503 ],
504 [
505 'rate' => 3.5,
506 'compound' => false,
507 'state' => 'MS',
508 'name' => 'Mississippi Reduced',
509 'type' => 'reduced',
510 ],
511 [
512 'rate' => 0,
513 'compound' => false,
514 'state' => 'MS',
515 'name' => 'Mississippi Zero / Exempt',
516 'type' => 'zero',
517 ],
518 [
519 'rate' => 4.225,
520 'compound' => false,
521 'state' => 'MO',
522 'name' => 'Missouri State Tax (Standard)',
523 'type' => 'standard',
524 ],
525 [
526 'rate' => 2,
527 'compound' => false,
528 'state' => 'MO',
529 'name' => 'Missouri Reduced',
530 'type' => 'reduced',
531 ],
532 [
533 'rate' => 0,
534 'compound' => false,
535 'state' => 'MO',
536 'name' => 'Missouri Zero / Exempt',
537 'type' => 'zero',
538 ],
539 [
540 'rate' => 0,
541 'compound' => false,
542 'state' => 'MT',
543 'name' => 'Montana State Tax (Standard)',
544 'type' => 'standard',
545 ],
546 [
547 'rate' => 0,
548 'compound' => false,
549 'state' => 'MT',
550 'name' => 'Montana Reduced',
551 'type' => 'reduced',
552 ],
553 [
554 'rate' => 0,
555 'compound' => false,
556 'state' => 'MT',
557 'name' => 'Montana Zero / Exempt',
558 'type' => 'zero',
559 ],
560 [
561 'rate' => 5.5,
562 'compound' => false,
563 'state' => 'NE',
564 'name' => 'Nebraska State Tax (Standard)',
565 'type' => 'standard',
566 ],
567 [
568 'rate' => 2.75,
569 'compound' => false,
570 'state' => 'NE',
571 'name' => 'Nebraska Reduced',
572 'type' => 'reduced',
573 ],
574 [
575 'rate' => 0,
576 'compound' => false,
577 'state' => 'NE',
578 'name' => 'Nebraska Zero / Exempt',
579 'type' => 'zero',
580 ],
581 [
582 'rate' => 6.85,
583 'compound' => false,
584 'state' => 'NV',
585 'name' => 'Nevada State Tax (Standard)',
586 'type' => 'standard',
587 ],
588 [
589 'rate' => 3.25,
590 'compound' => false,
591 'state' => 'NV',
592 'name' => 'Nevada Reduced',
593 'type' => 'reduced',
594 ],
595 [
596 'rate' => 0,
597 'compound' => false,
598 'state' => 'NV',
599 'name' => 'Nevada Zero / Exempt',
600 'type' => 'zero',
601 ],
602 [
603 'rate' => 0,
604 'compound' => false,
605 'state' => 'NH',
606 'name' => 'New Hampshire State Tax (Standard)',
607 'type' => 'standard',
608 ],
609 [
610 'rate' => 0,
611 'compound' => false,
612 'state' => 'NH',
613 'name' => 'New Hampshire Reduced',
614 'type' => 'reduced',
615 ],
616 [
617 'rate' => 0,
618 'compound' => false,
619 'state' => 'NH',
620 'name' => 'New Hampshire Zero / Exempt',
621 'type' => 'zero',
622 ],
623 [
624 'rate' => 6.625,
625 'compound' => false,
626 'state' => 'NJ',
627 'name' => 'New Jersey State Tax (Standard)',
628 'type' => 'standard',
629 ],
630 [
631 'rate' => 3.5,
632 'compound' => false,
633 'state' => 'NJ',
634 'name' => 'New Jersey Reduced',
635 'type' => 'reduced',
636 ],
637 [
638 'rate' => 0,
639 'compound' => false,
640 'state' => 'NJ',
641 'name' => 'New Jersey Zero / Exempt',
642 'type' => 'zero',
643 ],
644 [
645 'rate' => 5.125,
646 'compound' => false,
647 'state' => 'NM',
648 'name' => 'New Mexico State Tax (Standard)',
649 'type' => 'standard',
650 ],
651 [
652 'rate' => 4.875,
653 'compound' => false,
654 'state' => 'NM',
655 'name' => 'New Mexico Wholesale',
656 'type' => 'reduced',
657 ],
658 [
659 'rate' => 0,
660 'compound' => false,
661 'state' => 'NM',
662 'name' => 'New Mexico Zero / Exempt',
663 'type' => 'zero',
664 ],
665 [
666 'rate' => 4,
667 'compound' => false,
668 'state' => 'NY',
669 'name' => 'New York State Tax (Standard)',
670 'type' => 'standard',
671 ],
672 [
673 'rate' => 2,
674 'compound' => false,
675 'state' => 'NY',
676 'name' => 'New York Reduced',
677 'type' => 'reduced',
678 ],
679 [
680 'rate' => 0,
681 'compound' => false,
682 'state' => 'NY',
683 'name' => 'New York Zero / Exempt',
684 'type' => 'zero',
685 ],
686 [
687 'rate' => 4.75,
688 'compound' => false,
689 'state' => 'NC',
690 'name' => 'North Carolina State Tax (Standard)',
691 'type' => 'standard',
692 ],
693 [
694 'rate' => 2.5,
695 'compound' => false,
696 'state' => 'NC',
697 'name' => 'North Carolina Reduced',
698 'type' => 'reduced',
699 ],
700 [
701 'rate' => 0,
702 'compound' => false,
703 'state' => 'NC',
704 'name' => 'North Carolina Zero / Exempt',
705 'type' => 'zero',
706 ],
707 [
708 'rate' => 5,
709 'compound' => false,
710 'state' => 'ND',
711 'name' => 'North Dakota State Tax (Standard)',
712 'type' => 'standard',
713 ],
714 [
715 'rate' => 2.5,
716 'compound' => false,
717 'state' => 'ND',
718 'name' => 'North Dakota Reduced',
719 'type' => 'reduced',
720 ],
721 [
722 'rate' => 0,
723 'compound' => false,
724 'state' => 'ND',
725 'name' => 'North Dakota Zero / Exempt',
726 'type' => 'zero',
727 ],
728 [
729 'rate' => 5.75,
730 'compound' => false,
731 'state' => 'OH',
732 'name' => 'Ohio State Tax (Standard)',
733 'type' => 'standard',
734 ],
735 [
736 'rate' => 2.75,
737 'compound' => false,
738 'state' => 'OH',
739 'name' => 'Ohio Reduced',
740 'type' => 'reduced',
741 ],
742 [
743 'rate' => 0,
744 'compound' => false,
745 'state' => 'OH',
746 'name' => 'Ohio Zero / Exempt',
747 'type' => 'zero',
748 ],
749 [
750 'rate' => 4.5,
751 'compound' => false,
752 'state' => 'OK',
753 'name' => 'Oklahoma State Tax (Standard)',
754 'type' => 'standard',
755 ],
756 [
757 'rate' => 2.25,
758 'compound' => false,
759 'state' => 'OK',
760 'name' => 'Oklahoma Reduced',
761 'type' => 'reduced',
762 ],
763 [
764 'rate' => 0,
765 'compound' => false,
766 'state' => 'OK',
767 'name' => 'Oklahoma Zero / Exempt',
768 'type' => 'zero',
769 ],
770 [
771 'rate' => 0,
772 'compound' => false,
773 'state' => 'OR',
774 'name' => 'Oregon State Tax (Standard)',
775 'type' => 'standard',
776 ],
777 [
778 'rate' => 0,
779 'compound' => false,
780 'state' => 'OR',
781 'name' => 'Oregon Reduced',
782 'type' => 'reduced',
783 ],
784 [
785 'rate' => 0,
786 'compound' => false,
787 'state' => 'OR',
788 'name' => 'Oregon Zero / Exempt',
789 'type' => 'zero',
790 ],
791 [
792 'rate' => 6,
793 'compound' => false,
794 'state' => 'PA',
795 'name' => 'Pennsylvania State Tax (Standard)',
796 'type' => 'standard',
797 ],
798 [
799 'rate' => 3,
800 'compound' => false,
801 'state' => 'PA',
802 'name' => 'Pennsylvania Reduced',
803 'type' => 'reduced',
804 ],
805 [
806 'rate' => 0,
807 'compound' => false,
808 'state' => 'PA',
809 'name' => 'Pennsylvania Zero / Exempt',
810 'type' => 'zero',
811 ],
812 [
813 'rate' => 7,
814 'compound' => false,
815 'state' => 'RI',
816 'name' => 'Rhode Island State Tax (Standard)',
817 'type' => 'standard',
818 ],
819 [
820 'rate' => 3.5,
821 'compound' => false,
822 'state' => 'RI',
823 'name' => 'Rhode Island Reduced',
824 'type' => 'reduced',
825 ],
826 [
827 'rate' => 0,
828 'compound' => false,
829 'state' => 'RI',
830 'name' => 'Rhode Island Zero / Exempt',
831 'type' => 'zero',
832 ],
833 [
834 'rate' => 6,
835 'compound' => false,
836 'state' => 'SC',
837 'name' => 'South Carolina State Tax (Standard)',
838 'type' => 'standard',
839 ],
840 [
841 'rate' => 3,
842 'compound' => false,
843 'state' => 'SC',
844 'name' => 'South Carolina Reduced',
845 'type' => 'reduced',
846 ],
847 [
848 'rate' => 0,
849 'compound' => false,
850 'state' => 'SC',
851 'name' => 'South Carolina Zero / Exempt',
852 'type' => 'zero',
853 ],
854 [
855 'rate' => 4.2,
856 'compound' => false,
857 'state' => 'SD',
858 'name' => 'South Dakota State Tax (Standard)',
859 'type' => 'standard',
860 ],
861 [
862 'rate' => 2.1,
863 'compound' => false,
864 'state' => 'SD',
865 'name' => 'South Dakota Reduced',
866 'type' => 'reduced',
867 ],
868 [
869 'rate' => 0,
870 'compound' => false,
871 'state' => 'SD',
872 'name' => 'South Dakota Zero / Exempt',
873 'type' => 'zero',
874 ],
875 [
876 'rate' => 7,
877 'compound' => false,
878 'state' => 'TN',
879 'name' => 'Tennessee State Tax (Standard)',
880 'type' => 'standard',
881 ],
882 [
883 'rate' => 3.5,
884 'compound' => false,
885 'state' => 'TN',
886 'name' => 'Tennessee Reduced',
887 'type' => 'reduced',
888 ],
889 [
890 'rate' => 0,
891 'compound' => false,
892 'state' => 'TN',
893 'name' => 'Tennessee Zero / Exempt',
894 'type' => 'zero',
895 ],
896 [
897 'rate' => 6.25,
898 'compound' => false,
899 'state' => 'TX',
900 'name' => 'Texas State Tax (Standard)',
901 'type' => 'standard',
902 ],
903 [
904 'rate' => 3,
905 'compound' => false,
906 'state' => 'TX',
907 'name' => 'Texas Reduced',
908 'type' => 'reduced',
909 ],
910 [
911 'rate' => 1.5,
912 'compound' => false,
913 'state' => 'TX',
914 'name' => 'Texas Reduced 2',
915 'type' => 'reduced',
916 ],
917 [
918 'rate' => 0,
919 'compound' => false,
920 'state' => 'TX',
921 'name' => 'Texas Zero / Exempt',
922 'type' => 'zero',
923 ],
924 [
925 'rate' => 4.85,
926 'compound' => false,
927 'state' => 'UT',
928 'name' => 'Utah State Tax (Standard)',
929 'type' => 'standard',
930 ],
931 [
932 'rate' => 2.5,
933 'compound' => false,
934 'state' => 'UT',
935 'name' => 'Utah Reduced',
936 'type' => 'reduced',
937 ],
938 [
939 'rate' => 0,
940 'compound' => false,
941 'state' => 'UT',
942 'name' => 'Utah Zero / Exempt',
943 'type' => 'zero',
944 ],
945 [
946 'rate' => 6,
947 'compound' => false,
948 'state' => 'VT',
949 'name' => 'Vermont State Tax (Standard)',
950 'type' => 'standard',
951 ],
952 [
953 'rate' => 3,
954 'compound' => false,
955 'state' => 'VT',
956 'name' => 'Vermont Reduced',
957 'type' => 'reduced',
958 ],
959 [
960 'rate' => 0,
961 'compound' => false,
962 'state' => 'VT',
963 'name' => 'Vermont Zero / Exempt',
964 'type' => 'zero',
965 ],
966 [
967 'rate' => 4.3,
968 'compound' => false,
969 'state' => 'VA',
970 'name' => 'Virginia State Tax (Standard)',
971 'type' => 'standard',
972 ],
973 [
974 'rate' => 2,
975 'compound' => false,
976 'state' => 'VA',
977 'name' => 'Virginia Reduced',
978 'type' => 'reduced',
979 ],
980 [
981 'rate' => 0,
982 'compound' => false,
983 'state' => 'VA',
984 'name' => 'Virginia Zero / Exempt',
985 'type' => 'zero',
986 ],
987 [
988 'rate' => 6.5,
989 'compound' => false,
990 'state' => 'WA',
991 'name' => 'Washington State Tax (Standard)',
992 'type' => 'standard',
993 ],
994 [
995 'rate' => 3.25,
996 'compound' => false,
997 'state' => 'WA',
998 'name' => 'Washington Reduced',
999 'type' => 'reduced',
1000 ],
1001 [
1002 'rate' => 0,
1003 'compound' => false,
1004 'state' => 'WA',
1005 'name' => 'Washington Zero / Exempt',
1006 'type' => 'zero',
1007 ],
1008 [
1009 'rate' => 6,
1010 'compound' => false,
1011 'state' => 'WV',
1012 'name' => 'West Virginia State Tax (Standard)',
1013 'type' => 'standard',
1014 ],
1015 [
1016 'rate' => 3,
1017 'compound' => false,
1018 'state' => 'WV',
1019 'name' => 'West Virginia Reduced',
1020 'type' => 'reduced',
1021 ],
1022 [
1023 'rate' => 0,
1024 'compound' => false,
1025 'state' => 'WV',
1026 'name' => 'West Virginia Zero / Exempt',
1027 'type' => 'zero',
1028 ],
1029 [
1030 'rate' => 5,
1031 'compound' => false,
1032 'state' => 'WI',
1033 'name' => 'Wisconsin State Tax (Standard)',
1034 'type' => 'standard',
1035 ],
1036 [
1037 'rate' => 2.5,
1038 'compound' => false,
1039 'state' => 'WI',
1040 'name' => 'Wisconsin Reduced',
1041 'type' => 'reduced',
1042 ],
1043 [
1044 'rate' => 0,
1045 'compound' => false,
1046 'state' => 'WI',
1047 'name' => 'Wisconsin Zero / Exempt',
1048 'type' => 'zero',
1049 ],
1050 [
1051 'rate' => 4,
1052 'compound' => false,
1053 'state' => 'WY',
1054 'name' => 'Wyoming State Tax (Standard)',
1055 'type' => 'standard',
1056 ],
1057 [
1058 'rate' => 2,
1059 'compound' => false,
1060 'state' => 'WY',
1061 'name' => 'Wyoming Reduced',
1062 'type' => 'reduced',
1063 ],
1064 [
1065 'rate' => 0,
1066 'compound' => false,
1067 'state' => 'WY',
1068 'name' => 'Wyoming Zero / Exempt',
1069 'type' => 'zero',
1070 ],
1071 [
1072 'rate' => 6,
1073 'compound' => false,
1074 'state' => 'DC',
1075 'name' => 'District of Columbia Tax (Standard)',
1076 'type' => 'standard',
1077 ],
1078 [
1079 'rate' => 3,
1080 'compound' => false,
1081 'state' => 'DC',
1082 'name' => 'DC Reduced',
1083 'type' => 'reduced',
1084 ],
1085 [
1086 'rate' => 0,
1087 'compound' => false,
1088 'state' => 'DC',
1089 'name' => 'DC Zero / Exempt',
1090 'type' => 'zero',
1091 ],
1092 ],
1093 ],
1094 "CA" => [
1095 "group" => "NA",
1096 "tax" => [
1097 [
1098 'rate' => 5,
1099 'compound' => false,
1100 'type' => 'standard',
1101 'name' => 'GST',
1102 ],
1103 [
1104 'rate' => 0,
1105 'compound' => false,
1106 'type' => 'zero',
1107 ],
1108 ],
1109 ],
1110 "MX" => [
1111 "group" => "NA",
1112 "tax" => [
1113 [
1114 'rate' => 16,
1115 'compound' => false,
1116 'type' => 'standard',
1117 'name' => 'IVA',
1118 ],
1119 [
1120 'rate' => 0,
1121 'compound' => false,
1122 'type' => 'zero',
1123 ],
1124 ],
1125 ],
1126 "GL" => [
1127 "group" => "NA",
1128 "tax" => [
1129 [
1130 'rate' => 0,
1131 'compound' => false,
1132 'type' => 'zero',
1133 ],
1134 ],
1135 ],
1136 "BR" => [
1137 "group" => "SA",
1138 "tax" => [
1139 [
1140 'rate' => 17,
1141 'compound' => false,
1142 'type' => 'standard',
1143 'name' => 'ICMS',
1144 ],
1145 [
1146 'rate' => 0,
1147 'compound' => false,
1148 'type' => 'zero',
1149 ],
1150 ],
1151 ],
1152 "AR" => [
1153 "group" => "SA",
1154 "tax" => [
1155 [
1156 'rate' => 21,
1157 'compound' => false,
1158 'type' => 'standard',
1159 'name' => 'IVA',
1160 ],
1161 [
1162 'rate' => 0,
1163 'compound' => false,
1164 'type' => 'zero',
1165 ],
1166 ],
1167 ],
1168 "CL" => [
1169 "group" => "SA",
1170 "tax" => [
1171 [
1172 'rate' => 19,
1173 'compound' => false,
1174 'type' => 'standard',
1175 'name' => 'IVA',
1176 ],
1177 [
1178 'rate' => 0,
1179 'compound' => false,
1180 'type' => 'zero',
1181 ],
1182 ],
1183 ],
1184 "CO" => [
1185 "group" => "SA",
1186 "tax" => [
1187 [
1188 'rate' => 19,
1189 'compound' => false,
1190 'type' => 'standard',
1191 'name' => 'IVA',
1192 ],
1193 [
1194 'rate' => 0,
1195 'compound' => false,
1196 'type' => 'zero',
1197 ],
1198 ],
1199 ],
1200 "PE" => [
1201 "group" => "SA",
1202 "tax" => [
1203 [
1204 'rate' => 18,
1205 'compound' => false,
1206 'type' => 'standard',
1207 'name' => 'IGV',
1208 ],
1209 [
1210 'rate' => 0,
1211 'compound' => false,
1212 'type' => 'zero',
1213 ],
1214 ],
1215 ],
1216 "EC" => [
1217 "group" => "SA",
1218 "tax" => [
1219 [
1220 'rate' => 15,
1221 'compound' => false,
1222 'type' => 'standard',
1223 'name' => 'IVA',
1224 ],
1225 [
1226 'rate' => 0,
1227 'compound' => false,
1228 'type' => 'zero',
1229 ],
1230 ],
1231 ],
1232 "UY" => [
1233 "group" => "SA",
1234 "tax" => [
1235 [
1236 'rate' => 22,
1237 'compound' => false,
1238 'type' => 'standard',
1239 'name' => 'IVA',
1240 ],
1241 [
1242 'rate' => 0,
1243 'compound' => false,
1244 'type' => 'zero',
1245 ],
1246 ],
1247 ],
1248 "PY" => [
1249 "group" => "SA",
1250 "tax" => [
1251 [
1252 'rate' => 10,
1253 'compound' => false,
1254 'type' => 'standard',
1255 'name' => 'IVA',
1256 ],
1257 [
1258 'rate' => 0,
1259 'compound' => false,
1260 'type' => 'zero',
1261 ],
1262 ],
1263 ],
1264 "BO" => [
1265 "group" => "SA",
1266 "tax" => [
1267 [
1268 'rate' => 13,
1269 'compound' => false,
1270 'type' => 'standard',
1271 'name' => 'IVA',
1272 ],
1273 [
1274 'rate' => 0,
1275 'compound' => false,
1276 'type' => 'zero',
1277 ],
1278 ],
1279 ],
1280 "VE" => [
1281 "group" => "SA",
1282 "tax" => [
1283 [
1284 'rate' => 16,
1285 'compound' => false,
1286 'type' => 'standard',
1287 'name' => 'IVA',
1288 ],
1289 [
1290 'rate' => 0,
1291 'compound' => false,
1292 'type' => 'zero',
1293 ],
1294 ],
1295 ],
1296 "GF" => [
1297 "group" => "SA",
1298 "tax" => [
1299 [
1300 'rate' => 20,
1301 'compound' => false,
1302 'type' => 'standard',
1303 'name' => 'TVA',
1304 ],
1305 [
1306 'rate' => 0,
1307 'compound' => false,
1308 'type' => 'zero',
1309 ],
1310 ],
1311 ],
1312 "AG" => [
1313 "group" => "NA",
1314 "tax" => [
1315 [
1316 'rate' => 15,
1317 'compound' => false,
1318 'type' => 'standard',
1319 'name' => 'VAT',
1320 ],
1321 [
1322 'rate' => 0,
1323 'compound' => false,
1324 'type' => 'zero',
1325 ],
1326 ],
1327 ],
1328 "AI" => [
1329 "group" => "NA",
1330 "tax" => [
1331 [
1332 'rate' => 0,
1333 'compound' => false,
1334 'type' => 'zero',
1335 ],
1336 ],
1337 ],
1338 "AW" => [
1339 "group" => "NA",
1340 "tax" => [
1341 [
1342 'rate' => 0,
1343 'compound' => false,
1344 'type' => 'zero',
1345 ],
1346 ],
1347 ],
1348 "BB" => [
1349 "group" => "NA",
1350 "tax" => [
1351 [
1352 'rate' => 17.5,
1353 'compound' => false,
1354 'type' => 'standard',
1355 'name' => 'VAT',
1356 ],
1357 [
1358 'rate' => 0,
1359 'compound' => false,
1360 'type' => 'zero',
1361 ],
1362 ],
1363 ],
1364 "BL" => [
1365 "group" => "NA",
1366 "tax" => [
1367 [
1368 'rate' => 0,
1369 'compound' => false,
1370 'type' => 'zero',
1371 ],
1372 ],
1373 ],
1374 "BM" => [
1375 "group" => "NA",
1376 "tax" => [
1377 [
1378 'rate' => 0,
1379 'compound' => false,
1380 'type' => 'zero',
1381 ],
1382 ],
1383 ],
1384 "BQ" => [
1385 "group" => "NA",
1386 "tax" => [
1387 [
1388 'rate' => 8,
1389 'compound' => false,
1390 'type' => 'standard',
1391 'name' => 'ABB',
1392 ],
1393 [
1394 'rate' => 0,
1395 'compound' => false,
1396 'type' => 'zero',
1397 ],
1398 ],
1399 ],
1400 "BS" => [
1401 "group" => "NA",
1402 "tax" => [
1403 [
1404 'rate' => 10,
1405 'compound' => false,
1406 'type' => 'standard',
1407 'name' => 'VAT',
1408 ],
1409 [
1410 'rate' => 0,
1411 'compound' => false,
1412 'type' => 'zero',
1413 ],
1414 ],
1415 ],
1416 "BZ" => [
1417 "group" => "NA",
1418 "tax" => [
1419 [
1420 'rate' => 12.5,
1421 'compound' => false,
1422 'type' => 'standard',
1423 'name' => 'GST',
1424 ],
1425 [
1426 'rate' => 0,
1427 'compound' => false,
1428 'type' => 'zero',
1429 ],
1430 ],
1431 ],
1432 "CR" => [
1433 "group" => "NA",
1434 "tax" => [
1435 [
1436 'rate' => 13,
1437 'compound' => false,
1438 'type' => 'standard',
1439 'name' => 'IVA',
1440 ],
1441 [
1442 'rate' => 0,
1443 'compound' => false,
1444 'type' => 'zero',
1445 ],
1446 ],
1447 ],
1448 "CU" => [
1449 "group" => "NA",
1450 "tax" => [
1451 [
1452 'rate' => 0,
1453 'compound' => false,
1454 'type' => 'zero',
1455 ],
1456 ],
1457 ],
1458 "CW" => [
1459 "group" => "NA",
1460 "tax" => [
1461 [
1462 'rate' => 9,
1463 'compound' => false,
1464 'type' => 'standard',
1465 'name' => 'OB',
1466 ],
1467 [
1468 'rate' => 0,
1469 'compound' => false,
1470 'type' => 'zero',
1471 ],
1472 ],
1473 ],
1474 "DM" => [
1475 "group" => "NA",
1476 "tax" => [
1477 [
1478 'rate' => 15,
1479 'compound' => false,
1480 'type' => 'standard',
1481 'name' => 'VAT',
1482 ],
1483 [
1484 'rate' => 0,
1485 'compound' => false,
1486 'type' => 'zero',
1487 ],
1488 ],
1489 ],
1490 "DO" => [
1491 "group" => "NA",
1492 "tax" => [
1493 [
1494 'rate' => 18,
1495 'compound' => false,
1496 'type' => 'standard',
1497 'name' => 'ITBIS',
1498 ],
1499 [
1500 'rate' => 0,
1501 'compound' => false,
1502 'type' => 'zero',
1503 ],
1504 ],
1505 ],
1506 "FK" => [
1507 "group" => "SA",
1508 "tax" => [
1509 [
1510 'rate' => 0,
1511 'compound' => false,
1512 'type' => 'zero',
1513 ],
1514 ],
1515 ],
1516 "GD" => [
1517 "group" => "NA",
1518 "tax" => [
1519 [
1520 'rate' => 15,
1521 'compound' => false,
1522 'type' => 'standard',
1523 'name' => 'VAT',
1524 ],
1525 [
1526 'rate' => 0,
1527 'compound' => false,
1528 'type' => 'zero',
1529 ],
1530 ],
1531 ],
1532 "GP" => [
1533 "group" => "NA",
1534 "tax" => [
1535 [
1536 'rate' => 8.5,
1537 'compound' => false,
1538 'type' => 'standard',
1539 'name' => 'TVA',
1540 ],
1541 [
1542 'rate' => 0,
1543 'compound' => false,
1544 'type' => 'zero',
1545 ],
1546 ],
1547 ],
1548 "GS" => [
1549 "group" => "SA",
1550 "tax" => [
1551 [
1552 'rate' => 0,
1553 'compound' => false,
1554 'type' => 'zero',
1555 ],
1556 ],
1557 ],
1558 "GT" => [
1559 "group" => "NA",
1560 "tax" => [
1561 [
1562 'rate' => 12,
1563 'compound' => false,
1564 'type' => 'standard',
1565 'name' => 'IVA',
1566 ],
1567 [
1568 'rate' => 0,
1569 'compound' => false,
1570 'type' => 'zero',
1571 ],
1572 ],
1573 ],
1574 "GY" => [
1575 "group" => "SA",
1576 "tax" => [
1577 [
1578 'rate' => 14,
1579 'compound' => false,
1580 'type' => 'standard',
1581 'name' => 'VAT',
1582 ],
1583 [
1584 'rate' => 0,
1585 'compound' => false,
1586 'type' => 'zero',
1587 ],
1588 ],
1589 ],
1590 "HN" => [
1591 "group" => "NA",
1592 "tax" => [
1593 [
1594 'rate' => 15,
1595 'compound' => false,
1596 'type' => 'standard',
1597 'name' => 'ISV',
1598 ],
1599 [
1600 'rate' => 0,
1601 'compound' => false,
1602 'type' => 'zero',
1603 ],
1604 ],
1605 ],
1606 "HT" => [
1607 "group" => "NA",
1608 "tax" => [
1609 [
1610 'rate' => 10,
1611 'compound' => false,
1612 'type' => 'standard',
1613 'name' => 'TCA',
1614 ],
1615 [
1616 'rate' => 0,
1617 'compound' => false,
1618 'type' => 'zero',
1619 ],
1620 ],
1621 ],
1622 "JM" => [
1623 "group" => "NA",
1624 "tax" => [
1625 [
1626 'rate' => 15,
1627 'compound' => false,
1628 'type' => 'standard',
1629 'name' => 'GCT',
1630 ],
1631 [
1632 'rate' => 0,
1633 'compound' => false,
1634 'type' => 'zero',
1635 ],
1636 ],
1637 ],
1638 "KN" => [
1639 "group" => "NA",
1640 "tax" => [
1641 [
1642 'rate' => 17,
1643 'compound' => false,
1644 'type' => 'standard',
1645 'name' => 'VAT',
1646 ],
1647 [
1648 'rate' => 0,
1649 'compound' => false,
1650 'type' => 'zero',
1651 ],
1652 ],
1653 ],
1654 "KY" => [
1655 "group" => "NA",
1656 "tax" => [
1657 [
1658 'rate' => 0,
1659 'compound' => false,
1660 'type' => 'zero',
1661 ],
1662 ],
1663 ],
1664 "LC" => [
1665 "group" => "NA",
1666 "tax" => [
1667 [
1668 'rate' => 15,
1669 'compound' => false,
1670 'type' => 'standard',
1671 'name' => 'VAT',
1672 ],
1673 [
1674 'rate' => 0,
1675 'compound' => false,
1676 'type' => 'zero',
1677 ],
1678 ],
1679 ],
1680 "MF" => [
1681 "group" => "NA",
1682 "tax" => [
1683 [
1684 'rate' => 0,
1685 'compound' => false,
1686 'type' => 'zero',
1687 ],
1688 ],
1689 ],
1690 "MQ" => [
1691 "group" => "NA",
1692 "tax" => [
1693 [
1694 'rate' => 8.5,
1695 'compound' => false,
1696 'type' => 'standard',
1697 'name' => 'TVA',
1698 ],
1699 [
1700 'rate' => 0,
1701 'compound' => false,
1702 'type' => 'zero',
1703 ],
1704 ],
1705 ],
1706 "MS" => [
1707 "group" => "NA",
1708 "tax" => [
1709 [
1710 'rate' => 10,
1711 'compound' => false,
1712 'type' => 'standard',
1713 'name' => 'VAT',
1714 ],
1715 [
1716 'rate' => 0,
1717 'compound' => false,
1718 'type' => 'zero',
1719 ],
1720 ],
1721 ],
1722 "NI" => [
1723 "group" => "NA",
1724 "tax" => [
1725 [
1726 'rate' => 15,
1727 'compound' => false,
1728 'type' => 'standard',
1729 'name' => 'IVA',
1730 ],
1731 [
1732 'rate' => 0,
1733 'compound' => false,
1734 'type' => 'zero',
1735 ],
1736 ],
1737 ],
1738 "PA" => [
1739 "group" => "NA",
1740 "tax" => [
1741 [
1742 'rate' => 7,
1743 'compound' => false,
1744 'type' => 'standard',
1745 'name' => 'ITBM',
1746 ],
1747 [
1748 'rate' => 0,
1749 'compound' => false,
1750 'type' => 'zero',
1751 ],
1752 ],
1753 ],
1754 "PM" => [
1755 "group" => "NA",
1756 "tax" => [
1757 [
1758 'rate' => 0,
1759 'compound' => false,
1760 'type' => 'zero',
1761 ],
1762 ],
1763 ],
1764 "PR" => [
1765 "group" => "NA",
1766 "tax" => [
1767 [
1768 'rate' => 11.5,
1769 'compound' => false,
1770 'type' => 'standard',
1771 'name' => 'SUT',
1772 ],
1773 [
1774 'rate' => 0,
1775 'compound' => false,
1776 'type' => 'zero',
1777 ],
1778 ],
1779 ],
1780 "SR" => [
1781 "group" => "SA",
1782 "tax" => [
1783 [
1784 'rate' => 10,
1785 'compound' => false,
1786 'type' => 'standard',
1787 'name' => 'OB',
1788 ],
1789 [
1790 'rate' => 0,
1791 'compound' => false,
1792 'type' => 'zero',
1793 ],
1794 ],
1795 ],
1796 "SV" => [
1797 "group" => "NA",
1798 "tax" => [
1799 [
1800 'rate' => 13,
1801 'compound' => false,
1802 'type' => 'standard',
1803 'name' => 'IVA',
1804 ],
1805 [
1806 'rate' => 0,
1807 'compound' => false,
1808 'type' => 'zero',
1809 ],
1810 ],
1811 ],
1812 "SX" => [
1813 "group" => "NA",
1814 "tax" => [
1815 [
1816 'rate' => 5,
1817 'compound' => false,
1818 'type' => 'standard',
1819 'name' => 'OB',
1820 ],
1821 [
1822 'rate' => 0,
1823 'compound' => false,
1824 'type' => 'zero',
1825 ],
1826 ],
1827 ],
1828 "TC" => [
1829 "group" => "NA",
1830 "tax" => [
1831 [
1832 'rate' => 0,
1833 'compound' => false,
1834 'type' => 'zero',
1835 ],
1836 ],
1837 ],
1838 "TT" => [
1839 "group" => "NA",
1840 "tax" => [
1841 [
1842 'rate' => 12.5,
1843 'compound' => false,
1844 'type' => 'standard',
1845 'name' => 'VAT',
1846 ],
1847 [
1848 'rate' => 0,
1849 'compound' => false,
1850 'type' => 'zero',
1851 ],
1852 ],
1853 ],
1854 "UM" => [
1855 "group" => "NA",
1856 "tax" => [
1857 [
1858 'rate' => 0,
1859 'compound' => false,
1860 'type' => 'zero',
1861 ],
1862 ],
1863 ],
1864 "VC" => [
1865 "group" => "NA",
1866 "tax" => [
1867 [
1868 'rate' => 16,
1869 'compound' => false,
1870 'type' => 'standard',
1871 'name' => 'VAT',
1872 ],
1873 [
1874 'rate' => 0,
1875 'compound' => false,
1876 'type' => 'zero',
1877 ],
1878 ],
1879 ],
1880 "VG" => [
1881 "group" => "NA",
1882 "tax" => [
1883 [
1884 'rate' => 0,
1885 'compound' => false,
1886 'type' => 'zero',
1887 ],
1888 ],
1889 ],
1890 "VI" => [
1891 "group" => "NA",
1892 "tax" => [
1893 [
1894 'rate' => 0,
1895 'compound' => false,
1896 'type' => 'zero',
1897 ],
1898 ],
1899 ],
1900 ];
1901