policyengine-uk 2.35.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1386) hide show
  1. policyengine_uk/__init__.py +17 -0
  2. policyengine_uk/data/__init__.py +5 -0
  3. policyengine_uk/data/dataset_schema.py +81 -0
  4. policyengine_uk/data/economic_assumptions.py +192 -0
  5. policyengine_uk/data/uprating_growth_factors.csv +83 -0
  6. policyengine_uk/entities.py +46 -0
  7. policyengine_uk/model_api.py +6 -0
  8. policyengine_uk/modelled_policies.yaml +25 -0
  9. policyengine_uk/parameters/gov/README.md +1 -0
  10. policyengine_uk/parameters/gov/benefit_uprating_cpi.yaml +6 -0
  11. policyengine_uk/parameters/gov/contrib/README.md +3 -0
  12. policyengine_uk/parameters/gov/contrib/abolish_council_tax.yaml +6 -0
  13. policyengine_uk/parameters/gov/contrib/abolish_state_pension.yaml +6 -0
  14. policyengine_uk/parameters/gov/contrib/benefit_uprating/README.md +1 -0
  15. policyengine_uk/parameters/gov/contrib/benefit_uprating/all.yaml +6 -0
  16. policyengine_uk/parameters/gov/contrib/benefit_uprating/non_sp.yaml +6 -0
  17. policyengine_uk/parameters/gov/contrib/cec/README.md +3 -0
  18. policyengine_uk/parameters/gov/contrib/cec/non_primary_residence_wealth_tax.yaml +21 -0
  19. policyengine_uk/parameters/gov/contrib/cec/state_pension_increase.yaml +6 -0
  20. policyengine_uk/parameters/gov/contrib/conservatives/cb_hitc_household.yaml +6 -0
  21. policyengine_uk/parameters/gov/contrib/conservatives/pensioner_personal_allowance.yaml +10 -0
  22. policyengine_uk/parameters/gov/contrib/cps/README.md +3 -0
  23. policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/README.md +3 -0
  24. policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/expanded_ma/README.md +1 -0
  25. policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/expanded_ma/ma_rate.yaml +6 -0
  26. policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/expanded_ma/max_child_age.yaml +6 -0
  27. policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/expanded_ma/remove_income_condition.yaml +6 -0
  28. policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/marriage_neutral_it/README.md +1 -0
  29. policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/marriage_neutral_it/max_child_age.yaml +6 -0
  30. policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/marriage_neutral_it/neutralise_income_tax.yaml +6 -0
  31. policyengine_uk/parameters/gov/contrib/create_private_pension_uprating.py +30 -0
  32. policyengine_uk/parameters/gov/contrib/freeze_pension_credit.yaml +6 -0
  33. policyengine_uk/parameters/gov/contrib/labour/private_school_vat.yaml +6 -0
  34. policyengine_uk/parameters/gov/contrib/policyengine/README.md +1 -0
  35. policyengine_uk/parameters/gov/contrib/policyengine/budget/README.md +1 -0
  36. policyengine_uk/parameters/gov/contrib/policyengine/budget/consumer_incident_tax_change.yaml +5 -0
  37. policyengine_uk/parameters/gov/contrib/policyengine/budget/corporate_incident_tax_change.yaml +5 -0
  38. policyengine_uk/parameters/gov/contrib/policyengine/budget/education.yaml +5 -0
  39. policyengine_uk/parameters/gov/contrib/policyengine/budget/high_income_incident_tax_change.yaml +5 -0
  40. policyengine_uk/parameters/gov/contrib/policyengine/budget/nhs.yaml +5 -0
  41. policyengine_uk/parameters/gov/contrib/policyengine/budget/other_public_spending.yaml +5 -0
  42. policyengine_uk/parameters/gov/contrib/policyengine/disable_simulated_benefits.yaml +5 -0
  43. policyengine_uk/parameters/gov/contrib/policyengine/economy/energy_bills.yaml +6 -0
  44. policyengine_uk/parameters/gov/contrib/policyengine/economy/gdp_per_capita.yaml +6 -0
  45. policyengine_uk/parameters/gov/contrib/policyengine/economy/interest_rates.yaml +6 -0
  46. policyengine_uk/parameters/gov/contrib/policyengine/economy/rent.yaml +6 -0
  47. policyengine_uk/parameters/gov/contrib/policyengine/economy/transport.yaml +6 -0
  48. policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/README.md +1 -0
  49. policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/capital_incidence.yaml +6 -0
  50. policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/consumer_incidence.yaml +6 -0
  51. policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/employee_incidence.yaml +6 -0
  52. policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/exempt_employer_pension_contributions.yaml +6 -0
  53. policyengine_uk/parameters/gov/contrib/two_child_limit/age_exemption/child_tax_credit.yaml +6 -0
  54. policyengine_uk/parameters/gov/contrib/two_child_limit/age_exemption/universal_credit.yaml +6 -0
  55. policyengine_uk/parameters/gov/contrib/ubi_center/README.md +1 -0
  56. policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/amount/adult_age.yaml +7 -0
  57. policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/amount/by_age.yaml +24 -0
  58. policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/amount/child_min_age.yaml +6 -0
  59. policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/amount/flat.yaml +7 -0
  60. policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/interactions/include_in_means_tests.yaml +6 -0
  61. policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/interactions/include_in_taxable_income.yaml +6 -0
  62. policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/interactions/withdraw_cb.yaml +6 -0
  63. policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/phase_out/household.yaml +18 -0
  64. policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/phase_out/individual.yaml +16 -0
  65. policyengine_uk/parameters/gov/contrib/ubi_center/carbon_tax.yaml +17 -0
  66. policyengine_uk/parameters/gov/contrib/ubi_center/land_value_tax.yaml +21 -0
  67. policyengine_uk/parameters/gov/contrib/ubi_center/wealth_tax.yaml +44 -0
  68. policyengine_uk/parameters/gov/dcms/README.md +1 -0
  69. policyengine_uk/parameters/gov/dcms/bbc/README.md +1 -0
  70. policyengine_uk/parameters/gov/dcms/bbc/tv_licence/colour.yaml +14 -0
  71. policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/README.md +1 -0
  72. policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/aged/README.md +1 -0
  73. policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/aged/discount.yaml +9 -0
  74. policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/aged/min_age.yaml +9 -0
  75. policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/aged/must_claim_pc.yaml +10 -0
  76. policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/blind/README.md +1 -0
  77. policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/blind/discount.yaml +10 -0
  78. policyengine_uk/parameters/gov/dcms/bbc/tv_licence/evasion_rate.yaml +10 -0
  79. policyengine_uk/parameters/gov/dcms/bbc/tv_licence/tv_ownership.yaml +11 -0
  80. policyengine_uk/parameters/gov/dfe/README.md +1 -0
  81. policyengine_uk/parameters/gov/dfe/care_to_learn/age_limit.yaml +13 -0
  82. policyengine_uk/parameters/gov/dfe/care_to_learn/amount.yaml +28 -0
  83. policyengine_uk/parameters/gov/dfe/childcare_funding_rate.yaml +24 -0
  84. policyengine_uk/parameters/gov/dfe/compulsory_school_age.yaml +22 -0
  85. policyengine_uk/parameters/gov/dfe/education_spending.yaml +12 -0
  86. policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/disability_criteria.yaml +14 -0
  87. policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/hours.yaml +40 -0
  88. policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/income/countable_sources.yaml +12 -0
  89. policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/income/limit.yaml +10 -0
  90. policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/minimum_weekly_hours.yaml +10 -0
  91. policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/age_eligibility.yaml +22 -0
  92. policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/hours_entitlement.yaml +10 -0
  93. policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/income_limit/tax_credits.yaml +15 -0
  94. policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/income_limit/universal_credit.yaml +13 -0
  95. policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/qualifying_benefits.yaml +14 -0
  96. policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/qualifying_criteria.yaml +12 -0
  97. policyengine_uk/parameters/gov/dfe/universal_childcare_entitlement/hours.yaml +12 -0
  98. policyengine_uk/parameters/gov/dfe/universal_childcare_entitlement/max_age.yaml +9 -0
  99. policyengine_uk/parameters/gov/dfe/universal_childcare_entitlement/min_age.yaml +11 -0
  100. policyengine_uk/parameters/gov/dfe/weeks_per_year.yaml +14 -0
  101. policyengine_uk/parameters/gov/dft/README.md +1 -0
  102. policyengine_uk/parameters/gov/dft/spending.yaml +12 -0
  103. policyengine_uk/parameters/gov/dhsc/README.md +1 -0
  104. policyengine_uk/parameters/gov/dhsc/spending.yaml +12 -0
  105. policyengine_uk/parameters/gov/dwp/ESA/README.md +1 -0
  106. policyengine_uk/parameters/gov/dwp/ESA/income/README.md +1 -0
  107. policyengine_uk/parameters/gov/dwp/ESA/income/amount_18_24.yaml +11 -0
  108. policyengine_uk/parameters/gov/dwp/ESA/income/amount_over_25.yaml +11 -0
  109. policyengine_uk/parameters/gov/dwp/ESA/income/couple.yaml +11 -0
  110. policyengine_uk/parameters/gov/dwp/ESA/income/earn_disregard.yaml +10 -0
  111. policyengine_uk/parameters/gov/dwp/ESA/income/income_disregard_couple.yaml +10 -0
  112. policyengine_uk/parameters/gov/dwp/ESA/income/income_disregard_lone_parent.yaml +10 -0
  113. policyengine_uk/parameters/gov/dwp/ESA/income/income_disregard_single.yaml +10 -0
  114. policyengine_uk/parameters/gov/dwp/ESA/income/pension_disregard.yaml +10 -0
  115. policyengine_uk/parameters/gov/dwp/IIDB/README.md +1 -0
  116. policyengine_uk/parameters/gov/dwp/IIDB/maximum.yaml +17 -0
  117. policyengine_uk/parameters/gov/dwp/JSA/README.md +1 -0
  118. policyengine_uk/parameters/gov/dwp/JSA/contrib/amount_18_24.yaml +16 -0
  119. policyengine_uk/parameters/gov/dwp/JSA/contrib/amount_over_25.yaml +16 -0
  120. policyengine_uk/parameters/gov/dwp/JSA/contrib/earn_disregard.yaml +10 -0
  121. policyengine_uk/parameters/gov/dwp/JSA/contrib/pension_disregard.yaml +10 -0
  122. policyengine_uk/parameters/gov/dwp/JSA/hours/couple.yaml +8 -0
  123. policyengine_uk/parameters/gov/dwp/JSA/hours/single.yaml +8 -0
  124. policyengine_uk/parameters/gov/dwp/JSA/income/amount_18_24.yaml +16 -0
  125. policyengine_uk/parameters/gov/dwp/JSA/income/amount_over_25.yaml +16 -0
  126. policyengine_uk/parameters/gov/dwp/JSA/income/couple.yaml +16 -0
  127. policyengine_uk/parameters/gov/dwp/JSA/income/income_disregard_couple.yaml +8 -0
  128. policyengine_uk/parameters/gov/dwp/JSA/income/income_disregard_lone_parent.yaml +10 -0
  129. policyengine_uk/parameters/gov/dwp/JSA/income/income_disregard_single.yaml +8 -0
  130. policyengine_uk/parameters/gov/dwp/JSA/income/takeup.yaml +17 -0
  131. policyengine_uk/parameters/gov/dwp/LHA/README.md +1 -0
  132. policyengine_uk/parameters/gov/dwp/LHA/__init__.py +6 -0
  133. policyengine_uk/parameters/gov/dwp/LHA/freeze.yaml +8 -0
  134. policyengine_uk/parameters/gov/dwp/LHA/lha_list_of_rents.csv.gz +0 -0
  135. policyengine_uk/parameters/gov/dwp/LHA/means_test/earn_disregard.yaml +9 -0
  136. policyengine_uk/parameters/gov/dwp/LHA/means_test/income_disregard_couple.yaml +10 -0
  137. policyengine_uk/parameters/gov/dwp/LHA/means_test/income_disregard_lone.yaml +10 -0
  138. policyengine_uk/parameters/gov/dwp/LHA/means_test/income_disregard_lone_parent.yaml +10 -0
  139. policyengine_uk/parameters/gov/dwp/LHA/means_test/income_disregard_single.yaml +10 -0
  140. policyengine_uk/parameters/gov/dwp/LHA/means_test/pension_disregard.yaml +11 -0
  141. policyengine_uk/parameters/gov/dwp/LHA/means_test/withdrawal_rate.yaml +9 -0
  142. policyengine_uk/parameters/gov/dwp/LHA/means_test/worker_hours.yaml +10 -0
  143. policyengine_uk/parameters/gov/dwp/LHA/means_test/worker_income_disregard.yaml +9 -0
  144. policyengine_uk/parameters/gov/dwp/LHA/percentile.yaml +6 -0
  145. policyengine_uk/parameters/gov/dwp/README.md +1 -0
  146. policyengine_uk/parameters/gov/dwp/attendance_allowance/README.md +1 -0
  147. policyengine_uk/parameters/gov/dwp/attendance_allowance/higher.yaml +32 -0
  148. policyengine_uk/parameters/gov/dwp/attendance_allowance/lower.yaml +32 -0
  149. policyengine_uk/parameters/gov/dwp/benefit_cap.yaml +43 -0
  150. policyengine_uk/parameters/gov/dwp/carer_premium/README.md +1 -0
  151. policyengine_uk/parameters/gov/dwp/carer_premium/couple.yaml +16 -0
  152. policyengine_uk/parameters/gov/dwp/carer_premium/single.yaml +25 -0
  153. policyengine_uk/parameters/gov/dwp/carers_allowance/README.md +1 -0
  154. policyengine_uk/parameters/gov/dwp/carers_allowance/min_hours.yaml +9 -0
  155. policyengine_uk/parameters/gov/dwp/carers_allowance/rate.yaml +26 -0
  156. policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/README.md +1 -0
  157. policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/exceptional_rate.yaml +10 -0
  158. policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/full_day_rate.yaml +11 -0
  159. policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/intermediate_rate.yaml +10 -0
  160. policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/part_day_rate.yaml +10 -0
  161. policyengine_uk/parameters/gov/dwp/disability_premia/README.md +1 -0
  162. policyengine_uk/parameters/gov/dwp/disability_premia/disability_couple.yaml +9 -0
  163. policyengine_uk/parameters/gov/dwp/disability_premia/disability_single.yaml +9 -0
  164. policyengine_uk/parameters/gov/dwp/disability_premia/enhanced_couple.yaml +9 -0
  165. policyengine_uk/parameters/gov/dwp/disability_premia/enhanced_single.yaml +9 -0
  166. policyengine_uk/parameters/gov/dwp/disability_premia/severe_couple.yaml +9 -0
  167. policyengine_uk/parameters/gov/dwp/disability_premia/severe_single.yaml +9 -0
  168. policyengine_uk/parameters/gov/dwp/dla/README.md +1 -0
  169. policyengine_uk/parameters/gov/dwp/dla/mobility/README.md +1 -0
  170. policyengine_uk/parameters/gov/dwp/dla/mobility/higher.yaml +30 -0
  171. policyengine_uk/parameters/gov/dwp/dla/mobility/lower.yaml +30 -0
  172. policyengine_uk/parameters/gov/dwp/dla/self_care/README.md +1 -0
  173. policyengine_uk/parameters/gov/dwp/dla/self_care/higher.yaml +30 -0
  174. policyengine_uk/parameters/gov/dwp/dla/self_care/lower.yaml +30 -0
  175. policyengine_uk/parameters/gov/dwp/dla/self_care/middle.yaml +30 -0
  176. policyengine_uk/parameters/gov/dwp/housing_benefit/README.md +1 -0
  177. policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/age_threshold/older.yaml +11 -0
  178. policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/age_threshold/younger.yaml +11 -0
  179. policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/couple/aged.yaml +19 -0
  180. policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/couple/older.yaml +17 -0
  181. policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/couple/younger.yaml +18 -0
  182. policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/lone_parent/aged.yaml +20 -0
  183. policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/lone_parent/older.yaml +17 -0
  184. policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/lone_parent/younger.yaml +18 -0
  185. policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/single/aged.yaml +19 -0
  186. policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/single/older.yaml +16 -0
  187. policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/single/younger.yaml +16 -0
  188. policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/couple.yaml +11 -0
  189. policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/lone_parent.yaml +11 -0
  190. policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/single.yaml +11 -0
  191. policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/worker.yaml +11 -0
  192. policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/worker_hours.yaml +11 -0
  193. policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/withdrawal_rate.yaml +10 -0
  194. policyengine_uk/parameters/gov/dwp/housing_benefit/non_dep_deduction/age_threshold.yaml +11 -0
  195. policyengine_uk/parameters/gov/dwp/housing_benefit/non_dep_deduction/amount.yaml +78 -0
  196. policyengine_uk/parameters/gov/dwp/housing_benefit/takeup.yaml +16 -0
  197. policyengine_uk/parameters/gov/dwp/income_support/README.md +1 -0
  198. policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_16_24.yaml +9 -0
  199. policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_couples_16_17.yaml +10 -0
  200. policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_couples_age_gap.yaml +11 -0
  201. policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_couples_over_18.yaml +9 -0
  202. policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_lone_16_17.yaml +10 -0
  203. policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_lone_over_18.yaml +9 -0
  204. policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_over_25.yaml +9 -0
  205. policyengine_uk/parameters/gov/dwp/income_support/means_test/earn_disregard.yaml +9 -0
  206. policyengine_uk/parameters/gov/dwp/income_support/means_test/income_disregard_couple.yaml +8 -0
  207. policyengine_uk/parameters/gov/dwp/income_support/means_test/income_disregard_lone_parent.yaml +8 -0
  208. policyengine_uk/parameters/gov/dwp/income_support/means_test/income_disregard_single.yaml +8 -0
  209. policyengine_uk/parameters/gov/dwp/income_support/means_test/pension_disregard.yaml +10 -0
  210. policyengine_uk/parameters/gov/dwp/income_support/takeup.yaml +16 -0
  211. policyengine_uk/parameters/gov/dwp/pension_credit/README.md +1 -0
  212. policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/additions.yaml +11 -0
  213. policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/carer/addition.yaml +18 -0
  214. policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/addition.yaml +17 -0
  215. policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/disability/addition.yaml +18 -0
  216. policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/disability/eligibility.yaml +12 -0
  217. policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/disability/severe/addition.yaml +18 -0
  218. policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/disability/severe/eligibility.yaml +12 -0
  219. policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/earnings_sources.yaml +13 -0
  220. policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/income.yaml +18 -0
  221. policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee.yaml +34 -0
  222. policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/severe_disability/addition.yaml +16 -0
  223. policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/severe_disability/relevant_benefits.yaml +17 -0
  224. policyengine_uk/parameters/gov/dwp/pension_credit/income/pension_contributions_deduction.yaml +10 -0
  225. policyengine_uk/parameters/gov/dwp/pension_credit/income/savings_credit_excluded_sources.yaml +12 -0
  226. policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/cutoff_year.yaml +8 -0
  227. policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/excluded_income.yaml +12 -0
  228. policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/rate/phase_in.yaml +9 -0
  229. policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/rate/phase_out.yaml +9 -0
  230. policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/threshold.yaml +41 -0
  231. policyengine_uk/parameters/gov/dwp/pension_credit/takeup.yaml +10 -0
  232. policyengine_uk/parameters/gov/dwp/pip/README.md +1 -0
  233. policyengine_uk/parameters/gov/dwp/pip/daily_living/enhanced.yaml +30 -0
  234. policyengine_uk/parameters/gov/dwp/pip/daily_living/standard.yaml +30 -0
  235. policyengine_uk/parameters/gov/dwp/pip/mobility/enhanced.yaml +31 -0
  236. policyengine_uk/parameters/gov/dwp/pip/mobility/standard.yaml +30 -0
  237. policyengine_uk/parameters/gov/dwp/sda/README.md +1 -0
  238. policyengine_uk/parameters/gov/dwp/sda/maximum.yaml +22 -0
  239. policyengine_uk/parameters/gov/dwp/ssmg/rate.yaml +8 -0
  240. policyengine_uk/parameters/gov/dwp/state_pension/README.md +1 -0
  241. policyengine_uk/parameters/gov/dwp/state_pension/age/female.yaml +12 -0
  242. policyengine_uk/parameters/gov/dwp/state_pension/age/male.yaml +7 -0
  243. policyengine_uk/parameters/gov/dwp/state_pension/basic_state_pension/amount.yaml +33 -0
  244. policyengine_uk/parameters/gov/dwp/state_pension/new_state_pension/active.yaml +10 -0
  245. policyengine_uk/parameters/gov/dwp/state_pension/new_state_pension/amount.yaml +19 -0
  246. policyengine_uk/parameters/gov/dwp/state_pension/triple_lock/active.yaml +6 -0
  247. policyengine_uk/parameters/gov/dwp/state_pension/triple_lock/create_triple_lock.py +36 -0
  248. policyengine_uk/parameters/gov/dwp/state_pension/triple_lock/minimum_rate.yaml +6 -0
  249. policyengine_uk/parameters/gov/dwp/tax_credits/README.md +1 -0
  250. policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/elements/child_element.yaml +22 -0
  251. policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/elements/dis_child_element.yaml +28 -0
  252. policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/elements/family_element.yaml +11 -0
  253. policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/elements/severe_dis_child_element.yaml +25 -0
  254. policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/limit/child_count.yaml +7 -0
  255. policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/limit/start_year.yaml +6 -0
  256. policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/takeup.yaml +15 -0
  257. policyengine_uk/parameters/gov/dwp/tax_credits/means_test/income_reduction_rate.yaml +11 -0
  258. policyengine_uk/parameters/gov/dwp/tax_credits/means_test/income_threshold.yaml +19 -0
  259. policyengine_uk/parameters/gov/dwp/tax_credits/means_test/income_threshold_CTC_only.yaml +19 -0
  260. policyengine_uk/parameters/gov/dwp/tax_credits/means_test/non_earned_disregard.yaml +6 -0
  261. policyengine_uk/parameters/gov/dwp/tax_credits/min_benefit.yaml +13 -0
  262. policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/basic.yaml +36 -0
  263. policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/childcare_1.yaml +12 -0
  264. policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/childcare_2.yaml +12 -0
  265. policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/childcare_coverage.yaml +10 -0
  266. policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/couple.yaml +34 -0
  267. policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/disabled.yaml +34 -0
  268. policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/lone_parent.yaml +34 -0
  269. policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/severely_disabled.yaml +34 -0
  270. policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/worker.yaml +28 -0
  271. policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/min_hours/couple_with_children.yaml +10 -0
  272. policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/min_hours/default.yaml +10 -0
  273. policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/min_hours/lower.yaml +10 -0
  274. policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/min_hours/old_age.yaml +9 -0
  275. policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/takeup.yaml +16 -0
  276. policyengine_uk/parameters/gov/dwp/universal_credit/README.md +1 -0
  277. policyengine_uk/parameters/gov/dwp/universal_credit/elements/README.md +1 -0
  278. policyengine_uk/parameters/gov/dwp/universal_credit/elements/carer/amount.yaml +20 -0
  279. policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/amount.yaml +19 -0
  280. policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/disabled/amount.yaml +19 -0
  281. policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/first/higher_amount.yaml +19 -0
  282. policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/limit/child_count.yaml +11 -0
  283. policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/limit/start_year.yaml +10 -0
  284. policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/severely_disabled/amount.yaml +22 -0
  285. policyengine_uk/parameters/gov/dwp/universal_credit/elements/childcare/cap.yaml +22 -0
  286. policyengine_uk/parameters/gov/dwp/universal_credit/elements/childcare/coverage_rate.yaml +10 -0
  287. policyengine_uk/parameters/gov/dwp/universal_credit/elements/disabled/amount.yaml +22 -0
  288. policyengine_uk/parameters/gov/dwp/universal_credit/elements/housing/non_dep_deduction/age_threshold.yaml +10 -0
  289. policyengine_uk/parameters/gov/dwp/universal_credit/elements/housing/non_dep_deduction/amount.yaml +14 -0
  290. policyengine_uk/parameters/gov/dwp/universal_credit/means_test/README.md +1 -0
  291. policyengine_uk/parameters/gov/dwp/universal_credit/means_test/income_definitions/README.md +1 -0
  292. policyengine_uk/parameters/gov/dwp/universal_credit/means_test/income_definitions/unearned.yaml +20 -0
  293. policyengine_uk/parameters/gov/dwp/universal_credit/means_test/reduction_rate.yaml +12 -0
  294. policyengine_uk/parameters/gov/dwp/universal_credit/means_test/work_allowance/with_housing.yaml +21 -0
  295. policyengine_uk/parameters/gov/dwp/universal_credit/means_test/work_allowance/without_housing.yaml +21 -0
  296. policyengine_uk/parameters/gov/dwp/universal_credit/rollout_rate.yaml +38 -0
  297. policyengine_uk/parameters/gov/dwp/universal_credit/standard_allowance/README.md +1 -0
  298. policyengine_uk/parameters/gov/dwp/universal_credit/standard_allowance/amount.yaml +87 -0
  299. policyengine_uk/parameters/gov/dwp/universal_credit/standard_allowance/claimant_type/age_threshold.yaml +10 -0
  300. policyengine_uk/parameters/gov/dwp/universal_credit/takeup_rate.yaml +6 -0
  301. policyengine_uk/parameters/gov/dwp/universal_credit/work_requirements/default_expected_hours.yaml +10 -0
  302. policyengine_uk/parameters/gov/dwp/winter_fuel_payment/amount/higher.yaml +8 -0
  303. policyengine_uk/parameters/gov/dwp/winter_fuel_payment/amount/lower.yaml +8 -0
  304. policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/higher_age_requirement.yaml +9 -0
  305. policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/require_benefits.yaml +15 -0
  306. policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/state_pension_age_requirement.yaml +9 -0
  307. policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/taxable_income_test/maximum_taxable_income.yaml +6 -0
  308. policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/taxable_income_test/use_maximum_taxable_income.yaml +6 -0
  309. policyengine_uk/parameters/gov/hmrc/README.md +1 -0
  310. policyengine_uk/parameters/gov/hmrc/business_rates/README.md +1 -0
  311. policyengine_uk/parameters/gov/hmrc/business_rates/statistics.yaml +38 -0
  312. policyengine_uk/parameters/gov/hmrc/cgt/README.md +1 -0
  313. policyengine_uk/parameters/gov/hmrc/cgt/additional_rate.yaml +6 -0
  314. policyengine_uk/parameters/gov/hmrc/cgt/annual_exempt_amount.yaml +24 -0
  315. policyengine_uk/parameters/gov/hmrc/cgt/basic_rate.yaml +6 -0
  316. policyengine_uk/parameters/gov/hmrc/cgt/higher_rate.yaml +6 -0
  317. policyengine_uk/parameters/gov/hmrc/child_benefit/README.md +1 -0
  318. policyengine_uk/parameters/gov/hmrc/child_benefit/amount/additional.yaml +61 -0
  319. policyengine_uk/parameters/gov/hmrc/child_benefit/amount/eldest.yaml +58 -0
  320. policyengine_uk/parameters/gov/hmrc/child_benefit/amount/index.yaml +3 -0
  321. policyengine_uk/parameters/gov/hmrc/child_benefit/opt_out_rate.yaml +9 -0
  322. policyengine_uk/parameters/gov/hmrc/child_benefit/takeup/by_age.yaml +89 -0
  323. policyengine_uk/parameters/gov/hmrc/child_benefit/takeup/overall.yaml +9 -0
  324. policyengine_uk/parameters/gov/hmrc/fuel_duty/README.md +1 -0
  325. policyengine_uk/parameters/gov/hmrc/fuel_duty/petrol_and_diesel.yaml +36 -0
  326. policyengine_uk/parameters/gov/hmrc/income_tax/README.md +1 -0
  327. policyengine_uk/parameters/gov/hmrc/income_tax/adjusted_net_income_components.yaml +19 -0
  328. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/README.md +1 -0
  329. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/README.md +1 -0
  330. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/default.yaml +8 -0
  331. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/minimum.yaml +8 -0
  332. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/reduction_rate.yaml +8 -0
  333. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/taper.yaml +8 -0
  334. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/dividend_allowance.yaml +14 -0
  335. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/marriage_allowance/README.md +1 -0
  336. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/marriage_allowance/max.yaml +10 -0
  337. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/marriage_allowance/rounding_increment.yaml +10 -0
  338. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/marriage_allowance/takeup_rate.yaml +6 -0
  339. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/married_couples_allowance/README.md +1 -0
  340. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/married_couples_allowance/deduction_rate.yaml +8 -0
  341. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_allowance/README.md +1 -0
  342. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_allowance/amount.yaml +17 -0
  343. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_allowance/maximum_ANI.yaml +12 -0
  344. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_allowance/reduction_rate.yaml +10 -0
  345. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/README.md +1 -0
  346. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/additional.yaml +7 -0
  347. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/basic.yaml +7 -0
  348. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/higher.yaml +7 -0
  349. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/property_allowance.yaml +9 -0
  350. policyengine_uk/parameters/gov/hmrc/income_tax/allowances/trading_allowance.yaml +9 -0
  351. policyengine_uk/parameters/gov/hmrc/income_tax/bases/taxable_self_employment_income_deductions.yaml +17 -0
  352. policyengine_uk/parameters/gov/hmrc/income_tax/charges/CB_HITC/README.md +1 -0
  353. policyengine_uk/parameters/gov/hmrc/income_tax/charges/CB_HITC/phase_out_end.yaml +12 -0
  354. policyengine_uk/parameters/gov/hmrc/income_tax/charges/CB_HITC/phase_out_start.yaml +12 -0
  355. policyengine_uk/parameters/gov/hmrc/income_tax/charges/README.md +1 -0
  356. policyengine_uk/parameters/gov/hmrc/income_tax/earned_taxable_income_exclusions.yaml +15 -0
  357. policyengine_uk/parameters/gov/hmrc/income_tax/income_tax_additions.yaml +11 -0
  358. policyengine_uk/parameters/gov/hmrc/income_tax/income_tax_subtractions.yaml +8 -0
  359. policyengine_uk/parameters/gov/hmrc/income_tax/rates/README.md +1 -0
  360. policyengine_uk/parameters/gov/hmrc/income_tax/rates/dividends.yaml +97 -0
  361. policyengine_uk/parameters/gov/hmrc/income_tax/rates/savings_starter_rate/README.md +1 -0
  362. policyengine_uk/parameters/gov/hmrc/income_tax/rates/savings_starter_rate/allowance.yaml +9 -0
  363. policyengine_uk/parameters/gov/hmrc/income_tax/rates/savings_starter_rate/phase_out.yaml +9 -0
  364. policyengine_uk/parameters/gov/hmrc/income_tax/rates/scotland/README.md +1 -0
  365. policyengine_uk/parameters/gov/hmrc/income_tax/rates/scotland/rates.yaml +78 -0
  366. policyengine_uk/parameters/gov/hmrc/income_tax/rates/uk.yaml +103 -0
  367. policyengine_uk/parameters/gov/hmrc/income_tax/reliefs/README.md +1 -0
  368. policyengine_uk/parameters/gov/hmrc/income_tax/reliefs/pension_contribution/README.md +1 -0
  369. policyengine_uk/parameters/gov/hmrc/income_tax/reliefs/pension_contribution/basic_amount.yaml +10 -0
  370. policyengine_uk/parameters/gov/hmrc/minimum_wage.yaml +101 -0
  371. policyengine_uk/parameters/gov/hmrc/national_insurance/README.md +1 -0
  372. policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/README.md +1 -0
  373. policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/README.md +1 -0
  374. policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/employee/README.md +1 -0
  375. policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/employee/additional.yaml +20 -0
  376. policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/employee/main.yaml +32 -0
  377. policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/employer.yaml +17 -0
  378. policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/README.md +1 -0
  379. policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/lower_earnings_limit.yaml +31 -0
  380. policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/primary_threshold.yaml +36 -0
  381. policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/secondary_threshold.yaml +31 -0
  382. policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/upper_earnings_limit.yaml +18 -0
  383. policyengine_uk/parameters/gov/hmrc/national_insurance/class_2/README.md +1 -0
  384. policyengine_uk/parameters/gov/hmrc/national_insurance/class_2/flat_rate.yaml +25 -0
  385. policyengine_uk/parameters/gov/hmrc/national_insurance/class_2/small_profits_threshold.yaml +21 -0
  386. policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/README.md +1 -0
  387. policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/rates/README.md +1 -0
  388. policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/rates/additional.yaml +20 -0
  389. policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/rates/main.yaml +26 -0
  390. policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/thresholds/README.md +1 -0
  391. policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/thresholds/lower_profits_limit.yaml +28 -0
  392. policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/thresholds/upper_profits_limit.yaml +19 -0
  393. policyengine_uk/parameters/gov/hmrc/national_insurance/index.yaml +3 -0
  394. policyengine_uk/parameters/gov/hmrc/pensions/pension_contributions_relief_age_limit.yaml +10 -0
  395. policyengine_uk/parameters/gov/hmrc/pensions/pensions_programs.yaml +10 -0
  396. policyengine_uk/parameters/gov/hmrc/stamp_duty/README.md +1 -0
  397. policyengine_uk/parameters/gov/hmrc/stamp_duty/abolish.yaml +7 -0
  398. policyengine_uk/parameters/gov/hmrc/stamp_duty/index.yaml +3 -0
  399. policyengine_uk/parameters/gov/hmrc/stamp_duty/non_residential/README.md +1 -0
  400. policyengine_uk/parameters/gov/hmrc/stamp_duty/non_residential/purchase.yaml +32 -0
  401. policyengine_uk/parameters/gov/hmrc/stamp_duty/non_residential/rent.yaml +25 -0
  402. policyengine_uk/parameters/gov/hmrc/stamp_duty/property_sale_rate.yaml +7 -0
  403. policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/README.md +1 -0
  404. policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/additional/min.yaml +10 -0
  405. policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/additional/rate.yaml +38 -0
  406. policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/main/first/max.yaml +10 -0
  407. policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/main/first/rate.yaml +20 -0
  408. policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/main/subsequent.yaml +54 -0
  409. policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/rent.yaml +27 -0
  410. policyengine_uk/parameters/gov/hmrc/stamp_duty/statistics.yaml +184 -0
  411. policyengine_uk/parameters/gov/hmrc/tax_free_childcare/age/disability.yaml +12 -0
  412. policyengine_uk/parameters/gov/hmrc/tax_free_childcare/age/standard.yaml +12 -0
  413. policyengine_uk/parameters/gov/hmrc/tax_free_childcare/contribution/disabled_child.yaml +12 -0
  414. policyengine_uk/parameters/gov/hmrc/tax_free_childcare/contribution/rate.yaml +12 -0
  415. policyengine_uk/parameters/gov/hmrc/tax_free_childcare/contribution/standard_child.yaml +12 -0
  416. policyengine_uk/parameters/gov/hmrc/tax_free_childcare/disqualifying_benefits.yaml +13 -0
  417. policyengine_uk/parameters/gov/hmrc/tax_free_childcare/income/countable_sources.yaml +12 -0
  418. policyengine_uk/parameters/gov/hmrc/tax_free_childcare/income/income_limit.yaml +12 -0
  419. policyengine_uk/parameters/gov/hmrc/tax_free_childcare/minimum_weekly_hours.yaml +10 -0
  420. policyengine_uk/parameters/gov/hmrc/vat/reduced_rate.yaml +9 -0
  421. policyengine_uk/parameters/gov/hmrc/vat/reduced_rate_share.yaml +10 -0
  422. policyengine_uk/parameters/gov/hmrc/vat/standard_rate.yaml +15 -0
  423. policyengine_uk/parameters/gov/indices/private_rent_index.yaml +117 -0
  424. policyengine_uk/parameters/gov/local_authorities/README.md +1 -0
  425. policyengine_uk/parameters/gov/local_authorities/domestic_rates/README.md +1 -0
  426. policyengine_uk/parameters/gov/local_authorities/domestic_rates/rates.yaml +26 -0
  427. policyengine_uk/parameters/gov/obr/add_per_capita_parameters.py +40 -0
  428. policyengine_uk/parameters/gov/obr/average_earnings.yaml +30 -0
  429. policyengine_uk/parameters/gov/obr/consumer_price_index.yaml +28 -0
  430. policyengine_uk/parameters/gov/obr/council_tax.yaml +18 -0
  431. policyengine_uk/parameters/gov/obr/employment_income.yaml +28 -0
  432. policyengine_uk/parameters/gov/obr/extend_forecast.py +32 -0
  433. policyengine_uk/parameters/gov/obr/gdp.yaml +28 -0
  434. policyengine_uk/parameters/gov/obr/house_prices.yaml +27 -0
  435. policyengine_uk/parameters/gov/obr/mixed_income.yaml +24 -0
  436. policyengine_uk/parameters/gov/obr/mortgage_interest.yaml +27 -0
  437. policyengine_uk/parameters/gov/obr/non_labour_income.yaml +24 -0
  438. policyengine_uk/parameters/gov/obr/rent.yaml +27 -0
  439. policyengine_uk/parameters/gov/obr/rpi.yaml +29 -0
  440. policyengine_uk/parameters/gov/ofgem/README.md +1 -0
  441. policyengine_uk/parameters/gov/ofgem/energy_price_cap.yaml +28 -0
  442. policyengine_uk/parameters/gov/ofgem/energy_price_guarantee.yaml +30 -0
  443. policyengine_uk/parameters/gov/ofgem/index.yaml +3 -0
  444. policyengine_uk/parameters/gov/ons/README.md +3 -0
  445. policyengine_uk/parameters/gov/ons/household.yaml +51 -0
  446. policyengine_uk/parameters/gov/ons/population.yaml +37 -0
  447. policyengine_uk/parameters/gov/ons/rpi.yaml +19 -0
  448. policyengine_uk/parameters/gov/revenue_scotland/README.md +1 -0
  449. policyengine_uk/parameters/gov/revenue_scotland/index.yaml +3 -0
  450. policyengine_uk/parameters/gov/revenue_scotland/lbtt/README.md +1 -0
  451. policyengine_uk/parameters/gov/revenue_scotland/lbtt/non_residential.yaml +31 -0
  452. policyengine_uk/parameters/gov/revenue_scotland/lbtt/rent.yaml +28 -0
  453. policyengine_uk/parameters/gov/revenue_scotland/lbtt/residential/README.md +1 -0
  454. policyengine_uk/parameters/gov/revenue_scotland/lbtt/residential/additional_residence_surcharge.yaml +12 -0
  455. policyengine_uk/parameters/gov/revenue_scotland/lbtt/residential/first_time_buyer_rate.yaml +42 -0
  456. policyengine_uk/parameters/gov/revenue_scotland/lbtt/residential/rate.yaml +40 -0
  457. policyengine_uk/parameters/gov/simulation/README.md +1 -0
  458. policyengine_uk/parameters/gov/simulation/capital_gains_responses/elasticity.yaml +6 -0
  459. policyengine_uk/parameters/gov/simulation/labor_supply_responses/bounds/README.md +1 -0
  460. policyengine_uk/parameters/gov/simulation/labor_supply_responses/bounds/effective_wage_rate_change.yaml +6 -0
  461. policyengine_uk/parameters/gov/simulation/labor_supply_responses/bounds/income_change.yaml +6 -0
  462. policyengine_uk/parameters/gov/simulation/labor_supply_responses/income_elasticity.yaml +6 -0
  463. policyengine_uk/parameters/gov/simulation/labor_supply_responses/obr_elasticities.yaml +6 -0
  464. policyengine_uk/parameters/gov/simulation/labor_supply_responses/substitution_elasticity.yaml +6 -0
  465. policyengine_uk/parameters/gov/simulation/marginal_tax_rate_adults.yaml +6 -0
  466. policyengine_uk/parameters/gov/simulation/marginal_tax_rate_delta.yaml +5 -0
  467. policyengine_uk/parameters/gov/simulation/microdata_vat_coverage.yaml +9 -0
  468. policyengine_uk/parameters/gov/simulation/private_school_vat/private_school_attendance_rate.yaml +49 -0
  469. policyengine_uk/parameters/gov/simulation/private_school_vat/private_school_factor.yaml +6 -0
  470. policyengine_uk/parameters/gov/simulation/private_school_vat/private_school_fees.yaml +10 -0
  471. policyengine_uk/parameters/gov/simulation/private_school_vat/private_school_vat_basis.yaml +13 -0
  472. policyengine_uk/parameters/gov/social_security_scotland/pawhp/amount/base.yaml +8 -0
  473. policyengine_uk/parameters/gov/social_security_scotland/pawhp/amount/higher.yaml +6 -0
  474. policyengine_uk/parameters/gov/social_security_scotland/pawhp/amount/lower.yaml +6 -0
  475. policyengine_uk/parameters/gov/social_security_scotland/pawhp/eligibility/higher_age_requirement.yaml +6 -0
  476. policyengine_uk/parameters/gov/social_security_scotland/pawhp/eligibility/require_benefits.yaml +8 -0
  477. policyengine_uk/parameters/gov/social_security_scotland/pawhp/eligibility/state_pension_age_requirement.yaml +6 -0
  478. policyengine_uk/parameters/gov/treasury/README.md +1 -0
  479. policyengine_uk/parameters/gov/treasury/cost_of_living_support/README.md +1 -0
  480. policyengine_uk/parameters/gov/treasury/cost_of_living_support/disabled/README.md +1 -0
  481. policyengine_uk/parameters/gov/treasury/cost_of_living_support/disabled/amount.yaml +12 -0
  482. policyengine_uk/parameters/gov/treasury/cost_of_living_support/disabled/qualifying_benefits.yaml +17 -0
  483. policyengine_uk/parameters/gov/treasury/cost_of_living_support/means_tested_households/README.md +1 -0
  484. policyengine_uk/parameters/gov/treasury/cost_of_living_support/means_tested_households/amount.yaml +12 -0
  485. policyengine_uk/parameters/gov/treasury/cost_of_living_support/means_tested_households/qualifying_benefits.yaml +20 -0
  486. policyengine_uk/parameters/gov/treasury/cost_of_living_support/pensioners/README.md +1 -0
  487. policyengine_uk/parameters/gov/treasury/cost_of_living_support/pensioners/amount.yaml +12 -0
  488. policyengine_uk/parameters/gov/treasury/cost_of_living_support/pensioners/qualifying_benefits.yaml +13 -0
  489. policyengine_uk/parameters/gov/treasury/energy_bills_rebate/README.md +1 -0
  490. policyengine_uk/parameters/gov/treasury/energy_bills_rebate/council_tax_rebate/README.md +1 -0
  491. policyengine_uk/parameters/gov/treasury/energy_bills_rebate/council_tax_rebate/amount.yaml +13 -0
  492. policyengine_uk/parameters/gov/treasury/energy_bills_rebate/council_tax_rebate/bands.yaml +16 -0
  493. policyengine_uk/parameters/gov/treasury/energy_bills_rebate/energy_bills_credit.yaml +12 -0
  494. policyengine_uk/parameters/gov/treasury/index.yaml +3 -0
  495. policyengine_uk/parameters/gov/wra/README.md +1 -0
  496. policyengine_uk/parameters/gov/wra/index.yaml +3 -0
  497. policyengine_uk/parameters/gov/wra/land_transaction_tax/README.md +1 -0
  498. policyengine_uk/parameters/gov/wra/land_transaction_tax/non_residential.yaml +33 -0
  499. policyengine_uk/parameters/gov/wra/land_transaction_tax/rent.yaml +29 -0
  500. policyengine_uk/parameters/gov/wra/land_transaction_tax/residential/README.md +1 -0
  501. policyengine_uk/parameters/gov/wra/land_transaction_tax/residential/higher_rate.yaml +46 -0
  502. policyengine_uk/parameters/gov/wra/land_transaction_tax/residential/primary.yaml +47 -0
  503. policyengine_uk/parameters/household/consumption/carbon/consumption.yaml +13 -0
  504. policyengine_uk/parameters/household/consumption/carbon/emissions.yaml +64 -0
  505. policyengine_uk/parameters/household/consumption/carbon/intensity.yaml +39 -0
  506. policyengine_uk/parameters/household/consumption/carbon/production.yaml +11 -0
  507. policyengine_uk/parameters/household/consumption/carbon/production_by_source.yaml +126 -0
  508. policyengine_uk/parameters/household/consumption/fuel/prices/diesel.yaml +17 -0
  509. policyengine_uk/parameters/household/consumption/fuel/prices/petrol.yaml +18 -0
  510. policyengine_uk/parameters/household/consumption/total_by_category.yaml +30 -0
  511. policyengine_uk/parameters/household/demographic/equiv/ahc/child_over_14.yaml +5 -0
  512. policyengine_uk/parameters/household/demographic/equiv/ahc/child_under_14.yaml +5 -0
  513. policyengine_uk/parameters/household/demographic/equiv/ahc/first_adult.yaml +5 -0
  514. policyengine_uk/parameters/household/demographic/equiv/ahc/second_adult.yaml +5 -0
  515. policyengine_uk/parameters/household/demographic/equiv/bhc/child_over_14.yaml +5 -0
  516. policyengine_uk/parameters/household/demographic/equiv/bhc/child_under_14.yaml +5 -0
  517. policyengine_uk/parameters/household/demographic/equiv/bhc/first_adult.yaml +5 -0
  518. policyengine_uk/parameters/household/demographic/equiv/bhc/second_adult.yaml +5 -0
  519. policyengine_uk/parameters/household/poverty/absolute_poverty_threshold_ahc.yaml +12 -0
  520. policyengine_uk/parameters/household/poverty/absolute_poverty_threshold_bhc.yaml +12 -0
  521. policyengine_uk/parameters/household/poverty/exclude_non_hbai_income.yaml +5 -0
  522. policyengine_uk/parameters/household/wealth/corporate_wealth.yaml +7 -0
  523. policyengine_uk/parameters/household/wealth/financial_assets.yaml +27 -0
  524. policyengine_uk/parameters/household/wealth/land/intensity.yaml +9 -0
  525. policyengine_uk/parameters/household/wealth/land/value.yaml +34 -0
  526. policyengine_uk/parameters/household/wealth/national_balance_sheet.yaml +16 -0
  527. policyengine_uk/parameters/household/wealth/property_wealth.yaml +7 -0
  528. policyengine_uk/reforms/__init__.py +1 -0
  529. policyengine_uk/reforms/conservatives/__init__.py +1 -0
  530. policyengine_uk/reforms/conservatives/household_based_hitc.py +33 -0
  531. policyengine_uk/reforms/cps/__init__.py +1 -0
  532. policyengine_uk/reforms/cps/marriage_tax_reforms.py +245 -0
  533. policyengine_uk/reforms/policyengine/__init__.py +1 -0
  534. policyengine_uk/reforms/policyengine/adjust_budgets.py +75 -0
  535. policyengine_uk/reforms/policyengine/disable_simulated_benefits.py +64 -0
  536. policyengine_uk/reforms/reforms.py +26 -0
  537. policyengine_uk/repo.py +3 -0
  538. policyengine_uk/system.py +205 -0
  539. policyengine_uk/tests/code_health/test_variables.py +36 -0
  540. policyengine_uk/tests/microsimulation/README.md +126 -0
  541. policyengine_uk/tests/microsimulation/reforms_config.yaml +33 -0
  542. policyengine_uk/tests/microsimulation/test_reform_impacts.py +83 -0
  543. policyengine_uk/tests/microsimulation/test_validity.py +21 -0
  544. policyengine_uk/tests/microsimulation/update_reform_impacts.py +158 -0
  545. policyengine_uk/tests/policy/baseline/consumption/rent/benunit_is_rent_liable.yaml +13 -0
  546. policyengine_uk/tests/policy/baseline/consumption/rent/rent.yaml +6 -0
  547. policyengine_uk/tests/policy/baseline/contrib/labour/attends_private_school.yaml +41 -0
  548. policyengine_uk/tests/policy/baseline/contrib/labour/private_school_vat.yaml +65 -0
  549. policyengine_uk/tests/policy/baseline/contrib/ubi_center/basic_income/bi_maximum.yaml +16 -0
  550. policyengine_uk/tests/policy/baseline/demographic/benunit.yaml +38 -0
  551. policyengine_uk/tests/policy/baseline/demographic/household.yaml +14 -0
  552. policyengine_uk/tests/policy/baseline/demographic/person.yaml +21 -0
  553. policyengine_uk/tests/policy/baseline/finance/benefit/care.yaml +9 -0
  554. policyengine_uk/tests/policy/baseline/finance/benefit/family/LHA.yaml +26 -0
  555. policyengine_uk/tests/policy/baseline/finance/benefit/family/child_benefit.yaml +49 -0
  556. policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/applicable_income/housing_benefit_applicable_income.yaml +119 -0
  557. policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/applicable_income/housing_benefit_applicable_income_childcare_element.yaml +27 -0
  558. policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/entitlement/housing_benefit_baseline_entitlement.yaml +6 -0
  559. policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/entitlement/housing_benefit_entitlement.yaml +47 -0
  560. policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/housing_benefit.yaml +19 -0
  561. policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/housing_benefit_applicable_amount.yaml +149 -0
  562. policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/housing_benefit_eligible.yaml +39 -0
  563. policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/non_dep_deduction/household_benefits_individual_non_dep_deduction.yaml +31 -0
  564. policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/non_dep_deduction/housing_benefit_individual_non_dep_deduction_eligible.yaml +23 -0
  565. policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/non_dep_deduction/housing_benefit_non_dep_deductions.yaml +61 -0
  566. policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/would_claim_housing_benefit.yaml +29 -0
  567. policyengine_uk/tests/policy/baseline/finance/benefit/family/income_support.yaml +49 -0
  568. policyengine_uk/tests/policy/baseline/finance/benefit/family/tax_credits.yaml +106 -0
  569. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/UC_maximum_amount.yaml +11 -0
  570. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/carer_element/uc_carer_element.yaml +15 -0
  571. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/disability/limited_work_ability/uc_LCWRA_element.yaml +12 -0
  572. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/disability/uc_disability_elements.yaml +14 -0
  573. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/disability/uc_individual_disabled_child_element.yaml +8 -0
  574. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/disability/uc_individual_severely_disabled_child_element.yaml +8 -0
  575. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/uc_child_element.yaml +18 -0
  576. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/uc_is_child_born_before_child_limit.yaml +23 -0
  577. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/childcare_element/uc_childcare_element.yaml +44 -0
  578. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/childcare_element/uc_childcare_element_eligible_children.yaml +33 -0
  579. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/childcare_element/uc_childcare_work_condition.yaml +50 -0
  580. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/childcare_element/uc_maximum_childcare_element_amount.yaml +20 -0
  581. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/housing_costs_element/non_dep_deduction/uc_individual_non_dep_deduction.yaml +44 -0
  582. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/housing_costs_element/non_dep_deduction/uc_individual_non_dep_deduction_eligible.yaml +19 -0
  583. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/housing_costs_element/non_dep_deduction/uc_non_dep_deduction_exempt.yaml +35 -0
  584. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/housing_costs_element/non_dep_deduction/uc_non_dep_deductions.yaml +61 -0
  585. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/housing_costs_element/uc_housing_costs_element.yaml +105 -0
  586. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/income_floor/uc_MIF_applies copy.yaml +34 -0
  587. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/income_floor/uc_MIF_applies.yaml +34 -0
  588. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/income_floor/uc_minimum_income_floor.yaml +7 -0
  589. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/uc_earned_income.yaml +21 -0
  590. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/uc_income_reduction.yaml +29 -0
  591. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/uc_unearned_income.yaml +11 -0
  592. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/is_UC_eligible.yaml +29 -0
  593. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/is_uc_entitled.yaml +13 -0
  594. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/is_uc_entitled_baseline.yaml +6 -0
  595. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/limited_capability_for_WRA.yaml +15 -0
  596. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/standard_allowance/uc_standard_allowance.yaml +7 -0
  597. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/standard_allowance/uc_standard_allowance_claimant_type.yaml +65 -0
  598. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/universal_credit.yaml +10 -0
  599. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/work_allowance/is_uc_work_allowance_eligible.yaml +31 -0
  600. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/work_allowance/uc_work_allowance.yaml +8 -0
  601. policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit.yaml +23 -0
  602. policyengine_uk/tests/policy/baseline/finance/benefit/general.yaml +46 -0
  603. policyengine_uk/tests/policy/baseline/finance/income/minimum_wage.yaml +7 -0
  604. policyengine_uk/tests/policy/baseline/finance/income/minimum_wage_category.yaml +42 -0
  605. policyengine_uk/tests/policy/baseline/finance/tax/income_tax/savings_starter_rate_income.yaml +44 -0
  606. policyengine_uk/tests/policy/baseline/finance/tax/income_tax/scottish_rates.yaml +8 -0
  607. policyengine_uk/tests/policy/baseline/gov/abolitions/abolition_parameters.yaml +250 -0
  608. policyengine_uk/tests/policy/baseline/gov/dcms/bbc/tv-licence/tv_licence.yaml +23 -0
  609. policyengine_uk/tests/policy/baseline/gov/dcms/bbc/tv_licence_discount.yaml +44 -0
  610. policyengine_uk/tests/policy/baseline/gov/dfe/care_to_learn/care_to_learn.yaml +23 -0
  611. policyengine_uk/tests/policy/baseline/gov/dfe/care_to_learn/care_to_learn_eligible.yaml +175 -0
  612. policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement.yaml +192 -0
  613. policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_eligible.yaml +141 -0
  614. policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_income_condition.yaml +48 -0
  615. policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_work_condition.yaml +103 -0
  616. policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/is_child_receiving_extended_childcare.yaml +65 -0
  617. policyengine_uk/tests/policy/baseline/gov/dfe/targeted_childcare_entitlement/is_child_receiving_targeted_childcare.yaml +53 -0
  618. policyengine_uk/tests/policy/baseline/gov/dfe/targeted_childcare_entitlement/targeted_childcare_entitlement.yaml +80 -0
  619. policyengine_uk/tests/policy/baseline/gov/dfe/universal_childcare_entitlement/is_child_receiving_universal_childcare.yaml +53 -0
  620. policyengine_uk/tests/policy/baseline/gov/dfe/universal_childcare_entitlement/universal_childcare_entitlement.yaml +123 -0
  621. policyengine_uk/tests/policy/baseline/gov/dfe/universal_childcare_entitlement/universal_childcare_entitlement_eligible.yaml +39 -0
  622. policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/guarantee_credit/is_guarantee_credit_eligible.yaml +15 -0
  623. policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/housing_benefit.yaml +16 -0
  624. policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/is_pension_credit_eligible.yaml +22 -0
  625. policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/pension_credit_earnings.yaml +67 -0
  626. policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/pension_credit_income.yaml +13 -0
  627. policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/savings_credit/is_savings_credit_eligible.yaml +70 -0
  628. policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/savings_credit/meets_savings_credit_age_requirement.yaml +77 -0
  629. policyengine_uk/tests/policy/baseline/gov/dwp/winter_fuel_allowance.yaml +61 -0
  630. policyengine_uk/tests/policy/baseline/gov/hmrc/capital_gains_tax/capital_gains_tax.yaml +79 -0
  631. policyengine_uk/tests/policy/baseline/gov/hmrc/child_benefit/child_benefit.yaml +37 -0
  632. policyengine_uk/tests/policy/baseline/gov/hmrc/child_benefit/child_benefit_respective_amount.yaml +44 -0
  633. policyengine_uk/tests/policy/baseline/gov/hmrc/child_benefit/would_claim_child_benefit.yaml +6 -0
  634. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/adjusted_net_income.yaml +121 -0
  635. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/allowance_integration.yaml +23 -0
  636. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/is_allowance_eligible.yaml +76 -0
  637. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/marriage_allowance.yaml +41 -0
  638. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/meets_marriage_allowance_income_conditions.yaml +20 -0
  639. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/received_allowances/received_allowances.yaml +44 -0
  640. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_dividend_income.yaml +59 -0
  641. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_earned_income.yaml +59 -0
  642. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_savings_income.yaml +53 -0
  643. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances.yaml +105 -0
  644. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/base.yaml +12 -0
  645. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/savings_income/taxable_savings_interest_income.yaml +71 -0
  646. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxable_dividend_income.yaml +71 -0
  647. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxable_employment_income.yaml +25 -0
  648. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxable_property_income.yaml +71 -0
  649. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxable_self_employment_income.yaml +116 -0
  650. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxed_dividend_income.yaml +99 -0
  651. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bracketized.yaml +9 -0
  652. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/charges/child_benefit_hitc.yaml +29 -0
  653. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/earned_taxable_income.yaml +9 -0
  654. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/income_tax.yaml +15 -0
  655. policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/reliefs/loss_relief.yaml +80 -0
  656. policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_employee.yaml +22 -0
  657. policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_employee_additional.yaml +15 -0
  658. policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_employee_primary.yaml +7 -0
  659. policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_employer.yaml +15 -0
  660. policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_income.yaml +9 -0
  661. policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_liable.yaml +20 -0
  662. policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_2/ni_class_2.yaml +13 -0
  663. policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_4/ni_class_4.yaml +7 -0
  664. policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_4/ni_class_4_main.yaml +7 -0
  665. policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_4/ni_class_4_maximum.yaml +8 -0
  666. policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/national_insurance.yaml +9 -0
  667. policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/ni_employee.yaml +6 -0
  668. policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/ni_self_employed.yaml +7 -0
  669. policyengine_uk/tests/policy/baseline/gov/hmrc/pensions/pension_contributions.yaml +63 -0
  670. policyengine_uk/tests/policy/baseline/gov/hmrc/pensions/pension_contributions_relief.yaml +51 -0
  671. policyengine_uk/tests/policy/baseline/gov/hmrc/stamp_duty/sdlt_liable.yaml +6 -0
  672. policyengine_uk/tests/policy/baseline/gov/hmrc/stamp_duty/stamp_duty_land_tax.yaml +54 -0
  673. policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/is_child_receiving_tax_free_childcare.yaml +59 -0
  674. policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare.yaml +70 -0
  675. policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_age_child_condition.yaml +31 -0
  676. policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_eligibility.yaml +52 -0
  677. policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_income_condition.yaml +68 -0
  678. policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_program_eligible.yaml +38 -0
  679. policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_work_condition.yaml +167 -0
  680. policyengine_uk/tests/policy/baseline/gov/local_authorities/domestic_rates.yaml +7 -0
  681. policyengine_uk/tests/policy/baseline/gov/treasury/energy_bills_rebate/council_tax_rebate.yaml +34 -0
  682. policyengine_uk/tests/policy/baseline/gov/treasury/energy_bills_rebate/energy_bills_credit.yaml +5 -0
  683. policyengine_uk/tests/policy/baseline/gov/treasury/energy_bills_rebate/energy_bills_rebate.yaml +13 -0
  684. policyengine_uk/tests/policy/baseline/gov/wra/land_transaction_tax/land_transaction_tax.yaml +43 -0
  685. policyengine_uk/tests/policy/baseline/gov/wra/land_transaction_tax/ltt_liable.yaml +6 -0
  686. policyengine_uk/tests/policy/integration/income.yaml +48 -0
  687. policyengine_uk/tests/policy/integration/tax.yaml +15 -0
  688. policyengine_uk/tests/policy/reforms/parametric/basic_income/basic_income.yaml +96 -0
  689. policyengine_uk/tests/policy/reforms/parametric/basic_income/bi_maximum.yaml +10 -0
  690. policyengine_uk/tests/policy/reforms/parametric/basic_income/phase_out.yaml +22 -0
  691. policyengine_uk/tests/policy/reforms/parametric/energy_price_cap_subsidy.yaml +9 -0
  692. policyengine_uk/tests/policy/reforms/parametric/two_child_limit/__init__.py +0 -0
  693. policyengine_uk/tests/policy/reforms/parametric/two_child_limit/age_exemption.yaml +132 -0
  694. policyengine_uk/tests/policy/reforms/parametric/two_child_limit/ctc_age_exemption.yaml +137 -0
  695. policyengine_uk/tests/policy/reforms/parametric/wealth_tax.yaml +8 -0
  696. policyengine_uk/tests/policy/reforms/parametric/winter_fuel_allowance/taxable_income_test.yaml +202 -0
  697. policyengine_uk/tests/test_parameter_metadata.py +18 -0
  698. policyengine_uk/utils/__init__.py +0 -0
  699. policyengine_uk/utils/create_triple_lock.py +20 -0
  700. policyengine_uk/utils/parameters.py +38 -0
  701. policyengine_uk/utils/solve_private_school_attendance_factor.py +46 -0
  702. policyengine_uk/variables/contrib/cec/non_primary_residence_wealth_tax.py +20 -0
  703. policyengine_uk/variables/contrib/labour/attends_private_school.py +81 -0
  704. policyengine_uk/variables/contrib/labour/private_school_vat.py +27 -0
  705. policyengine_uk/variables/contrib/policyengine/consumer_incident_tax_revenue_change.py +24 -0
  706. policyengine_uk/variables/contrib/policyengine/corporate_incident_tax_revenue_change.py +16 -0
  707. policyengine_uk/variables/contrib/policyengine/education_budget_change.py +50 -0
  708. policyengine_uk/variables/contrib/policyengine/employer_ni/adjusted_employer_cost.py +46 -0
  709. policyengine_uk/variables/contrib/policyengine/employer_ni/baseline_employer_cost.py +56 -0
  710. policyengine_uk/variables/contrib/policyengine/employer_ni/employer_cost.py +26 -0
  711. policyengine_uk/variables/contrib/policyengine/employer_ni/employer_ni_fixed_employer_cost_change.py +102 -0
  712. policyengine_uk/variables/contrib/policyengine/employer_ni/employer_ni_response_capital_incidence.py +45 -0
  713. policyengine_uk/variables/contrib/policyengine/employer_ni/employer_ni_response_consumer_incidence.py +45 -0
  714. policyengine_uk/variables/contrib/policyengine/high_income_incident_tax_change.py +22 -0
  715. policyengine_uk/variables/contrib/policyengine/nhs_budget_change.py +50 -0
  716. policyengine_uk/variables/contrib/policyengine/other_public_spending_budget_change.py +53 -0
  717. policyengine_uk/variables/contrib/policyengine/pre_budget_change_household_benefits.py +75 -0
  718. policyengine_uk/variables/contrib/policyengine/pre_budget_change_household_net_income.py +12 -0
  719. policyengine_uk/variables/contrib/policyengine/pre_budget_change_household_tax.py +43 -0
  720. policyengine_uk/variables/contrib/policyengine/pre_budget_change_ons_household_income_decile.py +42 -0
  721. policyengine_uk/variables/contrib/ubi_center/basic_income/basic_income.py +12 -0
  722. policyengine_uk/variables/contrib/ubi_center/basic_income/bi_household_phaseout.py +39 -0
  723. policyengine_uk/variables/contrib/ubi_center/basic_income/bi_individual_phaseout.py +25 -0
  724. policyengine_uk/variables/contrib/ubi_center/basic_income/bi_maximum.py +28 -0
  725. policyengine_uk/variables/contrib/ubi_center/basic_income/bi_phaseout.py +11 -0
  726. policyengine_uk/variables/contrib/ubi_center/carbon_tax.py +27 -0
  727. policyengine_uk/variables/contrib/ubi_center/land_value_tax.py +20 -0
  728. policyengine_uk/variables/contrib/ubi_center/wealth_tax.py +15 -0
  729. policyengine_uk/variables/gov/dcms/bbc/tv_licence/free_tv_licence_value.py +20 -0
  730. policyengine_uk/variables/gov/dcms/bbc/tv_licence/tv_licence.py +19 -0
  731. policyengine_uk/variables/gov/dcms/bbc/tv_licence/tv_licence_discount.py +36 -0
  732. policyengine_uk/variables/gov/dcms/bbc/tv_licence/would_evade_tv_licence_fee.py +15 -0
  733. policyengine_uk/variables/gov/dfe/care_to_learn/care_to_learn.py +24 -0
  734. policyengine_uk/variables/gov/dfe/care_to_learn/care_to_learn_eligible.py +42 -0
  735. policyengine_uk/variables/gov/dfe/care_to_learn/would_claim_care_to_learn.py +12 -0
  736. policyengine_uk/variables/gov/dfe/compulsory_education/is_of_compulsory_school_age.py +13 -0
  737. policyengine_uk/variables/gov/dfe/dfe_education_spending.py +10 -0
  738. policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/conditions/extended_childcare_entitlement_meets_income_requirements.py +33 -0
  739. policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/conditions/extended_childcare_entitlement_work_condition.py +52 -0
  740. policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement.py +47 -0
  741. policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_eligible.py +31 -0
  742. policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/is_child_receiving_extended_childcare.py +27 -0
  743. policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/maximum_extended_childcare_hours_usage.py +10 -0
  744. policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/would_claim_extended_childcare.py +10 -0
  745. policyengine_uk/variables/gov/dfe/free_school_fruit_veg.py +10 -0
  746. policyengine_uk/variables/gov/dfe/free_school_meals.py +10 -0
  747. policyengine_uk/variables/gov/dfe/free_school_milk.py +10 -0
  748. policyengine_uk/variables/gov/dfe/max_free_entitlement_hours_used.py +10 -0
  749. policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/is_child_receiving_targeted_childcare.py +26 -0
  750. policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/meets_tax_credit_criteria_for_targeted_childcare_entitlement.py +29 -0
  751. policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/meets_universal_credit_criteria_for_targeted_childcare_entitlement.py +27 -0
  752. policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/targeted_childcare_entitlement.py +27 -0
  753. policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/targeted_childcare_entitlement_eligible.py +38 -0
  754. policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/would_claim_targeted_childcare.py +10 -0
  755. policyengine_uk/variables/gov/dfe/universal_childcare_entitlement/is_child_receiving_universal_childcare.py +26 -0
  756. policyengine_uk/variables/gov/dfe/universal_childcare_entitlement/universal_childcare_entitlement.py +21 -0
  757. policyengine_uk/variables/gov/dfe/universal_childcare_entitlement/universal_childcare_entitlement_eligible.py +36 -0
  758. policyengine_uk/variables/gov/dfe/universal_childcare_entitlement/would_claim_universal_childcare.py +10 -0
  759. policyengine_uk/variables/gov/dft/README.md +1 -0
  760. policyengine_uk/variables/gov/dft/bus_subsidy_spending.py +10 -0
  761. policyengine_uk/variables/gov/dft/dft_subsidy_spending.py +14 -0
  762. policyengine_uk/variables/gov/dft/rail_subsidy_spending.py +10 -0
  763. policyengine_uk/variables/gov/dhsc/a_and_e/a_and_e_visits.py +10 -0
  764. policyengine_uk/variables/gov/dhsc/a_and_e/nhs_a_and_e_spending.py +10 -0
  765. policyengine_uk/variables/gov/dhsc/admitted_patient/admitted_patient_visits.py +10 -0
  766. policyengine_uk/variables/gov/dhsc/admitted_patient/nhs_admitted_patient_spending.py +12 -0
  767. policyengine_uk/variables/gov/dhsc/nhs_spending.py +15 -0
  768. policyengine_uk/variables/gov/dhsc/outpatient/nhs_outpatient_spending.py +12 -0
  769. policyengine_uk/variables/gov/dhsc/outpatient/outpatient_visits.py +10 -0
  770. policyengine_uk/variables/gov/dwp/BRMA_LHA_rate.py +63 -0
  771. policyengine_uk/variables/gov/dwp/CTC_child_element.py +25 -0
  772. policyengine_uk/variables/gov/dwp/CTC_disabled_child_element.py +20 -0
  773. policyengine_uk/variables/gov/dwp/CTC_family_element.py +16 -0
  774. policyengine_uk/variables/gov/dwp/CTC_maximum_rate.py +17 -0
  775. policyengine_uk/variables/gov/dwp/CTC_severely_disabled_child_element.py +26 -0
  776. policyengine_uk/variables/gov/dwp/LHA_allowed_bedrooms.py +57 -0
  777. policyengine_uk/variables/gov/dwp/LHA_cap.py +20 -0
  778. policyengine_uk/variables/gov/dwp/LHA_category.py +113 -0
  779. policyengine_uk/variables/gov/dwp/LHA_eligible.py +23 -0
  780. policyengine_uk/variables/gov/dwp/WTC_basic_element.py +16 -0
  781. policyengine_uk/variables/gov/dwp/WTC_childcare_element.py +21 -0
  782. policyengine_uk/variables/gov/dwp/WTC_couple_element.py +17 -0
  783. policyengine_uk/variables/gov/dwp/WTC_disabled_element.py +25 -0
  784. policyengine_uk/variables/gov/dwp/WTC_lone_parent_element.py +18 -0
  785. policyengine_uk/variables/gov/dwp/WTC_maximum_rate.py +20 -0
  786. policyengine_uk/variables/gov/dwp/WTC_severely_disabled_element.py +18 -0
  787. policyengine_uk/variables/gov/dwp/WTC_worker_element.py +17 -0
  788. policyengine_uk/variables/gov/dwp/aa_category.py +28 -0
  789. policyengine_uk/variables/gov/dwp/access_fund.py +10 -0
  790. policyengine_uk/variables/gov/dwp/additional_state_pension.py +27 -0
  791. policyengine_uk/variables/gov/dwp/adult_ema.py +10 -0
  792. policyengine_uk/variables/gov/dwp/afcs.py +11 -0
  793. policyengine_uk/variables/gov/dwp/afcs_reported.py +10 -0
  794. policyengine_uk/variables/gov/dwp/afip.py +9 -0
  795. policyengine_uk/variables/gov/dwp/attendance_allowance.py +25 -0
  796. policyengine_uk/variables/gov/dwp/attendance_allowance_reported.py +10 -0
  797. policyengine_uk/variables/gov/dwp/baseline_ctc_entitlement.py +14 -0
  798. policyengine_uk/variables/gov/dwp/baseline_income_support_entitlement.py +9 -0
  799. policyengine_uk/variables/gov/dwp/baseline_wtc_entitlement.py +14 -0
  800. policyengine_uk/variables/gov/dwp/basic_state_pension.py +29 -0
  801. policyengine_uk/variables/gov/dwp/benefit_cap.py +35 -0
  802. policyengine_uk/variables/gov/dwp/benefit_cap_reduction.py +29 -0
  803. policyengine_uk/variables/gov/dwp/bsp.py +11 -0
  804. policyengine_uk/variables/gov/dwp/bsp_reported.py +10 -0
  805. policyengine_uk/variables/gov/dwp/care_hours.py +10 -0
  806. policyengine_uk/variables/gov/dwp/carers_allowance.py +16 -0
  807. policyengine_uk/variables/gov/dwp/carers_allowance_reported.py +10 -0
  808. policyengine_uk/variables/gov/dwp/child_ema.py +10 -0
  809. policyengine_uk/variables/gov/dwp/child_tax_credit.py +11 -0
  810. policyengine_uk/variables/gov/dwp/child_tax_credit_pre_minimum.py +24 -0
  811. policyengine_uk/variables/gov/dwp/child_tax_credit_reported.py +10 -0
  812. policyengine_uk/variables/gov/dwp/council_tax_benefit.py +11 -0
  813. policyengine_uk/variables/gov/dwp/council_tax_benefit_reported.py +10 -0
  814. policyengine_uk/variables/gov/dwp/ctc_child_limit_affected.py +25 -0
  815. policyengine_uk/variables/gov/dwp/ctc_entitlement.py +16 -0
  816. policyengine_uk/variables/gov/dwp/dla/dla.py +11 -0
  817. policyengine_uk/variables/gov/dwp/dla/dla_m.py +29 -0
  818. policyengine_uk/variables/gov/dwp/dla/dla_m_reported.py +10 -0
  819. policyengine_uk/variables/gov/dwp/dla/dla_sc.py +31 -0
  820. policyengine_uk/variables/gov/dwp/dla/dla_sc_middle_plus.py +16 -0
  821. policyengine_uk/variables/gov/dwp/dla/dla_sc_reported.py +10 -0
  822. policyengine_uk/variables/gov/dwp/dla/receives_highest_dla_sc.py +12 -0
  823. policyengine_uk/variables/gov/dwp/education_grants.py +10 -0
  824. policyengine_uk/variables/gov/dwp/esa.py +10 -0
  825. policyengine_uk/variables/gov/dwp/esa_contrib.py +11 -0
  826. policyengine_uk/variables/gov/dwp/esa_contrib_reported.py +10 -0
  827. policyengine_uk/variables/gov/dwp/esa_income.py +12 -0
  828. policyengine_uk/variables/gov/dwp/esa_income_reported.py +10 -0
  829. policyengine_uk/variables/gov/dwp/healthy_start_vouchers.py +9 -0
  830. policyengine_uk/variables/gov/dwp/housing_benefit/applicable_income/housing_benefit_applicable_income.py +65 -0
  831. policyengine_uk/variables/gov/dwp/housing_benefit/applicable_income/housing_benefit_applicable_income_childcare_element.py +26 -0
  832. policyengine_uk/variables/gov/dwp/housing_benefit/applicable_income/housing_benefit_applicable_income_disregard.py +35 -0
  833. policyengine_uk/variables/gov/dwp/housing_benefit/entitlement/housing_benefit_baseline_entitlement.py +15 -0
  834. policyengine_uk/variables/gov/dwp/housing_benefit/entitlement/housing_benefit_entitlement.py +27 -0
  835. policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit.py +17 -0
  836. policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit_applicable_amount.py +46 -0
  837. policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit_eligible.py +17 -0
  838. policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit_pre_benefit_cap.py +18 -0
  839. policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit_reported.py +10 -0
  840. policyengine_uk/variables/gov/dwp/housing_benefit/non_dep_deduction/household_benefits_individual_non_dep_deduction.py +16 -0
  841. policyengine_uk/variables/gov/dwp/housing_benefit/non_dep_deduction/housing_benefit_individual_non_dep_deduction_eligible.py +14 -0
  842. policyengine_uk/variables/gov/dwp/housing_benefit/non_dep_deduction/housing_benefit_non_dep_deductions.py +19 -0
  843. policyengine_uk/variables/gov/dwp/housing_benefit/would_claim_housing_benefit.py +18 -0
  844. policyengine_uk/variables/gov/dwp/iidb.py +11 -0
  845. policyengine_uk/variables/gov/dwp/iidb_reported.py +10 -0
  846. policyengine_uk/variables/gov/dwp/incapacity_benefit.py +11 -0
  847. policyengine_uk/variables/gov/dwp/incapacity_benefit_reported.py +10 -0
  848. policyengine_uk/variables/gov/dwp/income_support.py +11 -0
  849. policyengine_uk/variables/gov/dwp/income_support_applicable_amount.py +50 -0
  850. policyengine_uk/variables/gov/dwp/income_support_applicable_income.py +50 -0
  851. policyengine_uk/variables/gov/dwp/income_support_eligible.py +25 -0
  852. policyengine_uk/variables/gov/dwp/income_support_entitlement.py +15 -0
  853. policyengine_uk/variables/gov/dwp/income_support_reported.py +10 -0
  854. policyengine_uk/variables/gov/dwp/is_CTC_child_limit_exempt.py +29 -0
  855. policyengine_uk/variables/gov/dwp/is_CTC_eligible.py +18 -0
  856. policyengine_uk/variables/gov/dwp/is_SP_age.py +13 -0
  857. policyengine_uk/variables/gov/dwp/is_WTC_eligible.py +45 -0
  858. policyengine_uk/variables/gov/dwp/is_benefit_cap_exempt.py +23 -0
  859. policyengine_uk/variables/gov/dwp/is_child_for_CTC.py +12 -0
  860. policyengine_uk/variables/gov/dwp/jsa.py +10 -0
  861. policyengine_uk/variables/gov/dwp/jsa_contrib.py +11 -0
  862. policyengine_uk/variables/gov/dwp/jsa_contrib_reported.py +10 -0
  863. policyengine_uk/variables/gov/dwp/jsa_income.py +12 -0
  864. policyengine_uk/variables/gov/dwp/jsa_income_reported.py +10 -0
  865. policyengine_uk/variables/gov/dwp/maternity_allowance.py +11 -0
  866. policyengine_uk/variables/gov/dwp/maternity_allowance_reported.py +10 -0
  867. policyengine_uk/variables/gov/dwp/new_state_pension.py +19 -0
  868. policyengine_uk/variables/gov/dwp/pension_credit/baseline_pension_credit_entitlement.py +9 -0
  869. policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/guarantee_credit.py +16 -0
  870. policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/is_guarantee_credit_eligible.py +14 -0
  871. policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/additional/additional_minimum_guarantee.py +12 -0
  872. policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/additional/carer_minimum_guarantee_addition.py +20 -0
  873. policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/additional/child_minimum_guarantee_addition.py +39 -0
  874. policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/additional/severe_disability_minimum_guarantee_addition.py +42 -0
  875. policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/minimum_guarantee.py +13 -0
  876. policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/standard_minimum_guarantee.py +16 -0
  877. policyengine_uk/variables/gov/dwp/pension_credit/is_pension_credit_eligible.py +16 -0
  878. policyengine_uk/variables/gov/dwp/pension_credit/pension_credit.py +22 -0
  879. policyengine_uk/variables/gov/dwp/pension_credit/pension_credit_earnings.py +11 -0
  880. policyengine_uk/variables/gov/dwp/pension_credit/pension_credit_entitlement.py +11 -0
  881. policyengine_uk/variables/gov/dwp/pension_credit/pension_credit_income.py +23 -0
  882. policyengine_uk/variables/gov/dwp/pension_credit/pension_credit_reported.py +10 -0
  883. policyengine_uk/variables/gov/dwp/pension_credit/savings_credit/is_savings_credit_eligible.py +22 -0
  884. policyengine_uk/variables/gov/dwp/pension_credit/savings_credit/meets_savings_credit_age_requirement.py +22 -0
  885. policyengine_uk/variables/gov/dwp/pension_credit/savings_credit/savings_credit.py +28 -0
  886. policyengine_uk/variables/gov/dwp/pension_credit/savings_credit/savings_credit_income.py +19 -0
  887. policyengine_uk/variables/gov/dwp/pension_credit/would_claim.py +29 -0
  888. policyengine_uk/variables/gov/dwp/pip/pip.py +17 -0
  889. policyengine_uk/variables/gov/dwp/pip/pip_dl.py +29 -0
  890. policyengine_uk/variables/gov/dwp/pip/pip_dl_reported.py +11 -0
  891. policyengine_uk/variables/gov/dwp/pip/pip_m.py +29 -0
  892. policyengine_uk/variables/gov/dwp/pip/pip_m_reported.py +11 -0
  893. policyengine_uk/variables/gov/dwp/pip/receives_enhanced_pip_dl.py +12 -0
  894. policyengine_uk/variables/gov/dwp/sda.py +17 -0
  895. policyengine_uk/variables/gov/dwp/sda_reported.py +10 -0
  896. policyengine_uk/variables/gov/dwp/ssmg.py +13 -0
  897. policyengine_uk/variables/gov/dwp/ssmg_reported.py +9 -0
  898. policyengine_uk/variables/gov/dwp/state_pension_age.py +13 -0
  899. policyengine_uk/variables/gov/dwp/state_pension_reported.py +13 -0
  900. policyengine_uk/variables/gov/dwp/state_pension_type.py +38 -0
  901. policyengine_uk/variables/gov/dwp/student_loans.py +9 -0
  902. policyengine_uk/variables/gov/dwp/student_payments.py +11 -0
  903. policyengine_uk/variables/gov/dwp/tax_credits.py +19 -0
  904. policyengine_uk/variables/gov/dwp/tax_credits_applicable_income.py +34 -0
  905. policyengine_uk/variables/gov/dwp/tax_credits_reduction.py +23 -0
  906. policyengine_uk/variables/gov/dwp/universal_credit/carer_element/uc_carer_element.py +14 -0
  907. policyengine_uk/variables/gov/dwp/universal_credit/child_element/disability/severe_disability/uc_individual_severely_disabled_child_element.py +17 -0
  908. policyengine_uk/variables/gov/dwp/universal_credit/child_element/disability/uc_individual_disabled_child_element.py +15 -0
  909. policyengine_uk/variables/gov/dwp/universal_credit/child_element/uc_child_element.py +11 -0
  910. policyengine_uk/variables/gov/dwp/universal_credit/child_element/uc_individual_child_element.py +48 -0
  911. policyengine_uk/variables/gov/dwp/universal_credit/child_element/uc_is_child_born_before_child_limit.py +15 -0
  912. policyengine_uk/variables/gov/dwp/universal_credit/child_element/uc_is_child_limit_affected.py +16 -0
  913. policyengine_uk/variables/gov/dwp/universal_credit/childcare_element/uc_childcare_element.py +19 -0
  914. policyengine_uk/variables/gov/dwp/universal_credit/childcare_element/uc_childcare_work_condition.py +19 -0
  915. policyengine_uk/variables/gov/dwp/universal_credit/childcare_element/uc_eligible_children.py +15 -0
  916. policyengine_uk/variables/gov/dwp/universal_credit/childcare_element/uc_maximum_childcare_element_amount.py +15 -0
  917. policyengine_uk/variables/gov/dwp/universal_credit/disability_element/limited_work_ability/uc_LCWRA_element.py +19 -0
  918. policyengine_uk/variables/gov/dwp/universal_credit/disability_element/limited_work_ability/uc_limited_capability_for_WRA.py +12 -0
  919. policyengine_uk/variables/gov/dwp/universal_credit/disability_element/uc_disability_elements.py +15 -0
  920. policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/non_dep_deduction/uc_individual_non_dep_deduction.py +16 -0
  921. policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/non_dep_deduction/uc_individual_non_dep_deduction_eligible.py +18 -0
  922. policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/non_dep_deduction/uc_non_dep_deduction_exempt.py +17 -0
  923. policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/non_dep_deduction/uc_non_dep_deductions.py +24 -0
  924. policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/uc_housing_costs_element.py +29 -0
  925. policyengine_uk/variables/gov/dwp/universal_credit/income/income_floor/uc_mif_applies.py +17 -0
  926. policyengine_uk/variables/gov/dwp/universal_credit/income/income_floor/uc_mif_capped_earned_income.py +29 -0
  927. policyengine_uk/variables/gov/dwp/universal_credit/income/income_floor/uc_minimum_income_floor.py +15 -0
  928. policyengine_uk/variables/gov/dwp/universal_credit/income/uc_earned_income.py +20 -0
  929. policyengine_uk/variables/gov/dwp/universal_credit/income/uc_income_reduction.py +22 -0
  930. policyengine_uk/variables/gov/dwp/universal_credit/income/uc_is_in_startup_period.py +12 -0
  931. policyengine_uk/variables/gov/dwp/universal_credit/income/uc_unearned_income.py +11 -0
  932. policyengine_uk/variables/gov/dwp/universal_credit/is_uc_eligible.py +12 -0
  933. policyengine_uk/variables/gov/dwp/universal_credit/is_uc_entitled.py +12 -0
  934. policyengine_uk/variables/gov/dwp/universal_credit/is_uc_entitled_baseline.py +15 -0
  935. policyengine_uk/variables/gov/dwp/universal_credit/standard_allowance/uc_standard_allowance.py +14 -0
  936. policyengine_uk/variables/gov/dwp/universal_credit/standard_allowance/uc_standard_allowance_claimant_type.py +43 -0
  937. policyengine_uk/variables/gov/dwp/universal_credit/uc_maximum_amount.py +22 -0
  938. policyengine_uk/variables/gov/dwp/universal_credit/universal_credit.py +17 -0
  939. policyengine_uk/variables/gov/dwp/universal_credit/universal_credit_pre_benefit_cap.py +15 -0
  940. policyengine_uk/variables/gov/dwp/universal_credit/universal_credit_reported.py +11 -0
  941. policyengine_uk/variables/gov/dwp/universal_credit/work_allowance/is_uc_work_allowance_eligible.py +16 -0
  942. policyengine_uk/variables/gov/dwp/universal_credit/work_allowance/uc_work_allowance.py +22 -0
  943. policyengine_uk/variables/gov/dwp/universal_credit/would_claim_uc.py +21 -0
  944. policyengine_uk/variables/gov/dwp/winter_fuel_allowance.py +71 -0
  945. policyengine_uk/variables/gov/dwp/winter_fuel_allowance_reported.py +10 -0
  946. policyengine_uk/variables/gov/dwp/working_tax_credit.py +11 -0
  947. policyengine_uk/variables/gov/dwp/working_tax_credit_pre_minimum.py +20 -0
  948. policyengine_uk/variables/gov/dwp/working_tax_credit_reported.py +10 -0
  949. policyengine_uk/variables/gov/dwp/would_claim_CTC.py +18 -0
  950. policyengine_uk/variables/gov/dwp/would_claim_IS.py +18 -0
  951. policyengine_uk/variables/gov/dwp/would_claim_WTC.py +20 -0
  952. policyengine_uk/variables/gov/dwp/wtc_entitlement.py +17 -0
  953. policyengine_uk/variables/gov/gov_balance.py +12 -0
  954. policyengine_uk/variables/gov/gov_spending.py +52 -0
  955. policyengine_uk/variables/gov/gov_tax.py +46 -0
  956. policyengine_uk/variables/gov/hmrc/baseline_business_rates.py +22 -0
  957. policyengine_uk/variables/gov/hmrc/baseline_child_benefit_entitlement.py +8 -0
  958. policyengine_uk/variables/gov/hmrc/baseline_vat.py +21 -0
  959. policyengine_uk/variables/gov/hmrc/benunit_tax.py +11 -0
  960. policyengine_uk/variables/gov/hmrc/business_rates.py +15 -0
  961. policyengine_uk/variables/gov/hmrc/capital_gains_tax/adult_index_cg.py +19 -0
  962. policyengine_uk/variables/gov/hmrc/capital_gains_tax/capital_gains_before_response.py +11 -0
  963. policyengine_uk/variables/gov/hmrc/capital_gains_tax/capital_gains_behavioural_response.py +33 -0
  964. policyengine_uk/variables/gov/hmrc/capital_gains_tax/capital_gains_elasticity.py +14 -0
  965. policyengine_uk/variables/gov/hmrc/capital_gains_tax/capital_gains_tax.py +43 -0
  966. policyengine_uk/variables/gov/hmrc/capital_gains_tax/marginal_tax_rate_on_capital_gains.py +50 -0
  967. policyengine_uk/variables/gov/hmrc/capital_gains_tax/relative_capital_gains_mtr_change.py +59 -0
  968. policyengine_uk/variables/gov/hmrc/child_benefit.py +13 -0
  969. policyengine_uk/variables/gov/hmrc/child_benefit_entitlement.py +11 -0
  970. policyengine_uk/variables/gov/hmrc/child_benefit_less_tax_charge.py +15 -0
  971. policyengine_uk/variables/gov/hmrc/child_benefit_opts_out.py +27 -0
  972. policyengine_uk/variables/gov/hmrc/child_benefit_reported.py +11 -0
  973. policyengine_uk/variables/gov/hmrc/child_benefit_respective_amount.py +31 -0
  974. policyengine_uk/variables/gov/hmrc/corporate_sdlt.py +19 -0
  975. policyengine_uk/variables/gov/hmrc/expected_sdlt.py +18 -0
  976. policyengine_uk/variables/gov/hmrc/fuel_duty/fuel_duty.py +28 -0
  977. policyengine_uk/variables/gov/hmrc/household_tax.py +50 -0
  978. policyengine_uk/variables/gov/hmrc/income_tax/adjusted_net_income.py +30 -0
  979. policyengine_uk/variables/gov/hmrc/income_tax/allowances/allowances.py +19 -0
  980. policyengine_uk/variables/gov/hmrc/income_tax/allowances/blind_persons_allowance.py +10 -0
  981. policyengine_uk/variables/gov/hmrc/income_tax/allowances/capped_mcad.py +18 -0
  982. policyengine_uk/variables/gov/hmrc/income_tax/allowances/charitable_investment_gifts.py +9 -0
  983. policyengine_uk/variables/gov/hmrc/income_tax/allowances/covenanted_payments.py +9 -0
  984. policyengine_uk/variables/gov/hmrc/income_tax/allowances/dividend_allowance.py +15 -0
  985. policyengine_uk/variables/gov/hmrc/income_tax/allowances/gift_aid.py +9 -0
  986. policyengine_uk/variables/gov/hmrc/income_tax/allowances/marriage_allowance.py +32 -0
  987. policyengine_uk/variables/gov/hmrc/income_tax/allowances/married_couples_allowance.py +9 -0
  988. policyengine_uk/variables/gov/hmrc/income_tax/allowances/married_couples_allowance_deduction.py +15 -0
  989. policyengine_uk/variables/gov/hmrc/income_tax/allowances/meets_marriage_allowance_income_conditions.py +20 -0
  990. policyengine_uk/variables/gov/hmrc/income_tax/allowances/other_deductions.py +9 -0
  991. policyengine_uk/variables/gov/hmrc/income_tax/allowances/partners_unused_personal_allowance.py +16 -0
  992. policyengine_uk/variables/gov/hmrc/income_tax/allowances/pension_annual_allowance.py +17 -0
  993. policyengine_uk/variables/gov/hmrc/income_tax/allowances/personal_allowance.py +19 -0
  994. policyengine_uk/variables/gov/hmrc/income_tax/allowances/property_allowance.py +15 -0
  995. policyengine_uk/variables/gov/hmrc/income_tax/allowances/property_allowance_deduction.py +16 -0
  996. policyengine_uk/variables/gov/hmrc/income_tax/allowances/received_allowances/received_allowances.py +15 -0
  997. policyengine_uk/variables/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_dividend_income.py +32 -0
  998. policyengine_uk/variables/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_earned_income.py +27 -0
  999. policyengine_uk/variables/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_savings_income.py +27 -0
  1000. policyengine_uk/variables/gov/hmrc/income_tax/allowances/savings_allowance.py +30 -0
  1001. policyengine_uk/variables/gov/hmrc/income_tax/allowances/trading_allowance.py +15 -0
  1002. policyengine_uk/variables/gov/hmrc/income_tax/allowances/trading_allowance_deduction.py +16 -0
  1003. policyengine_uk/variables/gov/hmrc/income_tax/allowances/unused_personal_allowance.py +17 -0
  1004. policyengine_uk/variables/gov/hmrc/income_tax/bases/savings_income/ISA_interest_income.py +13 -0
  1005. policyengine_uk/variables/gov/hmrc/income_tax/bases/savings_income/tax_free_savings_income.py +11 -0
  1006. policyengine_uk/variables/gov/hmrc/income_tax/bases/savings_income/taxable_savings_interest_income.py +20 -0
  1007. policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_dividend_income.py +20 -0
  1008. policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_employment_income.py +19 -0
  1009. policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_miscellaneous_income.py +15 -0
  1010. policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_pension_income.py +15 -0
  1011. policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_property_income.py +20 -0
  1012. policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_self_employment_income.py +21 -0
  1013. policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_social_security_income.py +15 -0
  1014. policyengine_uk/variables/gov/hmrc/income_tax/bases/taxed_dividend_income.py +21 -0
  1015. policyengine_uk/variables/gov/hmrc/income_tax/bases/trading_loss.py +13 -0
  1016. policyengine_uk/variables/gov/hmrc/income_tax/bracketized_earned_income/add_rate_earned_income.py +18 -0
  1017. policyengine_uk/variables/gov/hmrc/income_tax/bracketized_earned_income/basic_rate_earned_income.py +18 -0
  1018. policyengine_uk/variables/gov/hmrc/income_tax/bracketized_earned_income/earned_taxable_income.py +21 -0
  1019. policyengine_uk/variables/gov/hmrc/income_tax/bracketized_earned_income/higher_rate_earned_income.py +18 -0
  1020. policyengine_uk/variables/gov/hmrc/income_tax/bracketized_liability/add_rate_earned_income_tax.py +19 -0
  1021. policyengine_uk/variables/gov/hmrc/income_tax/bracketized_liability/basic_rate_earned_income_tax.py +19 -0
  1022. policyengine_uk/variables/gov/hmrc/income_tax/bracketized_liability/higher_rate_earned_income_tax.py +19 -0
  1023. policyengine_uk/variables/gov/hmrc/income_tax/bracketized_liability/tax_band.py +84 -0
  1024. policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/add_rate_savings_income.py +38 -0
  1025. policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/basic_rate_savings_income.py +40 -0
  1026. policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/basic_rate_savings_income_pre_starter.py +33 -0
  1027. policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/higher_rate_savings_income.py +40 -0
  1028. policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/savings_starter_rate_income.py +45 -0
  1029. policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/taxed_savings_income.py +19 -0
  1030. policyengine_uk/variables/gov/hmrc/income_tax/charges/child_benefit_hitc.py +20 -0
  1031. policyengine_uk/variables/gov/hmrc/income_tax/deductions/employment_deductions.py +15 -0
  1032. policyengine_uk/variables/gov/hmrc/income_tax/deductions/employment_expenses.py +15 -0
  1033. policyengine_uk/variables/gov/hmrc/income_tax/earned_income_tax.py +22 -0
  1034. policyengine_uk/variables/gov/hmrc/income_tax/income_tax.py +23 -0
  1035. policyengine_uk/variables/gov/hmrc/income_tax/income_tax_pre_charges.py +19 -0
  1036. policyengine_uk/variables/gov/hmrc/income_tax/liability/dividend_income_tax.py +25 -0
  1037. policyengine_uk/variables/gov/hmrc/income_tax/liability/savings_income_tax.py +24 -0
  1038. policyengine_uk/variables/gov/hmrc/income_tax/other_tax_credits.py +12 -0
  1039. policyengine_uk/variables/gov/hmrc/income_tax/reliefs/capital_allowances.py +17 -0
  1040. policyengine_uk/variables/gov/hmrc/income_tax/reliefs/deficiency_relief.py +17 -0
  1041. policyengine_uk/variables/gov/hmrc/income_tax/reliefs/loss_relief.py +24 -0
  1042. policyengine_uk/variables/gov/hmrc/income_tax/social_security_income.py +18 -0
  1043. policyengine_uk/variables/gov/hmrc/income_tax/taxed_income.py +19 -0
  1044. policyengine_uk/variables/gov/hmrc/income_tax/total_income.py +24 -0
  1045. policyengine_uk/variables/gov/hmrc/income_tax/total_pension_income.py +12 -0
  1046. policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_employee.py +15 -0
  1047. policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_employee_additional.py +23 -0
  1048. policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_employee_primary.py +33 -0
  1049. policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_employer.py +32 -0
  1050. policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_income.py +17 -0
  1051. policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_liable.py +14 -0
  1052. policyengine_uk/variables/gov/hmrc/national_insurance/class_2/ni_class_2.py +18 -0
  1053. policyengine_uk/variables/gov/hmrc/national_insurance/class_3/ni_class_3.py +12 -0
  1054. policyengine_uk/variables/gov/hmrc/national_insurance/class_4/ni_class_4.py +36 -0
  1055. policyengine_uk/variables/gov/hmrc/national_insurance/class_4/ni_class_4_main.py +29 -0
  1056. policyengine_uk/variables/gov/hmrc/national_insurance/class_4/ni_class_4_maximum.py +48 -0
  1057. policyengine_uk/variables/gov/hmrc/national_insurance/national_insurance.py +17 -0
  1058. policyengine_uk/variables/gov/hmrc/national_insurance/ni_employee.py +12 -0
  1059. policyengine_uk/variables/gov/hmrc/national_insurance/ni_employer.py +12 -0
  1060. policyengine_uk/variables/gov/hmrc/national_insurance/ni_self_employed.py +13 -0
  1061. policyengine_uk/variables/gov/hmrc/national_insurance/total_national_insurance.py +14 -0
  1062. policyengine_uk/variables/gov/hmrc/pensions/pension_contributions.py +11 -0
  1063. policyengine_uk/variables/gov/hmrc/pensions/pension_contributions_relief.py +31 -0
  1064. policyengine_uk/variables/gov/hmrc/pensions/private_pension_contributions_tax.py +28 -0
  1065. policyengine_uk/variables/gov/hmrc/regional/pays_scottish_income_tax.py +13 -0
  1066. policyengine_uk/variables/gov/hmrc/sdlt_liable.py +18 -0
  1067. policyengine_uk/variables/gov/hmrc/sdlt_on_non_residential_property_rent.py +19 -0
  1068. policyengine_uk/variables/gov/hmrc/sdlt_on_non_residential_property_transactions.py +16 -0
  1069. policyengine_uk/variables/gov/hmrc/sdlt_on_rent.py +16 -0
  1070. policyengine_uk/variables/gov/hmrc/sdlt_on_residential_property_rent.py +19 -0
  1071. policyengine_uk/variables/gov/hmrc/sdlt_on_residential_property_transactions.py +40 -0
  1072. policyengine_uk/variables/gov/hmrc/sdlt_on_transactions.py +16 -0
  1073. policyengine_uk/variables/gov/hmrc/stamp_duty_land_tax.py +16 -0
  1074. policyengine_uk/variables/gov/hmrc/student_loan_repayments.py +10 -0
  1075. policyengine_uk/variables/gov/hmrc/tax.py +11 -0
  1076. policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childcare_child_age_eligible.py +23 -0
  1077. policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childcare_meets_income_requirements.py +34 -0
  1078. policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childcare_program_eligible.py +17 -0
  1079. policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childcare_work_condition.py +58 -0
  1080. policyengine_uk/variables/gov/hmrc/tax_free_childcare/is_child_receiving_tax_free_childcare.py +24 -0
  1081. policyengine_uk/variables/gov/hmrc/tax_free_childcare/tax_free_childcare.py +39 -0
  1082. policyengine_uk/variables/gov/hmrc/tax_free_childcare/tax_free_childcare_eligibility.py +36 -0
  1083. policyengine_uk/variables/gov/hmrc/tax_free_childcare/would_claim_tfc.py +12 -0
  1084. policyengine_uk/variables/gov/hmrc/tax_modelling.py +12 -0
  1085. policyengine_uk/variables/gov/hmrc/tax_reported.py +9 -0
  1086. policyengine_uk/variables/gov/hmrc/vat.py +21 -0
  1087. policyengine_uk/variables/gov/hmrc/vat_change.py +11 -0
  1088. policyengine_uk/variables/gov/hmrc/would_claim_child_benefit.py +18 -0
  1089. policyengine_uk/variables/gov/local_authorities/README.md +1 -0
  1090. policyengine_uk/variables/gov/local_authorities/domestic_rates.py +23 -0
  1091. policyengine_uk/variables/gov/revenue_scotland/expected_lbtt.py +17 -0
  1092. policyengine_uk/variables/gov/revenue_scotland/land_and_buildings_transaction_tax.py +18 -0
  1093. policyengine_uk/variables/gov/revenue_scotland/lbtt_liable.py +15 -0
  1094. policyengine_uk/variables/gov/revenue_scotland/lbtt_on_non_residential_property_rent.py +20 -0
  1095. policyengine_uk/variables/gov/revenue_scotland/lbtt_on_non_residential_property_transactions.py +15 -0
  1096. policyengine_uk/variables/gov/revenue_scotland/lbtt_on_rent.py +17 -0
  1097. policyengine_uk/variables/gov/revenue_scotland/lbtt_on_residential_property_rent.py +18 -0
  1098. policyengine_uk/variables/gov/revenue_scotland/lbtt_on_residential_property_transactions.py +35 -0
  1099. policyengine_uk/variables/gov/revenue_scotland/lbtt_on_transactions.py +15 -0
  1100. policyengine_uk/variables/gov/simulation/labor_supply_response/employment_income_behavioral_response.py +47 -0
  1101. policyengine_uk/variables/gov/simulation/labor_supply_response/income_elasticity_lsr.py +17 -0
  1102. policyengine_uk/variables/gov/simulation/labor_supply_response/relative_income_change.py +42 -0
  1103. policyengine_uk/variables/gov/simulation/labor_supply_response/relative_wage_change.py +36 -0
  1104. policyengine_uk/variables/gov/simulation/labor_supply_response/substitution_elasticity_lsr.py +17 -0
  1105. policyengine_uk/variables/gov/social_security_scotland/pawhp.py +56 -0
  1106. policyengine_uk/variables/gov/treasury/cost_of_living_support/cost_of_living_support_payment.py +35 -0
  1107. policyengine_uk/variables/gov/treasury/energy_bills_rebate/council_tax_rebate.py +27 -0
  1108. policyengine_uk/variables/gov/treasury/energy_bills_rebate/energy_bills_credit.py +14 -0
  1109. policyengine_uk/variables/gov/treasury/energy_bills_rebate/energy_bills_rebate.py +12 -0
  1110. policyengine_uk/variables/gov/treasury/price_cap_subsidy/epg_subsidy.py +18 -0
  1111. policyengine_uk/variables/gov/treasury/price_cap_subsidy/monthly_domestic_energy_consumption.py +35 -0
  1112. policyengine_uk/variables/gov/treasury/price_cap_subsidy/monthly_epg_consumption_level.py +18 -0
  1113. policyengine_uk/variables/gov/treasury/price_cap_subsidy/monthly_epg_subsidy.py +18 -0
  1114. policyengine_uk/variables/gov/wra/expected_ltt.py +17 -0
  1115. policyengine_uk/variables/gov/wra/land_transaction_tax.py +16 -0
  1116. policyengine_uk/variables/gov/wra/ltt_liable.py +15 -0
  1117. policyengine_uk/variables/gov/wra/ltt_on_non_residential_property_rent.py +18 -0
  1118. policyengine_uk/variables/gov/wra/ltt_on_non_residential_property_transactions.py +18 -0
  1119. policyengine_uk/variables/gov/wra/ltt_on_rent.py +17 -0
  1120. policyengine_uk/variables/gov/wra/ltt_on_residential_property_rent.py +20 -0
  1121. policyengine_uk/variables/gov/wra/ltt_on_residential_property_transactions.py +31 -0
  1122. policyengine_uk/variables/gov/wra/ltt_on_transactions.py +17 -0
  1123. policyengine_uk/variables/household/BRMA.py +14 -0
  1124. policyengine_uk/variables/household/benefits/employment_benefits.py +11 -0
  1125. policyengine_uk/variables/household/cliff_evaluated.py +17 -0
  1126. policyengine_uk/variables/household/cliff_gap.py +15 -0
  1127. policyengine_uk/variables/household/consumption/additional_residential_property_purchased.py +17 -0
  1128. policyengine_uk/variables/household/consumption/benunit_rent.py +12 -0
  1129. policyengine_uk/variables/household/consumption/carbon.py +55 -0
  1130. policyengine_uk/variables/household/consumption/consumption_share.py +20 -0
  1131. policyengine_uk/variables/household/consumption/council_tax_less_benefit.py +18 -0
  1132. policyengine_uk/variables/household/consumption/diesel_litres.py +15 -0
  1133. policyengine_uk/variables/household/consumption/diesel_price.py +12 -0
  1134. policyengine_uk/variables/household/consumption/external_child_payments.py +10 -0
  1135. policyengine_uk/variables/household/consumption/family_rent.py +11 -0
  1136. policyengine_uk/variables/household/consumption/full_rate_vat_consumption.py +15 -0
  1137. policyengine_uk/variables/household/consumption/full_rate_vat_expenditure_rate.py +10 -0
  1138. policyengine_uk/variables/household/consumption/housing_costs.py +11 -0
  1139. policyengine_uk/variables/household/consumption/main_residential_property_purchased.py +15 -0
  1140. policyengine_uk/variables/household/consumption/main_residential_property_purchased_is_first_home.py +24 -0
  1141. policyengine_uk/variables/household/consumption/mortgage.py +14 -0
  1142. policyengine_uk/variables/household/consumption/non_residential_property_purchased.py +12 -0
  1143. policyengine_uk/variables/household/consumption/personal_rent.py +12 -0
  1144. policyengine_uk/variables/household/consumption/petrol_litres.py +15 -0
  1145. policyengine_uk/variables/household/consumption/petrol_price.py +12 -0
  1146. policyengine_uk/variables/household/consumption/reduced_rate_vat_consumption.py +14 -0
  1147. policyengine_uk/variables/household/consumption/rent/benunit_pays_rent.py +13 -0
  1148. policyengine_uk/variables/household/consumption/structural_insurance_payments.py +9 -0
  1149. policyengine_uk/variables/household/consumption/weekly_childcare_expenses.py +12 -0
  1150. policyengine_uk/variables/household/demographic/accommodation_type.py +22 -0
  1151. policyengine_uk/variables/household/demographic/adult_index.py +19 -0
  1152. policyengine_uk/variables/household/demographic/age_18_64.py +13 -0
  1153. policyengine_uk/variables/household/demographic/age_over_64.py +12 -0
  1154. policyengine_uk/variables/household/demographic/age_under_18.py +12 -0
  1155. policyengine_uk/variables/household/demographic/benunit/benunit_count_children.py +11 -0
  1156. policyengine_uk/variables/household/demographic/benunit_has_carer.py +11 -0
  1157. policyengine_uk/variables/household/demographic/benunit_id.py +8 -0
  1158. policyengine_uk/variables/household/demographic/benunit_is_renting.py +18 -0
  1159. policyengine_uk/variables/household/demographic/benunit_region.py +16 -0
  1160. policyengine_uk/variables/household/demographic/benunit_tenure_type.py +18 -0
  1161. policyengine_uk/variables/household/demographic/benunit_weight.py +11 -0
  1162. policyengine_uk/variables/household/demographic/birth_year.py +12 -0
  1163. policyengine_uk/variables/household/demographic/carer_premium.py +21 -0
  1164. policyengine_uk/variables/household/demographic/child_index.py +24 -0
  1165. policyengine_uk/variables/household/demographic/child_or_qyp.py +13 -0
  1166. policyengine_uk/variables/household/demographic/country.py +37 -0
  1167. policyengine_uk/variables/household/demographic/current_education.py +44 -0
  1168. policyengine_uk/variables/household/demographic/disability_premium.py +22 -0
  1169. policyengine_uk/variables/household/demographic/eldest_adult_age.py +17 -0
  1170. policyengine_uk/variables/household/demographic/eldest_child_age.py +17 -0
  1171. policyengine_uk/variables/household/demographic/enhanced_disability_premium.py +22 -0
  1172. policyengine_uk/variables/household/demographic/families.py +9 -0
  1173. policyengine_uk/variables/household/demographic/family_type.py +29 -0
  1174. policyengine_uk/variables/household/demographic/gender.py +16 -0
  1175. policyengine_uk/variables/household/demographic/geography.py +19 -0
  1176. policyengine_uk/variables/household/demographic/highest_education.py +22 -0
  1177. policyengine_uk/variables/household/demographic/household_count_people.py +13 -0
  1178. policyengine_uk/variables/household/demographic/household_equivalisation_ahc.py +26 -0
  1179. policyengine_uk/variables/household/demographic/household_equivalisation_bhc.py +26 -0
  1180. policyengine_uk/variables/household/demographic/household_id.py +9 -0
  1181. policyengine_uk/variables/household/demographic/household_num_benunits.py +13 -0
  1182. policyengine_uk/variables/household/demographic/household_owns_tv.py +15 -0
  1183. policyengine_uk/variables/household/demographic/household_weight.py +11 -0
  1184. policyengine_uk/variables/household/demographic/households.py +10 -0
  1185. policyengine_uk/variables/household/demographic/in_FE.py +10 -0
  1186. policyengine_uk/variables/household/demographic/in_HE.py +11 -0
  1187. policyengine_uk/variables/household/demographic/in_social_housing.py +14 -0
  1188. policyengine_uk/variables/household/demographic/is_WA_adult.py +12 -0
  1189. policyengine_uk/variables/household/demographic/is_adult.py +12 -0
  1190. policyengine_uk/variables/household/demographic/is_benunit_eldest_child.py +20 -0
  1191. policyengine_uk/variables/household/demographic/is_benunit_head.py +12 -0
  1192. policyengine_uk/variables/household/demographic/is_blind.py +9 -0
  1193. policyengine_uk/variables/household/demographic/is_carer_for_benefits.py +11 -0
  1194. policyengine_uk/variables/household/demographic/is_child.py +12 -0
  1195. policyengine_uk/variables/household/demographic/is_disabled_for_benefits.py +17 -0
  1196. policyengine_uk/variables/household/demographic/is_eldest_child.py +18 -0
  1197. policyengine_uk/variables/household/demographic/is_enhanced_disabled_for_benefits.py +14 -0
  1198. policyengine_uk/variables/household/demographic/is_female.py +13 -0
  1199. policyengine_uk/variables/household/demographic/is_higher_earner.py +16 -0
  1200. policyengine_uk/variables/household/demographic/is_household_head.py +12 -0
  1201. policyengine_uk/variables/household/demographic/is_male.py +13 -0
  1202. policyengine_uk/variables/household/demographic/is_married.py +12 -0
  1203. policyengine_uk/variables/household/demographic/is_older_child.py +13 -0
  1204. policyengine_uk/variables/household/demographic/is_parent.py +32 -0
  1205. policyengine_uk/variables/household/demographic/is_renting.py +19 -0
  1206. policyengine_uk/variables/household/demographic/is_severely_disabled_for_benefits.py +28 -0
  1207. policyengine_uk/variables/household/demographic/is_shared_accommodation.py +9 -0
  1208. policyengine_uk/variables/household/demographic/is_young_child.py +12 -0
  1209. policyengine_uk/variables/household/demographic/locations.py +601 -0
  1210. policyengine_uk/variables/household/demographic/marital_status.py +26 -0
  1211. policyengine_uk/variables/household/demographic/num_adults.py +11 -0
  1212. policyengine_uk/variables/household/demographic/num_bedrooms.py +9 -0
  1213. policyengine_uk/variables/household/demographic/num_carers.py +11 -0
  1214. policyengine_uk/variables/household/demographic/num_children.py +11 -0
  1215. policyengine_uk/variables/household/demographic/num_disabled_adults.py +13 -0
  1216. policyengine_uk/variables/household/demographic/num_disabled_children.py +13 -0
  1217. policyengine_uk/variables/household/demographic/num_enhanced_disabled_adults.py +15 -0
  1218. policyengine_uk/variables/household/demographic/num_enhanced_disabled_children.py +15 -0
  1219. policyengine_uk/variables/household/demographic/num_severely_disabled_adults.py +15 -0
  1220. policyengine_uk/variables/household/demographic/num_severely_disabled_children.py +15 -0
  1221. policyengine_uk/variables/household/demographic/ons_tenure_type.py +35 -0
  1222. policyengine_uk/variables/household/demographic/original_weight.py +8 -0
  1223. policyengine_uk/variables/household/demographic/over_16.py +12 -0
  1224. policyengine_uk/variables/household/demographic/people.py +10 -0
  1225. policyengine_uk/variables/household/demographic/person_benunit_id.py +8 -0
  1226. policyengine_uk/variables/household/demographic/person_benunit_role.py +8 -0
  1227. policyengine_uk/variables/household/demographic/person_household_id.py +8 -0
  1228. policyengine_uk/variables/household/demographic/person_household_role.py +8 -0
  1229. policyengine_uk/variables/household/demographic/person_id.py +9 -0
  1230. policyengine_uk/variables/household/demographic/person_weight.py +12 -0
  1231. policyengine_uk/variables/household/demographic/raw_person_weight.py +11 -0
  1232. policyengine_uk/variables/household/demographic/relation_type.py +22 -0
  1233. policyengine_uk/variables/household/demographic/role.py +8 -0
  1234. policyengine_uk/variables/household/demographic/severe_disability_premium.py +22 -0
  1235. policyengine_uk/variables/household/demographic/tenure_type.py +18 -0
  1236. policyengine_uk/variables/household/demographic/youngest_adult_age.py +17 -0
  1237. policyengine_uk/variables/household/demographic/youngest_child_age.py +17 -0
  1238. policyengine_uk/variables/household/income/base_net_income.py +11 -0
  1239. policyengine_uk/variables/household/income/baseline_hbai_excluded_income.py +17 -0
  1240. policyengine_uk/variables/household/income/benefits_premiums.py +16 -0
  1241. policyengine_uk/variables/household/income/benunit_weekly_hours.py +11 -0
  1242. policyengine_uk/variables/household/income/capital_gains.py +16 -0
  1243. policyengine_uk/variables/household/income/capital_income.py +13 -0
  1244. policyengine_uk/variables/household/income/claims_all_entitled_benefits.py +30 -0
  1245. policyengine_uk/variables/household/income/claims_legacy_benefits.py +21 -0
  1246. policyengine_uk/variables/household/income/deep_poverty_gap.py +15 -0
  1247. policyengine_uk/variables/household/income/deep_poverty_line.py +13 -0
  1248. policyengine_uk/variables/household/income/earned_income.py +19 -0
  1249. policyengine_uk/variables/household/income/employment_status.py +27 -0
  1250. policyengine_uk/variables/household/income/equiv_hbai_household_net_income.py +16 -0
  1251. policyengine_uk/variables/household/income/equiv_hbai_household_net_income_ahc.py +16 -0
  1252. policyengine_uk/variables/household/income/equiv_household_net_income.py +16 -0
  1253. policyengine_uk/variables/household/income/hbai_benefits.py +40 -0
  1254. policyengine_uk/variables/household/income/hbai_excluded_income.py +18 -0
  1255. policyengine_uk/variables/household/income/hbai_excluded_income_change.py +17 -0
  1256. policyengine_uk/variables/household/income/hbai_household_net_income.py +54 -0
  1257. policyengine_uk/variables/household/income/hbai_household_net_income_ahc.py +19 -0
  1258. policyengine_uk/variables/household/income/hours_worked.py +11 -0
  1259. policyengine_uk/variables/household/income/household_benefits.py +86 -0
  1260. policyengine_uk/variables/household/income/household_gross_income.py +19 -0
  1261. policyengine_uk/variables/household/income/household_income_decile.py +24 -0
  1262. policyengine_uk/variables/household/income/household_market_income.py +31 -0
  1263. policyengine_uk/variables/household/income/household_net_income.py +25 -0
  1264. policyengine_uk/variables/household/income/household_net_income_ahc.py +27 -0
  1265. policyengine_uk/variables/household/income/in_deep_poverty.py +12 -0
  1266. policyengine_uk/variables/household/income/in_deep_poverty_ahc.py +15 -0
  1267. policyengine_uk/variables/household/income/in_deep_poverty_bhc.py +15 -0
  1268. policyengine_uk/variables/household/income/in_poverty.py +14 -0
  1269. policyengine_uk/variables/household/income/in_poverty_ahc.py +15 -0
  1270. policyengine_uk/variables/household/income/in_poverty_bhc.py +14 -0
  1271. policyengine_uk/variables/household/income/in_relative_poverty_ahc.py +16 -0
  1272. policyengine_uk/variables/household/income/in_relative_poverty_bhc.py +16 -0
  1273. policyengine_uk/variables/household/income/in_work.py +18 -0
  1274. policyengine_uk/variables/household/income/income_decile.py +14 -0
  1275. policyengine_uk/variables/household/income/inflation_adjustment.py +19 -0
  1276. policyengine_uk/variables/household/income/is_QYP.py +16 -0
  1277. policyengine_uk/variables/household/income/is_apprentice.py +11 -0
  1278. policyengine_uk/variables/household/income/is_child_or_QYP.py +11 -0
  1279. policyengine_uk/variables/household/income/is_couple.py +13 -0
  1280. policyengine_uk/variables/household/income/is_lone_parent.py +13 -0
  1281. policyengine_uk/variables/household/income/is_single.py +13 -0
  1282. policyengine_uk/variables/household/income/is_single_person.py +13 -0
  1283. policyengine_uk/variables/household/income/market_income.py +27 -0
  1284. policyengine_uk/variables/household/income/minimum_wage.py +15 -0
  1285. policyengine_uk/variables/household/income/minimum_wage_category.py +41 -0
  1286. policyengine_uk/variables/household/income/poverty_gap.py +15 -0
  1287. policyengine_uk/variables/household/income/poverty_gap_ahc.py +12 -0
  1288. policyengine_uk/variables/household/income/poverty_gap_bhc.py +12 -0
  1289. policyengine_uk/variables/household/income/poverty_line.py +18 -0
  1290. policyengine_uk/variables/household/income/poverty_line_ahc.py +15 -0
  1291. policyengine_uk/variables/household/income/poverty_line_bhc.py +15 -0
  1292. policyengine_uk/variables/household/income/poverty_threshold_bhc.py +15 -0
  1293. policyengine_uk/variables/household/income/real_household_net_income.py +17 -0
  1294. policyengine_uk/variables/household/income/real_household_net_income_ahc.py +17 -0
  1295. policyengine_uk/variables/household/income/statutory_maternity_pay.py +12 -0
  1296. policyengine_uk/variables/household/income/statutory_paternity_pay.py +12 -0
  1297. policyengine_uk/variables/household/income/statutory_sick_pay.py +12 -0
  1298. policyengine_uk/variables/household/income/weekly_hours.py +16 -0
  1299. policyengine_uk/variables/household/is_on_cliff.py +12 -0
  1300. policyengine_uk/variables/household/marginal_tax_rate.py +50 -0
  1301. policyengine_uk/variables/household/region.py +15 -0
  1302. policyengine_uk/variables/household/wealth/corporate_land_value.py +20 -0
  1303. policyengine_uk/variables/household/wealth/corporate_tax_incidence.py +17 -0
  1304. policyengine_uk/variables/household/wealth/gross_financial_wealth.py +10 -0
  1305. policyengine_uk/variables/household/wealth/household_land_value.py +23 -0
  1306. policyengine_uk/variables/household/wealth/household_wealth_decile.py +22 -0
  1307. policyengine_uk/variables/household/wealth/land_value.py +15 -0
  1308. policyengine_uk/variables/household/wealth/net_financial_wealth.py +10 -0
  1309. policyengine_uk/variables/household/wealth/property_wealth.py +12 -0
  1310. policyengine_uk/variables/household/wealth/residential_property_value.py +13 -0
  1311. policyengine_uk/variables/household/wealth/savings.py +11 -0
  1312. policyengine_uk/variables/household/wealth/shareholding.py +24 -0
  1313. policyengine_uk/variables/household/wealth/total_wealth.py +11 -0
  1314. policyengine_uk/variables/input/README.md +1 -0
  1315. policyengine_uk/variables/input/care.py +14 -0
  1316. policyengine_uk/variables/input/consumption/README.md +1 -0
  1317. policyengine_uk/variables/input/consumption/alcohol_and_tobacco_consumption.py +14 -0
  1318. policyengine_uk/variables/input/consumption/childcare_expenses.py +13 -0
  1319. policyengine_uk/variables/input/consumption/clothing_and_footwear_consumption.py +14 -0
  1320. policyengine_uk/variables/input/consumption/communication_consumption.py +14 -0
  1321. policyengine_uk/variables/input/consumption/consumption.py +25 -0
  1322. policyengine_uk/variables/input/consumption/diesel_spending.py +13 -0
  1323. policyengine_uk/variables/input/consumption/education_consumption.py +14 -0
  1324. policyengine_uk/variables/input/consumption/energy.py +14 -0
  1325. policyengine_uk/variables/input/consumption/food_and_non_alcoholic_beverages_consumption.py +14 -0
  1326. policyengine_uk/variables/input/consumption/health_consumption.py +14 -0
  1327. policyengine_uk/variables/input/consumption/household_furnishings_consumption.py +14 -0
  1328. policyengine_uk/variables/input/consumption/housing_water_and_electricity_consumption.py +16 -0
  1329. policyengine_uk/variables/input/consumption/miscellaneous_consumption.py +14 -0
  1330. policyengine_uk/variables/input/consumption/petrol_spending.py +13 -0
  1331. policyengine_uk/variables/input/consumption/property/README.md +1 -0
  1332. policyengine_uk/variables/input/consumption/property/council_tax.py +12 -0
  1333. policyengine_uk/variables/input/consumption/property/cumulative_non_residential_rent.py +10 -0
  1334. policyengine_uk/variables/input/consumption/property/cumulative_residential_rent.py +10 -0
  1335. policyengine_uk/variables/input/consumption/property/employee_pension_contributions.py +10 -0
  1336. policyengine_uk/variables/input/consumption/property/employer_pension_contributions.py +11 -0
  1337. policyengine_uk/variables/input/consumption/property/housing_service_charges.py +10 -0
  1338. policyengine_uk/variables/input/consumption/property/maintenance_expenses.py +10 -0
  1339. policyengine_uk/variables/input/consumption/property/mortgage_capital_repayment.py +10 -0
  1340. policyengine_uk/variables/input/consumption/property/mortgage_interest_repayment.py +11 -0
  1341. policyengine_uk/variables/input/consumption/property/non_residential_rent.py +10 -0
  1342. policyengine_uk/variables/input/consumption/property/personal_pension_contributions.py +10 -0
  1343. policyengine_uk/variables/input/consumption/property/property_purchased.py +10 -0
  1344. policyengine_uk/variables/input/consumption/property/water_and_sewerage_charges.py +9 -0
  1345. policyengine_uk/variables/input/consumption/recreation_consumption.py +14 -0
  1346. policyengine_uk/variables/input/consumption/restaurants_and_hotels_consumption.py +14 -0
  1347. policyengine_uk/variables/input/consumption/transport_consumption.py +14 -0
  1348. policyengine_uk/variables/input/corporate_wealth.py +12 -0
  1349. policyengine_uk/variables/input/council_tax_band.py +22 -0
  1350. policyengine_uk/variables/input/demographic.py +15 -0
  1351. policyengine_uk/variables/input/dividend_income.py +13 -0
  1352. policyengine_uk/variables/input/dla_m_category.py +33 -0
  1353. policyengine_uk/variables/input/dla_sc_category.py +35 -0
  1354. policyengine_uk/variables/input/employment_income.py +18 -0
  1355. policyengine_uk/variables/input/employment_income_before_lsr.py +10 -0
  1356. policyengine_uk/variables/input/lump_sum_income.py +11 -0
  1357. policyengine_uk/variables/input/main_residence_value.py +12 -0
  1358. policyengine_uk/variables/input/maintenance_income.py +11 -0
  1359. policyengine_uk/variables/input/miscellaneous_income.py +11 -0
  1360. policyengine_uk/variables/input/non_residential_property_value.py +14 -0
  1361. policyengine_uk/variables/input/other_investment_income.py +11 -0
  1362. policyengine_uk/variables/input/other_residential_property_value.py +14 -0
  1363. policyengine_uk/variables/input/owned_land.py +12 -0
  1364. policyengine_uk/variables/input/pension_income.py +14 -0
  1365. policyengine_uk/variables/input/pip_dl_category.py +33 -0
  1366. policyengine_uk/variables/input/pip_m_category.py +31 -0
  1367. policyengine_uk/variables/input/private_pension_income.py +13 -0
  1368. policyengine_uk/variables/input/private_transfer_income.py +11 -0
  1369. policyengine_uk/variables/input/property_income.py +13 -0
  1370. policyengine_uk/variables/input/rent.py +14 -0
  1371. policyengine_uk/variables/input/savings_interest_income.py +13 -0
  1372. policyengine_uk/variables/input/self_employment_income.py +13 -0
  1373. policyengine_uk/variables/input/state_pension.py +31 -0
  1374. policyengine_uk/variables/input/sublet_income.py +11 -0
  1375. policyengine_uk/variables/misc/categories/lower_middle_or_higher.py +8 -0
  1376. policyengine_uk/variables/misc/categories/lower_or_higher.py +7 -0
  1377. policyengine_uk/variables/misc/in_original_frs.py +10 -0
  1378. policyengine_uk/variables/misc/spi_imputed.py +10 -0
  1379. policyengine_uk/variables/misc/uc_migrated.py +10 -0
  1380. policyengine_uk-2.35.0.data/data/share/openfisca/openfisca-country-template/CHANGELOG.md +2189 -0
  1381. policyengine_uk-2.35.0.data/data/share/openfisca/openfisca-country-template/LICENSE +661 -0
  1382. policyengine_uk-2.35.0.data/data/share/openfisca/openfisca-country-template/README.md +37 -0
  1383. policyengine_uk-2.35.0.dist-info/METADATA +72 -0
  1384. policyengine_uk-2.35.0.dist-info/RECORD +1386 -0
  1385. policyengine_uk-2.35.0.dist-info/WHEEL +4 -0
  1386. policyengine_uk-2.35.0.dist-info/licenses/LICENSE +661 -0
