income-tax 0.1.4 → 0.2.0

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