income-tax 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (718) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +4 -0
  3. data/Gemfile +11 -0
  4. data/Gemfile.lock +60 -0
  5. data/LICENSE +22 -0
  6. data/income-tax.gemspec +12 -0
  7. data/lib/income-tax.rb +1 -0
  8. data/lib/income_tax/countries/afghanistan.rb +10 -0
  9. data/lib/income_tax/countries/aland.rb +10 -0
  10. data/lib/income_tax/countries/albania.rb +12 -0
  11. data/lib/income_tax/countries/algeria.rb +13 -0
  12. data/lib/income_tax/countries/american_samoa.rb +10 -0
  13. data/lib/income_tax/countries/andorra.rb +9 -0
  14. data/lib/income_tax/countries/angola.rb +23 -0
  15. data/lib/income_tax/countries/anguilla.rb +8 -0
  16. data/lib/income_tax/countries/antigua_and_barbuda.rb +11 -0
  17. data/lib/income_tax/countries/argentina.rb +16 -0
  18. data/lib/income_tax/countries/armenia.rb +11 -0
  19. data/lib/income_tax/countries/aruba.rb +23 -0
  20. data/lib/income_tax/countries/australia.rb +32 -0
  21. data/lib/income_tax/countries/austria.rb +14 -0
  22. data/lib/income_tax/countries/azerbaijan.rb +11 -0
  23. data/lib/income_tax/countries/bahamas.rb +8 -0
  24. data/lib/income_tax/countries/bahrain.rb +8 -0
  25. data/lib/income_tax/countries/bangladesh.rb +42 -0
  26. data/lib/income_tax/countries/barbados.rb +28 -0
  27. data/lib/income_tax/countries/belarus.rb +9 -0
  28. data/lib/income_tax/countries/belgium.rb +14 -0
  29. data/lib/income_tax/countries/belize.rb +11 -0
  30. data/lib/income_tax/countries/benin.rb +13 -0
  31. data/lib/income_tax/countries/bermuda.rb +8 -0
  32. data/lib/income_tax/countries/bhutan.rb +14 -0
  33. data/lib/income_tax/countries/bolivia.rb +9 -0
  34. data/lib/income_tax/countries/bosnia_and_herzegovina.rb +9 -0
  35. data/lib/income_tax/countries/botswana.rb +11 -0
  36. data/lib/income_tax/countries/bouvet_island.rb +10 -0
  37. data/lib/income_tax/countries/brazil.rb +14 -0
  38. data/lib/income_tax/countries/british_indian_ocean_territory.rb +10 -0
  39. data/lib/income_tax/countries/brunei.rb +8 -0
  40. data/lib/income_tax/countries/bulgaria.rb +9 -0
  41. data/lib/income_tax/countries/burkina_faso.rb +16 -0
  42. data/lib/income_tax/countries/burundi.rb +12 -0
  43. data/lib/income_tax/countries/cambodia.rb +14 -0
  44. data/lib/income_tax/countries/cameroon.rb +13 -0
  45. data/lib/income_tax/countries/canada.rb +13 -0
  46. data/lib/income_tax/countries/cape_verde.rb +14 -0
  47. data/lib/income_tax/countries/caribbean_netherlands.rb +15 -0
  48. data/lib/income_tax/countries/cayman_islands.rb +8 -0
  49. data/lib/income_tax/countries/central_african_republic.rb +11 -0
  50. data/lib/income_tax/countries/chad.rb +17 -0
  51. data/lib/income_tax/countries/chile.rb +20 -0
  52. data/lib/income_tax/countries/china.rb +17 -0
  53. data/lib/income_tax/countries/christmas_island.rb +8 -0
  54. data/lib/income_tax/countries/cocos_keeling_islands.rb +8 -0
  55. data/lib/income_tax/countries/colombia.rb +14 -0
  56. data/lib/income_tax/countries/comoros.rb +16 -0
  57. data/lib/income_tax/countries/congo.rb +9 -0
  58. data/lib/income_tax/countries/congo_republic.rb +14 -0
  59. data/lib/income_tax/countries/cook_islands.rb +13 -0
  60. data/lib/income_tax/countries/costa_rica.rb +30 -0
  61. data/lib/income_tax/countries/croatia.rb +12 -0
  62. data/lib/income_tax/countries/cuba.rb +12 -0
  63. data/lib/income_tax/countries/curacao.rb +15 -0
  64. data/lib/income_tax/countries/cyprus.rb +14 -0
  65. data/lib/income_tax/countries/czech_republic.rb +9 -0
  66. data/lib/income_tax/countries/denmark.rb +12 -0
  67. data/lib/income_tax/countries/djibouti.rb +14 -0
  68. data/lib/income_tax/countries/dominica.rb +13 -0
  69. data/lib/income_tax/countries/dominican_republic.rb +13 -0
  70. data/lib/income_tax/countries/ecuador.rb +18 -0
  71. data/lib/income_tax/countries/egypt.rb +14 -0
  72. data/lib/income_tax/countries/el_salvador.rb +9 -0
  73. data/lib/income_tax/countries/equatorial_guinea.rb +16 -0
  74. data/lib/income_tax/countries/eritrea.rb +9 -0
  75. data/lib/income_tax/countries/estonia.rb +9 -0
  76. data/lib/income_tax/countries/ethiopia.rb +16 -0
  77. data/lib/income_tax/countries/falkland_islands.rb +12 -0
  78. data/lib/income_tax/countries/faroe_islands.rb +9 -0
  79. data/lib/income_tax/countries/fiji.rb +20 -0
  80. data/lib/income_tax/countries/finland.rb +14 -0
  81. data/lib/income_tax/countries/france.rb +34 -0
  82. data/lib/income_tax/countries/french_guiana.rb +8 -0
  83. data/lib/income_tax/countries/french_polynesia.rb +8 -0
  84. data/lib/income_tax/countries/french_southern_territories.rb +8 -0
  85. data/lib/income_tax/countries/gabon.rb +17 -0
  86. data/lib/income_tax/countries/gambia.rb +15 -0
  87. data/lib/income_tax/countries/georgia.rb +9 -0
  88. data/lib/income_tax/countries/germany.rb +58 -0
  89. data/lib/income_tax/countries/ghana.rb +14 -0
  90. data/lib/income_tax/countries/gibraltar.rb +15 -0
  91. data/lib/income_tax/countries/greece.rb +11 -0
  92. data/lib/income_tax/countries/greenland.rb +9 -0
  93. data/lib/income_tax/countries/grenada.rb +11 -0
  94. data/lib/income_tax/countries/guadeloupe.rb +14 -0
  95. data/lib/income_tax/countries/guam.rb +10 -0
  96. data/lib/income_tax/countries/guatemala.rb +13 -0
  97. data/lib/income_tax/countries/guernsey.rb +9 -0
  98. data/lib/income_tax/countries/guinea.rb +13 -0
  99. data/lib/income_tax/countries/guinea_bissau.rb +9 -0
  100. data/lib/income_tax/countries/guyana.rb +11 -0
  101. data/lib/income_tax/countries/haiti.rb +9 -0
  102. data/lib/income_tax/countries/heard_and_mcdonald_islands.rb +8 -0
  103. data/lib/income_tax/countries/honduras.rb +9 -0
  104. data/lib/income_tax/countries/hong_kong.rb +15 -0
  105. data/lib/income_tax/countries/hungary.rb +9 -0
  106. data/lib/income_tax/countries/iceland.rb +12 -0
  107. data/lib/income_tax/countries/india.rb +14 -0
  108. data/lib/income_tax/countries/indonesia.rb +14 -0
  109. data/lib/income_tax/countries/iran.rb +14 -0
  110. data/lib/income_tax/countries/iraq.rb +9 -0
  111. data/lib/income_tax/countries/ireland.rb +24 -0
  112. data/lib/income_tax/countries/isle_of_man.rb +11 -0
  113. data/lib/income_tax/countries/israel.rb +16 -0
  114. data/lib/income_tax/countries/italy.rb +14 -0
  115. data/lib/income_tax/countries/ivory_coast.rb +14 -0
  116. data/lib/income_tax/countries/jamaica.rb +11 -0
  117. data/lib/income_tax/countries/japan.rb +15 -0
  118. data/lib/income_tax/countries/jersey.rb +9 -0
  119. data/lib/income_tax/countries/jordan.rb +14 -0
  120. data/lib/income_tax/countries/kazakhstan.rb +9 -0
  121. data/lib/income_tax/countries/kenya.rb +14 -0
  122. data/lib/income_tax/countries/kiribati.rb +9 -0
  123. data/lib/income_tax/countries/kosovo.rb +13 -0
  124. data/lib/income_tax/countries/kuwait.rb +8 -0
  125. data/lib/income_tax/countries/kyrgyzstan.rb +9 -0
  126. data/lib/income_tax/countries/laos.rb +15 -0
  127. data/lib/income_tax/countries/latvia.rb +9 -0
  128. data/lib/income_tax/countries/lebanon.rb +15 -0
  129. data/lib/income_tax/countries/lesotho.rb +13 -0
  130. data/lib/income_tax/countries/liberia.rb +13 -0
  131. data/lib/income_tax/countries/libya.rb +12 -0
  132. data/lib/income_tax/countries/liechtenstein.rb +9 -0
  133. data/lib/income_tax/countries/lithuania.rb +9 -0
  134. data/lib/income_tax/countries/luxembourg.rb +33 -0
  135. data/lib/income_tax/countries/macao.rb +19 -0
  136. data/lib/income_tax/countries/macedonia.rb +9 -0
  137. data/lib/income_tax/countries/madagascar.rb +11 -0
  138. data/lib/income_tax/countries/malawi.rb +12 -0
  139. data/lib/income_tax/countries/malaysia.rb +18 -0
  140. data/lib/income_tax/countries/maldives.rb +8 -0
  141. data/lib/income_tax/countries/mali.rb +9 -0
  142. data/lib/income_tax/countries/malta.rb +36 -0
  143. data/lib/income_tax/countries/marshall_islands.rb +11 -0
  144. data/lib/income_tax/countries/martinique.rb +14 -0
  145. data/lib/income_tax/countries/mauritania.rb +12 -0
  146. data/lib/income_tax/countries/mauritius.rb +9 -0
  147. data/lib/income_tax/countries/mayotte.rb +8 -0
  148. data/lib/income_tax/countries/mexico.rb +20 -0
  149. data/lib/income_tax/countries/micronesia.rb +9 -0
  150. data/lib/income_tax/countries/moldova.rb +13 -0
  151. data/lib/income_tax/countries/monaco.rb +9 -0
  152. data/lib/income_tax/countries/mongolia.rb +9 -0
  153. data/lib/income_tax/countries/montenegro.rb +11 -0
  154. data/lib/income_tax/countries/montserrat.rb +14 -0
  155. data/lib/income_tax/countries/morocco.rb +15 -0
  156. data/lib/income_tax/countries/mozambique.rb +14 -0
  157. data/lib/income_tax/countries/myanmar.rb +15 -0
  158. data/lib/income_tax/countries/namibia.rb +16 -0
  159. data/lib/income_tax/countries/nauru.rb +8 -0
  160. data/lib/income_tax/countries/nepal.rb +28 -0
  161. data/lib/income_tax/countries/netherlands.rb +13 -0
  162. data/lib/income_tax/countries/netherlands_antilles.rb +15 -0
  163. data/lib/income_tax/countries/new_caledonia.rb +14 -0
  164. data/lib/income_tax/countries/new_zealand.rb +13 -0
  165. data/lib/income_tax/countries/nicaragua.rb +32 -0
  166. data/lib/income_tax/countries/niger.rb +16 -0
  167. data/lib/income_tax/countries/nigeria.rb +15 -0
  168. data/lib/income_tax/countries/niue.rb +13 -0
  169. data/lib/income_tax/countries/norfolk_island.rb +9 -0
  170. data/lib/income_tax/countries/north_korea.rb +8 -0
  171. data/lib/income_tax/countries/northern_mariana_islands.rb +10 -0
  172. data/lib/income_tax/countries/norway.rb +13 -0
  173. data/lib/income_tax/countries/oman.rb +8 -0
  174. data/lib/income_tax/countries/pakistan.rb +21 -0
  175. data/lib/income_tax/countries/palau.rb +12 -0
  176. data/lib/income_tax/countries/palestinian_territory.rb +15 -0
  177. data/lib/income_tax/countries/panama.rb +12 -0
  178. data/lib/income_tax/countries/papua_new_guinea.rb +15 -0
  179. data/lib/income_tax/countries/paraguay.rb +9 -0
  180. data/lib/income_tax/countries/peru.rb +11 -0
  181. data/lib/income_tax/countries/philippines.rb +16 -0
  182. data/lib/income_tax/countries/pitcairn.rb +12 -0
  183. data/lib/income_tax/countries/poland.rb +12 -0
  184. data/lib/income_tax/countries/portugal.rb +14 -0
  185. data/lib/income_tax/countries/puerto_rico.rb +9 -0
  186. data/lib/income_tax/countries/qatar.rb +8 -0
  187. data/lib/income_tax/countries/reunion.rb +8 -0
  188. data/lib/income_tax/countries/romania.rb +9 -0
  189. data/lib/income_tax/countries/russia.rb +9 -0
  190. data/lib/income_tax/countries/rwanda.rb +12 -0
  191. data/lib/income_tax/countries/saint_barthelemy.rb +8 -0
  192. data/lib/income_tax/countries/saint_helena.rb +9 -0
  193. data/lib/income_tax/countries/saint_kitts_and_nevis.rb +8 -0
  194. data/lib/income_tax/countries/saint_lucia.rb +14 -0
  195. data/lib/income_tax/countries/saint_martin.rb +14 -0
  196. data/lib/income_tax/countries/saint_pierre_and_miquelon.rb +21 -0
  197. data/lib/income_tax/countries/saint_vincent_and_the_grenedines.rb +13 -0
  198. data/lib/income_tax/countries/samoa.rb +13 -0
  199. data/lib/income_tax/countries/san_marino.rb +17 -0
  200. data/lib/income_tax/countries/sao_tome_and_principe.rb +9 -0
  201. data/lib/income_tax/countries/saudi_arabia.rb +8 -0
  202. data/lib/income_tax/countries/senegal.rb +19 -0
  203. data/lib/income_tax/countries/serbia.rb +13 -0
  204. data/lib/income_tax/countries/seychelles.rb +9 -0
  205. data/lib/income_tax/countries/sierra_leone.rb +13 -0
  206. data/lib/income_tax/countries/singapore.rb +43 -0
  207. data/lib/income_tax/countries/sint_maarten.rb +15 -0
  208. data/lib/income_tax/countries/slovakia.rb +11 -0
  209. data/lib/income_tax/countries/slovenia.rb +13 -0
  210. data/lib/income_tax/countries/solomon_islands.rb +16 -0
  211. data/lib/income_tax/countries/somalia.rb +15 -0
  212. data/lib/income_tax/countries/south_africa.rb +15 -0
  213. data/lib/income_tax/countries/south_georgia_and_the_south_sandwich_islands.rb +10 -0
  214. data/lib/income_tax/countries/south_korea.rb +13 -0
  215. data/lib/income_tax/countries/south_sudan.rb +12 -0
  216. data/lib/income_tax/countries/spain.rb +14 -0
  217. data/lib/income_tax/countries/sri_lanka.rb +9 -0
  218. data/lib/income_tax/countries/sudan.rb +9 -0
  219. data/lib/income_tax/countries/suriname.rb +14 -0
  220. data/lib/income_tax/countries/svalbard_and_jan_mayen.rb +9 -0
  221. data/lib/income_tax/countries/swaziland.rb +9 -0
  222. data/lib/income_tax/countries/sweden.rb +12 -0
  223. data/lib/income_tax/countries/switzerland/aargau.rb +12 -0
  224. data/lib/income_tax/countries/switzerland/appenzell_inner.rb +12 -0
  225. data/lib/income_tax/countries/switzerland/appenzell_outer.rb +11 -0
  226. data/lib/income_tax/countries/switzerland/basel_city.rb +11 -0
  227. data/lib/income_tax/countries/switzerland/basel_land.rb +11 -0
  228. data/lib/income_tax/countries/switzerland/bern.rb +10 -0
  229. data/lib/income_tax/countries/switzerland/canton.rb +36 -0
  230. data/lib/income_tax/countries/switzerland/data/aargau.dat +0 -0
  231. data/lib/income_tax/countries/switzerland/data/appenzell_inner.dat +0 -0
  232. data/lib/income_tax/countries/switzerland/data/appenzell_outer.dat +0 -0
  233. data/lib/income_tax/countries/switzerland/data/basel_city.dat +0 -0
  234. data/lib/income_tax/countries/switzerland/data/basel_land.dat +0 -0
  235. data/lib/income_tax/countries/switzerland/data/bern.dat +0 -0
  236. data/lib/income_tax/countries/switzerland/data/fribourg.dat +0 -0
  237. data/lib/income_tax/countries/switzerland/data/geneva.dat +0 -0
  238. data/lib/income_tax/countries/switzerland/data/glarus.dat +0 -0
  239. data/lib/income_tax/countries/switzerland/data/grisons.dat +0 -0
  240. data/lib/income_tax/countries/switzerland/data/jura.dat +0 -0
  241. data/lib/income_tax/countries/switzerland/data/lucerne.dat +0 -0
  242. data/lib/income_tax/countries/switzerland/data/neuchatel.dat +0 -0
  243. data/lib/income_tax/countries/switzerland/data/nidwalden.dat +0 -0
  244. data/lib/income_tax/countries/switzerland/data/obwalden.dat +0 -0
  245. data/lib/income_tax/countries/switzerland/data/schaffhausen.dat +0 -0
  246. data/lib/income_tax/countries/switzerland/data/schwyz.dat +0 -0
  247. data/lib/income_tax/countries/switzerland/data/solothurn.dat +0 -0
  248. data/lib/income_tax/countries/switzerland/data/st_gallen.dat +0 -0
  249. data/lib/income_tax/countries/switzerland/data/thurgau.dat +0 -0
  250. data/lib/income_tax/countries/switzerland/data/ticino.dat +0 -0
  251. data/lib/income_tax/countries/switzerland/data/uri.dat +0 -0
  252. data/lib/income_tax/countries/switzerland/data/valais.dat +0 -0
  253. data/lib/income_tax/countries/switzerland/data/vaud.dat +0 -0
  254. data/lib/income_tax/countries/switzerland/data/zug.dat +0 -0
  255. data/lib/income_tax/countries/switzerland/data/zurich.dat +0 -0
  256. data/lib/income_tax/countries/switzerland/federal.rb +46 -0
  257. data/lib/income_tax/countries/switzerland/fribourg.rb +11 -0
  258. data/lib/income_tax/countries/switzerland/geneva.rb +12 -0
  259. data/lib/income_tax/countries/switzerland/glarus.rb +12 -0
  260. data/lib/income_tax/countries/switzerland/grisons.rb +11 -0
  261. data/lib/income_tax/countries/switzerland/jura.rb +11 -0
  262. data/lib/income_tax/countries/switzerland/lucerne.rb +11 -0
  263. data/lib/income_tax/countries/switzerland/neuchatel.rb +12 -0
  264. data/lib/income_tax/countries/switzerland/nidwalden.rb +11 -0
  265. data/lib/income_tax/countries/switzerland/obwalden.rb +11 -0
  266. data/lib/income_tax/countries/switzerland/schaffhausen.rb +12 -0
  267. data/lib/income_tax/countries/switzerland/schwyz.rb +11 -0
  268. data/lib/income_tax/countries/switzerland/solothurn.rb +12 -0
  269. data/lib/income_tax/countries/switzerland/st_gallen.rb +12 -0
  270. data/lib/income_tax/countries/switzerland/thurgau.rb +12 -0
  271. data/lib/income_tax/countries/switzerland/ticino.rb +11 -0
  272. data/lib/income_tax/countries/switzerland/uri.rb +11 -0
  273. data/lib/income_tax/countries/switzerland/valais.rb +10 -0
  274. data/lib/income_tax/countries/switzerland/vaud.rb +11 -0
  275. data/lib/income_tax/countries/switzerland/zug.rb +12 -0
  276. data/lib/income_tax/countries/switzerland/zurich.rb +12 -0
  277. data/lib/income_tax/countries/switzerland.rb +62 -0
  278. data/lib/income_tax/countries/syria.rb +12 -0
  279. data/lib/income_tax/countries/taiwan.rb +14 -0
  280. data/lib/income_tax/countries/tajikistan.rb +13 -0
  281. data/lib/income_tax/countries/tanzania.rb +53 -0
  282. data/lib/income_tax/countries/thailand.rb +17 -0
  283. data/lib/income_tax/countries/timor_leste.rb +11 -0
  284. data/lib/income_tax/countries/togo.rb +9 -0
  285. data/lib/income_tax/countries/tokelau.rb +15 -0
  286. data/lib/income_tax/countries/tonga.rb +12 -0
  287. data/lib/income_tax/countries/trinidad_and_tobago.rb +11 -0
  288. data/lib/income_tax/countries/tunisia.rb +15 -0
  289. data/lib/income_tax/countries/turkey.rb +13 -0
  290. data/lib/income_tax/countries/turkmenistan.rb +9 -0
  291. data/lib/income_tax/countries/turks_and_caicos_islands.rb +8 -0
  292. data/lib/income_tax/countries/tuvalu.rb +9 -0
  293. data/lib/income_tax/countries/uganda.rb +13 -0
  294. data/lib/income_tax/countries/ukraine.rb +9 -0
  295. data/lib/income_tax/countries/united_arab_emirates.rb +8 -0
  296. data/lib/income_tax/countries/united_kingdom.rb +13 -0
  297. data/lib/income_tax/countries/united_states/alabama.rb +24 -0
  298. data/lib/income_tax/countries/united_states/alaska.rb +10 -0
  299. data/lib/income_tax/countries/united_states/arizona.rb +29 -0
  300. data/lib/income_tax/countries/united_states/arkansas.rb +29 -0
  301. data/lib/income_tax/countries/united_states/california.rb +39 -0
  302. data/lib/income_tax/countries/united_states/colorado.rb +10 -0
  303. data/lib/income_tax/countries/united_states/connecticut.rb +31 -0
  304. data/lib/income_tax/countries/united_states/dc.rb +16 -0
  305. data/lib/income_tax/countries/united_states/delaware.rb +31 -0
  306. data/lib/income_tax/countries/united_states/federal.rb +40 -0
  307. data/lib/income_tax/countries/united_states/florida.rb +10 -0
  308. data/lib/income_tax/countries/united_states/georgia.rb +32 -0
  309. data/lib/income_tax/countries/united_states/hawaii.rb +43 -0
  310. data/lib/income_tax/countries/united_states/idaho.rb +34 -0
  311. data/lib/income_tax/countries/united_states/illinois.rb +10 -0
  312. data/lib/income_tax/countries/united_states/indiana.rb +10 -0
  313. data/lib/income_tax/countries/united_states/iowa.rb +39 -0
  314. data/lib/income_tax/countries/united_states/kansas.rb +23 -0
  315. data/lib/income_tax/countries/united_states/kentucky.rb +31 -0
  316. data/lib/income_tax/countries/united_states/louisiana.rb +26 -0
  317. data/lib/income_tax/countries/united_states/maine.rb +23 -0
  318. data/lib/income_tax/countries/united_states/maryland.rb +35 -0
  319. data/lib/income_tax/countries/united_states/massachusetts.rb +10 -0
  320. data/lib/income_tax/countries/united_states/michigan.rb +10 -0
  321. data/lib/income_tax/countries/united_states/minnesota.rb +27 -0
  322. data/lib/income_tax/countries/united_states/mississippi.rb +25 -0
  323. data/lib/income_tax/countries/united_states/missouri.rb +40 -0
  324. data/lib/income_tax/countries/united_states/montana.rb +34 -0
  325. data/lib/income_tax/countries/united_states/nebraska.rb +27 -0
  326. data/lib/income_tax/countries/united_states/nevada.rb +10 -0
  327. data/lib/income_tax/countries/united_states/new_hampshire.rb +10 -0
  328. data/lib/income_tax/countries/united_states/new_jersey.rb +32 -0
  329. data/lib/income_tax/countries/united_states/new_mexico.rb +27 -0
  330. data/lib/income_tax/countries/united_states/new_york.rb +35 -0
  331. data/lib/income_tax/countries/united_states/north_carolina.rb +10 -0
  332. data/lib/income_tax/countries/united_states/north_dakota.rb +17 -0
  333. data/lib/income_tax/countries/united_states/ohio.rb +37 -0
  334. data/lib/income_tax/countries/united_states/oklahoma.rb +33 -0
  335. data/lib/income_tax/countries/united_states/oregon.rb +28 -0
  336. data/lib/income_tax/countries/united_states/pennsylvania.rb +10 -0
  337. data/lib/income_tax/countries/united_states/rhode_island.rb +25 -0
  338. data/lib/income_tax/countries/united_states/south_carolina.rb +17 -0
  339. data/lib/income_tax/countries/united_states/south_dakota.rb +10 -0
  340. data/lib/income_tax/countries/united_states/state.rb +34 -0
  341. data/lib/income_tax/countries/united_states/tennessee.rb +10 -0
  342. data/lib/income_tax/countries/united_states/texas.rb +10 -0
  343. data/lib/income_tax/countries/united_states/utah.rb +10 -0
  344. data/lib/income_tax/countries/united_states/vermont.rb +29 -0
  345. data/lib/income_tax/countries/united_states/virginia.rb +16 -0
  346. data/lib/income_tax/countries/united_states/washington.rb +10 -0
  347. data/lib/income_tax/countries/united_states/west_virginia.rb +29 -0
  348. data/lib/income_tax/countries/united_states/wisconsin.rb +27 -0
  349. data/lib/income_tax/countries/united_states/wyoming.rb +10 -0
  350. data/lib/income_tax/countries/united_states.rb +93 -0
  351. data/lib/income_tax/countries/united_states_minor_outlying_islands.rb +8 -0
  352. data/lib/income_tax/countries/uruguay.rb +16 -0
  353. data/lib/income_tax/countries/uzbekistan.rb +15 -0
  354. data/lib/income_tax/countries/vanuatu.rb +8 -0
  355. data/lib/income_tax/countries/vatican.rb +8 -0
  356. data/lib/income_tax/countries/venezuela.rb +20 -0
  357. data/lib/income_tax/countries/vietnam.rb +17 -0
  358. data/lib/income_tax/countries/virgin_islands_british.rb +9 -0
  359. data/lib/income_tax/countries/virgin_islands_us.rb +8 -0
  360. data/lib/income_tax/countries/wallis_and_futuna.rb +8 -0
  361. data/lib/income_tax/countries/western_sahara.rb +8 -0
  362. data/lib/income_tax/countries/yemen.rb +11 -0
  363. data/lib/income_tax/countries/zambia.rb +13 -0
  364. data/lib/income_tax/countries/zimbabwe.rb +17 -0
  365. data/lib/income_tax/countries.rb +5 -0
  366. data/lib/income_tax/factory.rb +66 -0
  367. data/lib/income_tax/helpers.rb +25 -0
  368. data/lib/income_tax/models/delegate.rb +30 -0
  369. data/lib/income_tax/models/fixed_rate.rb +14 -0
  370. data/lib/income_tax/models/generic.rb +212 -0
  371. data/lib/income_tax/models/no_taxes.rb +7 -0
  372. data/lib/income_tax/models/not_implemented.rb +6 -0
  373. data/lib/income_tax/models/progressive.rb +103 -0
  374. data/lib/income_tax/models.rb +10 -0
  375. data/lib/income_tax/rate.rb +152 -0
  376. data/lib/income_tax/register.rb +35 -0
  377. data/lib/income_tax/version.rb +3 -0
  378. data/lib/income_tax.rb +17 -0
  379. data/locations.md +1763 -0
  380. data/readme.md +137 -0
  381. data/script/generate_switzerland.rb +87 -0
  382. data/spec/income_tax/countries/afghanistan_spec.rb +89 -0
  383. data/spec/income_tax/countries/aland_spec.rb +89 -0
  384. data/spec/income_tax/countries/albania_spec.rb +89 -0
  385. data/spec/income_tax/countries/algeria_spec.rb +89 -0
  386. data/spec/income_tax/countries/american_samoa_spec.rb +89 -0
  387. data/spec/income_tax/countries/andorra_spec.rb +89 -0
  388. data/spec/income_tax/countries/angola_spec.rb +89 -0
  389. data/spec/income_tax/countries/anguilla_spec.rb +89 -0
  390. data/spec/income_tax/countries/antigua_and_barbuda_spec.rb +89 -0
  391. data/spec/income_tax/countries/argentina_spec.rb +89 -0
  392. data/spec/income_tax/countries/armenia_spec.rb +89 -0
  393. data/spec/income_tax/countries/aruba_spec.rb +89 -0
  394. data/spec/income_tax/countries/australia_spec.rb +89 -0
  395. data/spec/income_tax/countries/austria_spec.rb +89 -0
  396. data/spec/income_tax/countries/azerbaijan_spec.rb +89 -0
  397. data/spec/income_tax/countries/bahamas_spec.rb +89 -0
  398. data/spec/income_tax/countries/bahrain_spec.rb +89 -0
  399. data/spec/income_tax/countries/bangladesh_spec.rb +89 -0
  400. data/spec/income_tax/countries/barbados_spec.rb +89 -0
  401. data/spec/income_tax/countries/belarus_spec.rb +89 -0
  402. data/spec/income_tax/countries/belgium_spec.rb +89 -0
  403. data/spec/income_tax/countries/belize_spec.rb +89 -0
  404. data/spec/income_tax/countries/benin_spec.rb +89 -0
  405. data/spec/income_tax/countries/bermuda_spec.rb +89 -0
  406. data/spec/income_tax/countries/bhutan_spec.rb +89 -0
  407. data/spec/income_tax/countries/bolivia_spec.rb +89 -0
  408. data/spec/income_tax/countries/bosnia_and_herzegovina_spec.rb +89 -0
  409. data/spec/income_tax/countries/botswana_spec.rb +89 -0
  410. data/spec/income_tax/countries/bouvet_island_spec.rb +89 -0
  411. data/spec/income_tax/countries/brazil_spec.rb +89 -0
  412. data/spec/income_tax/countries/british_indian_ocean_territory_spec.rb +89 -0
  413. data/spec/income_tax/countries/brunei_spec.rb +89 -0
  414. data/spec/income_tax/countries/bulgaria_spec.rb +89 -0
  415. data/spec/income_tax/countries/burkina_faso_spec.rb +89 -0
  416. data/spec/income_tax/countries/burundi_spec.rb +89 -0
  417. data/spec/income_tax/countries/cambodia_spec.rb +89 -0
  418. data/spec/income_tax/countries/cameroon_spec.rb +89 -0
  419. data/spec/income_tax/countries/canada_spec.rb +89 -0
  420. data/spec/income_tax/countries/cape_verde_spec.rb +89 -0
  421. data/spec/income_tax/countries/caribbean_netherlands_spec.rb +89 -0
  422. data/spec/income_tax/countries/cayman_islands_spec.rb +89 -0
  423. data/spec/income_tax/countries/central_african_republic_spec.rb +89 -0
  424. data/spec/income_tax/countries/chad_spec.rb +89 -0
  425. data/spec/income_tax/countries/chile_spec.rb +89 -0
  426. data/spec/income_tax/countries/china_spec.rb +89 -0
  427. data/spec/income_tax/countries/christmas_island_spec.rb +89 -0
  428. data/spec/income_tax/countries/cocos_keeling_islands_spec.rb +89 -0
  429. data/spec/income_tax/countries/colombia_spec.rb +89 -0
  430. data/spec/income_tax/countries/comoros_spec.rb +89 -0
  431. data/spec/income_tax/countries/congo_republic_spec.rb +89 -0
  432. data/spec/income_tax/countries/congo_spec.rb +89 -0
  433. data/spec/income_tax/countries/cook_islands_spec.rb +89 -0
  434. data/spec/income_tax/countries/costa_rica_spec.rb +89 -0
  435. data/spec/income_tax/countries/croatia_spec.rb +89 -0
  436. data/spec/income_tax/countries/cuba_spec.rb +89 -0
  437. data/spec/income_tax/countries/curacao_spec.rb +89 -0
  438. data/spec/income_tax/countries/cyprus_spec.rb +89 -0
  439. data/spec/income_tax/countries/czech_republic_spec.rb +89 -0
  440. data/spec/income_tax/countries/denmark_spec.rb +89 -0
  441. data/spec/income_tax/countries/djibouti_spec.rb +89 -0
  442. data/spec/income_tax/countries/dominica_spec.rb +89 -0
  443. data/spec/income_tax/countries/dominican_republic_spec.rb +89 -0
  444. data/spec/income_tax/countries/ecuador_spec.rb +89 -0
  445. data/spec/income_tax/countries/egypt_spec.rb +89 -0
  446. data/spec/income_tax/countries/el_salvador_spec.rb +89 -0
  447. data/spec/income_tax/countries/equatorial_guinea_spec.rb +89 -0
  448. data/spec/income_tax/countries/eritrea_spec.rb +89 -0
  449. data/spec/income_tax/countries/estonia_spec.rb +89 -0
  450. data/spec/income_tax/countries/ethiopia_spec.rb +89 -0
  451. data/spec/income_tax/countries/falkland_islands_spec.rb +89 -0
  452. data/spec/income_tax/countries/faroe_islands_spec.rb +89 -0
  453. data/spec/income_tax/countries/fiji_spec.rb +89 -0
  454. data/spec/income_tax/countries/finland_spec.rb +89 -0
  455. data/spec/income_tax/countries/france_spec.rb +89 -0
  456. data/spec/income_tax/countries/french_guiana_spec.rb +89 -0
  457. data/spec/income_tax/countries/french_polynesia_spec.rb +89 -0
  458. data/spec/income_tax/countries/french_southern_territories_spec.rb +89 -0
  459. data/spec/income_tax/countries/gabon_spec.rb +89 -0
  460. data/spec/income_tax/countries/gambia_spec.rb +89 -0
  461. data/spec/income_tax/countries/georgia_spec.rb +89 -0
  462. data/spec/income_tax/countries/germany_spec.rb +89 -0
  463. data/spec/income_tax/countries/ghana_spec.rb +89 -0
  464. data/spec/income_tax/countries/gibraltar_spec.rb +89 -0
  465. data/spec/income_tax/countries/greece_spec.rb +89 -0
  466. data/spec/income_tax/countries/greenland_spec.rb +89 -0
  467. data/spec/income_tax/countries/grenada_spec.rb +89 -0
  468. data/spec/income_tax/countries/guadeloupe_spec.rb +89 -0
  469. data/spec/income_tax/countries/guam_spec.rb +89 -0
  470. data/spec/income_tax/countries/guatemala_spec.rb +89 -0
  471. data/spec/income_tax/countries/guernsey_spec.rb +89 -0
  472. data/spec/income_tax/countries/guinea_bissau_spec.rb +89 -0
  473. data/spec/income_tax/countries/guinea_spec.rb +89 -0
  474. data/spec/income_tax/countries/guyana_spec.rb +89 -0
  475. data/spec/income_tax/countries/haiti_spec.rb +89 -0
  476. data/spec/income_tax/countries/heard_and_mcdonald_islands_spec.rb +89 -0
  477. data/spec/income_tax/countries/honduras_spec.rb +89 -0
  478. data/spec/income_tax/countries/hong_kong_spec.rb +89 -0
  479. data/spec/income_tax/countries/hungary_spec.rb +89 -0
  480. data/spec/income_tax/countries/iceland_spec.rb +89 -0
  481. data/spec/income_tax/countries/india_spec.rb +89 -0
  482. data/spec/income_tax/countries/indonesia_spec.rb +89 -0
  483. data/spec/income_tax/countries/iran_spec.rb +89 -0
  484. data/spec/income_tax/countries/iraq_spec.rb +89 -0
  485. data/spec/income_tax/countries/ireland_spec.rb +89 -0
  486. data/spec/income_tax/countries/isle_of_man_spec.rb +89 -0
  487. data/spec/income_tax/countries/israel_spec.rb +89 -0
  488. data/spec/income_tax/countries/italy_spec.rb +89 -0
  489. data/spec/income_tax/countries/ivory_coast_spec.rb +89 -0
  490. data/spec/income_tax/countries/jamaica_spec.rb +89 -0
  491. data/spec/income_tax/countries/japan_spec.rb +89 -0
  492. data/spec/income_tax/countries/jersey_spec.rb +89 -0
  493. data/spec/income_tax/countries/jordan_spec.rb +89 -0
  494. data/spec/income_tax/countries/kazakhstan_spec.rb +89 -0
  495. data/spec/income_tax/countries/kenya_spec.rb +89 -0
  496. data/spec/income_tax/countries/kiribati_spec.rb +89 -0
  497. data/spec/income_tax/countries/kosovo_spec.rb +89 -0
  498. data/spec/income_tax/countries/kuwait_spec.rb +89 -0
  499. data/spec/income_tax/countries/kyrgyzstan_spec.rb +89 -0
  500. data/spec/income_tax/countries/laos_spec.rb +89 -0
  501. data/spec/income_tax/countries/latvia_spec.rb +89 -0
  502. data/spec/income_tax/countries/lebanon_spec.rb +89 -0
  503. data/spec/income_tax/countries/lesotho_spec.rb +89 -0
  504. data/spec/income_tax/countries/liberia_spec.rb +89 -0
  505. data/spec/income_tax/countries/libya_spec.rb +89 -0
  506. data/spec/income_tax/countries/liechtenstein_spec.rb +89 -0
  507. data/spec/income_tax/countries/lithuania_spec.rb +89 -0
  508. data/spec/income_tax/countries/luxembourg_spec.rb +89 -0
  509. data/spec/income_tax/countries/macao_spec.rb +89 -0
  510. data/spec/income_tax/countries/macedonia_spec.rb +89 -0
  511. data/spec/income_tax/countries/madagascar_spec.rb +89 -0
  512. data/spec/income_tax/countries/malawi_spec.rb +89 -0
  513. data/spec/income_tax/countries/malaysia_spec.rb +89 -0
  514. data/spec/income_tax/countries/maldives_spec.rb +89 -0
  515. data/spec/income_tax/countries/mali_spec.rb +89 -0
  516. data/spec/income_tax/countries/malta_spec.rb +89 -0
  517. data/spec/income_tax/countries/marshall_islands_spec.rb +89 -0
  518. data/spec/income_tax/countries/martinique_spec.rb +89 -0
  519. data/spec/income_tax/countries/mauritania_spec.rb +89 -0
  520. data/spec/income_tax/countries/mauritius_spec.rb +89 -0
  521. data/spec/income_tax/countries/mayotte_spec.rb +89 -0
  522. data/spec/income_tax/countries/mexico_spec.rb +89 -0
  523. data/spec/income_tax/countries/micronesia_spec.rb +89 -0
  524. data/spec/income_tax/countries/moldova_spec.rb +89 -0
  525. data/spec/income_tax/countries/monaco_spec.rb +89 -0
  526. data/spec/income_tax/countries/mongolia_spec.rb +89 -0
  527. data/spec/income_tax/countries/montenegro_spec.rb +89 -0
  528. data/spec/income_tax/countries/montserrat_spec.rb +89 -0
  529. data/spec/income_tax/countries/morocco_spec.rb +89 -0
  530. data/spec/income_tax/countries/mozambique_spec.rb +89 -0
  531. data/spec/income_tax/countries/myanmar_spec.rb +89 -0
  532. data/spec/income_tax/countries/namibia_spec.rb +89 -0
  533. data/spec/income_tax/countries/nauru_spec.rb +89 -0
  534. data/spec/income_tax/countries/nepal_spec.rb +89 -0
  535. data/spec/income_tax/countries/netherlands_antilles_spec.rb +89 -0
  536. data/spec/income_tax/countries/netherlands_spec.rb +89 -0
  537. data/spec/income_tax/countries/new_caledonia_spec.rb +89 -0
  538. data/spec/income_tax/countries/new_zealand_spec.rb +89 -0
  539. data/spec/income_tax/countries/nicaragua_spec.rb +89 -0
  540. data/spec/income_tax/countries/niger_spec.rb +89 -0
  541. data/spec/income_tax/countries/nigeria_spec.rb +89 -0
  542. data/spec/income_tax/countries/niue_spec.rb +89 -0
  543. data/spec/income_tax/countries/norfolk_island_spec.rb +89 -0
  544. data/spec/income_tax/countries/north_korea_spec.rb +89 -0
  545. data/spec/income_tax/countries/northern_mariana_islands_spec.rb +89 -0
  546. data/spec/income_tax/countries/norway_spec.rb +89 -0
  547. data/spec/income_tax/countries/oman_spec.rb +89 -0
  548. data/spec/income_tax/countries/pakistan_spec.rb +89 -0
  549. data/spec/income_tax/countries/palau_spec.rb +89 -0
  550. data/spec/income_tax/countries/palestinian_territory_spec.rb +89 -0
  551. data/spec/income_tax/countries/panama_spec.rb +89 -0
  552. data/spec/income_tax/countries/papua_new_guinea_spec.rb +89 -0
  553. data/spec/income_tax/countries/paraguay_spec.rb +89 -0
  554. data/spec/income_tax/countries/peru_spec.rb +89 -0
  555. data/spec/income_tax/countries/philippines_spec.rb +89 -0
  556. data/spec/income_tax/countries/pitcairn_spec.rb +89 -0
  557. data/spec/income_tax/countries/poland_spec.rb +89 -0
  558. data/spec/income_tax/countries/portugal_spec.rb +89 -0
  559. data/spec/income_tax/countries/puerto_rico_spec.rb +89 -0
  560. data/spec/income_tax/countries/qatar_spec.rb +89 -0
  561. data/spec/income_tax/countries/reunion_spec.rb +89 -0
  562. data/spec/income_tax/countries/romania_spec.rb +89 -0
  563. data/spec/income_tax/countries/russia_spec.rb +89 -0
  564. data/spec/income_tax/countries/rwanda_spec.rb +89 -0
  565. data/spec/income_tax/countries/saint_barthelemy_spec.rb +89 -0
  566. data/spec/income_tax/countries/saint_helena_spec.rb +89 -0
  567. data/spec/income_tax/countries/saint_kitts_and_nevis_spec.rb +89 -0
  568. data/spec/income_tax/countries/saint_lucia_spec.rb +89 -0
  569. data/spec/income_tax/countries/saint_martin_spec.rb +89 -0
  570. data/spec/income_tax/countries/saint_pierre_and_miquelon_spec.rb +89 -0
  571. data/spec/income_tax/countries/saint_vincent_and_the_grenedines_spec.rb +89 -0
  572. data/spec/income_tax/countries/samoa_spec.rb +89 -0
  573. data/spec/income_tax/countries/san_marino_spec.rb +89 -0
  574. data/spec/income_tax/countries/sao_tome_and_principe_spec.rb +89 -0
  575. data/spec/income_tax/countries/saudi_arabia_spec.rb +89 -0
  576. data/spec/income_tax/countries/senegal_spec.rb +89 -0
  577. data/spec/income_tax/countries/serbia_spec.rb +89 -0
  578. data/spec/income_tax/countries/seychelles_spec.rb +89 -0
  579. data/spec/income_tax/countries/sierra_leone_spec.rb +89 -0
  580. data/spec/income_tax/countries/singapore_spec.rb +89 -0
  581. data/spec/income_tax/countries/sint_maarten_spec.rb +89 -0
  582. data/spec/income_tax/countries/slovakia_spec.rb +89 -0
  583. data/spec/income_tax/countries/slovenia_spec.rb +89 -0
  584. data/spec/income_tax/countries/solomon_islands_spec.rb +89 -0
  585. data/spec/income_tax/countries/somalia_spec.rb +89 -0
  586. data/spec/income_tax/countries/south_africa_spec.rb +89 -0
  587. data/spec/income_tax/countries/south_georgia_and_the_south_sandwich_islands_spec.rb +89 -0
  588. data/spec/income_tax/countries/south_korea_spec.rb +89 -0
  589. data/spec/income_tax/countries/south_sudan_spec.rb +89 -0
  590. data/spec/income_tax/countries/spain_spec.rb +89 -0
  591. data/spec/income_tax/countries/sri_lanka_spec.rb +89 -0
  592. data/spec/income_tax/countries/sudan_spec.rb +89 -0
  593. data/spec/income_tax/countries/suriname_spec.rb +89 -0
  594. data/spec/income_tax/countries/svalbard_and_jan_mayen_spec.rb +89 -0
  595. data/spec/income_tax/countries/swaziland_spec.rb +89 -0
  596. data/spec/income_tax/countries/sweden_spec.rb +89 -0
  597. data/spec/income_tax/countries/switzerland/aargau_spec.rb +89 -0
  598. data/spec/income_tax/countries/switzerland/appenzell_inner_spec.rb +89 -0
  599. data/spec/income_tax/countries/switzerland/appenzell_outer_spec.rb +89 -0
  600. data/spec/income_tax/countries/switzerland/basel_city_spec.rb +89 -0
  601. data/spec/income_tax/countries/switzerland/basel_land_spec.rb +89 -0
  602. data/spec/income_tax/countries/switzerland/bern_spec.rb +89 -0
  603. data/spec/income_tax/countries/switzerland/fribourg_spec.rb +89 -0
  604. data/spec/income_tax/countries/switzerland/geneva_spec.rb +89 -0
  605. data/spec/income_tax/countries/switzerland/glarus_spec.rb +89 -0
  606. data/spec/income_tax/countries/switzerland/grisons_spec.rb +89 -0
  607. data/spec/income_tax/countries/switzerland/jura_spec.rb +89 -0
  608. data/spec/income_tax/countries/switzerland/lucerne_spec.rb +89 -0
  609. data/spec/income_tax/countries/switzerland/neuchatel_spec.rb +89 -0
  610. data/spec/income_tax/countries/switzerland/nidwalden_spec.rb +89 -0
  611. data/spec/income_tax/countries/switzerland/obwalden_spec.rb +89 -0
  612. data/spec/income_tax/countries/switzerland/schaffhausen_spec.rb +89 -0
  613. data/spec/income_tax/countries/switzerland/schwyz_spec.rb +89 -0
  614. data/spec/income_tax/countries/switzerland/solothurn_spec.rb +89 -0
  615. data/spec/income_tax/countries/switzerland/st_gallen_spec.rb +89 -0
  616. data/spec/income_tax/countries/switzerland/thurgau_spec.rb +89 -0
  617. data/spec/income_tax/countries/switzerland/ticino_spec.rb +89 -0
  618. data/spec/income_tax/countries/switzerland/uri_spec.rb +89 -0
  619. data/spec/income_tax/countries/switzerland/valais_spec.rb +89 -0
  620. data/spec/income_tax/countries/switzerland/vaud_spec.rb +89 -0
  621. data/spec/income_tax/countries/switzerland/zug_spec.rb +89 -0
  622. data/spec/income_tax/countries/switzerland/zurich_spec.rb +89 -0
  623. data/spec/income_tax/countries/switzerland_spec.rb +89 -0
  624. data/spec/income_tax/countries/syria_spec.rb +89 -0
  625. data/spec/income_tax/countries/taiwan_spec.rb +89 -0
  626. data/spec/income_tax/countries/tajikistan_spec.rb +89 -0
  627. data/spec/income_tax/countries/tanzania_spec.rb +89 -0
  628. data/spec/income_tax/countries/thailand_spec.rb +89 -0
  629. data/spec/income_tax/countries/timor_leste_spec.rb +89 -0
  630. data/spec/income_tax/countries/togo_spec.rb +89 -0
  631. data/spec/income_tax/countries/tokelau_spec.rb +89 -0
  632. data/spec/income_tax/countries/tonga_spec.rb +89 -0
  633. data/spec/income_tax/countries/trinidad_and_tobago_spec.rb +89 -0
  634. data/spec/income_tax/countries/tunisia_spec.rb +89 -0
  635. data/spec/income_tax/countries/turkey_spec.rb +89 -0
  636. data/spec/income_tax/countries/turkmenistan_spec.rb +89 -0
  637. data/spec/income_tax/countries/turks_and_caicos_islands_spec.rb +89 -0
  638. data/spec/income_tax/countries/tuvalu_spec.rb +89 -0
  639. data/spec/income_tax/countries/uganda_spec.rb +89 -0
  640. data/spec/income_tax/countries/ukraine_spec.rb +89 -0
  641. data/spec/income_tax/countries/united_arab_emirates_spec.rb +89 -0
  642. data/spec/income_tax/countries/united_kingdom_spec.rb +89 -0
  643. data/spec/income_tax/countries/united_states/alabama_spec.rb +89 -0
  644. data/spec/income_tax/countries/united_states/alaska_spec.rb +89 -0
  645. data/spec/income_tax/countries/united_states/arizona_spec.rb +89 -0
  646. data/spec/income_tax/countries/united_states/arkansas_spec.rb +89 -0
  647. data/spec/income_tax/countries/united_states/california_spec.rb +89 -0
  648. data/spec/income_tax/countries/united_states/colorado_spec.rb +89 -0
  649. data/spec/income_tax/countries/united_states/connecticut_spec.rb +89 -0
  650. data/spec/income_tax/countries/united_states/dc_spec.rb +89 -0
  651. data/spec/income_tax/countries/united_states/delaware_spec.rb +89 -0
  652. data/spec/income_tax/countries/united_states/florida_spec.rb +89 -0
  653. data/spec/income_tax/countries/united_states/georgia_spec.rb +89 -0
  654. data/spec/income_tax/countries/united_states/hawaii_spec.rb +89 -0
  655. data/spec/income_tax/countries/united_states/idaho_spec.rb +89 -0
  656. data/spec/income_tax/countries/united_states/illinois_spec.rb +89 -0
  657. data/spec/income_tax/countries/united_states/indiana_spec.rb +89 -0
  658. data/spec/income_tax/countries/united_states/iowa_spec.rb +89 -0
  659. data/spec/income_tax/countries/united_states/kansas_spec.rb +89 -0
  660. data/spec/income_tax/countries/united_states/kentucky_spec.rb +89 -0
  661. data/spec/income_tax/countries/united_states/louisiana_spec.rb +89 -0
  662. data/spec/income_tax/countries/united_states/maine_spec.rb +89 -0
  663. data/spec/income_tax/countries/united_states/maryland_spec.rb +89 -0
  664. data/spec/income_tax/countries/united_states/massachusetts_spec.rb +89 -0
  665. data/spec/income_tax/countries/united_states/michigan_spec.rb +89 -0
  666. data/spec/income_tax/countries/united_states/minnesota_spec.rb +89 -0
  667. data/spec/income_tax/countries/united_states/mississippi_spec.rb +89 -0
  668. data/spec/income_tax/countries/united_states/missouri_spec.rb +89 -0
  669. data/spec/income_tax/countries/united_states/montana_spec.rb +89 -0
  670. data/spec/income_tax/countries/united_states/nebraska_spec.rb +89 -0
  671. data/spec/income_tax/countries/united_states/nevada_spec.rb +89 -0
  672. data/spec/income_tax/countries/united_states/new_hampshire_spec.rb +89 -0
  673. data/spec/income_tax/countries/united_states/new_jersey_spec.rb +89 -0
  674. data/spec/income_tax/countries/united_states/new_mexico_spec.rb +89 -0
  675. data/spec/income_tax/countries/united_states/new_york_spec.rb +89 -0
  676. data/spec/income_tax/countries/united_states/north_carolina_spec.rb +89 -0
  677. data/spec/income_tax/countries/united_states/north_dakota_spec.rb +89 -0
  678. data/spec/income_tax/countries/united_states/ohio_spec.rb +89 -0
  679. data/spec/income_tax/countries/united_states/oklahoma_spec.rb +89 -0
  680. data/spec/income_tax/countries/united_states/oregon_spec.rb +89 -0
  681. data/spec/income_tax/countries/united_states/pennsylvania_spec.rb +89 -0
  682. data/spec/income_tax/countries/united_states/rhode_island_spec.rb +89 -0
  683. data/spec/income_tax/countries/united_states/south_carolina_spec.rb +89 -0
  684. data/spec/income_tax/countries/united_states/south_dakota_spec.rb +89 -0
  685. data/spec/income_tax/countries/united_states/tennessee_spec.rb +89 -0
  686. data/spec/income_tax/countries/united_states/texas_spec.rb +89 -0
  687. data/spec/income_tax/countries/united_states/utah_spec.rb +89 -0
  688. data/spec/income_tax/countries/united_states/vermont_spec.rb +89 -0
  689. data/spec/income_tax/countries/united_states/virginia_spec.rb +89 -0
  690. data/spec/income_tax/countries/united_states/washington_spec.rb +89 -0
  691. data/spec/income_tax/countries/united_states/west_virginia_spec.rb +89 -0
  692. data/spec/income_tax/countries/united_states/wisconsin_spec.rb +89 -0
  693. data/spec/income_tax/countries/united_states/wyoming_spec.rb +89 -0
  694. data/spec/income_tax/countries/united_states_minor_outlying_islands_spec.rb +89 -0
  695. data/spec/income_tax/countries/united_states_spec.rb +89 -0
  696. data/spec/income_tax/countries/uruguay_spec.rb +89 -0
  697. data/spec/income_tax/countries/uzbekistan_spec.rb +89 -0
  698. data/spec/income_tax/countries/vanuatu_spec.rb +89 -0
  699. data/spec/income_tax/countries/vatican_spec.rb +89 -0
  700. data/spec/income_tax/countries/venezuela_spec.rb +89 -0
  701. data/spec/income_tax/countries/vietnam_spec.rb +89 -0
  702. data/spec/income_tax/countries/virgin_islands_british_spec.rb +89 -0
  703. data/spec/income_tax/countries/virgin_islands_us_spec.rb +89 -0
  704. data/spec/income_tax/countries/wallis_and_futuna_spec.rb +89 -0
  705. data/spec/income_tax/countries/western_sahara_spec.rb +89 -0
  706. data/spec/income_tax/countries/yemen_spec.rb +89 -0
  707. data/spec/income_tax/countries/zambia_spec.rb +89 -0
  708. data/spec/income_tax/countries/zimbabwe_spec.rb +89 -0
  709. data/spec/income_tax/models/fixed_rate_spec.rb +24 -0
  710. data/spec/income_tax/models/no_taxes_spec.rb +20 -0
  711. data/spec/income_tax/models/progressive_spec.rb +98 -0
  712. data/spec/income_tax/rate_spec.rb +257 -0
  713. data/spec/income_tax/register_spec.rb +14 -0
  714. data/spec/income_tax_spec.rb +9 -0
  715. data/spec/support/coverage.rb +16 -0
  716. data/spec/support/env.rb +12 -0
  717. data/spec/support.rb +3 -0
  718. metadata +760 -0