@@ -0,0 +1,2189 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [2.35.0] - 2025-07-11 13:43:26
9
+
10
+ ### Changed
11
+
12
+ - Earnings uprated with OBR average earnings rather than per-capita employment income.
13
+
14
+ ## [2.34.5] - 2025-07-10 16:14:53
15
+
16
+ ### Fixed
17
+
18
+ - HBAI documentation updated to include Healthy Start vouchers and external child payments.
19
+
20
+ ## [2.34.4] - 2025-07-10 16:12:40
21
+
22
+ ### Added
23
+
24
+ - Missing HBAI variables.
25
+
26
+ ## [2.34.3] - 2025-07-10 15:42:46
27
+
28
+ ### Fixed
29
+
30
+ - Bug in private pension income uprating.
31
+
32
+ ## [2.34.2] - 2025-07-10 14:28:02
33
+
34
+ ### Fixed
35
+
36
+ - Documentation improved for HBAI income concept.
37
+ - Restructured HBAI income variables to better match the official definition.
38
+
39
+ ## [2.34.1] - 2025-07-10 12:10:52
40
+
41
+ ### Fixed
42
+
43
+ - Triple lock uses the average earnings index from the OBR.
44
+
45
+ ## [2.34.0] - 2025-07-10 10:02:17
46
+
47
+ ### Fixed
48
+
49
+ - Statutory maternity, paternity, and sick pay variables now use the `gov.obr.consumer_price_index` for uprating.
50
+ - SSMG no longer is uprated by inflation.
51
+
52
+ ## [2.33.0] - 2025-07-09 12:34:06
53
+
54
+ ### Added
55
+
56
+ - Growth factor documentation.
57
+
58
+ ## [2.32.4] - 2025-06-30 11:28:06
59
+
60
+ ### Fixed
61
+
62
+ - Abolish Council Tax has no budgetary impact.
63
+
64
+ ## [2.32.3] - 2025-06-17 12:37:38
65
+
66
+ ### Fixed
67
+
68
+ - Update UK parameters.
69
+
70
+ ## [2.32.2] - 2025-06-12 12:42:27
71
+
72
+ ### Fixed
73
+
74
+ - Bug with BRMA variable name.
75
+
76
+ ## [2.32.1] - 2025-06-11 13:52:32
77
+
78
+ ### Added
79
+
80
+ - Add test suite for abolition parameters functionality.
81
+
82
+ ## [2.32.0] - 2025-06-11 08:59:43
83
+
84
+ ### Added
85
+
86
+ - Winter Fuel Allowance means-testing reform.
87
+
88
+ ## [2.31.0] - 2025-06-09 15:26:19
89
+
90
+ ### Added
91
+
92
+ - ONS household population data from 2001-2043.
93
+ - Council tax per household projections from OBR data.
94
+
95
+ ### Changed
96
+
97
+ - Updated employer National Insurance contribution rate to 15% from April 6, 2025.
98
+
99
+ ## [2.30.0] - 2025-06-09 11:32:22
100
+
101
+ ### Changed
102
+
103
+ - Updated employer National Insurance contribution rate to 15% from April 6, 2025.
104
+
105
+ ## [2.29.0] - 2025-06-09 09:54:52
106
+
107
+ ### Added
108
+
109
+ - Council tax projection parameters from OBR data.
110
+
111
+ ## [2.28.3] - 2025-06-06 16:15:25
112
+
113
+ ### Changed
114
+
115
+ - Refactored all Variable files to follow single-responsibility principle with one Variable class per file.
116
+ - Split approximately 70 multi-Variable Python files into individual files, improving code organization and maintainability.
117
+
118
+ ## [2.28.2] - 2025-05-28 09:03:21
119
+
120
+ ### Fixed
121
+
122
+ - Bug in employer NI incidence parameters.
123
+
124
+ ## [2.28.1] - 2025-05-27 10:44:15
125
+
126
+ ### Fixed
127
+
128
+ - Removed duplicate parameters in Pension Credit.
129
+
130
+ ## [2.28.0] - 2025-05-22 13:19:28
131
+
132
+ ### Fixed
133
+
134
+ - Pension Credit income sources.
135
+
136
+ ## [2.27.0] - 2025-05-22 11:22:00
137
+
138
+ ### Fixed
139
+
140
+ - Pension Credit income sources.
141
+
142
+ ## [2.26.1] - 2025-05-22 11:07:31
143
+
144
+ ### Fixed
145
+
146
+ - Backdated parameters to 2015 for safety.
147
+
148
+ ## [2.26.0] - 2025-05-22 11:02:05
149
+
150
+ ### Fixed
151
+
152
+ - Implemented 2016 Savings Credit eligibility restriction in Pension Credit.
153
+
154
+ ## [2.25.0] - 2025-05-21 09:46:26
155
+
156
+ ### Added
157
+
158
+ - Public service spending variables.
159
+
160
+ ## [2.24.2] - 2025-05-08 12:42:28
161
+
162
+ ### Added
163
+
164
+ - Added variable to represent partial usage of extended childcare entitlement hours
165
+ - Updated extended childcare entitlement calculation to account for partial hours usage
166
+
167
+ ## [2.24.1] - 2025-05-06 15:36:49
168
+
169
+ ### Fixed
170
+
171
+ - Delete redundant weeks_per_year file from extended childcare.
172
+
173
+ ## [2.24.0] - 2025-04-16 13:04:31
174
+
175
+ ### Added
176
+
177
+ - Child eligible variables for childcare programs.
178
+
179
+ ## [2.23.2] - 2025-04-15 14:14:21
180
+
181
+ ### Fixed
182
+
183
+ - Corrected the is_parent variable to properly identify parents.
184
+ - Fixed logic in childcare programs to ensure accurate calculations.
185
+
186
+ ## [2.23.1] - 2025-04-15 08:32:54
187
+
188
+ ### Fixed
189
+
190
+ - Removed uk-data as a dependency from the package.
191
+
192
+ ## [2.23.0] - 2025-04-07 09:00:36
193
+
194
+ ### Added
195
+
196
+ - Rename 'study childcare entitlement' to 'care to learn'
197
+
198
+ ## [2.22.8] - 2025-04-03 11:26:35
199
+
200
+ ### Fixed
201
+
202
+ - Bug in UC child limit calculation.
203
+
204
+ ## [2.22.7] - 2025-04-03 11:12:35
205
+
206
+ ### Fixed
207
+
208
+ - Uprating that fails on ubuntu.
209
+
210
+ ## [2.22.6] - 2025-03-26 17:50:04
211
+
212
+ ### Changed
213
+
214
+ - Updated with OBR forecast
215
+
216
+ ## [2.22.5] - 2025-03-26 14:42:25
217
+
218
+ ### Fixed
219
+
220
+ - Bug causing UK API impacts to fail.
221
+
222
+ ## [2.22.4] - 2025-03-25 11:47:32
223
+
224
+ ### Fixed
225
+
226
+ - Baseline microsimulations break with no reform.
227
+
228
+ ## [2.22.3] - 2025-03-25 11:03:07
229
+
230
+ ### Fixed
231
+
232
+ - OBR forecast parameters now affect other parameters.
233
+
234
+ ## [2.22.2] - 2025-03-23 23:09:48
235
+
236
+ ### Fixed
237
+
238
+ - PRs now run tests fully.
239
+
240
+ ## [2.22.1] - 2025-03-19 20:33:18
241
+
242
+ ### Fixed
243
+
244
+ - Bug in higher rate threshold timing.
245
+
246
+ ## [2.22.0] - 2025-03-03 12:11:29
247
+
248
+ ### Added
249
+
250
+ - Separate reforms to exempt parents of under [x] from the UC child limit and from CTC child limit.
251
+
252
+ ## [2.21.0] - 2025-02-28 16:39:12
253
+
254
+ ### Added
255
+
256
+ - Two-child limit age exemption reform for Child Tax Credit.
257
+
258
+ ## [2.20.0] - 2025-02-28 15:38:29
259
+
260
+ ### Added
261
+
262
+ - Two-child limit reform proposal.
263
+
264
+ ## [2.19.4] - 2025-02-27 14:23:28
265
+
266
+ ### Fixed
267
+
268
+ - Bug in universal childcare entitlement.
269
+
270
+ ## [2.19.3] - 2025-02-25 16:13:06
271
+
272
+ ### Fixed
273
+
274
+ - Capital gains LSRs bug.
275
+
276
+ ## [2.19.2] - 2025-02-25 14:33:57
277
+
278
+ ### Fixed
279
+
280
+ - Bug in LSRs.
281
+
282
+ ## [2.19.1] - 2025-02-18 16:22:32
283
+
284
+ ### Fixed
285
+
286
+ - Bug causing non-default datasets to not execute.
287
+
288
+ ## [2.19.0] - 2025-02-11 11:14:35
289
+
290
+ ## [2.18.0] - 2024-12-05 12:43:06
291
+
292
+ ### Added
293
+
294
+ - Scottish Winter Fuel Payment equivalent.
295
+
296
+ ## [2.17.0] - 2024-12-04 16:48:42
297
+
298
+ ### Fixed
299
+
300
+ - Scottish baseline matched with Scottish Fiscal Commission.
301
+
302
+ ## [2.16.0] - 2024-11-28 16:54:41
303
+
304
+ ### Changed
305
+
306
+ - Pinned UK data to 1.9.0.
307
+
308
+ ## [2.15.1] - 2024-11-05 14:05:53
309
+
310
+ ### Fixed
311
+
312
+ - Bug in budget change reforms.
313
+
314
+ ## [2.15.0] - 2024-10-30 17:24:57
315
+
316
+ ### Added
317
+
318
+ - OBR Autumn 2024 EFO economic factors.
319
+
320
+ ## [2.14.1] - 2024-10-30 14:02:58
321
+
322
+ ### Fixed
323
+
324
+ - NI threshold in 2027.
325
+
326
+ ## [2.14.0] - 2024-10-28 12:09:01
327
+
328
+ ### Fixed
329
+
330
+ - Bugs affecting household app calculations.
331
+
332
+ ## [2.13.2] - 2024-10-28 10:46:29
333
+
334
+ ### Fixed
335
+
336
+ - Threshold freeze for ST extended to 2027.
337
+
338
+ ## [2.13.1] - 2024-10-24 13:24:27
339
+
340
+ ### Fixed
341
+
342
+ - Bug causing capital gains responses to be calculated for every reform simulation.
343
+
344
+ ## [2.13.0] - 2024-10-24 11:42:25
345
+
346
+ ### Fixed
347
+
348
+ - Bug causing household app crashes.
349
+ - Metadat for OBR parameters.
350
+
351
+ ## [2.12.0] - 2024-10-23 14:47:21
352
+
353
+ ### Added
354
+
355
+ - Capital Gains Tax elasticities.
356
+
357
+ ## [2.11.0] - 2024-10-23 10:15:26
358
+
359
+ ### Added
360
+
361
+ - Benefit uprating for 2025/26.
362
+
363
+ ## [2.10.0] - 2024-10-22 11:24:42
364
+
365
+ ### Changed
366
+
367
+ - Data bumped to 1.9.0.
368
+
369
+ ## [2.9.0] - 2024-10-22 08:36:24
370
+
371
+ ### Changed
372
+
373
+ - UK data updated to 1.8.0.
374
+
375
+ ## [2.8.0] - 2024-10-21 13:04:20
376
+
377
+ ### Fixed
378
+
379
+ - Adjusted private school attendance factor to 0.85.
380
+
381
+ ## [2.7.0] - 2024-10-21 10:09:01
382
+
383
+ ### Added
384
+
385
+ - Automatic allocation of post-employee-incidence employee to households (consumers/capital).
386
+
387
+ ## [2.6.0] - 2024-10-19 19:58:09
388
+
389
+ ### Fixed
390
+
391
+ - Bug in budget change reforms.
392
+
393
+ ## [2.5.0] - 2024-10-19 09:27:21
394
+
395
+ ### Changed
396
+
397
+ - UK data package bumped to 1.6.
398
+
399
+ ## [2.4.0] - 2024-10-17 21:43:42
400
+
401
+ ### Added
402
+
403
+ - Employee incidence percentage for employer NICs.
404
+
405
+ ## [2.3.0] - 2024-10-17 10:47:06
406
+
407
+ ### Changed
408
+
409
+ - UK-data bumped to 1.5.
410
+
411
+ ## [2.2.0] - 2024-10-16 11:52:07
412
+
413
+ ### Fixed
414
+
415
+ - Add employer NI incidence.
416
+
417
+ ## [2.1.1] - 2024-09-18 11:12:23
418
+
419
+ ## [2.1.0] - 2024-09-18 11:04:12
420
+
421
+ ### Fixed
422
+
423
+ - Add back recursive-include.
424
+
425
+ ## [2.0.0] - 2024-09-18 10:53:42
426
+
427
+ ### Changed
428
+
429
+ - Dataset handling outsourced to policyengine-uk-data.
430
+
431
+ ## [1.8.0] - 2024-09-16 11:41:10
432
+
433
+ ### Fixed
434
+
435
+ - Missing metadata in variables.
436
+ - Inflation uprating for some parameters.
437
+ - Inconsistent variable capitalisation.
438
+
439
+ ## [1.7.4] - 2024-09-16 09:32:28
440
+
441
+ ### Fixed
442
+
443
+ - Ensure rent index is tracking CPI.
444
+
445
+ ## [1.7.3] - 2024-09-03 22:35:35
446
+
447
+ ### Changed
448
+
449
+ - Update policyengine-core.
450
+ - Apply new approach to determine if in a microsimulation.
451
+
452
+ ## [1.7.2] - 2024-08-28 23:37:22
453
+
454
+ ### Added
455
+
456
+ - Test suite for private_school_vat
457
+ - Test suite for attends_private_school
458
+
459
+ ## [1.7.1] - 2024-08-22 20:35:09
460
+
461
+ ### Added
462
+
463
+ - Mask applied to private_school_vat to prevent calculation error when household weights aren't provided
464
+
465
+ ## [1.7.0] - 2024-08-15 11:36:14
466
+
467
+ ### Added
468
+
469
+ - CPI category forecasts.
470
+
471
+ ## [1.6.0] - 2024-08-15 11:09:56
472
+
473
+ ### Fixed
474
+
475
+ - Updated inflation uprating for COICOP categories.
476
+
477
+ ## [1.5.1] - 2024-08-12 22:11:31
478
+
479
+ ### Changed
480
+
481
+ - Corrected spelling on SPI validation documentation entry
482
+ - Corrected argparse version
483
+
484
+ ## [1.5.0] - 2024-08-08 15:33:05
485
+
486
+ ### Added
487
+
488
+ - Docs page about SPI 2020/21 validation
489
+
490
+ ### Fixed
491
+
492
+ - Correct Scottish income tax rates for 2020/21
493
+
494
+ ## [1.4.0] - 2024-07-30 13:05:05
495
+
496
+ ### Added
497
+
498
+ - Winter Fuel Payment to household benefits.
499
+
500
+ ## [1.3.0] - 2024-07-29 16:47:34
501
+
502
+ ### Added
503
+
504
+ - Winter Fuel Allowance.
505
+
506
+ ## [1.2.0] - 2024-07-27 10:02:38
507
+
508
+ ### Added
509
+
510
+ - Tax on excess pension contributions
511
+
512
+ ### Fixed
513
+
514
+ - Include Scottish income tax calculation within overall UK income tax calculation
515
+ - Apply allowances to all types of income
516
+ - Prevent negative income tax output
517
+ - Update Dividend Allowance values
518
+ - Correct Starter Rate for Savings taper structure
519
+ - Prevent calculation errors due to empty extra dividend bracket with conflicting rates
520
+
521
+ ## [1.1.0] - 2024-07-26 08:35:13
522
+
523
+ ### Changed
524
+
525
+ - Simplified uprating indices by moving OBR parameters to gov folder.
526
+
527
+ ## [1.0.0] - 2024-07-19 09:43:03
528
+
529
+ ### Changed
530
+
531
+ - Fiscal years are years by default.
532
+
533
+ ## [0.86.6] - 2024-07-17 16:23:18
534
+
535
+ ### Fixed
536
+
537
+ - Ensure household API version script bumps UK version
538
+
539
+ ## [0.86.5] - 2024-07-17 15:26:43
540
+
541
+ ### Added
542
+
543
+ - References to many income tax provisions.
544
+
545
+ ### Fixed
546
+
547
+ - Folder distribution and formatting for income tax-related variables.
548
+ - pays_scottish_income_tax now returns a Boolean value.
549
+
550
+ ## [0.86.4] - 2024-07-15 12:12:25
551
+
552
+ ### Changed
553
+
554
+ - Refactor the Housing Benefit parameter, variable and test files.
555
+
556
+ ## [0.86.3] - 2024-07-11 14:58:53
557
+
558
+ ### Changed
559
+
560
+ - Refactor the Universal Credit parameter, variable and test files.
561
+
562
+ ## [0.86.2] - 2024-07-10 20:08:36
563
+
564
+ ### Added
565
+
566
+ - Auto-updating of the household API when this package is updated
567
+
568
+ ## [0.86.1] - 2024-07-10 18:58:10
569
+
570
+ ### Added
571
+
572
+ - Tests to income-related variables
573
+
574
+ ## [0.86.0] - 2024-07-10 18:29:49
575
+
576
+ ### Added
577
+
578
+ - 2022-23 FRS.
579
+
580
+ ## [0.85.0] - 2024-06-28 19:59:31
581
+
582
+ ### Added
583
+
584
+ - High-income budget switch.
585
+
586
+ ## [0.84.0] - 2024-06-28 16:35:47
587
+
588
+ ### Added
589
+
590
+ - Non-dom status switch.
591
+
592
+ ## [0.83.2] - 2024-06-28 00:49:27
593
+
594
+ ### Added
595
+
596
+ - Private school VAT calculation
597
+
598
+ ## [0.83.1] - 2024-06-17 16:09:43
599
+
600
+ ### Changed
601
+
602
+ - Uprated PIP, DLA, and Accessibility Account
603
+ - Re-enabled PIP and DLA within webapp
604
+ - Corrected mistakes in PIP
605
+
606
+ ## [0.83.0] - 2024-06-11 15:49:29
607
+
608
+ ### Fixed
609
+
610
+ - Property sale rates at 4.5%.
611
+
612
+ ## [0.82.0] - 2024-06-11 07:51:23
613
+
614
+ ### Added
615
+
616
+ - Budgetary change distributional impact parameters.
617
+
618
+ ## [0.81.0] - 2024-06-10 12:42:45
619
+
620
+ ### Added
621
+
622
+ - Conservative manifesto policy to move CB HITC to household based.
623
+
624
+ ## [0.80.0] - 2024-06-07 08:22:24
625
+
626
+ ### Added
627
+
628
+ - Recent reforms to Income Tax and NI.
629
+
630
+ ## [0.79.0] - 2024-05-28 11:46:47
631
+
632
+ ### Added
633
+
634
+ - Improvements to State Pension handling.
635
+ - Basic/additional State Pension splitting.
636
+
637
+ ## [0.78.0] - 2024-05-27 22:27:48
638
+
639
+ ### Added
640
+
641
+ - Pensioner personal allowance
642
+
643
+ ## [0.77.0] - 2024-05-23 17:20:21
644
+
645
+ ### Added
646
+
647
+ - Abolition switch for State Pension payments.
648
+ - Freeze switch for Pension Credit payments.
649
+
650
+ ### Fixed
651
+
652
+ - New benefit claimants are now accounted for in reforms.
653
+
654
+ ## [0.76.0] - 2024-05-02 11:47:45
655
+
656
+ ### Added
657
+
658
+ - U.S. progress on labour supply responses.
659
+
660
+ ## [0.75.0] - 2024-05-01 16:32:07
661
+
662
+ ### Added
663
+
664
+ - State Pension Age reforms.
665
+
666
+ ## [0.74.1] - 2024-04-30 18:10:23
667
+
668
+ ### Fixed
669
+
670
+ - Update BRMAs.
671
+
672
+ ## [0.74.0] - 2024-04-30 17:53:26
673
+
674
+ ### Fixed
675
+
676
+ - Capital gains tax improvements.
677
+
678
+ ## [0.73.1] - 2024-04-16 13:18:46
679
+
680
+ ### Fixed
681
+
682
+ - Bug causing frs_2021 simulations to error.
683
+ - Unnecessary system initialisation code.
684
+
685
+ ## [0.73.0] - 2024-04-12 17:36:36
686
+
687
+ ### Changed
688
+
689
+ - OBR forecast update.
690
+
691
+ ## [0.72.0] - 2024-03-07 16:04:57
692
+
693
+ ### Added
694
+
695
+ - add Income Tax Integration Test
696
+
697
+ ## [0.71.0] - 2024-03-05 17:37:39
698
+
699
+ ### Added
700
+
701
+ - Fuel duty revenue projections
702
+
703
+ ## [0.70.0] - 2024-03-05 11:48:27
704
+
705
+ ### Fixed
706
+
707
+ - Carbon tax intensities for 2024.
708
+ - UK NI rate for 2024.
709
+
710
+ ## [0.69.1] - 2024-03-04 18:45:44
711
+
712
+ ### Changed
713
+
714
+ - Lowered rates for Class 1 and Class 4 NICs, pursuant to the Autumn Statement 2023
715
+ - Set Class 2 NIC rate to 0%, pursuant to the Autumn Statement 2023
716
+
717
+ ## [0.69.0] - 2024-02-19 22:26:55
718
+
719
+ ### Added
720
+
721
+ - Docker image deployment for streamlit documentation.
722
+
723
+ ## [0.68.0] - 2024-02-19 22:00:58
724
+
725
+ ### Added
726
+
727
+ - Initial version of capital gains imputations and logic.
728
+
729
+ ## [0.67.0] - 2024-02-17 21:35:30
730
+
731
+ ### Added
732
+
733
+ - Household wealth decile.
734
+
735
+ ### Changed
736
+
737
+ - Assign decile of -1 to households with negative income.
738
+
739
+ ## [0.66.0] - 2024-02-01 16:02:50
740
+
741
+ ### Added
742
+
743
+ - Add Income Tax test.
744
+
745
+ ## [0.65.0] - 2024-01-28 17:39:54
746
+
747
+ ### Changed
748
+
749
+ - Calibration routine to include benefit cap statistics.
750
+
751
+ ### Fixed
752
+
753
+ - Benefit cap UC bug.
754
+
755
+ ## [0.64.0] - 2024-01-04 16:18:59
756
+
757
+ ### Added
758
+
759
+ - Update PIP documentation
760
+
761
+ ## [0.63.2] - 2024-01-04 16:08:24
762
+
763
+ ### Added
764
+
765
+ - Added tests for fuel duty.
766
+
767
+ ## [0.63.1] - 2023-12-17 10:18:46
768
+
769
+ ### Fixed
770
+
771
+ - Bump policyengine-core to capture simulation randomness bug fixes.
772
+
773
+ ## [0.63.0] - 2023-12-15 14:54:47
774
+
775
+ ### Changed
776
+
777
+ - Validated and standardised National Insurance variables.
778
+
779
+ ## [0.62.2] - 2023-12-15 14:32:51
780
+
781
+ ### Added
782
+
783
+ - Missing uprating parameters for 2018.
784
+
785
+ ## [0.62.1] - 2023-12-14 16:07:36
786
+
787
+ ### Added
788
+
789
+ - Test cases for TV Licence.
790
+
791
+ ## [0.62.0] - 2023-12-05 12:45:18
792
+
793
+ ### Added
794
+
795
+ - Enhanced FRS version for December 2023.
796
+
797
+ ## [0.61.3] - 2023-11-26 14:29:46
798
+
799
+ ### Fixed
800
+
801
+ - Added missing label for benefit uprating.
802
+
803
+ ## [0.61.2] - 2023-11-24 10:49:06
804
+
805
+ ### Fixed
806
+
807
+ - Added missing label for benefit uprating.
808
+
809
+ ## [0.61.1] - 2023-11-23 18:03:37
810
+
811
+ ## [0.61.0] - 2023-11-23 16:22:19
812
+
813
+ ### Added
814
+
815
+ - Update National Insurance documentation
816
+ - Update Income Tax documentation
817
+
818
+ ## [0.60.0] - 2023-11-22 15:17:21
819
+
820
+ ### Added
821
+
822
+ - HM Treasury baseline for CPI uprating benefits.
823
+
824
+ ## [0.59.0] - 2023-11-22 12:04:13
825
+
826
+ ### Added
827
+
828
+ - Switch for benefit uprating.
829
+
830
+ ## [0.58.2] - 2023-11-16 16:32:22
831
+
832
+ ### Added
833
+
834
+ - Documentation for Land and Buildings Transaction Tax.
835
+ - Documentation for Land Transaction Tax.
836
+
837
+ ### Fixed
838
+
839
+ - Updated LBTT rate increase for non-primary residences.
840
+ - Fixed SDLT description.
841
+
842
+ ## [0.58.1] - 2023-10-27 20:42:43
843
+
844
+ ### Fixed
845
+
846
+ - Bug causing child minimum basic income ages to function incorrectly when the adult UBI is nonzero.
847
+
848
+ ## [0.58.0] - 2023-10-19 15:46:33
849
+
850
+ ### Added
851
+
852
+ - Pension Credit documentation page.
853
+
854
+ ## [0.57.0] - 2023-10-17 14:55:07
855
+
856
+ ### Added
857
+
858
+ - Child minimum age for basic income.
859
+
860
+ ## [0.56.4] - 2023-10-12 15:11:13
861
+
862
+ ### Added
863
+
864
+ - Documentation for Stamp Duty Land Tax.
865
+
866
+ ## [0.56.3] - 2023-10-09 19:01:07
867
+
868
+ ## [0.56.2] - 2023-09-14 16:06:31
869
+
870
+ ### Fixed
871
+
872
+ - Small issues on the NI page.
873
+
874
+ ## [0.56.1] - 2023-09-14 15:35:12
875
+
876
+ ### Added
877
+
878
+ - Documentation for TV licence.
879
+
880
+ ## [0.56.0] - 2023-09-14 15:31:01
881
+
882
+ ### Added
883
+
884
+ - Update Universal Credit documentation
885
+
886
+ ## [0.55.4] - 2023-09-14 15:25:24
887
+
888
+ ### Fixed
889
+
890
+ - TOC entry for NI documentation.
891
+
892
+ ## [0.55.3] - 2023-09-14 13:53:16
893
+
894
+ ### Added
895
+
896
+ - Documentation example.
897
+
898
+ ## [0.55.2] - 2023-08-24 14:59:45
899
+
900
+ ### Added
901
+
902
+ - Documentation for fuel duty.
903
+
904
+ ## [0.55.1] - 2023-08-12 17:36:09
905
+
906
+ ### Fixed
907
+
908
+ - Temporarily remove PIP, DLA and minimum wage parameters from the app.
909
+
910
+ ## [0.55.0] - 2023-08-07 16:52:20
911
+
912
+ ### Added
913
+
914
+ - Updates values for universal credit from 2016 to 2023
915
+
916
+ ## [0.54.0] - 2023-07-21 12:20:43
917
+
918
+ ### Changed
919
+
920
+ - Calibration updated with new DWP statistics.
921
+
922
+ ## [0.53.0] - 2023-07-17 17:10:23
923
+
924
+ ### Fixed
925
+
926
+ - Bug affecting the two-child limit (1% of households)
927
+
928
+ ## [0.52.0] - 2023-07-09 19:21:46
929
+
930
+ ### Added
931
+
932
+ - Updates to calibration statistics from 2023 benefits and tax sources.
933
+
934
+ ## [0.51.1] - 2023-06-20 19:19:13
935
+
936
+ ### Fixed
937
+
938
+ - A bug in the income-splitting logic that caused taxable incomes to be too low.
939
+
940
+ ## [0.51.0] - 2023-06-18 09:17:08
941
+
942
+ ### Added
943
+
944
+ - Marriage tax-related reforms.
945
+
946
+ ## [0.50.1] - 2023-05-28 02:23:58
947
+
948
+ ### Fixed
949
+
950
+ - Household basic income phase-out rate unit.
951
+
952
+ ## [0.50.0] - 2023-05-27 15:52:33
953
+
954
+ ### Added
955
+
956
+ - Python 3.10 support.
957
+
958
+ ## [0.49.1] - 2023-05-23 12:04:57
959
+
960
+ ### Added
961
+
962
+ - Missing labels for parameters.
963
+
964
+ ## [0.49.0] - 2023-05-09 17:02:36
965
+
966
+ ### Added
967
+
968
+ - Savings variable from the WAS.
969
+
970
+ ### Fixed
971
+
972
+ - Added logging for targets in imputations for completeness.
973
+
974
+ ## [0.48.0] - 2023-04-24 14:04:39
975
+
976
+ ### Added
977
+
978
+ - 2023 tax rates for UK and Scotland
979
+
980
+ ## [0.47.0] - 2023-04-24 14:03:45
981
+
982
+ ### Added
983
+
984
+ - Spring Budget 2023 policy changes.
985
+
986
+ ## [0.46.0] - 2023-04-24 12:16:00
987
+
988
+ ### Added
989
+
990
+ - Extra tax bands for the UK and Scotland.
991
+
992
+ ## [0.45.1] - 2023-04-10 13:36:29
993
+
994
+ ### Added
995
+
996
+ - Speed improvements
997
+ - Parameter metadata fixes
998
+
999
+ ## [0.45.0] - 2023-04-01 09:38:48
1000
+
1001
+ ### Added
1002
+
1003
+ - Improvements to calibration routines.
1004
+
1005
+ ## [0.44.3] - 2023-03-30 14:03:15
1006
+
1007
+ ### Fixed
1008
+
1009
+ - Marriage Allowance previously didn't have an economic impact.
1010
+
1011
+ ## [0.44.2] - 2023-03-26 00:21:18
1012
+
1013
+ ### Fixed
1014
+
1015
+ - Import errors due to survey-enhance.
1016
+
1017
+ ## [0.44.1] - 2023-03-25 23:53:14
1018
+
1019
+ ### Fixed
1020
+
1021
+ - Made Survey-Enhance a dev dependency.
1022
+
1023
+ ## [0.44.0] - 2023-03-23 08:45:05
1024
+
1025
+ ### Changed
1026
+
1027
+ - PolicyEngine Core data updates accounted for.
1028
+
1029
+ ## [0.43.0] - 2023-03-15 11:40:17
1030
+
1031
+ ### Changed
1032
+
1033
+ - Fuel duty incidence assumed to be 100% on consumers.
1034
+
1035
+ ## [0.42.1] - 2023-03-14 18:22:37
1036
+
1037
+ ### Fixed
1038
+
1039
+ - Bugs relating to private pension contributions.
1040
+
1041
+ ## [0.42.0] - 2023-03-03 16:23:13
1042
+
1043
+ ### Added
1044
+
1045
+ - State Pension uprating parameter.
1046
+
1047
+ ### Fixed
1048
+
1049
+ - Corporate wealth for pensioners capped to ensure consistency with pension income in some cases.
1050
+ - EBC end date is before 2023.
1051
+
1052
+ ## [0.41.11] - 2023-03-02 11:57:32
1053
+
1054
+ ### Fixed
1055
+
1056
+ - Parameter updates for the CoL payments.
1057
+ - Metadata for the CEC wealth tax.
1058
+
1059
+ ## [0.41.10] - 2023-02-27 17:19:33
1060
+
1061
+ ### Fixed
1062
+
1063
+ - EPG test used the wrong variable name.
1064
+
1065
+ ## [0.41.9] - 2023-02-27 16:53:13
1066
+
1067
+ ### Fixed
1068
+
1069
+ - EPG properly included in net income.
1070
+
1071
+ ## [0.41.8] - 2023-02-27 16:01:50
1072
+
1073
+ ### Fixed
1074
+
1075
+ - Properly exclude primary residence values from the CEC wealth tax.
1076
+
1077
+ ## [0.41.7] - 2023-02-27 15:37:16
1078
+
1079
+ ### Added
1080
+
1081
+ - Seasonality to EPG modelling (simple).
1082
+ - EPG documentation updates.
1083
+
1084
+ ## [0.41.6] - 2023-02-27 15:06:37
1085
+
1086
+ ### Fixed
1087
+
1088
+ - Energy Price Guarantee implementation.
1089
+
1090
+ ## [0.41.5] - 2023-02-27 13:23:51
1091
+
1092
+ ### Fixed
1093
+
1094
+ - Bug causing pension contributions to not be correctly deducted from taxable income.
1095
+
1096
+ ## [0.41.4] - 2023-02-01 03:38:40
1097
+
1098
+ ### Changed
1099
+
1100
+ - Increased default age from 30 to 40.
1101
+
1102
+ ## [0.41.3] - 2023-02-01 00:43:08
1103
+
1104
+ ### Changed
1105
+
1106
+ - Raised default age from 18 to 30.
1107
+
1108
+ ## [0.41.2] - 2023-01-27 13:02:28
1109
+
1110
+ ### Changed
1111
+
1112
+ - VAT adjusted to hit administrative targets.
1113
+
1114
+ ## [0.41.1] - 2023-01-27 09:21:35
1115
+
1116
+ ### Changed
1117
+
1118
+ - MTR calculation limited to one person for speed improvement.
1119
+ - Benefit cap implementation refactored to share code between UC and HB.
1120
+
1121
+ ### Fixed
1122
+
1123
+ - Property income reduces UC as unearned income.
1124
+
1125
+ ## [0.41.0] - 2023-01-26 20:09:59
1126
+
1127
+ ### Added
1128
+
1129
+ - Wealth tax brackets.
1130
+ - Intermediate benefit uprating (multiplies by a percentage).
1131
+
1132
+ ## [0.40.0] - 2023-01-25 21:14:21
1133
+
1134
+ ### Added
1135
+
1136
+ - VAT imputation and implementation.
1137
+
1138
+ ## [0.39.0] - 2023-01-19 22:59:56
1139
+
1140
+ ### Added
1141
+
1142
+ - Monthly NI calculations.
1143
+
1144
+ ## [0.38.6] - 2023-01-10 17:31:54
1145
+
1146
+ ### Changed
1147
+
1148
+ - Use `adds` and `subtracts` everywhere.
1149
+ - Replace `aggr` with `add`.
1150
+ - Apply `defined_for`.
1151
+ - Use `default` arg to `select` rather than dummy `True` condition.
1152
+
1153
+ ## [0.38.5] - 2023-01-06 10:07:28
1154
+
1155
+ ### Added
1156
+
1157
+ - Metadata on modelled policies.
1158
+
1159
+ ## [0.38.4] - 2023-01-03 23:39:07
1160
+
1161
+ ### Changed
1162
+
1163
+ - PolicyEngine Core version widened.
1164
+
1165
+ ## [0.38.3] - 2023-01-03 20:32:56
1166
+
1167
+ ### Added
1168
+
1169
+ - Missing label in inputs.
1170
+
1171
+ ## [0.38.2] - 2022-12-30 17:05:40
1172
+
1173
+ ### Changed
1174
+
1175
+ - Reorganised variables in the input tree.
1176
+
1177
+ ## [0.38.1] - 2022-12-28 17:28:42
1178
+
1179
+ ### Fixed
1180
+
1181
+ - Bug causing UC housing entitlements to be too low for single people with children.
1182
+
1183
+ ## [0.38.0] - 2022-12-27 13:53:34
1184
+
1185
+ ### Added
1186
+
1187
+ - Normalised poverty and deep poverty variables.
1188
+
1189
+ ## [0.37.6] - 2022-12-20 14:11:35
1190
+
1191
+ ### Added
1192
+
1193
+ - Token for GitHub PR filing (deployment of the API).
1194
+
1195
+ ## [0.37.5] - 2022-12-20 11:41:05
1196
+
1197
+ ### Added
1198
+
1199
+ - ENV token for the deployment action.
1200
+
1201
+ ## [0.37.4] - 2022-12-20 10:59:01
1202
+
1203
+ ### Added
1204
+
1205
+ - Variable metadata for disability variables.
1206
+ - Auto-update for the API.
1207
+
1208
+ ## [0.37.3] - 2022-12-15 16:10:43
1209
+
1210
+ ### Changed
1211
+
1212
+ - Bumped PolicyEngine-Core.
1213
+
1214
+ ## [0.37.2] - 2022-12-14 16:33:27
1215
+
1216
+ ### Added
1217
+
1218
+ - Metadata for PolicyEngine.
1219
+
1220
+ ## [0.37.1] - 2022-12-13 20:20:48
1221
+
1222
+ ### Added
1223
+
1224
+ - Metadata for contrib parameters.
1225
+
1226
+ ## [0.37.0] - 2022-12-11 18:29:22
1227
+
1228
+ ### Added
1229
+
1230
+ - LVT
1231
+ - Carbon tax
1232
+ - NI BRMAs
1233
+ - NI domestic rates by local authority
1234
+
1235
+ ## [0.36.2] - 2022-12-07 13:50:34
1236
+
1237
+ ### Fixed
1238
+
1239
+ - Incorporated Core fix.
1240
+
1241
+ ## [0.36.1] - 2022-12-07 13:31:54
1242
+
1243
+ ### Fixed
1244
+
1245
+ - PolicyEngine-Core pinned to a minor version.
1246
+
1247
+ ## [0.36.0] - 2022-12-06 12:00:54
1248
+
1249
+ ### Changed
1250
+
1251
+ - Roles to 'member'.
1252
+
1253
+ ## [0.35.0] - 2022-10-22 18:22:07
1254
+
1255
+ ### Changed
1256
+
1257
+ - Moved to PolicyEngine Core.
1258
+
1259
+ ## [0.34.1] - 2022-10-04 11:02:45
1260
+
1261
+ ### Fixed
1262
+
1263
+ - UC amount for single, under-25s after the last uprating.
1264
+
1265
+ ## [0.34.0] - 2022-09-27 15:37:07
1266
+
1267
+ ### Added
1268
+
1269
+ - Flat basic income amount.
1270
+
1271
+ ## [0.33.0] - 2022-09-21 11:06:49
1272
+
1273
+ ### Added
1274
+
1275
+ - Metadata for SDLT, LTT and LBTT parameters.
1276
+
1277
+ ## [0.32.0] - 2022-09-17 16:24:23
1278
+
1279
+ ### Added
1280
+
1281
+ - Wealth tax.
1282
+
1283
+ ## [0.31.1] - 2022-09-15 13:40:02
1284
+
1285
+ ### Fixed
1286
+
1287
+ - Validation page.
1288
+
1289
+ ## [0.31.0] - 2022-09-14 19:32:06
1290
+
1291
+ ### Added
1292
+
1293
+ - Energy Price Guarantee parametric reform.
1294
+
1295
+ ## [0.30.1] - 2022-09-11 15:04:15
1296
+
1297
+ ### Added
1298
+
1299
+ - New monthly CPI values until July.
1300
+
1301
+ ## [0.30.0] - 2022-09-07 12:15:01
1302
+
1303
+ ### Added
1304
+
1305
+ - Ofgem energy price cap subsidy parameters.
1306
+
1307
+ ## [0.29.0] - 2022-08-28 14:45:36
1308
+
1309
+ ## [0.28.1] - 2022-08-25 17:36:23
1310
+
1311
+ ### Fixed
1312
+
1313
+ - Round marriage allowance.
1314
+
1315
+ ## [0.28.0] - 2022-07-27 10:14:59
1316
+
1317
+ ### Added
1318
+
1319
+ - TV licence fee.
1320
+
1321
+ ## [0.27.0] - 2022-07-25 11:14:58
1322
+
1323
+ ### Added
1324
+
1325
+ - Dashboard tool for the calibration procedure.
1326
+ - Loss components for aggregates in demographic targets.
1327
+
1328
+ ### Fixed
1329
+
1330
+ - A bug causing Pension Credit to under-react to increases in Income Tax.
1331
+
1332
+ ## [0.26.1] - 2022-06-05 20:28:29
1333
+
1334
+ ### Added
1335
+
1336
+ - References for some tax and UC parameters.
1337
+
1338
+ ## [0.26.0] - 2022-05-26 16:16:50
1339
+
1340
+ ### Added
1341
+
1342
+ - Disability benefits to COL support measures.
1343
+
1344
+ ## [0.25.0] - 2022-05-26 13:04:11
1345
+
1346
+ ### Added
1347
+
1348
+ - UK Government cost-of-living support measures.
1349
+
1350
+ ## [0.24.0] - 2022-05-26 10:46:43
1351
+
1352
+ ### Added
1353
+
1354
+ - Miscellaneous benefit payment.
1355
+
1356
+ ## [0.23.3] - 2022-05-22 15:27:50
1357
+
1358
+ ### Fixed
1359
+
1360
+ - Baseline variables are now generated before calibration (fixes a bug causing overestimation of benefit caseloads).
1361
+
1362
+ ## [0.23.2] - 2022-05-21 16:01:32
1363
+
1364
+ ### Changed
1365
+
1366
+ - Reorganize documentation and variables.
1367
+
1368
+ ## [0.23.1] - 2022-05-19 14:58:06
1369
+
1370
+ ### Fixed
1371
+
1372
+ - National Insurance thresholds pre-July, post-Spring Statement (inflation adjustments).
1373
+
1374
+ ## [0.23.0] - 2022-05-16 14:02:26
1375
+
1376
+ ### Added
1377
+
1378
+ - Household-level phase-outs for basic income.
1379
+
1380
+ ## [0.22.0] - 2022-04-29 09:29:26
1381
+
1382
+ ### Changed
1383
+
1384
+ - Calibration process improved with country-level targets.
1385
+
1386
+ ## [0.21.0] - 2022-04-26 12:10:51
1387
+
1388
+ ### Changed
1389
+
1390
+ - Pension Credit code quality improvements.
1391
+
1392
+ ### Fixed
1393
+
1394
+ - Pension Credit missing disability elements.
1395
+
1396
+ ## [0.20.4] - 2022-04-22 21:26:10
1397
+
1398
+ ### Fixed
1399
+
1400
+ - Land and carbon are calculated based off UK-wide statistics, not in-model statistics.
1401
+
1402
+ ## [0.20.3] - 2022-04-14 13:10:26
1403
+
1404
+ ### Fixed
1405
+
1406
+ - MANIFEST.in file re-added (caused previous two issues).
1407
+
1408
+ ## [0.20.2] - 2022-04-14 12:48:06
1409
+
1410
+ ### Fixed
1411
+
1412
+ - Failed imports of reform tools.
1413
+
1414
+ ## [0.20.1] - 2022-04-14 12:36:43
1415
+
1416
+ ### Fixed
1417
+
1418
+ - Failed import of policyengine_uk.tools
1419
+
1420
+ ## [0.20.0] - 2022-04-14 11:46:45
1421
+
1422
+ ### Added
1423
+
1424
+ - Dataset generation.
1425
+
1426
+ ## [0.19.5] - 2022-04-08 10:35:59
1427
+
1428
+ ### Fixed
1429
+
1430
+ - Chart on carbon intensities.
1431
+
1432
+ ## [0.19.4] - 2022-04-07 10:36:03
1433
+
1434
+ ### Added
1435
+
1436
+ - Carbon emissions (production-based) by industry.
1437
+
1438
+ ## [0.19.3] - 2022-04-07 09:51:58
1439
+
1440
+ ### Fixed
1441
+
1442
+ - A bug preventing the Synthetic FRS from loading.
1443
+
1444
+ ## [0.19.2] - 2022-04-05 14:23:50
1445
+
1446
+ ### Added
1447
+
1448
+ - Carbon tax model page added.
1449
+
1450
+ ## [0.19.1] - 2022-04-05 12:28:40
1451
+
1452
+ ### Fixed
1453
+
1454
+ - Spring Statement Class 4 NI change correctly follows 2022/23 adjustment.
1455
+
1456
+ ## [0.19.0] - 2022-04-05 09:41:35
1457
+
1458
+ ### Added
1459
+
1460
+ - Total wealth variable.
1461
+
1462
+ ## [0.18.0] - 2022-04-03 19:28:24
1463
+
1464
+ ### Fixed
1465
+
1466
+ - Synthetic FRS now successfully loads.
1467
+ - Incorporates better calibration and imputations.
1468
+
1469
+ ## [0.17.0] - 2022-03-27 14:13:20
1470
+
1471
+ ### Added
1472
+
1473
+ - Tax and benefit changes announced in the 2022 Spring Statement.
1474
+ - Inflation and real disposable income.
1475
+ - Parameters for PIP, DLA, SDA, AA and Carer's Allowance.
1476
+
1477
+ ### Changed
1478
+
1479
+ - Added calibration make.
1480
+
1481
+ ## [0.16.2] - 2022-03-24 03:05:39
1482
+
1483
+ ### Fixed
1484
+
1485
+ - Bugs related to uprating parameters.
1486
+
1487
+ ## [0.16.1] - 2022-03-24 03:05:39
1488
+
1489
+ ### Fixed
1490
+
1491
+ - Pull request merge action didn't correctly update the repo.
1492
+
1493
+ ## [0.16.0] - 2022-03-24 00:22:00
1494
+
1495
+ ### Added
1496
+
1497
+ - Forecasting to 2027: new and improved household weights.
1498
+
1499
+ ## [0.15.0] - 2022-03-23 00:00:00
1500
+
1501
+ ### Added
1502
+
1503
+ - Forecasting to 2027: new and improved household weights.
1504
+
1505
+ ## [0.14.4] - 2022-03-08 00:00:01
1506
+
1507
+ ## [0.14.3] - 2022-03-08 00:00:00
1508
+
1509
+ ### Fixed
1510
+
1511
+ - Basic income means-test inclusion previously didn't work correctly (when turned off) for Housing Benefit and Pension Credit.
1512
+
1513
+ ## [0.14.2] - 2022-03-04 00:00:01
1514
+
1515
+ ### Changed
1516
+
1517
+ - Re-weighting procedure improved with consolidated categories and added income source targeting.
1518
+
1519
+ ## [0.14.1] - 2022-03-04 00:00:00
1520
+
1521
+ ### Added
1522
+
1523
+ - Added a production-based carbon emissions parameter.
1524
+
1525
+ ## [0.14.0] - 2022-02-28 00:00:01
1526
+
1527
+ ### Changed
1528
+
1529
+ - Re-weighting procedure formalised with cross-validation and logging.
1530
+
1531
+ ## [0.13.0] - 2022-02-28 00:00:00
1532
+
1533
+ ### Added
1534
+
1535
+ - Pensioner exemption switch for Income Tax rate and threshold reforms.
1536
+
1537
+ ## [0.12.4] - 2022-02-25 00:00:00
1538
+
1539
+ ### Added
1540
+
1541
+ - Historical carbon emissions parameter.
1542
+
1543
+ ## [0.12.3] - 2022-02-14 00:00:02
1544
+
1545
+ ### Changed
1546
+
1547
+ - Set basic income phaseout threshold default to 0.
1548
+
1549
+ ## [0.12.2] - 2022-02-14 00:00:01
1550
+
1551
+ ### Added
1552
+
1553
+ - Basic income parameters and logic.
1554
+
1555
+ ## [0.12.1] - 2022-02-14 00:00:00
1556
+
1557
+ ### Changed
1558
+
1559
+ - OpenFisca-Tools bumped to v0.3
1560
+
1561
+ ## [0.12.0] - 2022-02-06 00:00:00
1562
+
1563
+ ### Added
1564
+
1565
+ - The Energy Bills Rebate scheme.
1566
+
1567
+ ## [0.11.0] - 2022-02-04 00:00:00
1568
+
1569
+ ### Added
1570
+
1571
+ - Re-weighting routine for the Family Resources Survey, matching aggregates, participation and populations.
1572
+
1573
+ ## [0.10.10] - 2022-01-22 00:00:01
1574
+
1575
+ ### Added
1576
+
1577
+ - Unit test for benefit unit rent.
1578
+
1579
+ ### Changed
1580
+
1581
+ - OpenFisca-Tools dependency patch increased.
1582
+
1583
+ ## [0.10.9] - 2022-01-22 00:00:00
1584
+
1585
+ ### Fixed
1586
+
1587
+ - Baseline HBAI-excluded income variable now uses the Synthetic FRS when the enhanced FRS is not available.
1588
+
1589
+ ## [0.10.8] - 2022-01-18 00:00:00
1590
+
1591
+ ### Added
1592
+
1593
+ - Metadata (period, unit, name, label) for all Universal Credit parameters.
1594
+
1595
+ ## [0.10.7] - 2022-01-17 00:00:01
1596
+
1597
+ ### Fixed
1598
+
1599
+ - Household gross income calculated directly from household benefits and market income.
1600
+ - Savings allowance was previously set to zero erroneously for households in Scotland at the starter or intermediate bands.
1601
+
1602
+ ## [0.10.6] - 2022-01-17 00:00:00
1603
+
1604
+ ### Added
1605
+
1606
+ - Stocks/flows metadata for PolicyEngine-facing variables.
1607
+
1608
+ ## [0.10.5] - 2022-01-16 00:00:00
1609
+
1610
+ ### Added
1611
+
1612
+ - When datasets are not available, a prompt is displayed to download them or use synthetic data.
1613
+ - CLI interface trigger changed from `openfisca-uk-setup` to `openfisca-uk` and default years updated.
1614
+
1615
+ ## [0.10.4] - 2022-01-14 00:00:00
1616
+
1617
+ ### Changed
1618
+
1619
+ - PolicyEngine-UK-Data version increased to 0.7.0.
1620
+
1621
+ ## [0.10.3] - 2022-01-12 00:00:00
1622
+
1623
+ ### Added
1624
+
1625
+ - Sure Start Maternity Grant (reported).
1626
+
1627
+ ### Changed
1628
+
1629
+ - Education benefits summed in a formula.
1630
+
1631
+ ### Fixed
1632
+
1633
+ - Some maternity benefits (SSMG, SMP) and WFA not included in benefits.
1634
+
1635
+ ## [0.10.2] - 2022-01-08 00:00:01
1636
+
1637
+ ### Changed
1638
+
1639
+ - Removes the `u` prefix from all variable label strings.
1640
+
1641
+ ## [0.10.1] - 2022-01-08 00:00:00
1642
+
1643
+ ### Changed
1644
+
1645
+ - Label metadata for tax variables.
1646
+
1647
+ ## [0.10.0] - 2022-01-07 00:00:01
1648
+
1649
+ ### Added
1650
+
1651
+ - Parameter representing the Child Tax Credit's child limit.
1652
+
1653
+ ### Changed
1654
+
1655
+ - Renamed parameter representing Universal Credit's child limit.
1656
+
1657
+ ## [0.9.2] - 2022-01-07 00:00:00
1658
+
1659
+ ### Added
1660
+
1661
+ - Metadata for the Dividend, Property and Trading Allowances.
1662
+
1663
+ ## [0.9.1] - 2021-12-29 00:00:02
1664
+
1665
+ ### Added
1666
+
1667
+ - Microsimulation tests and YAML data for Child Benefit, Tax Credits and Council Tax.
1668
+ - Documentation page for Tax Credits.
1669
+ - Simplified dataset usage to enhanced FRS only.
1670
+
1671
+ ## [0.9.0] - 2021-12-29 00:00:01
1672
+
1673
+ ### Added
1674
+
1675
+ - Minimum tax credit benefit amount.
1676
+
1677
+ ## [0.8.1] - 2021-12-29 00:00:00
1678
+
1679
+ ## [0.8.0] - 2021-12-27 00:00:00
1680
+
1681
+ ### Added
1682
+
1683
+ - Historical Working Tax Credit parameters since 2002 (previously since 2016).
1684
+ - Legislative references for Working Tax Credit parameters.
1685
+
1686
+ ### Changed
1687
+
1688
+ - Working Tax Credit child care parameters represent the maximum amount, prior to the share covered.
1689
+
1690
+ ### Fixed
1691
+
1692
+ - Apply Working Tax Credit old-age provision to 60-year-olds.
1693
+ - Qualify people working 30 hours for the Working Tax Credit.
1694
+ - Point afcs to afcs_reported instead of AA_reported.
1695
+ - Fix units on some variables.
1696
+
1697
+ ## [0.7.17] - 2021-12-23 00:00:00
1698
+
1699
+ ### Added
1700
+
1701
+ - Units for some variables.
1702
+
1703
+ ### Changed
1704
+
1705
+ - Code refactoring.
1706
+
1707
+ ## [0.7.16] - 2021-07-05 00:00:00
1708
+
1709
+ ### Changed
1710
+
1711
+ - Patch update
1712
+
1713
+ ## [0.7.15] - 2021-07-05 00:00:00
1714
+
1715
+ ### Changed
1716
+
1717
+ - Patch update
1718
+
1719
+ ## [0.7.14] - 2021-07-05 00:00:00
1720
+
1721
+ ### Changed
1722
+
1723
+ - Patch update
1724
+
1725
+ ## [0.7.13] - 2021-07-05 00:00:00
1726
+
1727
+ ### Changed
1728
+
1729
+ - Patch update
1730
+
1731
+ ## [0.7.12] - 2021-07-05 00:00:00
1732
+
1733
+ ### Changed
1734
+
1735
+ - Patch update
1736
+
1737
+ ## [0.7.11] - 2021-07-05 00:00:00
1738
+
1739
+ ### Changed
1740
+
1741
+ - Patch update
1742
+
1743
+ ## [0.7.10] - 2021-07-05 00:00:00
1744
+
1745
+ ### Changed
1746
+
1747
+ - Patch update
1748
+
1749
+ ## [0.7.9] - 2021-07-05 00:00:00
1750
+
1751
+ ### Changed
1752
+
1753
+ - Patch update
1754
+
1755
+ ## [0.7.8] - 2021-07-05 00:00:00
1756
+
1757
+ ### Changed
1758
+
1759
+ - Patch update
1760
+
1761
+ ## [0.7.7] - 2021-07-05 00:00:00
1762
+
1763
+ ### Changed
1764
+
1765
+ - Patch update
1766
+
1767
+ ## [0.7.6] - 2021-07-05 00:00:00
1768
+
1769
+ ### Changed
1770
+
1771
+ - Patch update
1772
+
1773
+ ## [0.7.5] - 2021-07-05 00:00:00
1774
+
1775
+ ### Changed
1776
+
1777
+ - Patch update
1778
+
1779
+ ## [0.7.4] - 2021-07-05 00:00:00
1780
+
1781
+ ### Changed
1782
+
1783
+ - Patch update
1784
+
1785
+ ## [0.7.3] - 2021-07-05 00:00:00
1786
+
1787
+ ### Changed
1788
+
1789
+ - Patch update
1790
+
1791
+ ## [0.7.2] - 2021-07-05 00:00:00
1792
+
1793
+ ### Changed
1794
+
1795
+ - Patch update
1796
+
1797
+ ## [0.7.1] - 2021-07-05 00:00:00
1798
+
1799
+ ### Changed
1800
+
1801
+ - Patch update
1802
+
1803
+ ## [0.7.0] - 2021-07-05 00:00:00
1804
+
1805
+ ### Changed
1806
+
1807
+ - Minor update
1808
+
1809
+ ## [0.6.0] - 2021-07-05 00:00:00
1810
+
1811
+ ### Changed
1812
+
1813
+ - Minor update
1814
+
1815
+ ## [0.5.0] - 2021-07-05 00:00:00
1816
+
1817
+ ### Changed
1818
+
1819
+ - Minor update
1820
+
1821
+ ## [0.4.0] - 2021-07-05 00:00:00
1822
+
1823
+ ### Added
1824
+
1825
+ - Tests for variable naming conventions.
1826
+ - Postcode lookup optional features available.
1827
+ - LHA rates for all BRMA areas added.
1828
+
1829
+ ### Changed
1830
+
1831
+ - PolicyEngine-UK now runs from the official OpenFisca-Core.
1832
+
1833
+ ## [0.3.0] - 2021-07-04 00:00:00
1834
+
1835
+ ### Added
1836
+
1837
+ - New interface for microsimulation.
1838
+ - Sources in tax logic.
1839
+ - Tests.
1840
+
1841
+ ### Changed
1842
+
1843
+ - Microdata now generated and loaded in-model.
1844
+ - Variable time periods made more consistent.
1845
+ - Derivative calculations made more efficient and have more options.
1846
+
1847
+ ## [0.2.3] - 2021-04-21 00:00:00
1848
+
1849
+ ### Changed
1850
+
1851
+ - MicroDataFrame and MicroSeries returned by default.
1852
+
1853
+ ### Fixed
1854
+
1855
+ - Bugs.
1856
+
1857
+ ## [0.2.2] - 2021-04-20 00:00:00
1858
+
1859
+ ### Added
1860
+
1861
+ - Jupyter-Book documentation.
1862
+ - More detailed disability variables.
1863
+
1864
+ ### Fixed
1865
+
1866
+ - IndividualSim reform handling.
1867
+
1868
+ ## [0.2.1] - 2021-04-19 00:00:00
1869
+
1870
+ ### Changed
1871
+
1872
+ - Improved documentation of parameters.
1873
+ - Tests now occur in 2021 to ensure FY20-21 parameters are used.
1874
+
1875
+ ### Fixed
1876
+
1877
+ - Bug in CB-HITC that caused overestimation.
1878
+
1879
+ ## [0.2.0] - 2020-12-05 00:00:00
1880
+
1881
+ ### Changed
1882
+
1883
+ - Time periods now appropriate, using an implementation of WEEK for most benefits.
1884
+ - MTRs handled properly and include a breakdown.
1885
+ - Simulation tools are improved and included in a class.
1886
+
1887
+ ## [0.1.0] - 2020-11-08 00:00:00
1888
+
1889
+ ### Added
1890
+
1891
+ - Income Tax and National Insurance.
1892
+ - All benefits are at least taken from survey reporting (can be switched on-off).
1893
+ - Child Benefit is modelled, others such as Income Support, JSA (both types), Tax Credits can be simulated/reformed but require more reviewing in how to account for discrepancies caused by take-up rates.
1894
+ - Four budget-neutral UBI reforms are implemented.
1895
+ - 15 test cases (unit and integration) testing benefits and taxes.
1896
+ - Simulation helper tools.
1897
+
1898
+
1899
+
1900
+ [2.35.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.34.5...2.35.0
1901
+ [2.34.5]: https://github.com/PolicyEngine/openfisca-uk/compare/2.34.4...2.34.5
1902
+ [2.34.4]: https://github.com/PolicyEngine/openfisca-uk/compare/2.34.3...2.34.4
1903
+ [2.34.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.34.2...2.34.3
1904
+ [2.34.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.34.1...2.34.2
1905
+ [2.34.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.34.0...2.34.1
1906
+ [2.34.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.33.0...2.34.0
1907
+ [2.33.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.32.4...2.33.0
1908
+ [2.32.4]: https://github.com/PolicyEngine/openfisca-uk/compare/2.32.3...2.32.4
1909
+ [2.32.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.32.2...2.32.3
1910
+ [2.32.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.32.1...2.32.2
1911
+ [2.32.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.32.0...2.32.1
1912
+ [2.32.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.31.0...2.32.0
1913
+ [2.31.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.30.0...2.31.0
1914
+ [2.30.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.29.0...2.30.0
1915
+ [2.29.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.28.3...2.29.0
1916
+ [2.28.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.28.2...2.28.3
1917
+ [2.28.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.28.1...2.28.2
1918
+ [2.28.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.28.0...2.28.1
1919
+ [2.28.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.27.0...2.28.0
1920
+ [2.27.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.26.1...2.27.0
1921
+ [2.26.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.26.0...2.26.1
1922
+ [2.26.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.25.0...2.26.0
1923
+ [2.25.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.24.2...2.25.0
1924
+ [2.24.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.24.1...2.24.2
1925
+ [2.24.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.24.0...2.24.1
1926
+ [2.24.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.23.2...2.24.0
1927
+ [2.23.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.23.1...2.23.2
1928
+ [2.23.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.23.0...2.23.1
1929
+ [2.23.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.22.8...2.23.0
1930
+ [2.22.8]: https://github.com/PolicyEngine/openfisca-uk/compare/2.22.7...2.22.8
1931
+ [2.22.7]: https://github.com/PolicyEngine/openfisca-uk/compare/2.22.6...2.22.7
1932
+ [2.22.6]: https://github.com/PolicyEngine/openfisca-uk/compare/2.22.5...2.22.6
1933
+ [2.22.5]: https://github.com/PolicyEngine/openfisca-uk/compare/2.22.4...2.22.5
1934
+ [2.22.4]: https://github.com/PolicyEngine/openfisca-uk/compare/2.22.3...2.22.4
1935
+ [2.22.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.22.2...2.22.3
1936
+ [2.22.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.22.1...2.22.2
1937
+ [2.22.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.22.0...2.22.1
1938
+ [2.22.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.21.0...2.22.0
1939
+ [2.21.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.20.0...2.21.0
1940
+ [2.20.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.19.4...2.20.0
1941
+ [2.19.4]: https://github.com/PolicyEngine/openfisca-uk/compare/2.19.3...2.19.4
1942
+ [2.19.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.19.2...2.19.3
1943
+ [2.19.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.19.1...2.19.2
1944
+ [2.19.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.19.0...2.19.1
1945
+ [2.19.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.18.0...2.19.0
1946
+ [2.18.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.17.0...2.18.0
1947
+ [2.17.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.16.0...2.17.0
1948
+ [2.16.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.15.1...2.16.0
1949
+ [2.15.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.15.0...2.15.1
1950
+ [2.15.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.14.1...2.15.0
1951
+ [2.14.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.14.0...2.14.1
1952
+ [2.14.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.13.2...2.14.0
1953
+ [2.13.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.13.1...2.13.2
1954
+ [2.13.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.13.0...2.13.1
1955
+ [2.13.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.12.0...2.13.0
1956
+ [2.12.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.11.0...2.12.0
1957
+ [2.11.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.10.0...2.11.0
1958
+ [2.10.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.9.0...2.10.0
1959
+ [2.9.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.8.0...2.9.0
1960
+ [2.8.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.7.0...2.8.0
1961
+ [2.7.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.6.0...2.7.0
1962
+ [2.6.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.5.0...2.6.0
1963
+ [2.5.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.4.0...2.5.0
1964
+ [2.4.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.3.0...2.4.0
1965
+ [2.3.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.2.0...2.3.0
1966
+ [2.2.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.1.1...2.2.0
1967
+ [2.1.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.1.0...2.1.1
1968
+ [2.1.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.0.0...2.1.0
1969
+ [2.0.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.8.0...2.0.0
1970
+ [1.8.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.7.4...1.8.0
1971
+ [1.7.4]: https://github.com/PolicyEngine/openfisca-uk/compare/1.7.3...1.7.4
1972
+ [1.7.3]: https://github.com/PolicyEngine/openfisca-uk/compare/1.7.2...1.7.3
1973
+ [1.7.2]: https://github.com/PolicyEngine/openfisca-uk/compare/1.7.1...1.7.2
1974
+ [1.7.1]: https://github.com/PolicyEngine/openfisca-uk/compare/1.7.0...1.7.1
1975
+ [1.7.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.6.0...1.7.0
1976
+ [1.6.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.5.1...1.6.0
1977
+ [1.5.1]: https://github.com/PolicyEngine/openfisca-uk/compare/1.5.0...1.5.1
1978
+ [1.5.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.4.0...1.5.0
1979
+ [1.4.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.3.0...1.4.0
1980
+ [1.3.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.2.0...1.3.0
1981
+ [1.2.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.1.0...1.2.0
1982
+ [1.1.0]: https://github.com/PolicyEngine/openfisca-uk/compare/1.0.0...1.1.0
1983
+ [1.0.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.86.6...1.0.0
1984
+ [0.86.6]: https://github.com/PolicyEngine/openfisca-uk/compare/0.86.5...0.86.6
1985
+ [0.86.5]: https://github.com/PolicyEngine/openfisca-uk/compare/0.86.4...0.86.5
1986
+ [0.86.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.86.3...0.86.4
1987
+ [0.86.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.86.2...0.86.3
1988
+ [0.86.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.86.1...0.86.2
1989
+ [0.86.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.86.0...0.86.1
1990
+ [0.86.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.85.0...0.86.0
1991
+ [0.85.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.84.0...0.85.0
1992
+ [0.84.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.83.2...0.84.0
1993
+ [0.83.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.83.1...0.83.2
1994
+ [0.83.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.83.0...0.83.1
1995
+ [0.83.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.82.0...0.83.0
1996
+ [0.82.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.81.0...0.82.0
1997
+ [0.81.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.80.0...0.81.0
1998
+ [0.80.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.79.0...0.80.0
1999
+ [0.79.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.78.0...0.79.0
2000
+ [0.78.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.77.0...0.78.0
2001
+ [0.77.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.76.0...0.77.0
2002
+ [0.76.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.75.0...0.76.0
2003
+ [0.75.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.74.1...0.75.0
2004
+ [0.74.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.74.0...0.74.1
2005
+ [0.74.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.73.1...0.74.0
2006
+ [0.73.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.73.0...0.73.1
2007
+ [0.73.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.72.0...0.73.0
2008
+ [0.72.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.71.0...0.72.0
2009
+ [0.71.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.70.0...0.71.0
2010
+ [0.70.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.69.1...0.70.0
2011
+ [0.69.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.69.0...0.69.1
2012
+ [0.69.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.68.0...0.69.0
2013
+ [0.68.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.67.0...0.68.0
2014
+ [0.67.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.66.0...0.67.0
2015
+ [0.66.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.65.0...0.66.0
2016
+ [0.65.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.64.0...0.65.0
2017
+ [0.64.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.63.2...0.64.0
2018
+ [0.63.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.63.1...0.63.2
2019
+ [0.63.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.63.0...0.63.1
2020
+ [0.63.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.62.2...0.63.0
2021
+ [0.62.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.62.1...0.62.2
2022
+ [0.62.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.62.0...0.62.1
2023
+ [0.62.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.61.3...0.62.0
2024
+ [0.61.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.61.2...0.61.3
2025
+ [0.61.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.61.1...0.61.2
2026
+ [0.61.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.61.0...0.61.1
2027
+ [0.61.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.60.0...0.61.0
2028
+ [0.60.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.59.0...0.60.0
2029
+ [0.59.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.58.2...0.59.0
2030
+ [0.58.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.58.1...0.58.2
2031
+ [0.58.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.58.0...0.58.1
2032
+ [0.58.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.57.0...0.58.0
2033
+ [0.57.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.56.4...0.57.0
2034
+ [0.56.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.56.3...0.56.4
2035
+ [0.56.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.56.2...0.56.3
2036
+ [0.56.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.56.1...0.56.2
2037
+ [0.56.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.56.0...0.56.1
2038
+ [0.56.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.55.4...0.56.0
2039
+ [0.55.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.55.3...0.55.4
2040
+ [0.55.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.55.2...0.55.3
2041
+ [0.55.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.55.1...0.55.2
2042
+ [0.55.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.55.0...0.55.1
2043
+ [0.55.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.54.0...0.55.0
2044
+ [0.54.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.53.0...0.54.0
2045
+ [0.53.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.52.0...0.53.0
2046
+ [0.52.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.51.1...0.52.0
2047
+ [0.51.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.51.0...0.51.1
2048
+ [0.51.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.50.1...0.51.0
2049
+ [0.50.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.50.0...0.50.1
2050
+ [0.50.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.49.1...0.50.0
2051
+ [0.49.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.49.0...0.49.1
2052
+ [0.49.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.48.0...0.49.0
2053
+ [0.48.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.47.0...0.48.0
2054
+ [0.47.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.46.0...0.47.0
2055
+ [0.46.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.45.1...0.46.0
2056
+ [0.45.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.45.0...0.45.1
2057
+ [0.45.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.44.3...0.45.0
2058
+ [0.44.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.44.2...0.44.3
2059
+ [0.44.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.44.1...0.44.2
2060
+ [0.44.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.44.0...0.44.1
2061
+ [0.44.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.43.0...0.44.0
2062
+ [0.43.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.42.1...0.43.0
2063
+ [0.42.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.42.0...0.42.1
2064
+ [0.42.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.41.11...0.42.0
2065
+ [0.41.11]: https://github.com/PolicyEngine/openfisca-uk/compare/0.41.10...0.41.11
2066
+ [0.41.10]: https://github.com/PolicyEngine/openfisca-uk/compare/0.41.9...0.41.10
2067
+ [0.41.9]: https://github.com/PolicyEngine/openfisca-uk/compare/0.41.8...0.41.9
2068
+ [0.41.8]: https://github.com/PolicyEngine/openfisca-uk/compare/0.41.7...0.41.8
2069
+ [0.41.7]: https://github.com/PolicyEngine/openfisca-uk/compare/0.41.6...0.41.7
2070
+ [0.41.6]: https://github.com/PolicyEngine/openfisca-uk/compare/0.41.5...0.41.6
2071
+ [0.41.5]: https://github.com/PolicyEngine/openfisca-uk/compare/0.41.4...0.41.5
2072
+ [0.41.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.41.3...0.41.4
2073
+ [0.41.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.41.2...0.41.3
2074
+ [0.41.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.41.1...0.41.2
2075
+ [0.41.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.41.0...0.41.1
2076
+ [0.41.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.40.0...0.41.0
2077
+ [0.40.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.39.0...0.40.0
2078
+ [0.39.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.38.6...0.39.0
2079
+ [0.38.6]: https://github.com/PolicyEngine/openfisca-uk/compare/0.38.5...0.38.6
2080
+ [0.38.5]: https://github.com/PolicyEngine/openfisca-uk/compare/0.38.4...0.38.5
2081
+ [0.38.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.38.3...0.38.4
2082
+ [0.38.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.38.2...0.38.3
2083
+ [0.38.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.38.1...0.38.2
2084
+ [0.38.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.38.0...0.38.1
2085
+ [0.38.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.37.6...0.38.0
2086
+ [0.37.6]: https://github.com/PolicyEngine/openfisca-uk/compare/0.37.5...0.37.6
2087
+ [0.37.5]: https://github.com/PolicyEngine/openfisca-uk/compare/0.37.4...0.37.5
2088
+ [0.37.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.37.3...0.37.4
2089
+ [0.37.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.37.2...0.37.3
2090
+ [0.37.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.37.1...0.37.2
2091
+ [0.37.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.37.0...0.37.1
2092
+ [0.37.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.36.2...0.37.0
2093
+ [0.36.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.36.1...0.36.2
2094
+ [0.36.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.36.0...0.36.1
2095
+ [0.36.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.35.0...0.36.0
2096
+ [0.35.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.34.1...0.35.0
2097
+ [0.34.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.34.0...0.34.1
2098
+ [0.34.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.33.0...0.34.0
2099
+ [0.33.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.32.0...0.33.0
2100
+ [0.32.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.31.1...0.32.0
2101
+ [0.31.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.31.0...0.31.1
2102
+ [0.31.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.30.1...0.31.0
2103
+ [0.30.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.30.0...0.30.1
2104
+ [0.30.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.29.0...0.30.0
2105
+ [0.29.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.28.1...0.29.0
2106
+ [0.28.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.28.0...0.28.1
2107
+ [0.28.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.27.0...0.28.0
2108
+ [0.27.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.26.1...0.27.0
2109
+ [0.26.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.26.0...0.26.1
2110
+ [0.26.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.25.0...0.26.0
2111
+ [0.25.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.24.0...0.25.0
2112
+ [0.24.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.23.3...0.24.0
2113
+ [0.23.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.23.2...0.23.3
2114
+ [0.23.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.23.1...0.23.2
2115
+ [0.23.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.23.0...0.23.1
2116
+ [0.23.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.22.0...0.23.0
2117
+ [0.22.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.21.0...0.22.0
2118
+ [0.21.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.20.4...0.21.0
2119
+ [0.20.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.20.3...0.20.4
2120
+ [0.20.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.20.2...0.20.3
2121
+ [0.20.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.20.1...0.20.2
2122
+ [0.20.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.20.0...0.20.1
2123
+ [0.20.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.19.5...0.20.0
2124
+ [0.19.5]: https://github.com/PolicyEngine/openfisca-uk/compare/0.19.4...0.19.5
2125
+ [0.19.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.19.3...0.19.4
2126
+ [0.19.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.19.2...0.19.3
2127
+ [0.19.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.19.1...0.19.2
2128
+ [0.19.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.19.0...0.19.1
2129
+ [0.19.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.18.0...0.19.0
2130
+ [0.18.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.17.0...0.18.0
2131
+ [0.17.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.16.2...0.17.0
2132
+ [0.16.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.16.1...0.16.2
2133
+ [0.16.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.16.0...0.16.1
2134
+ [0.16.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.15.0...0.16.0
2135
+ [0.15.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.14.4...0.15.0
2136
+ [0.14.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.14.3...0.14.4
2137
+ [0.14.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.14.2...0.14.3
2138
+ [0.14.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.14.1...0.14.2
2139
+ [0.14.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.14.0...0.14.1
2140
+ [0.14.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.13.0...0.14.0
2141
+ [0.13.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.12.4...0.13.0
2142
+ [0.12.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.12.3...0.12.4
2143
+ [0.12.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.12.2...0.12.3
2144
+ [0.12.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.12.1...0.12.2
2145
+ [0.12.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.12.0...0.12.1
2146
+ [0.12.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.11.0...0.12.0
2147
+ [0.11.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.10.10...0.11.0
2148
+ [0.10.10]: https://github.com/PolicyEngine/openfisca-uk/compare/0.10.9...0.10.10
2149
+ [0.10.9]: https://github.com/PolicyEngine/openfisca-uk/compare/0.10.8...0.10.9
2150
+ [0.10.8]: https://github.com/PolicyEngine/openfisca-uk/compare/0.10.7...0.10.8
2151
+ [0.10.7]: https://github.com/PolicyEngine/openfisca-uk/compare/0.10.6...0.10.7
2152
+ [0.10.6]: https://github.com/PolicyEngine/openfisca-uk/compare/0.10.5...0.10.6
2153
+ [0.10.5]: https://github.com/PolicyEngine/openfisca-uk/compare/0.10.4...0.10.5
2154
+ [0.10.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.10.3...0.10.4
2155
+ [0.10.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.10.2...0.10.3
2156
+ [0.10.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.10.1...0.10.2
2157
+ [0.10.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.10.0...0.10.1
2158
+ [0.10.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.9.2...0.10.0
2159
+ [0.9.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.9.1...0.9.2
2160
+ [0.9.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.9.0...0.9.1
2161
+ [0.9.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.8.1...0.9.0
2162
+ [0.8.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.8.0...0.8.1
2163
+ [0.8.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.17...0.8.0
2164
+ [0.7.17]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.16...0.7.17
2165
+ [0.7.16]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.15...0.7.16
2166
+ [0.7.15]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.14...0.7.15
2167
+ [0.7.14]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.13...0.7.14
2168
+ [0.7.13]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.12...0.7.13
2169
+ [0.7.12]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.11...0.7.12
2170
+ [0.7.11]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.10...0.7.11
2171
+ [0.7.10]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.9...0.7.10
2172
+ [0.7.9]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.8...0.7.9
2173
+ [0.7.8]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.7...0.7.8
2174
+ [0.7.7]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.6...0.7.7
2175
+ [0.7.6]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.5...0.7.6
2176
+ [0.7.5]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.4...0.7.5
2177
+ [0.7.4]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.3...0.7.4
2178
+ [0.7.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.2...0.7.3
2179
+ [0.7.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.1...0.7.2
2180
+ [0.7.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.7.0...0.7.1
2181
+ [0.7.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.6.0...0.7.0
2182
+ [0.6.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.5.0...0.6.0
2183
+ [0.5.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.4.0...0.5.0
2184
+ [0.4.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.3.0...0.4.0
2185
+ [0.3.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.2.3...0.3.0
2186
+ [0.2.3]: https://github.com/PolicyEngine/openfisca-uk/compare/0.2.2...0.2.3
2187
+ [0.2.2]: https://github.com/PolicyEngine/openfisca-uk/compare/0.2.1...0.2.2
2188
+ [0.2.1]: https://github.com/PolicyEngine/openfisca-uk/compare/0.2.0...0.2.1
2189
+ [0.2.0]: https://github.com/PolicyEngine/openfisca-uk/compare/0.1.0...0.2.0