data/locations.md ADDED
@@ -0,0 +1,1763 @@
1
+ ## Countries
2
+
3
+ ### Afghanistan
4
+ * **Other accepted names:** "AF", "AFG"
5
+ * **Currency:** AFN
6
+
7
+ No personal income tax.
8
+
9
+
10
+ ### Åland Islands
11
+ * **Other accepted names:** "Åland", "Ahvenanmaa", "AX", "ALA"
12
+ * **Currency:** EUR
13
+
14
+ Tax calculation is using the same logic as Finland.
15
+
16
+
17
+ ### Albania
18
+ * **Other accepted names:** "AL", "ALB"
19
+ * **Currency:** ALL
20
+
21
+ Using a progressive tax model.
22
+
23
+
24
+ ### Algeria
25
+ * **Other accepted names:** "DZ", "DZA"
26
+ * **Currency:** DZD
27
+
28
+ Using a progressive tax model.
29
+
30
+
31
+ ### American Samoa
32
+ * **Other accepted names:** "AS", "ASM"
33
+ * **Currency:** USD
34
+
35
+ Tax calculation is using the same logic as United States.
36
+
37
+
38
+ ### Andorra
39
+ * **Other accepted names:** "AD", "AND"
40
+ * **Currency:** EUR
41
+
42
+ Fixed tax rate of 10%.
43
+
44
+
45
+ ### Angola
46
+ * **Other accepted names:** "AO", "AGO"
47
+ * **Currency:** AOA
48
+
49
+ Using a progressive tax model.
50
+
51
+
52
+ ### Anguilla
53
+ * **Other accepted names:** "AI", "AIA"
54
+ * **Currency:** XCD
55
+
56
+ No personal income tax.
57
+
58
+
59
+ ### Antigua and Barbuda
60
+ * **Other accepted names:** "Antigua", "Barbuda", "AG", "ATG"
61
+ * **Currency:** XCD
62
+
63
+ Using a progressive tax model.
64
+
65
+
66
+ ### Argentina
67
+ * **Other accepted names:** "AR", "ARG"
68
+ * **Currency:** ARS
69
+
70
+ Using a progressive tax model.
71
+
72
+
73
+ ### Armenia
74
+ * **Other accepted names:** "AM", "ARM"
75
+ * **Currency:** AMD
76
+
77
+ Using a progressive tax model.
78
+
79
+
80
+ ### Aruba
81
+ * **Other accepted names:** "AW", "ABW"
82
+ * **Currency:** AWG
83
+
84
+ Using a progressive tax model.
85
+
86
+
87
+ ### Australia
88
+ * **Other accepted names:** "AU", "AUS"
89
+ * **Currency:** AUD
90
+ * **Available options:** `age` (or `birthday`)
91
+
92
+ Using a progressive tax model.
93
+
94
+
95
+ ### Austria
96
+ * **Other accepted names:** "AT", "AUT"
97
+ * **Currency:** EUR
98
+
99
+ Using a progressive tax model.
100
+
101
+
102
+ ### Azerbaijan
103
+ * **Other accepted names:** "AZ", "AZE"
104
+ * **Currency:** AZN
105
+
106
+ Using a progressive tax model.
107
+
108
+
109
+ ### Bahamas
110
+ * **Other accepted names:** "BS", "BHS"
111
+ * **Currency:** BSD
112
+
113
+ No personal income tax.
114
+
115
+
116
+ ### Bahrain
117
+ * **Other accepted names:** "BH", "BHR"
118
+ * **Currency:** BHD
119
+
120
+ No personal income tax.
121
+
122
+
123
+ ### Bangladesh
124
+ * **Other accepted names:** "BD", "BGD"
125
+ * **Currency:** BDT
126
+ * **Available options:** `gender`, `age` (or `birthday`), `disabled`, `wounded_freedom_fighter`
127
+
128
+ Using a progressive tax model.
129
+
130
+
131
+ ### Barbados
132
+ * **Other accepted names:** "BB", "BRB"
133
+ * **Currency:** BBD
134
+ * **Available options:** `age` (or `birthday`)
135
+
136
+ Using a progressive tax model.
137
+
138
+
139
+ ### Belarus
140
+ * **Other accepted names:** "BY", "BLR"
141
+ * **Currency:** BYR
142
+
143
+ Fixed tax rate of 12%.
144
+
145
+
146
+ ### Belgium
147
+ * **Other accepted names:** "BE", "BEL"
148
+ * **Currency:** EUR
149
+
150
+ Using a progressive tax model.
151
+
152
+
153
+ ### Belize
154
+ * **Other accepted names:** "BZ", "BLZ"
155
+ * **Currency:** BZD
156
+
157
+ Using a progressive tax model.
158
+
159
+
160
+ ### Benin
161
+ * **Other accepted names:** "BJ", "BEN"
162
+ * **Currency:** XOF
163
+
164
+ Using a progressive tax model.
165
+
166
+
167
+ ### Bermuda
168
+ * **Other accepted names:** "BM", "BMU"
169
+ * **Currency:** BMD
170
+
171
+ No personal income tax.
172
+
173
+
174
+ ### Bhutan
175
+ * **Other accepted names:** "BT", "BTN"
176
+ * **Currency:** BTN
177
+
178
+ Using a progressive tax model.
179
+
180
+
181
+ ### Bolivia
182
+ * **Other accepted names:** "Bolivia (Plurinational State of)", "BO", "BOL"
183
+ * **Currency:** BOB
184
+
185
+ Fixed tax rate of 13%.
186
+
187
+
188
+ ### Bosnia And Herzegovina
189
+ * **Other accepted names:** "Bosnia", "Herzegovina", "Srpska", "Republika Srpska", "BA", "BIH"
190
+ * **Currency:** BAM
191
+
192
+ Fixed tax rate of 10%.
193
+
194
+
195
+ ### Botswana
196
+ * **Other accepted names:** "BW", "BWA"
197
+ * **Currency:** BWP
198
+
199
+ Using a progressive tax model.
200
+
201
+
202
+ ### Bouvet Island
203
+ * **Other accepted names:** "BV", "BVT"
204
+ * **Currency:** NOK
205
+
206
+ Tax calculation is using the same logic as Norway.
207
+
208
+
209
+ ### Brazil
210
+ * **Other accepted names:** "BR", "BRA"
211
+ * **Currency:** BRL
212
+
213
+ Using a progressive tax model.
214
+
215
+
216
+ ### British Indian Ocean Territory
217
+ * **Other accepted names:** "IO", "IOT"
218
+ * **Currency:** USD
219
+
220
+ Tax calculation is using the same logic as United Kingdom.
221
+
222
+
223
+ ### Brunei Darussalam
224
+ * **Other accepted names:** "Brunei", "BN", "BRN"
225
+ * **Currency:** BND
226
+
227
+ No personal income tax.
228
+
229
+
230
+ ### Bulgaria
231
+ * **Other accepted names:** "BG", "BGR"
232
+ * **Currency:** BGN
233
+
234
+ Fixed tax rate of 10%.
235
+
236
+
237
+ ### Burkina Faso
238
+ * **Other accepted names:** "BF", "BFA"
239
+ * **Currency:** XOF
240
+
241
+ Using a progressive tax model.
242
+
243
+
244
+ ### Burundi
245
+ * **Other accepted names:** "BI", "BDI"
246
+ * **Currency:** BIF
247
+
248
+ Using a progressive tax model.
249
+
250
+
251
+ ### Cambodia
252
+ * **Other accepted names:** "KH", "KHM"
253
+ * **Currency:** KHR
254
+
255
+ Using a progressive tax model.
256
+
257
+
258
+ ### Cameroon
259
+ * **Other accepted names:** "CM", "CMR"
260
+ * **Currency:** XAF
261
+
262
+ Using a progressive tax model.
263
+
264
+
265
+ ### Canada
266
+ * **Other accepted names:** "CA", "CAN"
267
+ * **Currency:** CAD
268
+
269
+ Using a progressive tax model.
270
+
271
+
272
+ ### Cape Verde
273
+ * **Other accepted names:** "Cabo Verde", "CV", "CPV"
274
+ * **Currency:** CVE
275
+
276
+ Using a progressive tax model.
277
+
278
+
279
+ ### Bonaire, Sint Eustatius and Saba
280
+ * **Other accepted names:** "Caribbean Netherlands", "Bonaire", "Sint Eustatius", "Saba", "BQ", "BES"
281
+ * **Currency:** USD
282
+
283
+ Using a progressive tax model.
284
+
285
+
286
+ ### Cayman Islands
287
+ * **Other accepted names:** "KY", "CYM"
288
+ * **Currency:** KYD
289
+
290
+ No personal income tax.
291
+
292
+
293
+ ### Central African Republic
294
+ * **Other accepted names:** "CF", "CAF"
295
+ * **Currency:** XAF
296
+
297
+ Using a progressive tax model.
298
+
299
+
300
+ ### Chad
301
+ * **Other accepted names:** "TD", "TCD"
302
+ * **Currency:** XAF
303
+
304
+ Using a progressive tax model.
305
+
306
+
307
+ ### Chile
308
+ * **Other accepted names:** "CL", "CHL"
309
+ * **Currency:** CLP
310
+
311
+ Using a progressive tax model.
312
+
313
+
314
+ ### China
315
+ * **Other accepted names:** "China, People's Republic of", "China (People's Republic of)", "CN", "CHN"
316
+ * **Currency:** CNY
317
+
318
+ Using a progressive tax model.
319
+
320
+
321
+ ### Christmas Island
322
+ * **Other accepted names:** "CX", "CXR"
323
+ * **Currency:** AUD
324
+
325
+ No personal income tax.
326
+
327
+
328
+ ### Cocos (Keeling) Islands
329
+ * **Other accepted names:** "Cocos Islands", "Keeling Islands", "CC", "CCK"
330
+ * **Currency:** AUD
331
+
332
+ No personal income tax.
333
+
334
+
335
+ ### Colombia
336
+ * **Other accepted names:** "CO", "COL"
337
+ * **Currency:** COP
338
+
339
+ Using a progressive tax model.
340
+
341
+
342
+ ### Comoros
343
+ * **Other accepted names:** "KM", "COM"
344
+ * **Currency:** KMF
345
+
346
+ Using a progressive tax model.
347
+
348
+
349
+ ### Congo
350
+ * **Other accepted names:** "Congo, Democratic Republic of the", "Congo (Democratic Republic of the)", "CD", "COD"
351
+ * **Currency:** CDF
352
+
353
+ Fixed tax rate of 30%.
354
+
355
+
356
+ ### Congo (Republic of the)
357
+ * **Other accepted names:** "Congo, Republic of the", "CG", "COG"
358
+ * **Currency:** XAF
359
+
360
+ Using a progressive tax model.
361
+
362
+
363
+ ### Cook Islands
364
+ * **Other accepted names:** "CK", "COK"
365
+ * **Currency:** NZD
366
+
367
+ Using a progressive tax model.
368
+
369
+
370
+ ### Costa Rica
371
+ * **Other accepted names:** "CR", "CRI"
372
+ * **Currency:** CRC
373
+ * **Available options:** `self_employed`
374
+
375
+ Using a progressive tax model.
376
+
377
+
378
+ ### Croatia
379
+ * **Other accepted names:** "HR", "HRV"
380
+ * **Currency:** HRK
381
+
382
+ Using a progressive tax model.
383
+
384
+
385
+ ### Cuba
386
+ * **Other accepted names:** "CU", "CUB"
387
+ * **Currency:** CUP
388
+
389
+ Using a progressive tax model.
390
+
391
+
392
+ ### Curaçao
393
+ * **Other accepted names:** "Curacao", "CW", "CUW"
394
+ * **Currency:** ANG
395
+
396
+ Using a progressive tax model.
397
+
398
+
399
+ ### Cyprus
400
+ * **Other accepted names:** "CY", "CYP"
401
+ * **Currency:** EUR
402
+
403
+ Using a progressive tax model.
404
+
405
+
406
+ ### Czech Republic
407
+ * **Other accepted names:** "CZ", "CZE"
408
+ * **Currency:** CZK
409
+
410
+ Fixed tax rate of 15%.
411
+
412
+
413
+ ### Denmark
414
+ * **Other accepted names:** "DK", "DNK"
415
+ * **Currency:** DKK
416
+
417
+ Using a progressive tax model.
418
+
419
+
420
+ ### Djibouti
421
+ * **Other accepted names:** "DJ", "DJI"
422
+ * **Currency:** DJF
423
+
424
+ Using a progressive tax model.
425
+
426
+
427
+ ### Dominica
428
+ * **Other accepted names:** "DM", "DMA"
429
+ * **Currency:** XCD
430
+
431
+ Using a progressive tax model.
432
+
433
+
434
+ ### Dominican Republic
435
+ * **Other accepted names:** "DO", "DOM"
436
+ * **Currency:** DOP
437
+
438
+ Using a progressive tax model.
439
+
440
+
441
+ ### Ecuador
442
+ * **Other accepted names:** "EC", "ECU"
443
+ * **Currency:** USD
444
+
445
+ Using a progressive tax model.
446
+
447
+
448
+ ### Egypt
449
+ * **Other accepted names:** "EG", "EGY"
450
+ * **Currency:** EGP
451
+
452
+ Using a progressive tax model.
453
+
454
+
455
+ ### El Salvador
456
+ * **Other accepted names:** "SV", "SLV"
457
+ * **Currency:** USD
458
+
459
+ Fixed tax rate of 25%.
460
+
461
+
462
+ ### Equatorial Guinea
463
+ * **Other accepted names:** "GQ", "GNQ"
464
+ * **Currency:** XAF
465
+
466
+ Using a progressive tax model.
467
+
468
+
469
+ ### Eritrea
470
+ * **Other accepted names:** "ER", "ERI"
471
+ * **Currency:** ETB
472
+
473
+ Fixed tax rate of 34%.
474
+
475
+
476
+ ### Estonia
477
+ * **Other accepted names:** "EE", "EST"
478
+ * **Currency:** EUR
479
+
480
+ Fixed tax rate of 20%.
481
+
482
+
483
+ ### Ethiopia
484
+ * **Other accepted names:** "ET", "ETH"
485
+ * **Currency:** ETB
486
+
487
+ Using a progressive tax model.
488
+
489
+
490
+ ### Falkland Islands (Malvinas)
491
+ * **Other accepted names:** "Falkland Islands", "Malvinas", "FK", "FLK"
492
+ * **Currency:** FKP
493
+
494
+ Using a progressive tax model.
495
+
496
+
497
+ ### Faroe Islands
498
+ * **Other accepted names:** "FO", "FRO"
499
+ * **Currency:** DKK
500
+
501
+ Fixed tax rate of 41.5%.
502
+
503
+
504
+ ### Fiji
505
+ * **Other accepted names:** "FJ", "FJI"
506
+ * **Currency:** FJD
507
+
508
+ Using a progressive tax model.
509
+
510
+
511
+ ### Finland
512
+ * **Other accepted names:** "FI", "FIN"
513
+ * **Currency:** EUR
514
+
515
+ Using a progressive tax model.
516
+
517
+
518
+ ### France
519
+ * **Other accepted names:** "FR", "FRA"
520
+ * **Currency:** EUR
521
+ * **Available options:** `married`, `children`
522
+
523
+ Using a progressive tax model.
524
+
525
+
526
+ ### French Guiana
527
+ * **Other accepted names:** "GF", "GUF"
528
+ * **Currency:** EUR
529
+
530
+ Tax calculation is using the same logic as France.
531
+
532
+
533
+ ### French Polynesia
534
+ * **Other accepted names:** "PF", "PYF"
535
+ * **Currency:** XPF
536
+
537
+ No personal income tax.
538
+
539
+
540
+ ### French Southern Territories
541
+ * **Other accepted names:** "TF", "ATF"
542
+ * **Currency:** EUR
543
+
544
+ Tax calculation is using the same logic as France.
545
+
546
+
547
+ ### Gabon
548
+ * **Other accepted names:** "GA", "GAB"
549
+ * **Currency:** XAF
550
+
551
+ Using a progressive tax model.
552
+
553
+
554
+ ### Gambia
555
+ * **Other accepted names:** "GM", "GMB"
556
+ * **Currency:** GMD
557
+
558
+ Using a progressive tax model.
559
+
560
+
561
+ ### Georgia
562
+ * **Other accepted names:** "GE", "GEO"
563
+ * **Currency:** GEL
564
+
565
+ Fixed tax rate of 20%.
566
+
567
+
568
+ ### Germany
569
+ * **Other accepted names:** "DE", "DEU"
570
+ * **Currency:** EUR
571
+ * **Available options:** `married`
572
+
573
+ Tax model uses a custom implementation.
574
+
575
+
576
+ ### Ghana
577
+ * **Other accepted names:** "GH", "GHA"
578
+ * **Currency:** GHS
579
+
580
+ Using a progressive tax model.
581
+
582
+
583
+ ### Gibraltar
584
+ * **Other accepted names:** "GI", "GIB"
585
+ * **Currency:** GIP
586
+
587
+ Using a progressive tax model.
588
+
589
+
590
+ ### Greece
591
+ * **Other accepted names:** "GR", "GRC"
592
+ * **Currency:** EUR
593
+
594
+ Using a progressive tax model.
595
+
596
+
597
+ ### Greenland
598
+ * **Other accepted names:** "GL", "GRL"
599
+ * **Currency:** DKK
600
+
601
+ Fixed tax rate of 37%.
602
+
603
+
604
+ ### Grenada
605
+ * **Other accepted names:** "GD", "GRD"
606
+ * **Currency:** XCD
607
+
608
+ Using a progressive tax model.
609
+
610
+
611
+ ### Guadeloupe
612
+ * **Other accepted names:** "GP", "GLP"
613
+ * **Currency:** EUR
614
+
615
+ Using a progressive tax model.
616
+
617
+
618
+ ### Guam
619
+ * **Other accepted names:** "GU", "GUM"
620
+ * **Currency:** USD
621
+
622
+ Tax calculation is using the same logic as United States.
623
+
624
+
625
+ ### Guatemala
626
+ * **Other accepted names:** "GT", "GTM"
627
+ * **Currency:** GTQ
628
+
629
+ Using a progressive tax model.
630
+
631
+
632
+ ### Guernsey
633
+ * **Other accepted names:** "GG", "GGY"
634
+ * **Currency:** GGP
635
+
636
+ Fixed tax rate of 20%.
637
+
638
+
639
+ ### Guinea
640
+ * **Other accepted names:** "GN", "GIN"
641
+ * **Currency:** GNF
642
+
643
+ Using a progressive tax model.
644
+
645
+
646
+ ### Guinea-Bissau
647
+ * **Other accepted names:** "GW", "GNB"
648
+ * **Currency:** XOF
649
+
650
+ Fixed tax rate of 20%.
651
+
652
+
653
+ ### Guyana
654
+ * **Other accepted names:** "GY", "GUY"
655
+ * **Currency:** GYD
656
+
657
+ Using a progressive tax model.
658
+
659
+
660
+ ### Haiti
661
+ * **Other accepted names:** "HT", "HTI"
662
+ * **Currency:** USD
663
+
664
+ Fixed tax rate of 20%.
665
+
666
+
667
+ ### Heard and McDonald Islands
668
+ * **Other accepted names:** "Heard Island", "McDonald Island", "HM", "HMD"
669
+ * **Currency:** AUD
670
+
671
+ Tax calculation is using the same logic as Australia.
672
+
673
+
674
+ ### Honduras
675
+ * **Other accepted names:** "HN", "HND"
676
+ * **Currency:** HNL
677
+
678
+ Fixed tax rate of 10%.
679
+
680
+
681
+ ### Hong Kong
682
+ * **Other accepted names:** "HK", "HKG"
683
+ * **Currency:** HKD
684
+
685
+ Using a progressive tax model.
686
+
687
+
688
+ ### Hungary
689
+ * **Other accepted names:** "HU", "HUN"
690
+ * **Currency:** HUF
691
+
692
+ Fixed tax rate of 16%.
693
+
694
+
695
+ ### Iceland
696
+ * **Other accepted names:** "IS", "ISL"
697
+ * **Currency:** ISK
698
+
699
+ Using a progressive tax model.
700
+
701
+
702
+ ### India
703
+ * **Other accepted names:** "IN", "IND"
704
+ * **Currency:** INR
705
+
706
+ Using a progressive tax model.
707
+
708
+
709
+ ### Indonesia
710
+ * **Other accepted names:** "ID", "IDN"
711
+ * **Currency:** IDR
712
+
713
+ Using a progressive tax model.
714
+
715
+
716
+ ### Iran
717
+ * **Other accepted names:** "Iran (Islamic Republic Of)", "IR", "IRN"
718
+ * **Currency:** IRR
719
+
720
+ Using a progressive tax model.
721
+
722
+
723
+ ### Iraq
724
+ * **Other accepted names:** "IQ", "IRQ"
725
+ * **Currency:** IQD
726
+
727
+ Fixed tax rate of 15%.
728
+
729
+
730
+ ### Ireland
731
+ * **Other accepted names:** "Ireland, Republic Of", "IE", "IRL"
732
+ * **Currency:** EUR
733
+ * **Available options:** `married`
734
+
735
+ Using a progressive tax model.
736
+
737
+
738
+ ### Isle of Man
739
+ * **Other accepted names:** "IM", "IMN"
740
+ * **Currency:** IMP
741
+
742
+ Using a progressive tax model.
743
+
744
+
745
+ ### Israel
746
+ * **Other accepted names:** "IL", "ISR"
747
+ * **Currency:** ILS
748
+
749
+ Using a progressive tax model.
750
+
751
+
752
+ ### Italy
753
+ * **Other accepted names:** "IT", "ITA"
754
+ * **Currency:** EUR
755
+
756
+ Using a progressive tax model.
757
+
758
+
759
+ ### Ivory Coast
760
+ * **Other accepted names:** "Côte d'Ivoire", "Cote d'Ivoire", "CI", "CIV"
761
+ * **Currency:** XOF
762
+
763
+ Using a progressive tax model.
764
+
765
+
766
+ ### Jamaica
767
+ * **Other accepted names:** "JM", "JAM"
768
+ * **Currency:** JMD
769
+
770
+ Using a progressive tax model.
771
+
772
+
773
+ ### Japan
774
+ * **Other accepted names:** "JP", "JPN"
775
+ * **Currency:** JPY
776
+
777
+ Using a progressive tax model.
778
+
779
+
780
+ ### Jersey
781
+ * **Other accepted names:** "JE", "JEY"
782
+ * **Currency:** JEP
783
+
784
+ Fixed tax rate of 20%.
785
+
786
+
787
+ ### Jordan
788
+ * **Other accepted names:** "JO", "JOR"
789
+ * **Currency:** JOD
790
+
791
+ Using a progressive tax model.
792
+
793
+
794
+ ### Kazakhstan
795
+ * **Other accepted names:** "KZ", "KAZ"
796
+ * **Currency:** KZT
797
+
798
+ Fixed tax rate of 10%.
799
+
800
+
801
+ ### Kenya
802
+ * **Other accepted names:** "KE", "KEN"
803
+ * **Currency:** KES
804
+
805
+ Using a progressive tax model.
806
+
807
+
808
+ ### Kiribati
809
+ * **Other accepted names:** "KI", "KIR"
810
+ * **Currency:** AUD
811
+
812
+ Fixed tax rate of 30%.
813
+
814
+
815
+ ### Kosovo
816
+ * **Other accepted names:** "Kosovo (Disputed Territory)", "XK", "RKS"
817
+ * **Currency:** EUR
818
+
819
+ Using a progressive tax model.
820
+
821
+
822
+ ### Kuwait
823
+ * **Other accepted names:** "KW", "KWT"
824
+ * **Currency:** KWD
825
+
826
+ No personal income tax.
827
+
828
+
829
+ ### Kyrgyzstan
830
+ * **Other accepted names:** "KG", "KGZ"
831
+ * **Currency:** KGS
832
+
833
+ Fixed tax rate of 10%.
834
+
835
+
836
+ ### Lao People's Democratic Republic
837
+ * **Other accepted names:** "Laos", "LA", "LAO"
838
+ * **Currency:** LAK
839
+
840
+ Using a progressive tax model.
841
+
842
+
843
+ ### Latvia
844
+ * **Other accepted names:** "LV", "LVA"
845
+ * **Currency:** EUR
846
+
847
+ Fixed tax rate of 24%.
848
+
849
+
850
+ ### Lebanon
851
+ * **Other accepted names:** "LB", "LBN"
852
+ * **Currency:** LBP
853
+
854
+ Using a progressive tax model.
855
+
856
+
857
+ ### Lesotho
858
+ * **Other accepted names:** "LS", "LSO"
859
+ * **Currency:** LSL
860
+
861
+ Using a progressive tax model.
862
+
863
+
864
+ ### Liberia
865
+ * **Other accepted names:** "LR", "LBR"
866
+ * **Currency:** LRD
867
+
868
+ Using a progressive tax model.
869
+
870
+
871
+ ### Libya
872
+ * **Other accepted names:** "LY", "LBY"
873
+ * **Currency:** LYD
874
+
875
+ Using a progressive tax model.
876
+
877
+
878
+ ### Liechtenstein
879
+ * **Other accepted names:** "LI", "LIE"
880
+ * **Currency:** CHF
881
+
882
+ Fixed tax rate of 17.82%.
883
+
884
+
885
+ ### Lithuania
886
+ * **Other accepted names:** "LT", "LTU"
887
+ * **Currency:** EUR
888
+
889
+ Fixed tax rate of 15%.
890
+
891
+
892
+ ### Luxembourg
893
+ * **Other accepted names:** "LU", "LUX"
894
+ * **Currency:** EUR
895
+
896
+ Using a progressive tax model.
897
+
898
+
899
+ ### Macao
900
+ * **Other accepted names:** "Macau", "MO"
901
+ * **Currency:** MOP
902
+
903
+ Using a progressive tax model.
904
+
905
+
906
+ ### Macedonia
907
+ * **Other accepted names:** "Macedonia (the former Yugoslav Republic of)", "MK", "MKD"
908
+ * **Currency:** MKD
909
+
910
+ Fixed tax rate of 10%.
911
+
912
+
913
+ ### Madagascar
914
+ * **Other accepted names:** "MG", "MDG"
915
+ * **Currency:** MGA
916
+
917
+ Using a progressive tax model.
918
+
919
+
920
+ ### Malawi
921
+ * **Other accepted names:** "MW", "MWI"
922
+ * **Currency:** MWK
923
+
924
+ Using a progressive tax model.
925
+
926
+
927
+ ### Malaysia
928
+ * **Other accepted names:** "MY", "MYS"
929
+ * **Currency:** MYR
930
+
931
+ Using a progressive tax model.
932
+
933
+
934
+ ### Maldives
935
+ * **Other accepted names:** "MV", "MDV"
936
+ * **Currency:** MVR
937
+
938
+ No personal income tax.
939
+
940
+
941
+ ### Mali
942
+ * **Other accepted names:** "ML", "MLI"
943
+ * **Currency:** XOF
944
+
945
+ Fixed tax rate of 3%.
946
+
947
+
948
+ ### Malta
949
+ * **Other accepted names:** "MT", "MLT"
950
+ * **Currency:** EUR
951
+ * **Available options:** `married`, `children`
952
+
953
+ Using a progressive tax model.
954
+
955
+
956
+ ### Marshall Islands
957
+ * **Other accepted names:** "MH", "MHL"
958
+ * **Currency:** USD
959
+
960
+ Using a progressive tax model.
961
+
962
+
963
+ ### Martinique
964
+ * **Other accepted names:** "MQ", "MTQ"
965
+ * **Currency:** EUR
966
+
967
+ Using a progressive tax model.
968
+
969
+
970
+ ### Mauritania
971
+ * **Other accepted names:** "MR", "MRT"
972
+ * **Currency:** MRO
973
+
974
+ Using a progressive tax model.
975
+
976
+
977
+ ### Mauritius
978
+ * **Other accepted names:** "MU", "MUS"
979
+ * **Currency:** MUR
980
+
981
+ Fixed tax rate of 15%.
982
+
983
+
984
+ ### Mayotte
985
+ * **Other accepted names:** "Maore", "YT", "MYT"
986
+ * **Currency:** EUR
987
+
988
+ Tax calculation is using the same logic as France.
989
+
990
+
991
+ ### Mexico
992
+ * **Other accepted names:** "MX", "MEX"
993
+ * **Currency:** MXN
994
+
995
+ Using a progressive tax model.
996
+
997
+
998
+ ### Micronesia, Federated States Of
999
+ * **Other accepted names:** "Micronesia", "FM", "FSM"
1000
+ * **Currency:** USD
1001
+
1002
+ Fixed tax rate of 10%.
1003
+
1004
+
1005
+ ### Moldova
1006
+ * **Other accepted names:** "Moldova (Republic of)", "MD", "MDA"
1007
+ * **Currency:** MDL
1008
+
1009
+ Using a progressive tax model.
1010
+
1011
+
1012
+ ### Monaco
1013
+ * **Other accepted names:** "MC", "MCO"
1014
+ * **Currency:** EUR
1015
+
1016
+ No personal income tax.
1017
+
1018
+
1019
+ ### Mongolia
1020
+ * **Other accepted names:** "MN", "MNG"
1021
+ * **Currency:** MNT
1022
+
1023
+ Fixed tax rate of 10%.
1024
+
1025
+
1026
+ ### Montenegro
1027
+ * **Other accepted names:** "ME", "MNE"
1028
+ * **Currency:** EUR
1029
+
1030
+ Using a progressive tax model.
1031
+
1032
+
1033
+ ### Montserrat
1034
+ * **Other accepted names:** "MS", "MSR"
1035
+ * **Currency:** XCD
1036
+
1037
+ Using a progressive tax model.
1038
+
1039
+
1040
+ ### Morocco
1041
+ * **Other accepted names:** "MA", "MAR"
1042
+ * **Currency:** MAD
1043
+
1044
+ Using a progressive tax model.
1045
+
1046
+
1047
+ ### Mozambique
1048
+ * **Other accepted names:** "MZ", "MOZ"
1049
+ * **Currency:** MZN
1050
+
1051
+ Using a progressive tax model.
1052
+
1053
+
1054
+ ### Myanmar
1055
+ * **Other accepted names:** "Burma", "MM", "MMR"
1056
+ * **Currency:** MMK
1057
+
1058
+ Using a progressive tax model.
1059
+
1060
+
1061
+ ### Namibia
1062
+ * **Other accepted names:** "NA", "NAM"
1063
+ * **Currency:** NAD
1064
+
1065
+ Using a progressive tax model.
1066
+
1067
+
1068
+ ### Nauru
1069
+ * **Other accepted names:** "NR", "NRU"
1070
+ * **Currency:** AUD
1071
+
1072
+ No personal income tax.
1073
+
1074
+
1075
+ ### Nepal
1076
+ * **Other accepted names:** "NP", "NPL"
1077
+ * **Currency:** NPR
1078
+ * **Available options:** `married`
1079
+
1080
+ Using a progressive tax model.
1081
+
1082
+
1083
+ ### Netherlands
1084
+ * **Other accepted names:** "NL", "NLD"
1085
+ * **Currency:** EUR
1086
+
1087
+ Using a progressive tax model.
1088
+
1089
+
1090
+ ### Netherlands Antilles
1091
+ * **Other accepted names:** "AN", "ANT"
1092
+ * **Currency:** ANG
1093
+
1094
+ Using a progressive tax model.
1095
+
1096
+
1097
+ ### New Caledonia
1098
+ * **Other accepted names:** "NC", "NCL"
1099
+ * **Currency:** XPF
1100
+
1101
+ Using a progressive tax model.
1102
+
1103
+
1104
+ ### New Zealand
1105
+ * **Other accepted names:** "NZ", "NZL"
1106
+ * **Currency:** NZD
1107
+
1108
+ Using a progressive tax model.
1109
+
1110
+
1111
+ ### Nicaragua
1112
+ * **Other accepted names:** "NI", "NIC"
1113
+ * **Currency:** NIO
1114
+ * **Available options:** `self_employed`
1115
+
1116
+ Using a progressive tax model.
1117
+
1118
+
1119
+ ### Niger
1120
+ * **Other accepted names:** "NE", "NER"
1121
+ * **Currency:** XOF
1122
+
1123
+ Using a progressive tax model.
1124
+
1125
+
1126
+ ### Nigeria
1127
+ * **Other accepted names:** "NG", "NGA"
1128
+ * **Currency:** NGN
1129
+
1130
+ Using a progressive tax model.
1131
+
1132
+
1133
+ ### Niue
1134
+ * **Other accepted names:** "NU", "NIU"
1135
+ * **Currency:** NZD
1136
+
1137
+ Using a progressive tax model.
1138
+
1139
+
1140
+ ### Norfolk Island
1141
+ * **Other accepted names:** "NF", "NFK"
1142
+ * **Currency:** AUD
1143
+
1144
+ No personal income tax.
1145
+
1146
+
1147
+ ### Korea, Democratic People's Republic Of
1148
+ * **Other accepted names:** "Korea (North)", "North Korea", "Korea (Democratic People's Republic Of)", "KP", "PRK"
1149
+ * **Currency:** KPW
1150
+
1151
+ No personal income tax.
1152
+
1153
+
1154
+ ### Northern Mariana Islands
1155
+ * **Other accepted names:** "MP", "MNP"
1156
+ * **Currency:** USD
1157
+
1158
+ Tax calculation is using the same logic as United States.
1159
+
1160
+
1161
+ ### Norway
1162
+ * **Other accepted names:** "NO", "NOR"
1163
+ * **Currency:** NOK
1164
+
1165
+ Using a progressive tax model.
1166
+
1167
+
1168
+ ### Oman
1169
+ * **Other accepted names:** "OM", "OMN"
1170
+ * **Currency:** OMR
1171
+
1172
+ No personal income tax.
1173
+
1174
+
1175
+ ### Pakistan
1176
+ * **Other accepted names:** "PK", "PAK"
1177
+ * **Currency:** PKR
1178
+
1179
+ Using a progressive tax model.
1180
+
1181
+
1182
+ ### Palau
1183
+ * **Other accepted names:** "PW", "PLW"
1184
+ * **Currency:** USD
1185
+
1186
+ Using a progressive tax model.
1187
+
1188
+
1189
+ ### Palestinian Territory
1190
+ * **Other accepted names:** "Palestine", "Palestinian Territory, Occupied", "Palestine, State of", "PS", "PSE"
1191
+ * **Currency:** ILS
1192
+
1193
+ Using a progressive tax model.
1194
+
1195
+
1196
+ ### Panama
1197
+ * **Other accepted names:** "PA", "PAN"
1198
+ * **Currency:** USD
1199
+
1200
+ Using a progressive tax model.
1201
+
1202
+
1203
+ ### Papua New Guinea
1204
+ * **Other accepted names:** "PG", "PNG"
1205
+ * **Currency:** PGK
1206
+
1207
+ Using a progressive tax model.
1208
+
1209
+
1210
+ ### Paraguay
1211
+ * **Other accepted names:** "PY", "PRY"
1212
+ * **Currency:** PYG
1213
+
1214
+ Fixed tax rate of 10%.
1215
+
1216
+
1217
+ ### Peru
1218
+ * **Other accepted names:** "PE", "PER"
1219
+ * **Currency:** PEN
1220
+
1221
+ Using a progressive tax model.
1222
+
1223
+
1224
+ ### Philippines
1225
+ * **Other accepted names:** "PH", "PHL"
1226
+ * **Currency:** PHP
1227
+
1228
+ Using a progressive tax model.
1229
+
1230
+
1231
+ ### Pitcairn
1232
+ * **Other accepted names:** "PN", "PCN"
1233
+ * **Currency:** NZD
1234
+
1235
+ No personal income tax.
1236
+
1237
+
1238
+ ### Poland
1239
+ * **Other accepted names:** "PL", "POL"
1240
+ * **Currency:** PLN
1241
+
1242
+ Using a progressive tax model.
1243
+
1244
+
1245
+ ### Portugal
1246
+ * **Other accepted names:** "PT", "PRT"
1247
+ * **Currency:** EUR
1248
+
1249
+ Using a progressive tax model.
1250
+
1251
+
1252
+ ### Puerto Rico
1253
+ * **Other accepted names:** "PR", "PRI"
1254
+ * **Currency:** USD
1255
+
1256
+ Fixed tax rate of 4%.
1257
+
1258
+
1259
+ ### Qatar
1260
+ * **Other accepted names:** "QA", "QAT"
1261
+ * **Currency:** QAR
1262
+
1263
+ No personal income tax.
1264
+
1265
+
1266
+ ### Réunion
1267
+ * **Other accepted names:** "RE", "REU"
1268
+ * **Currency:** EUR
1269
+
1270
+ Tax calculation is using the same logic as France.
1271
+
1272
+
1273
+ ### Romania
1274
+ * **Other accepted names:** "RO", "ROU"
1275
+ * **Currency:** RON
1276
+
1277
+ Fixed tax rate of 16%.
1278
+
1279
+
1280
+ ### Russia
1281
+ * **Other accepted names:** "Russian Federation", "RU", "RUS"
1282
+ * **Currency:** RUB
1283
+
1284
+ Fixed tax rate of 13%.
1285
+
1286
+
1287
+ ### Rwanda
1288
+ * **Other accepted names:** "RW", "RWA"
1289
+ * **Currency:** RWF
1290
+
1291
+ Using a progressive tax model.
1292
+
1293
+
1294
+ ### Saint Barthélemy
1295
+ * **Other accepted names:** "BL", "BLM"
1296
+ * **Currency:** EUR
1297
+
1298
+ No personal income tax.
1299
+
1300
+
1301
+ ### Saint Helena
1302
+ * **Other accepted names:** "SH", "SHN"
1303
+ * **Currency:** SHP
1304
+
1305
+ Fixed tax rate of 25%.
1306
+
1307
+
1308
+ ### Saint Kitts And Nevis
1309
+ * **Other accepted names:** "Saint Kitts", "Nevis", "KN", "KNA"
1310
+ * **Currency:** XCD
1311
+
1312
+ No personal income tax.
1313
+
1314
+
1315
+ ### Saint Lucia
1316
+ * **Other accepted names:** "LC", "LCA"
1317
+ * **Currency:** XCD
1318
+
1319
+ Using a progressive tax model.
1320
+
1321
+
1322
+ ### Saint Martin
1323
+ * **Other accepted names:** "MF", "MAF"
1324
+ * **Currency:** EUR
1325
+
1326
+ Using a progressive tax model.
1327
+
1328
+
1329
+ ### Saint Pierre And Miquelon
1330
+ * **Other accepted names:** "Saint Pierre", "Miquelon", "PM", "SPM"
1331
+ * **Currency:** EUR
1332
+
1333
+ Using a progressive tax model.
1334
+
1335
+
1336
+ ### Saint Vincent And The Grenedines
1337
+ * **Other accepted names:** "Saint Vincent", "The Grenedines", "VC", "VCT"
1338
+ * **Currency:** XCD
1339
+
1340
+ Using a progressive tax model.
1341
+
1342
+
1343
+ ### Samoa
1344
+ * **Other accepted names:** "WS", "WSM"
1345
+ * **Currency:** WST
1346
+
1347
+ Using a progressive tax model.
1348
+
1349
+
1350
+ ### San Marino
1351
+ * **Other accepted names:** "SM", "SMR"
1352
+ * **Currency:** EUR
1353
+
1354
+ Using a progressive tax model.
1355
+
1356
+
1357
+ ### Sao Tome and Principe
1358
+ * **Other accepted names:** "Sao Tome", "Principe", "ST", "STP"
1359
+ * **Currency:** STD
1360
+
1361
+ Fixed tax rate of 13%.
1362
+
1363
+
1364
+ ### Saudi Arabia
1365
+ * **Other accepted names:** "SA", "SAU"
1366
+ * **Currency:** SAR
1367
+
1368
+ No personal income tax.
1369
+
1370
+
1371
+ ### Senegal
1372
+ * **Other accepted names:** "SN", "SEN"
1373
+ * **Currency:** XOF
1374
+
1375
+ Using a progressive tax model.
1376
+
1377
+
1378
+ ### Serbia
1379
+ * **Other accepted names:** "RS", "SRB"
1380
+ * **Currency:** RSD
1381
+
1382
+ Using a progressive tax model.
1383
+
1384
+
1385
+ ### Seychelles
1386
+ * **Other accepted names:** "SC", "SYC"
1387
+ * **Currency:** SCR
1388
+
1389
+ Fixed tax rate of 15%.
1390
+
1391
+
1392
+ ### Sierra Leone
1393
+ * **Other accepted names:** "SL", "SLE"
1394
+ * **Currency:** SLL
1395
+
1396
+ Using a progressive tax model.
1397
+
1398
+
1399
+ ### Singapore
1400
+ * **Other accepted names:** "SG", "SGP"
1401
+ * **Currency:** SGD
1402
+
1403
+ Using a progressive tax model.
1404
+
1405
+
1406
+ ### Sint Maarten
1407
+ * **Other accepted names:** "SX", "SXM"
1408
+ * **Currency:** ANG
1409
+
1410
+ Using a progressive tax model.
1411
+
1412
+
1413
+ ### Slovakia
1414
+ * **Other accepted names:** "SK", "SVK"
1415
+ * **Currency:** EUR
1416
+
1417
+ Using a progressive tax model.
1418
+
1419
+
1420
+ ### Slovenia
1421
+ * **Other accepted names:** "SI", "SVN"
1422
+ * **Currency:** EUR
1423
+
1424
+ Using a progressive tax model.
1425
+
1426
+
1427
+ ### Solomon Islands
1428
+ * **Other accepted names:** "SB", "SLB"
1429
+ * **Currency:** SBD
1430
+
1431
+ Using a progressive tax model.
1432
+
1433
+
1434
+ ### Somalia
1435
+ * **Other accepted names:** "SO", "SOM"
1436
+ * **Currency:** SOS
1437
+
1438
+ Using a progressive tax model.
1439
+
1440
+
1441
+ ### South Africa
1442
+ * **Other accepted names:** "ZA", "ZAF"
1443
+ * **Currency:** ZAR
1444
+
1445
+ Using a progressive tax model.
1446
+
1447
+
1448
+ ### South Georgia and the South Sandwich Islands
1449
+ * **Other accepted names:** "South Georgia", "South Sandwich Islands", "GS", "SGS"
1450
+ * **Currency:** GBP
1451
+
1452
+ Tax calculation is using the same logic as United Kingdom.
1453
+
1454
+
1455
+ ### South Korea
1456
+ * **Other accepted names:** "Korea (South)", "Republic of Korea", "Korea, Republic Of", "Korea (Republic of)", "Korea", "KR", "KOR"
1457
+ * **Currency:** KRW
1458
+
1459
+ Using a progressive tax model.
1460
+
1461
+
1462
+ ### South Sudan
1463
+ * **Other accepted names:** "SS", "SSD"
1464
+ * **Currency:** SSP
1465
+
1466
+ Using a progressive tax model.
1467
+
1468
+
1469
+ ### Spain
1470
+ * **Other accepted names:** "ES", "ESP"
1471
+ * **Currency:** EUR
1472
+
1473
+ Using a progressive tax model.
1474
+
1475
+
1476
+ ### Sri Lanka
1477
+ * **Other accepted names:** "LK", "LKA"
1478
+ * **Currency:** LKR
1479
+
1480
+ Fixed tax rate of 20%.
1481
+
1482
+
1483
+ ### Sudan
1484
+ * **Other accepted names:** "SD", "SDN"
1485
+ * **Currency:** SDG
1486
+
1487
+ Fixed tax rate of 15%.
1488
+
1489
+
1490
+ ### Suriname
1491
+ * **Other accepted names:** "SR", "SUR"
1492
+ * **Currency:** SRD
1493
+
1494
+ Using a progressive tax model.
1495
+
1496
+
1497
+ ### Svalbard And Jan Mayen
1498
+ * **Other accepted names:** "Svalbard", "Jan Mayen", "SJ", "SJM"
1499
+ * **Currency:** NOK
1500
+
1501
+ Fixed tax rate of 6%.
1502
+
1503
+
1504
+ ### Swaziland
1505
+ * **Other accepted names:** "SZ", "SWZ"
1506
+ * **Currency:** SZL
1507
+
1508
+ Fixed tax rate of 33%.
1509
+
1510
+
1511
+ ### Sweden
1512
+ * **Other accepted names:** "SE", "SWE"
1513
+ * **Currency:** SEK
1514
+
1515
+ Using a progressive tax model.
1516
+
1517
+
1518
+ ### Switzerland
1519
+ * **Other accepted names:** "CH", "CHE"
1520
+ * **Currency:** CHF
1521
+ * **Available options:** `canton`, `married`, `children`
1522
+
1523
+ Tax model uses a custom implementation.
1524
+
1525
+
1526
+ ### Syria
1527
+ * **Other accepted names:** "Syrian Arab Republic", "SY", "SYR"
1528
+ * **Currency:** SYP
1529
+
1530
+ Using a progressive tax model.
1531
+
1532
+
1533
+ ### Taiwan
1534
+ * **Other accepted names:** "Taiwan, Province of China", "China, Republic of", "TW", "TWN"
1535
+ * **Currency:** TWD
1536
+
1537
+ Using a progressive tax model.
1538
+
1539
+
1540
+ ### Tajikistan
1541
+ * **Other accepted names:** "TJ", "TJK"
1542
+ * **Currency:** TJS
1543
+
1544
+ Using a progressive tax model.
1545
+
1546
+
1547
+ ### Tanzania
1548
+ * **Other accepted names:** "Tanzania, United Republic of", "TZ", "TZA"
1549
+ * **Currency:** TZS
1550
+ * **Available options:** `presumptive`, `location`
1551
+
1552
+ Using a progressive tax model.
1553
+
1554
+
1555
+ ### Thailand
1556
+ * **Other accepted names:** "TH", "THA"
1557
+ * **Currency:** THB
1558
+
1559
+ Using a progressive tax model.
1560
+
1561
+
1562
+ ### Timor-Leste
1563
+ * **Other accepted names:** "East Timor", "TL", "TLS"
1564
+ * **Currency:** USD
1565
+
1566
+ Using a progressive tax model.
1567
+
1568
+
1569
+ ### Togo
1570
+ * **Other accepted names:** "TG", "TGO"
1571
+ * **Currency:** XOF
1572
+
1573
+ Fixed tax rate of 7%.
1574
+
1575
+
1576
+ ### Tokelau
1577
+ * **Other accepted names:** "TK", "TKL"
1578
+ * **Currency:** NZD
1579
+
1580
+ Using a progressive tax model.
1581
+
1582
+
1583
+ ### Tonga
1584
+ * **Other accepted names:** "TO", "TON"
1585
+ * **Currency:** TOP
1586
+
1587
+ Using a progressive tax model.
1588
+
1589
+
1590
+ ### Trinidad And Tobago
1591
+ * **Other accepted names:** "TT", "TTO"
1592
+ * **Currency:** TTD
1593
+
1594
+ Using a progressive tax model.
1595
+
1596
+
1597
+ ### Tunisia
1598
+ * **Other accepted names:** "TN", "TUN"
1599
+ * **Currency:** TND
1600
+
1601
+ Using a progressive tax model.
1602
+
1603
+
1604
+ ### Turkey
1605
+ * **Other accepted names:** "TR", "TUR"
1606
+ * **Currency:** TRY
1607
+
1608
+ Using a progressive tax model.
1609
+
1610
+
1611
+ ### Turkmenistan
1612
+ * **Other accepted names:** "TM", "TKM"
1613
+ * **Currency:** TMT
1614
+
1615
+ Fixed tax rate of 10%.
1616
+
1617
+
1618
+ ### Turks and Caicos Islands
1619
+ * **Other accepted names:** "Turks Islands", "Caicos Islands", "TC", "TCA"
1620
+ * **Currency:** USD
1621
+
1622
+ No personal income tax.
1623
+
1624
+
1625
+ ### Tuvalu
1626
+ * **Other accepted names:** "TV", "TUV"
1627
+ * **Currency:** TVD
1628
+
1629
+ Fixed tax rate of 30%.
1630
+
1631
+
1632
+ ### Uganda
1633
+ * **Other accepted names:** "UG", "UGA"
1634
+ * **Currency:** UGX
1635
+
1636
+ Using a progressive tax model.
1637
+
1638
+
1639
+ ### Ukraine
1640
+ * **Other accepted names:** "UA", "UKR"
1641
+ * **Currency:** UAH
1642
+
1643
+ Fixed tax rate of 15%.
1644
+
1645
+
1646
+ ### United Arab Emirates
1647
+ * **Other accepted names:** "AE", "ARE"
1648
+ * **Currency:** AED
1649
+
1650
+ No personal income tax.
1651
+
1652
+
1653
+ ### United Kingdom
1654
+ * **Other accepted names:** "UK", "United Kingdom of Great Britain and Northern Ireland", "Great Britain", "Britain", "GB", "GBR"
1655
+ * **Currency:** GBP
1656
+
1657
+ Using a progressive tax model.
1658
+
1659
+
1660
+ ### United States
1661
+ * **Other accepted names:** "United States of America", "USA", "US"
1662
+ * **Currency:** USD
1663
+ * **Available options:** `married`, `joint_statement`, `head_of_household`, `state`
1664
+
1665
+ Tax model uses a custom implementation.
1666
+
1667
+
1668
+ ### United States Minor Outlying Islands
1669
+ * **Other accepted names:** "UM", "UMI"
1670
+ * **Currency:** USD
1671
+
1672
+ Tax calculation is using the same logic as United States.
1673
+
1674
+
1675
+ ### Uruguay
1676
+ * **Other accepted names:** "UY", "URY"
1677
+ * **Currency:** UYU
1678
+
1679
+ Using a progressive tax model.
1680
+
1681
+
1682
+ ### Uzbekistan
1683
+ * **Other accepted names:** "UZ", "UZB"
1684
+ * **Currency:** UZS
1685
+
1686
+ Using a progressive tax model.
1687
+
1688
+
1689
+ ### Vanuatu
1690
+ * **Other accepted names:** "VU", "VUT"
1691
+ * **Currency:** VUV
1692
+
1693
+ No personal income tax.
1694
+
1695
+
1696
+ ### Holy See (Vatican City State)
1697
+ * **Other accepted names:** "Holy See", "Vatican", "Vatican City", "VA", "VAT"
1698
+ * **Currency:** EUR
1699
+
1700
+ No personal income tax.
1701
+
1702
+
1703
+ ### Venezuela
1704
+ * **Other accepted names:** "Venezuela (Bolivarian Republic of)", "VE", "VEN"
1705
+ * **Currency:** VEF
1706
+
1707
+ Using a progressive tax model.
1708
+
1709
+
1710
+ ### Vietnam
1711
+ * **Other accepted names:** "Viet Nam", "VN", "VNM"
1712
+ * **Currency:** VND
1713
+
1714
+ Using a progressive tax model.
1715
+
1716
+
1717
+ ### Virgin Islands, British
1718
+ * **Other accepted names:** "Virgin Islands (British)", "VG", "VGB"
1719
+ * **Currency:** USD
1720
+
1721
+ Fixed tax rate of 8%.
1722
+
1723
+
1724
+ ### Virgin Islands, U.S.
1725
+ * **Other accepted names:** "Virgin Islands (U.S.)", "VI", "VIR"
1726
+ * **Currency:** USD
1727
+
1728
+ Tax calculation is using the same logic as United States.
1729
+
1730
+
1731
+ ### Wallis and Futuna
1732
+ * **Other accepted names:** "Wallis", "Futuna", "WF", "WLF"
1733
+ * **Currency:** XPF
1734
+
1735
+ No personal income tax.
1736
+
1737
+
1738
+ ### Western Sahara
1739
+ * **Other accepted names:** "EH", "ESH"
1740
+ * **Currency:** MAD
1741
+
1742
+ No personal income tax.
1743
+
1744
+
1745
+ ### Yemen
1746
+ * **Other accepted names:** "YE", "YEM"
1747
+ * **Currency:** YER
1748
+
1749
+ Using a progressive tax model.
1750
+
1751
+
1752
+ ### Zambia
1753
+ * **Other accepted names:** "ZM", "ZMB"
1754
+ * **Currency:** ZMW
1755
+
1756
+ Using a progressive tax model.
1757
+
1758
+
1759
+ ### Zimbabwe
1760
+ * **Other accepted names:** "ZW", "ZWE"
1761
+ * **Currency:** USD
1762
+
1763
+ Using a progressive tax model.