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,1386 @@
1
+ policyengine_uk/__init__.py,sha256=ud1uvjBep-lcZKBWUd0eo-PAT_FM92_PqUlDp5OYl4g,355
2
+ policyengine_uk/entities.py,sha256=9yUbkUWQr3WydNE-gHhUudG97HGyXIZY3dkgQ6Z3t9A,1212
3
+ policyengine_uk/model_api.py,sha256=D5OuQpQbdBXiF6r7LvCLWjsTkAWtkeBJWz2ebsJ-GN0,189
4
+ policyengine_uk/modelled_policies.yaml,sha256=TLhvmkuI9ip-Fjq63n66RzDErCkN8K4BzY6XLxLMtFg,463
5
+ policyengine_uk/repo.py,sha256=-dqpIMUD7UUj94ql9XwaMrFJUYKvNhFQ_9uj83Z8uh0,55
6
+ policyengine_uk/system.py,sha256=BsnC9mVGunB2bF2NI8N6cLotMGXMRHSDK2SdAL9-o2g,7555
7
+ policyengine_uk/data/__init__.py,sha256=5IWiKNv8XpOx3xbJLYxiilG5w5QxpW0TiTYTaMMojVs,168
8
+ policyengine_uk/data/dataset_schema.py,sha256=cOiyPzYnoMqni-4kRAf9vtdOwrAbnUGH6gJG9ErYZyw,2710
9
+ policyengine_uk/data/economic_assumptions.py,sha256=pNny9GmAHDJuC3j73g7U-IUNQAdWsBZwENNFaU4SAsg,6161
10
+ policyengine_uk/data/uprating_growth_factors.csv,sha256=NLFXxDjSK5l6uPA_z84aRQ75ZB3UdRkGCuRtIm1jAdc,8554
11
+ policyengine_uk/parameters/gov/README.md,sha256=bHUep1_2pLHD3Or8SwjStOWXDIbW9OuYxOd4ml8IXcM,13
12
+ policyengine_uk/parameters/gov/benefit_uprating_cpi.yaml,sha256=x_JmZkd9wgwzT_AAfC1tAnC2WDJu1TOQPjPR2dKCyhk,210
13
+ policyengine_uk/parameters/gov/contrib/README.md,sha256=b282dmUFAmj7cXSfiMLyE81q5Y0Gnehy-6atLus-ESs,70
14
+ policyengine_uk/parameters/gov/contrib/abolish_council_tax.yaml,sha256=QwL8jKTMTk6GC0nxS0WNb482jAuSAA8uuWT0-D77UVc,149
15
+ policyengine_uk/parameters/gov/contrib/abolish_state_pension.yaml,sha256=mLI9_hOj9v__-znYIS1Zddj_BiOWWa0J2P_n-NjkOfw,129
16
+ policyengine_uk/parameters/gov/contrib/create_private_pension_uprating.py,sha256=9ZkV9E4ZtJnK8-YYZyMbUVkDevD5HJQZXhw8UzFFaZ4,770
17
+ policyengine_uk/parameters/gov/contrib/freeze_pension_credit.yaml,sha256=mjaknwypiBZg8sapZPsfP3qC6meiKJttQmIhllKI_LI,206
18
+ policyengine_uk/parameters/gov/contrib/benefit_uprating/README.md,sha256=Hvkt1efzCjWXxalgaYrGEuizDKg6Ulil8HzNV2hViwo,19
19
+ policyengine_uk/parameters/gov/contrib/benefit_uprating/all.yaml,sha256=IGlYHO9wK9P5aw8hgl5qN6tZxTLMuBm-HyfEpsWWO2I,131
20
+ policyengine_uk/parameters/gov/contrib/benefit_uprating/non_sp.yaml,sha256=J5iiRfdnzEase6H6ryyJ6d1Bx7nNJ2Xyv6QI6xbjFFk,213
21
+ policyengine_uk/parameters/gov/contrib/cec/README.md,sha256=xvbjQzo88ZIrILyf6iF5OURmwMmstNxgBgybr6_R1jw,147
22
+ policyengine_uk/parameters/gov/contrib/cec/non_primary_residence_wealth_tax.yaml,sha256=uiovo0FQOuSSiFSeoPclVg9SJEy8ba-GOKt9VG6ljZI,650
23
+ policyengine_uk/parameters/gov/contrib/cec/state_pension_increase.yaml,sha256=uAp10fFTqdDnf2VtF9cm7mw1LLo6kUVC8FX7R-atjD0,144
24
+ policyengine_uk/parameters/gov/contrib/conservatives/cb_hitc_household.yaml,sha256=IiNNxMfDMG4yFjv2ePu9DJHHNaxL1Njptw96JOnPHA4,232
25
+ policyengine_uk/parameters/gov/contrib/conservatives/pensioner_personal_allowance.yaml,sha256=p3fQvR43MpZ0-XeozdDvvHBoObUly2ugJnJ0ss02aVc,235
26
+ policyengine_uk/parameters/gov/contrib/cps/README.md,sha256=ttDjnIQsNOYLoMP3r_F7ac-PM6_UpGDL89-rEsLp9lI,56
27
+ policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/README.md,sha256=PZKPTwRjdSqfc6XfPREdj15_CpUJchnP8XkUS6IMoio,73
28
+ policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/expanded_ma/README.md,sha256=7UFf3Fl3cmpfQ0wSWlUF18acSklrXS_2OCETUZ3QQJA,30
29
+ policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/expanded_ma/ma_rate.yaml,sha256=3GeSQKbzlE4oOwADsYocrNUK5ZfY6pvaPSBWaYEZPR0,156
30
+ policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/expanded_ma/max_child_age.yaml,sha256=qi5wrdrNUY_LgCk8w14kkUWa7xv_ekMn3vjTUe-I6gw,212
31
+ policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/expanded_ma/remove_income_condition.yaml,sha256=6Q48lH6csKXoxxCOAj77YeLvYx1BuJYG4w0C7rwhamk,183
32
+ policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/marriage_neutral_it/README.md,sha256=4IqEV_qs-ro2pgRXNTU9QmfAi8zUUAcmsL4vD16f2Z4,30
33
+ policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/marriage_neutral_it/max_child_age.yaml,sha256=i2smgQAE8oBlVOLxSLVdfSbsyXUMiPJArb6og1jWntw,213
34
+ policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/marriage_neutral_it/neutralise_income_tax.yaml,sha256=Uv8e_ctzQ_UMQ4n6vf3eP__YVVeOisEf5b98qEt8EfE,169
35
+ policyengine_uk/parameters/gov/contrib/labour/private_school_vat.yaml,sha256=yvbosXnb1rzQ7kMRMw9K6L1BG9KN2xNnq6KnkMw_eFY,127
36
+ policyengine_uk/parameters/gov/contrib/policyengine/README.md,sha256=JuAykfyTRjJxFBM1okYHUi-YRKss0xmDl9YC8EqBlAU,15
37
+ policyengine_uk/parameters/gov/contrib/policyengine/disable_simulated_benefits.yaml,sha256=rofhqC9R-kL-Yc4Ng8kSONj54qoY1J8YHdG875trY54,114
38
+ policyengine_uk/parameters/gov/contrib/policyengine/budget/README.md,sha256=IFHiMHNMDsGDnkSdRpnC0TujfvBPtEJcia27cOWvydM,17
39
+ policyengine_uk/parameters/gov/contrib/policyengine/budget/consumer_incident_tax_change.yaml,sha256=tR1zBOWrYBw8YHsGEla9Ngo7w5qVEJI3djUMHPpjxKM,116
40
+ policyengine_uk/parameters/gov/contrib/policyengine/budget/corporate_incident_tax_change.yaml,sha256=dGlNlpLp4M8Rrdo3QpQeic5eA6q10MQodISAgUKXQZc,122
41
+ policyengine_uk/parameters/gov/contrib/policyengine/budget/education.yaml,sha256=dlqc_icpl7VOWSrvNoX_OGvkhBtV4HpkvNARMRLxfw8,204
42
+ policyengine_uk/parameters/gov/contrib/policyengine/budget/high_income_incident_tax_change.yaml,sha256=xuT0KLjjH1OVYUNcYlkITTtdxnT3lUManBiD2s5Glzk,181
43
+ policyengine_uk/parameters/gov/contrib/policyengine/budget/nhs.yaml,sha256=CWfocKPZkou8WwVPEsiqcKJaUpMz8VpVg7_LOryzLiU,201
44
+ policyengine_uk/parameters/gov/contrib/policyengine/budget/other_public_spending.yaml,sha256=bdJkAXEYcgaJLurAThae7Ru3zWSSe-iHY4NJbkLrTWo,238
45
+ policyengine_uk/parameters/gov/contrib/policyengine/economy/energy_bills.yaml,sha256=lqV6IVakfglvJpB_8TBOq4Itg-sj6sPSxVYcMffvdOM,134
46
+ policyengine_uk/parameters/gov/contrib/policyengine/economy/gdp_per_capita.yaml,sha256=A8Ll74RbdjgS7sfO4lwA0nnsj3un8NGGkf-YEPFokiY,136
47
+ policyengine_uk/parameters/gov/contrib/policyengine/economy/interest_rates.yaml,sha256=QII2a8dGfPAbjrLlzBl7TdVTxWa03eWZncrjZV0jUYg,148
48
+ policyengine_uk/parameters/gov/contrib/policyengine/economy/rent.yaml,sha256=p_77qyNkUTfvsE65CjIbeX5FFRlQMjNh70_OYiMBp5g,124
49
+ policyengine_uk/parameters/gov/contrib/policyengine/economy/transport.yaml,sha256=SIz9tYJSYzXhdZ7B-mNjoHW85mZOFY0wjLz-xcyTaEg,140
50
+ policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/README.md,sha256=M54W5jKjPoSYj9jtdTZf2tUGUUirSmRNCL3WA8XU2gw,14
51
+ policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/capital_incidence.yaml,sha256=ibRFPFrag6r4kQ2QBRBeLm5aUweUcz_hHqHedidu6oo,186
52
+ policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/consumer_incidence.yaml,sha256=lJ8LKALzuE6muT7og5xjbIwqjt5fyAYpeCrzk6XOKAI,189
53
+ policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/employee_incidence.yaml,sha256=XkdKNm3ZZUS5_rPRnpWb4bjKd8OxGDkQpEYdPo7N-6A,150
54
+ policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/exempt_employer_pension_contributions.yaml,sha256=rtayK9LfqHN-zyZp0pKnXRoHyOpsFxDiu5_T7-TABRA,195
55
+ policyengine_uk/parameters/gov/contrib/two_child_limit/age_exemption/child_tax_credit.yaml,sha256=p3Peaklw3cMUTAmzyGsEMVt0376lVZEo-i-eA1ELBJs,221
56
+ policyengine_uk/parameters/gov/contrib/two_child_limit/age_exemption/universal_credit.yaml,sha256=xUpPlvg4F2ijReWNTZr6przUgj5_N7Nv7MbxFbINYEc,221
57
+ policyengine_uk/parameters/gov/contrib/ubi_center/README.md,sha256=BiPrLAUZikotwZtkP7sDoCjvhqMl34Ica0o_hYnD9vo,13
58
+ policyengine_uk/parameters/gov/contrib/ubi_center/carbon_tax.yaml,sha256=_gO1l8lOm1yBzoH3Wj3zOrN2GddSNLZQhZDniBuhw1M,488
59
+ policyengine_uk/parameters/gov/contrib/ubi_center/land_value_tax.yaml,sha256=c8Lty6HNKbdmC9JCe-8L9h0KUs2SxCACchXk0S-0gmM,521
60
+ policyengine_uk/parameters/gov/contrib/ubi_center/wealth_tax.yaml,sha256=IVSAhcX0Qt1oZucxwNHB3p94Xjzgc6g7OmyE3ShU5r4,913
61
+ policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/amount/adult_age.yaml,sha256=LMJjDgZlpHO2X7YsB9LO9Fr1TQeYVvACS4VzdI8updc,207
62
+ policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/amount/by_age.yaml,sha256=8kLcF_Ht4BtCuGfjlacl2VvyTo-rjuCShqIfnqP4-Bk,558
63
+ policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/amount/child_min_age.yaml,sha256=03bmbO3QyxQ5L16XGMCwr13kj9PoBMAmOnmyP5DIXZY,166
64
+ policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/amount/flat.yaml,sha256=gTYgXmerYkHAFtqiUt-pyQeP2wqLSTLaH1T3PiQ_ZjE,142
65
+ policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/interactions/include_in_means_tests.yaml,sha256=eSH-puTs_x8ltR9pExwdTJfn8u5Il24aOpQC1D-2Xh4,171
66
+ policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/interactions/include_in_taxable_income.yaml,sha256=lEdKeoEk2Jw9GOWZ4aQ3PqortSmfTmDDflQsL7jspFc,174
67
+ policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/interactions/withdraw_cb.yaml,sha256=7Bd-Fk95TOw3hz5vKfw8qPl06jCVZNR7TQ3AUnusz8U,187
68
+ policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/phase_out/household.yaml,sha256=OkD3j5T8izEmBqwHfAGBlNfFyFE7eGs2UzevmFkCK00,548
69
+ policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/phase_out/individual.yaml,sha256=yZBsr_CXMDmhmzG1NlsFhHbeqsbv9t5Qon8SBIfg8lQ,448
70
+ policyengine_uk/parameters/gov/dcms/README.md,sha256=ahgXQ8z368CkM_eKrF0JjdwAJ5K0ucbAqc-Qk3_lJCk,7
71
+ policyengine_uk/parameters/gov/dcms/bbc/README.md,sha256=g5hi_mdv0HfFL6JQFc0T_luStMFxOMZfZWGxbkrNbpM,6
72
+ policyengine_uk/parameters/gov/dcms/bbc/tv_licence/colour.yaml,sha256=RJvupsVzFoUAMdhZ10HDr093Cu5MvbnMIS7t_asnPjA,431
73
+ policyengine_uk/parameters/gov/dcms/bbc/tv_licence/evasion_rate.yaml,sha256=I3p8B9IMXD1PNvgyXeEi3ATp1SXcwrcqeyYwNkWXnU0,447
74
+ policyengine_uk/parameters/gov/dcms/bbc/tv_licence/tv_ownership.yaml,sha256=fzDlqQO-J6IunUk5ntIZtLDz6blL3g1VDwaa3X5fAKU,344
75
+ policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/README.md,sha256=cTp_Mz2TeD1wzDCOobMaDiYvQiN3FYiwFIxGHiQQRwQ,11
76
+ policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/aged/README.md,sha256=G2-vrhPEWPlnXTUh-tlsMjHaycwmKcN0yWzNqd96dic,7
77
+ policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/aged/discount.yaml,sha256=hPwTyYKR9_2dB1upXsiQzj80C5xnR42ueDd44cKLZ6g,272
78
+ policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/aged/min_age.yaml,sha256=F4CSMCE6DLi5Vdp-kFdA0F0Fb3Fx-zHQ4sm0rGIJyvk,297
79
+ policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/aged/must_claim_pc.yaml,sha256=hlwR2Hkj-KrQJcDXX8jIKKEeyI46f7DlFd7tNJ3k8W4,357
80
+ policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/blind/README.md,sha256=izBx3bQi_triI1uLkX83PAJ0hqtFfl4x32TP5yayRcU,8
81
+ policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/blind/discount.yaml,sha256=VoqXA9Ik79cOs5S9aVrlw196qG8cY74IrRC9mCqDq8E,293
82
+ policyengine_uk/parameters/gov/dfe/README.md,sha256=19--P_dn-KjTXaGTJeur_j3jErSrBgQ1UJ1h6DwxuXs,27
83
+ policyengine_uk/parameters/gov/dfe/childcare_funding_rate.yaml,sha256=4G0V_Syzyzid-OBjB7hTVdzv8zVnjM2EbEFhLPYYp9I,677
84
+ policyengine_uk/parameters/gov/dfe/compulsory_school_age.yaml,sha256=stal2DR7A2_E109Z1s--5kBIo-3rOMnA_pBYSplh7As,593
85
+ policyengine_uk/parameters/gov/dfe/education_spending.yaml,sha256=pld5IxJWAH7OOBNcMQHg_2TJDlfn9qwkV6VolJCxGVM,578
86
+ policyengine_uk/parameters/gov/dfe/weeks_per_year.yaml,sha256=Tqz6qT84rGpGQXc8OgQ286l6sdHLWH2DZ60vmu3uzW8,831
87
+ policyengine_uk/parameters/gov/dfe/care_to_learn/age_limit.yaml,sha256=VqtUMNL-2-XuP_XAAWwdeASCoKNV4OKmrJxu0zHqB9k,734
88
+ policyengine_uk/parameters/gov/dfe/care_to_learn/amount.yaml,sha256=LUpDIhsi4PGrDitD4_1e7dsgqSVb_RPBSJXV3kLJOVo,1335
89
+ policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/disability_criteria.yaml,sha256=m63vzWEMQ3ysF8MToOvS3tD4ZpacQxvHqggnSw_sr4I,887
90
+ policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/hours.yaml,sha256=d54QnD6pzU7leFiqQA0XcMNrK821AaJxnm07jd0WoLg,1012
91
+ policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/minimum_weekly_hours.yaml,sha256=tdlAuOsSOqUhs7PGGP8E2WL9525Si27vQSKdPIbanbE,512
92
+ policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/income/countable_sources.yaml,sha256=gPi2ifzU7PO7FEMX1gwxNzRRE6UGM-yDHimkft18wUo,481
93
+ policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/income/limit.yaml,sha256=by0N02MOzFJxXLDSFkxvtoLk3zpyb8QoqxpGBz8hi0E,524
94
+ policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/age_eligibility.yaml,sha256=7yflHOtXWOlc-horpxHuTb-6ugnsN5lncRR5H1yiq8M,689
95
+ policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/hours_entitlement.yaml,sha256=f6WTeKWr2pryCXc7Dn5wBUfsjC2xYN1aXhk8U-lonRs,452
96
+ policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/qualifying_benefits.yaml,sha256=aEpKZUODaGYuohdd7HxU15ez2ITbqqvP3ojJ2w63CXI,602
97
+ policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/qualifying_criteria.yaml,sha256=JEEGu8ymRzGUjsv6l0uYC7rrQ02RGIRm1TiUkp5topY,599
98
+ policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/income_limit/tax_credits.yaml,sha256=ECKeYNJ8ZxtHyzGExTr6sE2BcRHade26719dZAG9F7o,1137
99
+ policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/income_limit/universal_credit.yaml,sha256=LOwARG7ISTiBbCX_xfwUSzJE8nPu020Xxj26NyB91ck,896
100
+ policyengine_uk/parameters/gov/dfe/universal_childcare_entitlement/hours.yaml,sha256=dh5dkoJXC9Ur7fLVIYyT4TcdSiQWc0vU50grr22i0to,622
101
+ policyengine_uk/parameters/gov/dfe/universal_childcare_entitlement/max_age.yaml,sha256=SetXt5CU29iLmsxkjfdwOwPlR8cFHXTsZX6Wod-u3u8,363
102
+ policyengine_uk/parameters/gov/dfe/universal_childcare_entitlement/min_age.yaml,sha256=JP-I0-iDWUnYpwDbpD6qcPytQVMOulb4XeX4aB9KYCA,592
103
+ policyengine_uk/parameters/gov/dft/README.md,sha256=iPixu8UllwtNA7370al3Uf8QQ5kh-1dpSqdJv0sLJx0,27
104
+ policyengine_uk/parameters/gov/dft/spending.yaml,sha256=0Jli0sBn1ERcbT_z5IGNi94KpsOixEaN8KrYXSel-zw,535
105
+ policyengine_uk/parameters/gov/dhsc/README.md,sha256=bY0ZTJnjnhotaVuSg7Pv25pNhDaCb-sYrRklIeGesZI,40
106
+ policyengine_uk/parameters/gov/dhsc/spending.yaml,sha256=bqGY7gbCxU7oH0HQIYJQS-gJvpouti26xr5WrRoNM5U,546
107
+ policyengine_uk/parameters/gov/dwp/README.md,sha256=Kj-ptDDa4KNvmpvU7fFo3nDPT7wBBHTGsYc_CFiraYs,6
108
+ policyengine_uk/parameters/gov/dwp/benefit_cap.yaml,sha256=7SIdKRGWhhBop7rHqUjS7KwtDFhbtTHHHvmyRgp_QFQ,1093
109
+ policyengine_uk/parameters/gov/dwp/ESA/README.md,sha256=u4nj7RJi54LUGfRuBFzJ9PkFPHzaE2nz80Uf306apD4,31
110
+ policyengine_uk/parameters/gov/dwp/ESA/income/README.md,sha256=cy_kwEAmZx1bT35t4X7DQoEqoaS5oRc1IbOEWtTHiic,15
111
+ policyengine_uk/parameters/gov/dwp/ESA/income/amount_18_24.yaml,sha256=sqMm9GiPU17_bS1eKyIEYW5AjWq0TPQeLhuLlG2dYnI,363
112
+ policyengine_uk/parameters/gov/dwp/ESA/income/amount_over_25.yaml,sha256=PlyCXaXaFEzmddjveEpnpMWIpcrofMaYqhbs9NGYPSs,368
113
+ policyengine_uk/parameters/gov/dwp/ESA/income/couple.yaml,sha256=IkTi97FUvIBDcX16iLu9AZPI32mQ11w8WnnFqM2QSJU,355
114
+ policyengine_uk/parameters/gov/dwp/ESA/income/earn_disregard.yaml,sha256=qcn_Vmrv29XFoBnxCjkjqS66rLObcLHYTzyXDalL0us,346
115
+ policyengine_uk/parameters/gov/dwp/ESA/income/income_disregard_couple.yaml,sha256=PtGupakKGMX4SGoe3xrHqxxF7MoJdEVkGoAvYUIykLk,370
116
+ policyengine_uk/parameters/gov/dwp/ESA/income/income_disregard_lone_parent.yaml,sha256=hPw6hgpLHjy_6scydIdycF2FSdXAMi6oIdr8Ql4MwCk,380
117
+ policyengine_uk/parameters/gov/dwp/ESA/income/income_disregard_single.yaml,sha256=_sOzpy1kEx0AGvmRpPMHFA7KxmUAK0Ul1myOOfA051M,383
118
+ policyengine_uk/parameters/gov/dwp/ESA/income/pension_disregard.yaml,sha256=87UWRAtbsFkCTFB6uMWecCHDNzbF_4tE1r7SiqOZ-J0,377
119
+ policyengine_uk/parameters/gov/dwp/IIDB/README.md,sha256=ft39_bCbZ8jZR4ftO6v9Kyg9WrAb5A6W6kNYvizolfU,42
120
+ policyengine_uk/parameters/gov/dwp/IIDB/maximum.yaml,sha256=l0kPZJnrGG9_2hfsTDU5lPD1Rcczc83hSGU__rWiem8,532
121
+ policyengine_uk/parameters/gov/dwp/JSA/README.md,sha256=8Pi8xHqGX0ezKDkeAndeokXfLcBVL7CgyUuZm9Omj18,24
122
+ policyengine_uk/parameters/gov/dwp/JSA/contrib/amount_18_24.yaml,sha256=Z0I70_Edin5yx0R3Hg9a-wx4uUYcN-a4JozWY93blcA,427
123
+ policyengine_uk/parameters/gov/dwp/JSA/contrib/amount_over_25.yaml,sha256=9gMvghcX-s7rWb7cNU3u8dLNj02OOHmfPlfsvoU_11Y,431
124
+ policyengine_uk/parameters/gov/dwp/JSA/contrib/earn_disregard.yaml,sha256=YQ9jWG_CeqILh1po2H2AZTYBFiCbV5ay0S2AJJHTqCo,344
125
+ policyengine_uk/parameters/gov/dwp/JSA/contrib/pension_disregard.yaml,sha256=DDtW6yipUkru7AvJ2o_08bU_ZHu-kgZKw6xn7E4TKw4,370
126
+ policyengine_uk/parameters/gov/dwp/JSA/hours/couple.yaml,sha256=5NOy-2Q9N_lIrybyWWSIWgTUIHU3HOU-jYMdBowQPtk,214
127
+ policyengine_uk/parameters/gov/dwp/JSA/hours/single.yaml,sha256=ihmfCwFcNxd7uboyiSc3ZylBFpoh5EgiTy4Cy3wXTTM,215
128
+ policyengine_uk/parameters/gov/dwp/JSA/income/amount_18_24.yaml,sha256=Bl29R8KZEdxazgFAeHfopZ-Kas4LIdxEFbaJ7F2-_8A,454
129
+ policyengine_uk/parameters/gov/dwp/JSA/income/amount_over_25.yaml,sha256=wgQiSw-qj3RsZMG2EqeAbdXd3kRV8yiTBcvz0hKAmyw,458
130
+ policyengine_uk/parameters/gov/dwp/JSA/income/couple.yaml,sha256=223LuxKz3DyI6tB9Tf09NZuogNtUshQXaETk8r6v6EQ,459
131
+ policyengine_uk/parameters/gov/dwp/JSA/income/income_disregard_couple.yaml,sha256=vuIQ_v1p1VSI1P1FYyY9vNXoJuNr3iyWHMZiIpxGoBU,345
132
+ policyengine_uk/parameters/gov/dwp/JSA/income/income_disregard_lone_parent.yaml,sha256=3dCCNHm0tpMepTvlJPfD7irjvZ2yKp8Zh70iunmvqAg,373
133
+ policyengine_uk/parameters/gov/dwp/JSA/income/income_disregard_single.yaml,sha256=rSJajE5jkV4kxZuPCPkr3AJVFtNwWRcfW7roDBpJfEM,338
134
+ policyengine_uk/parameters/gov/dwp/JSA/income/takeup.yaml,sha256=YAkrZhjU_SXOQgPktzV6QFlXKVSyhJv26ENNOL67qj8,631
135
+ policyengine_uk/parameters/gov/dwp/LHA/README.md,sha256=5tGqv1Y9604EHSpFrveWSSku3Fz1OXayWJ1SkLaPvSw,26
136
+ policyengine_uk/parameters/gov/dwp/LHA/__init__.py,sha256=YMNgG4e3yHHtoJ6hpx5Zuz3MT-IODSC1Q1yNNANqNtk,136
137
+ policyengine_uk/parameters/gov/dwp/LHA/freeze.yaml,sha256=mUZ8UeQw3E0vyRzPEeJNx_WziqE5WM_CQlUEzvZoBJ4,188
138
+ policyengine_uk/parameters/gov/dwp/LHA/lha_list_of_rents.csv.gz,sha256=SVaiCl5aBL5aAKvWuEHSm5baJ8pTnlIt1XBTcDESCgI,853159
139
+ policyengine_uk/parameters/gov/dwp/LHA/percentile.yaml,sha256=TtPLtgck3uJxlrk9PX2R9Ytk9lVkSU4GkCYEKCPE7Ds,247
140
+ policyengine_uk/parameters/gov/dwp/LHA/means_test/earn_disregard.yaml,sha256=qOLXvpxZT0fvI1WV_NKinNJHqeGQ5tQ_Fa07v_ly-kA,319
141
+ policyengine_uk/parameters/gov/dwp/LHA/means_test/income_disregard_couple.yaml,sha256=obyu1DC6rNUptV8jP-RFcQwYM87X88fwSM36X50YURU,350
142
+ policyengine_uk/parameters/gov/dwp/LHA/means_test/income_disregard_lone.yaml,sha256=SLUyYWo5NNnJEbREMRJcGqE6WF9L1hkkrdtqLRcKRzw,360
143
+ policyengine_uk/parameters/gov/dwp/LHA/means_test/income_disregard_lone_parent.yaml,sha256=SLUyYWo5NNnJEbREMRJcGqE6WF9L1hkkrdtqLRcKRzw,360
144
+ policyengine_uk/parameters/gov/dwp/LHA/means_test/income_disregard_single.yaml,sha256=3dbL7yf-VzuN_xWQxBESX57plNCXRgD-xxjchvkfwPs,356
145
+ policyengine_uk/parameters/gov/dwp/LHA/means_test/pension_disregard.yaml,sha256=ktxAzoSKEZGnIt6RxeGQgRwdVZn3ii3PEqbMKVDtNLI,368
146
+ policyengine_uk/parameters/gov/dwp/LHA/means_test/withdrawal_rate.yaml,sha256=ziCn1k-ctjcTi4B0LQXYQvAusaAwMQloKUe65tdi5ZU,253
147
+ policyengine_uk/parameters/gov/dwp/LHA/means_test/worker_hours.yaml,sha256=a1Z5sGfh2uBZILK6VQD6_Iy6gcEPjGCC_6GD0gbKbIY,285
148
+ policyengine_uk/parameters/gov/dwp/LHA/means_test/worker_income_disregard.yaml,sha256=G0h2XeNiPWqLO0pDXkgJhdfBSDlaG4KUyoDck9REue4,377
149
+ policyengine_uk/parameters/gov/dwp/attendance_allowance/README.md,sha256=6RwEx-MM2hFRJDeAWATKQ-oWpDMczqkxhnRVLc3cw1g,23
150
+ policyengine_uk/parameters/gov/dwp/attendance_allowance/higher.yaml,sha256=6N_clM44u8rKpvWkAYYkL8H4NzFaTEDDykr_WbhCNwU,1124
151
+ policyengine_uk/parameters/gov/dwp/attendance_allowance/lower.yaml,sha256=KNboxcl14RRBqbWqxGq5iy3QbDDXISpHWNnRkdxQfoA,1091
152
+ policyengine_uk/parameters/gov/dwp/carer_premium/README.md,sha256=nWFg_ptTLFLd1rvdlP2eIlFIc_NGblXNJ3Ktqj2LcBM,15
153
+ policyengine_uk/parameters/gov/dwp/carer_premium/couple.yaml,sha256=FZs8m3PILtNTmMgPAreICAaWatzDEwyl4RYXpNnNZVA,576
154
+ policyengine_uk/parameters/gov/dwp/carer_premium/single.yaml,sha256=xsWgU5irlZAjLBvW13_RFd9SVKZviwEXsxeQg3ejIug,765
155
+ policyengine_uk/parameters/gov/dwp/carers_allowance/README.md,sha256=dlV78QFBt0-BjoLJKJAdvfUdijW0tYWPLu2_Qf-GN5k,20
156
+ policyengine_uk/parameters/gov/dwp/carers_allowance/min_hours.yaml,sha256=re1v9fUI37oyL7IBT_C-MIJkMN8ppb8hACFXR5A6hRM,264
157
+ policyengine_uk/parameters/gov/dwp/carers_allowance/rate.yaml,sha256=AOjy5_Kez9v2nq5NWbC7AB-IKg2rx_FA64buZcUscBI,752
158
+ policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/README.md,sha256=4LabfTOCedyoDAU64dYr-I3apWIcY-tQ3OsnRzvQEBY,32
159
+ policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/exceptional_rate.yaml,sha256=KmkeFj6QqzJDqf0AhRPbRJJNBxeq8ep37gx5y1SgUYw,325
160
+ policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/full_day_rate.yaml,sha256=UTSJ74HOQIvbTlp3AQ-0XRMZTvKICyOzr5IzJAI0ZnI,319
161
+ policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/intermediate_rate.yaml,sha256=ZIjEMegpzDght6ZPj-al6VfhqDtS-Y5S6OmJ8NWtkAA,327
162
+ policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/part_day_rate.yaml,sha256=aQbzwM4gSPnwfpOK20lL3nYz-kMx96i1RPdD5w8k-n0,318
163
+ policyengine_uk/parameters/gov/dwp/disability_premia/README.md,sha256=pfMUzu3zBVwoa9Bap2i_d8vmXYF2RFqAu_8tXpCbY-s,22
164
+ policyengine_uk/parameters/gov/dwp/disability_premia/disability_couple.yaml,sha256=lCcAeh1THVEraYK3XAbJFHx-L4e592X4r2rFzUUjwE8,275
165
+ policyengine_uk/parameters/gov/dwp/disability_premia/disability_single.yaml,sha256=eLXMcHGREQWCi5ZQPA5fPDyD6FPfrM2i7vlris4yDpE,282
166
+ policyengine_uk/parameters/gov/dwp/disability_premia/enhanced_couple.yaml,sha256=wIqzuNPcs3SkMH38uIUO9kltcf0VhInsAkcZCXFbLtQ,339
167
+ policyengine_uk/parameters/gov/dwp/disability_premia/enhanced_single.yaml,sha256=n3bK-t3xDW2Q6C0haimS9eBeh3UakuaoAPyEUk6uWKw,346
168
+ policyengine_uk/parameters/gov/dwp/disability_premia/severe_couple.yaml,sha256=Nn-iP2cbIuoIz-6SX8ndTkypFoe4VYDe86x4i8k8rBc,314
169
+ policyengine_uk/parameters/gov/dwp/disability_premia/severe_single.yaml,sha256=psESMrR7s-MpT-W-sYsZzVswhIwmhXv2YftBUYbD0I0,296
170
+ policyengine_uk/parameters/gov/dwp/dla/README.md,sha256=yUmNLzggbgGetv8VW6TC-bw1glZVhK2i5vracBXxSOc,30
171
+ policyengine_uk/parameters/gov/dwp/dla/mobility/README.md,sha256=-wHVp-0MVQScMXHoXgAfJYX9h2XAKUkJyUOumG7IBcM,11
172
+ policyengine_uk/parameters/gov/dwp/dla/mobility/higher.yaml,sha256=z2K8ONxEvSqRcLGbNeSzmAzH4tjLEHbXAkToKODX1W8,938
173
+ policyengine_uk/parameters/gov/dwp/dla/mobility/lower.yaml,sha256=xej7JrUbvy0iiunAQyTJecKw3kGZTaRcxCtJl-l9Y8s,963
174
+ policyengine_uk/parameters/gov/dwp/dla/self_care/README.md,sha256=e_PetFS0vJ_dYG7_Qst7XH-fkJl_Z0W9MXbvZ_6pTSE,12
175
+ policyengine_uk/parameters/gov/dwp/dla/self_care/higher.yaml,sha256=XaszZrhLcqAhxGD5SGZdLBfMUEkGURoXz6BbAa_o9Ko,972
176
+ policyengine_uk/parameters/gov/dwp/dla/self_care/lower.yaml,sha256=oo2m2jLAExQKmxq4a9tEjrTrLE5JpXYVzmcyuZvrpq0,966
177
+ policyengine_uk/parameters/gov/dwp/dla/self_care/middle.yaml,sha256=lCrBWb5dPIh4csGb9YGnrlgl7wTSJhauktQ81mZKIiI,969
178
+ policyengine_uk/parameters/gov/dwp/housing_benefit/README.md,sha256=DDkyhjUD5CdXxBpj4BlAEATe_CRg5Uav1BE__35RifA,18
179
+ policyengine_uk/parameters/gov/dwp/housing_benefit/takeup.yaml,sha256=i8fzWP_Q19Feo1VMkcvU8sA6rnLhwHCQgC61G32pDrw,432
180
+ policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/age_threshold/older.yaml,sha256=jfPKVIQJ9rLHniNAmtmwvXMOKkHTHgxFtnQ3uMZnz6Y,374
181
+ policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/age_threshold/younger.yaml,sha256=h1oZ2tCeSm-p0lPz9O2PzBb9iX0dBM-nqTkXrj1Ji3Q,396
182
+ policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/couple/aged.yaml,sha256=uys2e1RPUz7WXWDkqXB_W-Tnl2N4bYz0fM_AD-sD0Mw,781
183
+ policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/couple/older.yaml,sha256=RIoqNAwn3lJQF-qbUcIrcjxqgK0peTQGGX5M4J8SP7w,581
184
+ policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/couple/younger.yaml,sha256=iWhDRLGvb9LwULesyZSbWjJCnJI8VXtflEDgxmtZIXk,574
185
+ policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/lone_parent/aged.yaml,sha256=Om1N5RoEQVd9TzOfRybVhuqmNKZsBz4LigyxpAnUhLQ,724
186
+ policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/lone_parent/older.yaml,sha256=dWj4_S7MogmdGpgyrjevuxpH0MuWTZEorBsJ_MEALIU,533
187
+ policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/lone_parent/younger.yaml,sha256=XGfGs0IwdBrWDnquDq4Xy4lhyHQQWq_v-dmu8Vtn-k0,536
188
+ policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/single/aged.yaml,sha256=QZYBvfRlR_yWK39069vAR2xttiDuQ_4HtU0vsgyCDNE,754
189
+ policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/single/older.yaml,sha256=T5Eb5MMCvPY5YL8qidf88PTu-I_B59ylp27CiTZWpeU,529
190
+ policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/single/younger.yaml,sha256=4TVa08oN2exvLCGhlMad5v7z7s68ccVmmi6rJmJOZUw,531
191
+ policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/withdrawal_rate.yaml,sha256=jku4J1kD4EXkXClpv2kc5XkCCmAxLxbvDjpIDQWEa3M,307
192
+ policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/couple.yaml,sha256=jCVFIoivQNhFTj-j9nobaSqVCJrC_uciDMZcl8iLTz4,406
193
+ policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/lone_parent.yaml,sha256=CCQgJgpySaj5Ix1itpmEERsbhLJnGvIpTuB8NEcLSoQ,417
194
+ policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/single.yaml,sha256=QuWDNXGv9rlmI_9ttRTvAvHDRRlQvnODS8nxQkLKdG4,419
195
+ policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/worker.yaml,sha256=dbo6i-3PsT-MOtfWJTHKtVw6Z10hWCE0Amj1ljDlRrY,414
196
+ policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/worker_hours.yaml,sha256=qPC3924a04isdw72_oc3yb-WCkiT-gXDRo5wYGNf-rw,453
197
+ policyengine_uk/parameters/gov/dwp/housing_benefit/non_dep_deduction/age_threshold.yaml,sha256=gjeU6oO6X8EySR3Nh6kgMsoAfCJ52UMp93xzAu2zra4,401
198
+ policyengine_uk/parameters/gov/dwp/housing_benefit/non_dep_deduction/amount.yaml,sha256=-MBlV9rV-baed4rIQk3C-r4SrgUT0uwHlE1pwZPPQu8,1673
199
+ policyengine_uk/parameters/gov/dwp/income_support/README.md,sha256=Mi_yhlEnQnHz3yKERRIM8DyS6-JxW_MWmhCMwckJOlA,17
200
+ policyengine_uk/parameters/gov/dwp/income_support/takeup.yaml,sha256=iPkHd8k17AtzkW8uSNnN9wdd_TYOh01Mk1hLxGcEjuk,433
201
+ policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_16_24.yaml,sha256=otn9665iTipB1qG6idWK9qIQjN-_zLgX9cY-niFl9cw,307
202
+ policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_couples_16_17.yaml,sha256=j5wlUJM4PJ5t8JsS74jLuHIsdoaAbfVy2zroWcA9e6o,333
203
+ policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_couples_age_gap.yaml,sha256=ZCDqlc-cdU8SZwTjWgYVDGN6nXMvDuBkQ3SQgS1ET_k,370
204
+ policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_couples_over_18.yaml,sha256=4bb3eMVdmiYhOrNKGrWQ3YICz-a-qGEMcCuCbyXyW9U,311
205
+ policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_lone_16_17.yaml,sha256=H0JCvy6ItDx2KSWWJpebVo5sjaxXSYjfSku0qZV66bk,332
206
+ policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_lone_over_18.yaml,sha256=lfA6Qy5UJHL6kYIyVm0aLTyhlzxOXhwmv27bXVoU90I,314
207
+ policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_over_25.yaml,sha256=9-Cga_e7VEAbWGpkrxhFinGEnM7fVSagYbX_KZpIddY,311
208
+ policyengine_uk/parameters/gov/dwp/income_support/means_test/earn_disregard.yaml,sha256=-p0n-ZmYnkRf5T17-8B_2exniiPoEZOkRiA0XBW2xv0,315
209
+ policyengine_uk/parameters/gov/dwp/income_support/means_test/income_disregard_couple.yaml,sha256=-WxSrSgJIkpDnwoJFFR187Wspibu7WF_wU-hvjAVBdM,319
210
+ policyengine_uk/parameters/gov/dwp/income_support/means_test/income_disregard_lone_parent.yaml,sha256=Hq_UIr_BGCWHxZJDugfRdStnZmjH5KgwLuyckPvH58A,328
211
+ policyengine_uk/parameters/gov/dwp/income_support/means_test/income_disregard_single.yaml,sha256=jL0rKYnHlfWKht03hzxZhe_LkJglrh_uDUU9WF1yZrQ,324
212
+ policyengine_uk/parameters/gov/dwp/income_support/means_test/pension_disregard.yaml,sha256=6LgPn_npy-MByGUpXKswN1B-NVJOIpq3YYVjhMJi38I,343
213
+ policyengine_uk/parameters/gov/dwp/pension_credit/README.md,sha256=vks90jiZiph04sHJCjrORWe_MYeoAh7TUjDSDQUaEks,17
214
+ policyengine_uk/parameters/gov/dwp/pension_credit/takeup.yaml,sha256=6uqvO5g7v73xiKsZ-qRZeuYRP1o9BSZe9rCx1tZnbcc,496
215
+ policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/additions.yaml,sha256=ENATVc8mGRdlaxd44Dzt32cPRI62FmDIMNqWMfWlFXY,312
216
+ policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/earnings_sources.yaml,sha256=grWpDff51dcA450BMOdrYkeIaAsTHa0fKw1eVifa9wQ,456
217
+ policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/income.yaml,sha256=k2U8I3RqBELV4_QBrOgFumUBgzMneVFWeHUmeOjWiA0,518
218
+ policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee.yaml,sha256=c4l4rZxJiWYHYxEWJ16ikA12mw09zkErWq_NrHnXl1g,857
219
+ policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/carer/addition.yaml,sha256=WYo1LA8YobxJQRgdSXr8JD_RET4eJWhhvR9g60C_HG0,540
220
+ policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/addition.yaml,sha256=OVKTox12TFpCB6_ovOaO5YqVt140P3autTP9iNdP_as,512
221
+ policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/disability/addition.yaml,sha256=oGBPstiGFPuD5g1ovEIkpOkzzqaF8GX4cosJKMTCG3M,564
222
+ policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/disability/eligibility.yaml,sha256=eMx3IvRaDfF93gH1lQLEU9UEcuzM8iPe8kxjAYKhfy0,358
223
+ policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/disability/severe/addition.yaml,sha256=MEJjJA8jqX4U0tn-UbOPis-UB56P4jCcpi1eytUjmY0,589
224
+ policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/disability/severe/eligibility.yaml,sha256=_5oxnIHBtGD0nIgvUYgNUVV2gwGXNVzJZcQmq_Zhlsk,397
225
+ policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/severe_disability/addition.yaml,sha256=Le_LKxlS2asn_ulIurifaoFDj942JCqhEe5RCxAHkac,524
226
+ policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/severe_disability/relevant_benefits.yaml,sha256=dPGXBAI1RHlrjKrbWFLrQf77NdraPSAYp7aJWNDd_-0,549
227
+ policyengine_uk/parameters/gov/dwp/pension_credit/income/pension_contributions_deduction.yaml,sha256=HMKNTWgtci18V5chyk7EMwLUwTuv7IP5gQLLFjq53DM,483
228
+ policyengine_uk/parameters/gov/dwp/pension_credit/income/savings_credit_excluded_sources.yaml,sha256=Ke0D9bAJx3npKj1fMh6N548nhZtDv96XDTuWwQ7J9A0,378
229
+ policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/cutoff_year.yaml,sha256=tygZzIehLeqZopGXzDI0ahA4K8ZxCrkqvMqLb0Opkac,307
230
+ policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/excluded_income.yaml,sha256=rzyaZ9dVEJJ68o5G08uTMRV2XciKV14U96EGPWApq8k,380
231
+ policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/threshold.yaml,sha256=qFux1n4nlHMmri4QFA7jwoBbkN9mcwpyESINb8m-Nd8,1125
232
+ policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/rate/phase_in.yaml,sha256=_3tyew6DrpHODKm6zhcqi8mB7C_DEAvHw3iCZ9hcNck,332
233
+ policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/rate/phase_out.yaml,sha256=nG8R5qqxzKnF7NU9Un8hwiu8yhKhZManXVbhlWFJ1UQ,326
234
+ policyengine_uk/parameters/gov/dwp/pip/README.md,sha256=SabWMb8CdWDFuG_DF2A93w2frMBRXzZ8hiucKXuU8G4,32
235
+ policyengine_uk/parameters/gov/dwp/pip/daily_living/enhanced.yaml,sha256=-iXFNR0vwokNbPAluzpIbJPfQMY06wUybiUBEuDM5tg,984
236
+ policyengine_uk/parameters/gov/dwp/pip/daily_living/standard.yaml,sha256=fW5X3yeiQWQhmcpsJeuNKf_M7kshPxQLLRp7N6Tn_Jg,981
237
+ policyengine_uk/parameters/gov/dwp/pip/mobility/enhanced.yaml,sha256=R0yQt4kbXgW1pMUDmiCrxRtz6lNd-V1AlKRDKCfoqGY,921
238
+ policyengine_uk/parameters/gov/dwp/pip/mobility/standard.yaml,sha256=tlWc0qk_Vd-duwdENm82tQPMOETgU4JLYmzM1g0OsXQ,973
239
+ policyengine_uk/parameters/gov/dwp/sda/README.md,sha256=7j4mKIjQERDu8ixwRcgYZjr9FVfFBmtNJICbkG45MXU,30
240
+ policyengine_uk/parameters/gov/dwp/sda/maximum.yaml,sha256=Uq0MJ9m9pq5s5GQ528r-2R2uzFqgQ_bcZz6tY49SbNI,571
241
+ policyengine_uk/parameters/gov/dwp/ssmg/rate.yaml,sha256=JgiCwGh0tATWdV3ROGgDEW_WqBVxEVMzQIWf7Bw9Vog,236
242
+ policyengine_uk/parameters/gov/dwp/state_pension/README.md,sha256=ijFd3N5LMQN6lTl9lZe4cYb1CMOnocm-BOdq31bM9vM,16
243
+ policyengine_uk/parameters/gov/dwp/state_pension/age/female.yaml,sha256=hjXiYz1NO9wcYOQy7oITryNoUuIzuCs1C1btE1w67Y8,295
244
+ policyengine_uk/parameters/gov/dwp/state_pension/age/male.yaml,sha256=p116oGbBC81hR74KbOpeckEzgXs5doL_xbrVkmBRKvA,208
245
+ policyengine_uk/parameters/gov/dwp/state_pension/basic_state_pension/amount.yaml,sha256=6VRuRV3QkDssSA3sE8DM1C8Ci9TImvnngkQxsAyBZKE,834
246
+ policyengine_uk/parameters/gov/dwp/state_pension/new_state_pension/active.yaml,sha256=31yqYe2VfiCLgwE--Mqac3jxzNbTloK8VXmE1lOiXBw,299
247
+ policyengine_uk/parameters/gov/dwp/state_pension/new_state_pension/amount.yaml,sha256=Kq3mbYXXYlRJK5HgsLdS6UlfW44UboAHRRTlbk16Aj8,545
248
+ policyengine_uk/parameters/gov/dwp/state_pension/triple_lock/active.yaml,sha256=MoFwK-tV_2IA0ng5S0hfrmFPbSizePCQjtLqYuzLWkk,132
249
+ policyengine_uk/parameters/gov/dwp/state_pension/triple_lock/create_triple_lock.py,sha256=Sc4GtpCfB9ceEZSB4BPT7k6jWYfmp2h7xVNM09Etzvg,1068
250
+ policyengine_uk/parameters/gov/dwp/state_pension/triple_lock/minimum_rate.yaml,sha256=wuV19PhtYeUqrOceNPeX9bCUeaT2bM_FETDGyFli_TU,183
251
+ policyengine_uk/parameters/gov/dwp/tax_credits/README.md,sha256=yhlVo5RSBhp2zKwgIxuznoLemDPFVughLP647Rm916A,14
252
+ policyengine_uk/parameters/gov/dwp/tax_credits/min_benefit.yaml,sha256=llAYn2hFTHsOCuuH-J76P2IYM6sSOtB0z_vFW7-taC4,440
253
+ policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/takeup.yaml,sha256=hW83AT21ZWI7EqxhLHOe0_aUo4KQusVUAzc37YYHADc,419
254
+ policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/elements/child_element.yaml,sha256=M9vTHH-XdRdrUboTG5iRV_sq2DdT7feR9XDSn8APpyk,684
255
+ policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/elements/dis_child_element.yaml,sha256=GuLSlWgJMCgsQLnuBReTqSyssz-zK2kDnLwW3tUXZDQ,797
256
+ policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/elements/family_element.yaml,sha256=vlfvw8bLRCD5oxyJ8AXkqW21Uv58Fn393eAOpJuobH8,439
257
+ policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/elements/severe_dis_child_element.yaml,sha256=Wqvsx4vlnok56PKC0o4OVOWpX9JEM_9pJvQkBDZkMog,762
258
+ policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/limit/child_count.yaml,sha256=wW0p6UUg_qx7nJ7quJPXTP_udbL7IT64ZmOiQzOJruU,256
259
+ policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/limit/start_year.yaml,sha256=qFqI2E4FxdmJvN0XGmbt7rGxecF2uI7sMuAyTAE1jTI,208
260
+ policyengine_uk/parameters/gov/dwp/tax_credits/means_test/income_reduction_rate.yaml,sha256=RWCrOCkiSoXXm5F2ALPB0pUs7ppDBjdHQCBoaaS7nzo,382
261
+ policyengine_uk/parameters/gov/dwp/tax_credits/means_test/income_threshold.yaml,sha256=kEFXKHzky8FRZAKtfk98p5tsC2r64H_Fkljp2Wzpy18,766
262
+ policyengine_uk/parameters/gov/dwp/tax_credits/means_test/income_threshold_CTC_only.yaml,sha256=aToLYAJomfxYbIrjp8vTsZ357h3n043JXiPAPqXPuZk,722
263
+ policyengine_uk/parameters/gov/dwp/tax_credits/means_test/non_earned_disregard.yaml,sha256=BK-qfkz6e6GKzUPS5OfY3I-ahJwhQEgw_asdFJGc2Iw,243
264
+ policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/takeup.yaml,sha256=vnhuypbKo30-XAx1XkjTKIiCCMH8y2jhaafT82zzLrE,442
265
+ policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/basic.yaml,sha256=FsfRTYkHv997toqmDxciRTMmRyeoFAikrxqWiCbGjCk,1024
266
+ policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/childcare_1.yaml,sha256=A7XmUboiCHPEHAXtw7qBmm-uK8ZXpX_Hab9OD7KPLIo,419
267
+ policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/childcare_2.yaml,sha256=NwSDDfGHR6ZfXeNemkdeusd_jWbeKAj-WFgDHR1JISU,441
268
+ policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/childcare_coverage.yaml,sha256=XMHolIqdeUTcQwIzh6OL2XpEHhrsC9Ie0Bgxae0vGwg,327
269
+ policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/couple.yaml,sha256=EQvZOEczkmkHv_8lB7foV-9wLlRVWxAWtJOKSHs2xr4,809
270
+ policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/disabled.yaml,sha256=cgNME4X5Z7UxLwvLr6q-MPDcXzjkjVt61dfDzt0Z-Jo,814
271
+ policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/lone_parent.yaml,sha256=K8eUhNHvGurQpAQze-lXAskljU-X2KwU1DdCx1NvivA,824
272
+ policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/severely_disabled.yaml,sha256=IdZV3_OdAEoW6bhM9J-x-15Um0F2eHntYo6wO-nG5ag,825
273
+ policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/worker.yaml,sha256=tozrU1-QrUtdydzcTn39tDaZ-TM3NMo4UOyATVgFh8c,644
274
+ policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/min_hours/couple_with_children.yaml,sha256=b6Gi9KUSva57BJD2t8OI_g5swks_Yk1aqmSKbIVNHLo,365
275
+ policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/min_hours/default.yaml,sha256=FcyPvktLq_85yYPyiIQQlx_i1l10mtaQR1Q2Eppfv3g,298
276
+ policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/min_hours/lower.yaml,sha256=ikKc0ooLuzLVDD2xSxmagTpH_z8CAlFfgwf2wLFT6uM,296
277
+ policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/min_hours/old_age.yaml,sha256=ZheFbnuj4qnczKDP_XwaKgRyGqIDLId7GlFkRBtTVvc,338
278
+ policyengine_uk/parameters/gov/dwp/universal_credit/README.md,sha256=3tjXpFVDocj5eYNgcy3aN2-kpUT5wWC49ZC5pBgDf8M,19
279
+ policyengine_uk/parameters/gov/dwp/universal_credit/rollout_rate.yaml,sha256=a8ku0o7rym7aw3hMoQI8TNMTfmi7V2BVx_Q0cychFSw,826
280
+ policyengine_uk/parameters/gov/dwp/universal_credit/takeup_rate.yaml,sha256=-roJbOYkqG2jIlgdwL3KXQ4Dl4kUPw1c534SnXazVpw,133
281
+ policyengine_uk/parameters/gov/dwp/universal_credit/elements/README.md,sha256=sT6exYTZwqg94jMbb3PTODCYJozYxx7GRWlRLrqLgCI,11
282
+ policyengine_uk/parameters/gov/dwp/universal_credit/elements/carer/amount.yaml,sha256=5_zZiRZP_XYuafIq1IVdaQFCZlasN7O3ncY0sAgcFCQ,565
283
+ policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/amount.yaml,sha256=g44mR-Jybkb_yRyUuWUs1EwfZ18SWLjeB2zjz-mfCoA,677
284
+ policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/disabled/amount.yaml,sha256=ACLtFhUUHDGgtKqpdsKjYvi87V4yhLlcAGiyC7RM-II,695
285
+ policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/first/higher_amount.yaml,sha256=E78gTOBAV9crQNUlJtlrC2IqNc3lNONUTvlvdhZz0fw,671
286
+ policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/limit/child_count.yaml,sha256=XtD29Z4hIEF8kB3kHlY7kSq_s1NtRADW41Uec5vE_Vw,384
287
+ policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/limit/start_year.yaml,sha256=PFdwc2T5jbRaEwj3alCie2lqSrq_6wB5Fieh0ugzdAM,390
288
+ policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/severely_disabled/amount.yaml,sha256=ncyYU-VTS7eVyV9wiFGiLhq69dwDN08yf5mwWXQRHk8,736
289
+ policyengine_uk/parameters/gov/dwp/universal_credit/elements/childcare/cap.yaml,sha256=40PJfQ8T8ox7Zx7n41hpiN2tp5Yw9uIAjhI6HsdpNgo,937
290
+ policyengine_uk/parameters/gov/dwp/universal_credit/elements/childcare/coverage_rate.yaml,sha256=lst49DaL15HxBtgM2dmyQd45tse8CUP6QPY7hozM7TU,340
291
+ policyengine_uk/parameters/gov/dwp/universal_credit/elements/disabled/amount.yaml,sha256=2vfxAdPu2N0vkwxG9rKg_jkcVbBUnQbWEKPUNCW-s-c,765
292
+ policyengine_uk/parameters/gov/dwp/universal_credit/elements/housing/non_dep_deduction/age_threshold.yaml,sha256=mtj-aKIIYrWrGP7QLA_k-3y63QSyl0p3nTS-o28WZwY,473
293
+ policyengine_uk/parameters/gov/dwp/universal_credit/elements/housing/non_dep_deduction/amount.yaml,sha256=_Xssx7q7Nn2yTDUZH_i62qq_hKgWRsAM_tMPBH5dYTo,531
294
+ policyengine_uk/parameters/gov/dwp/universal_credit/means_test/README.md,sha256=uQjhjVAjH221zdqJE5gK1OjeCD6RKBKAIGjxPjYcxjY,13
295
+ policyengine_uk/parameters/gov/dwp/universal_credit/means_test/reduction_rate.yaml,sha256=mql5-nSAdUo16xMZPR7wW94kIUiX9FIstELrySHCfaQ,403
296
+ policyengine_uk/parameters/gov/dwp/universal_credit/means_test/income_definitions/README.md,sha256=vy2bvRiZv46w7T_bGFbM9WyEQUTNe_7qjZo3Om2eJTs,21
297
+ policyengine_uk/parameters/gov/dwp/universal_credit/means_test/income_definitions/unearned.yaml,sha256=BN6ew8R3bi7c25X6pR0HpDBpCYMtr2i84GsJGHHtCM4,506
298
+ policyengine_uk/parameters/gov/dwp/universal_credit/means_test/work_allowance/with_housing.yaml,sha256=4ZIrkFwhn7eOBYgmPpsF2d-lH1PDahLJCILrzjxQmN8,623
299
+ policyengine_uk/parameters/gov/dwp/universal_credit/means_test/work_allowance/without_housing.yaml,sha256=WvyXxHKwJoLeQvEIKl29UydSGvH4Nyrohy1OzRzTwBk,625
300
+ policyengine_uk/parameters/gov/dwp/universal_credit/standard_allowance/README.md,sha256=ICHmqjTj9yNBCs7RM32ieLIIVO2rngxRNThJAyWRta4,21
301
+ policyengine_uk/parameters/gov/dwp/universal_credit/standard_allowance/amount.yaml,sha256=WQclO_bVpnveCkxtmnwN9mpfd1PvVNvM0H_M07B43eY,2854
302
+ policyengine_uk/parameters/gov/dwp/universal_credit/standard_allowance/claimant_type/age_threshold.yaml,sha256=ht8INWpdP6S6emk18z23dsdLluVV4OqYrZ7IARn3vjY,397
303
+ policyengine_uk/parameters/gov/dwp/universal_credit/work_requirements/default_expected_hours.yaml,sha256=-65YmhLuIZBgcpp7GCO-L5gkrCooRu_-f_IDn_rCGrg,371
304
+ policyengine_uk/parameters/gov/dwp/winter_fuel_payment/amount/higher.yaml,sha256=CFWodKUHn68mHDZq7v3ZwyfFx6GiJhoMv6GcAxYEqsI,248
305
+ policyengine_uk/parameters/gov/dwp/winter_fuel_payment/amount/lower.yaml,sha256=25dVvxCV2TFtvOfBxcJ76SxAahi4JpW3TYoXNuhXeUw,247
306
+ policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/higher_age_requirement.yaml,sha256=ZDE_w3GvtK9THT55qTpDFeUvpdTAj8KsZp5lrp6zjRw,332
307
+ policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/require_benefits.yaml,sha256=7vvHW5NXpaSixFayBKFXFCu6WToGlmH3ejJELVbdfDw,583
308
+ policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/state_pension_age_requirement.yaml,sha256=8wXlC5wX-ceoZ-s2kOk4IhAiomsXSCM-vnRRbL2kChA,356
309
+ policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/taxable_income_test/maximum_taxable_income.yaml,sha256=gLj2M2zoCMPuZ-0UgNSf-FTA5I4CCXhxBsd3qVro7Ck,260
310
+ policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/taxable_income_test/use_maximum_taxable_income.yaml,sha256=pHldHvNHeGhG0mcn7LvjYA3b-q_AxrAxm5bu-mkTn1A,261
311
+ policyengine_uk/parameters/gov/hmrc/README.md,sha256=nkHVZl6lsjI93sR8uC7wAbul3_61wJrsP08iaW8f5lk,7
312
+ policyengine_uk/parameters/gov/hmrc/minimum_wage.yaml,sha256=1oMbevU0ESHR51mcAG39POd1DA1FgPUep4hL6ojj-P4,2049
313
+ policyengine_uk/parameters/gov/hmrc/business_rates/README.md,sha256=9ud50i_gMjGj6VymF-nzFDTzkFRMMJx6ybpLwbWzvpI,17
314
+ policyengine_uk/parameters/gov/hmrc/business_rates/statistics.yaml,sha256=DkG5FmVI7l3tOiSZuwvxEzSjKFd0cUzCUy-9ybLO9MM,1341
315
+ policyengine_uk/parameters/gov/hmrc/cgt/README.md,sha256=7CYCRXpmL-WnUN3FBmMcFYvYFW-aBT4b7a__pEccwF4,20
316
+ policyengine_uk/parameters/gov/hmrc/cgt/additional_rate.yaml,sha256=B9GCGD79uf4vqLPakKPqHFXJCAjUfL6Ycl_Hl2UQNiE,245
317
+ policyengine_uk/parameters/gov/hmrc/cgt/annual_exempt_amount.yaml,sha256=fn9KWOkL2JRlcNx9adAOzvmPXyv-LdSNMKwZJXqF4LI,970
318
+ policyengine_uk/parameters/gov/hmrc/cgt/basic_rate.yaml,sha256=eMsgUNlv3Ne942WwOigM9lgVMcrOtvGkx1gMZz54OEQ,235
319
+ policyengine_uk/parameters/gov/hmrc/cgt/higher_rate.yaml,sha256=9HXdymGQ4mijqfuF1aAu7xsVGoksNtBF-d8DSn2JhXk,237
320
+ policyengine_uk/parameters/gov/hmrc/child_benefit/README.md,sha256=I1wBH6qrEHjl-ZKj0RUuFxqISERrGrOfj14SKj6m4h0,16
321
+ policyengine_uk/parameters/gov/hmrc/child_benefit/opt_out_rate.yaml,sha256=v_M5aLb3nbfAMnpCMI4fq2YUP-7ueHB3QfqMGTHnm4E,506
322
+ policyengine_uk/parameters/gov/hmrc/child_benefit/amount/additional.yaml,sha256=0DhKH8XlmdjZ7wMWlKPCM9DUzMaJz0JTAISNLPBVNvI,2445
323
+ policyengine_uk/parameters/gov/hmrc/child_benefit/amount/eldest.yaml,sha256=59rtMCzCo_qUMDaL77FpZH9gao6r2lDiRINPLUXJZHg,2263
324
+ policyengine_uk/parameters/gov/hmrc/child_benefit/amount/index.yaml,sha256=0zz2kqzrIZyacLBWJom_E_N_QuDNEGGrw4u7PGo6Yxw,116
325
+ policyengine_uk/parameters/gov/hmrc/child_benefit/takeup/by_age.yaml,sha256=XE9pwNm78hbSvJ3C7ElZw8HMMXgQIH7RHOHdLe2PgKs,1822
326
+ policyengine_uk/parameters/gov/hmrc/child_benefit/takeup/overall.yaml,sha256=I4cLNM0g9zpFqj3uJWJRECtAwQcEk-PK_XKwDTCVAOQ,450
327
+ policyengine_uk/parameters/gov/hmrc/fuel_duty/README.md,sha256=i8_ngnDkWvmQ1SjHXmSTkFj40BZJzTCqzGvksIdNrzE,12
328
+ policyengine_uk/parameters/gov/hmrc/fuel_duty/petrol_and_diesel.yaml,sha256=6Mi-VST7kVpxPzTnvIyscY2DlvCKbPLuux4dXViv-Gg,1331
329
+ policyengine_uk/parameters/gov/hmrc/income_tax/README.md,sha256=DGg1BC_RLDTTDj08QfIaCAs9eBuwMmXXr1UayNk6CQk,13
330
+ policyengine_uk/parameters/gov/hmrc/income_tax/adjusted_net_income_components.yaml,sha256=gReVEqY20UaLCaBZaVrEOKARnQNYsDnh3eXdZuEjHrU,546
331
+ policyengine_uk/parameters/gov/hmrc/income_tax/earned_taxable_income_exclusions.yaml,sha256=7jbaE5HW08a9T0vMNARycw3vDNt9IPk-0xLW5gpPUy0,415
332
+ policyengine_uk/parameters/gov/hmrc/income_tax/income_tax_additions.yaml,sha256=Tb1VsIRcn4P5r8UeUO2bXKbQ8-gD8HA2sM4s4Cp6XdY,295
333
+ policyengine_uk/parameters/gov/hmrc/income_tax/income_tax_subtractions.yaml,sha256=Xu-IWh5XKzLQ2hdo4Dd2EHuskqNWUoY7xQOCjdDbFSo,233
334
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/README.md,sha256=rbSBUBsW6TdqXvxb13CVYuyggokLBimHb7JQFR9gjzI,17
335
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/dividend_allowance.yaml,sha256=fz0ltC41X_roNoUCAHcEIzDWy2eS5l2jEp0GVNKnXKI,332
336
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/property_allowance.yaml,sha256=g9u0Xql9OUl1reTYY0Muw7DhI-9E7YqXqgX5vJrh1kE,327
337
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/trading_allowance.yaml,sha256=l0D-c-O03zCWo4ALmPGlUgxyPmp5U3Bo-ZOOKPVhmAg,319
338
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/README.md,sha256=OyXCM5RoRDN-nEmyxY7maoWDR7zbi2iuCQA94KxKnws,19
339
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/default.yaml,sha256=UAQxIWjN5PwKYmUHUZjCW80YTWa8VVv_3a1BY_7m5iw,267
340
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/minimum.yaml,sha256=Xge28WLIX2N5pQ7C2NUabqJayRz69C2of0mBNSzRZx0,300
341
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/reduction_rate.yaml,sha256=8tISvMWqIr6ZwyCLik2fiPwYVs6ck7SBhAYyGZcMxO4,252
342
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/taper.yaml,sha256=gyBnGa0zvhOp1U-8BaCGiBmRZ99mbJ4Ujpc6OYniHXw,278
343
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/marriage_allowance/README.md,sha256=L61WlB3nBPpD3x0U_5S31R2bVnRVs8kgm53SjFNxV5Y,21
344
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/marriage_allowance/max.yaml,sha256=YyXbe92zl22b-MKa3NZYr7eeBM9y_XpBIjas5xb6AFw,371
345
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/marriage_allowance/rounding_increment.yaml,sha256=-Kj-4Q-HBKAVlggve4kDohAA-CiuKA-QIzLAkM88VlE,348
346
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/marriage_allowance/takeup_rate.yaml,sha256=matR6LfYTfytVvq1tk1uxX54o-CVNAm2VoPINZJnYoY,159
347
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/married_couples_allowance/README.md,sha256=OP7iQxle5zwwvkuZIAuEvwy0ZPV1Y24y8ldz6UuH6mA,29
348
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/married_couples_allowance/deduction_rate.yaml,sha256=L684ImX90ftNV1TBEX0S6RTT9IDlEXaZgSi3weGIWNg,209
349
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_allowance/README.md,sha256=6cIVAsbUX5K5Ne1mX8FiWPuWguHPzGjSX5EkWvjkVh8,21
350
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_allowance/amount.yaml,sha256=h7Yd190FmoQO3wrVw-idzdLx4dBrZXknguUkx1oQgoU,463
351
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_allowance/maximum_ANI.yaml,sha256=RYeg-6Fvq2nKJWLO7TrYK3DHPmJBkKwcvDREqOzzJYA,453
352
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_allowance/reduction_rate.yaml,sha256=WfVy1EylmMRI7MX7WNUj59-LhpwkbAovWUt92KkLMDE,340
353
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/README.md,sha256=LVw1PolWIoLm74zrutwtSDnu_rEeodIW-26D5h9dwYk,29
354
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/additional.yaml,sha256=oxz1ENAXZt8UicBYoWq0zgAUhz_5QV9UCD8FxXW7J9w,196
355
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/basic.yaml,sha256=igw35FsM0gxSgcPCRIVdQtdH8qh_3sZXJYsLqxp0CaE,195
356
+ policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/higher.yaml,sha256=zFKSUj7xswUCmayah1oU7wSvFQF5yGMMdnAs0PrV374,194
357
+ policyengine_uk/parameters/gov/hmrc/income_tax/bases/taxable_self_employment_income_deductions.yaml,sha256=0krJk2LxLCKOJAN2oTzUINcLkyHS_mrs9mulFcwR_0g,621
358
+ policyengine_uk/parameters/gov/hmrc/income_tax/charges/README.md,sha256=PGCqp6mw2T7rY2I0dgVTm5M9sJEGGSuimj5eJ5xMtI4,14
359
+ policyengine_uk/parameters/gov/hmrc/income_tax/charges/CB_HITC/README.md,sha256=mf7fgFReEFjwC0EGiQR91yR2LbJsZ2xHpDjbVDX8tHc,39
360
+ policyengine_uk/parameters/gov/hmrc/income_tax/charges/CB_HITC/phase_out_end.yaml,sha256=BXZ7JFHoxlY8g9OhGCEBQn0RH1hdSFY5NvcXwbketWk,380
361
+ policyengine_uk/parameters/gov/hmrc/income_tax/charges/CB_HITC/phase_out_start.yaml,sha256=PMz-UH8ijFBRSoy9saAI4zH9GWXVtBCJcOTeuk_G6ek,377
362
+ policyengine_uk/parameters/gov/hmrc/income_tax/rates/README.md,sha256=FEarLkfCmK0chqie4g1R6La1SP8iu_qgb3Dysu0ETj8,12
363
+ policyengine_uk/parameters/gov/hmrc/income_tax/rates/dividends.yaml,sha256=JqYhMY2W-SDjEd3P8_j4GJjV0nOyGeOx6CCH3q6DUI4,3458
364
+ policyengine_uk/parameters/gov/hmrc/income_tax/rates/uk.yaml,sha256=JgOizseIeUKkKCX-JjBPxBUkH7sIJwG3aU3milOM_1A,3082
365
+ policyengine_uk/parameters/gov/hmrc/income_tax/rates/savings_starter_rate/README.md,sha256=jcCfxrjrsK_lCVzNwoHISmyGnwKQIXEHt_nXfVDRQO8,23
366
+ policyengine_uk/parameters/gov/hmrc/income_tax/rates/savings_starter_rate/allowance.yaml,sha256=lJuV43tvUYd-9gNBk1SE8IMt9S1JRiJA4KlKy4Cfbas,230
367
+ policyengine_uk/parameters/gov/hmrc/income_tax/rates/savings_starter_rate/phase_out.yaml,sha256=2_tjV4GUbmTl9tms7Bgc1J7atJ6A2crtL_5FW67_VUU,383
368
+ policyengine_uk/parameters/gov/hmrc/income_tax/rates/scotland/README.md,sha256=sWfJe4by5HnFgctBQDZz3emj4mvU_0_mQ8_n0OFjXog,17
369
+ policyengine_uk/parameters/gov/hmrc/income_tax/rates/scotland/rates.yaml,sha256=udC4NlBMvQnJds0mIXDdXHa-JIlpmriatEbFhJswWss,1980
370
+ policyengine_uk/parameters/gov/hmrc/income_tax/reliefs/README.md,sha256=5bhGUG9EvXeSVbp_-VJqlNMv0wbqeB8_ANDvIidfmSU,14
371
+ policyengine_uk/parameters/gov/hmrc/income_tax/reliefs/pension_contribution/README.md,sha256=LxD9BC-17WK_PJdp-TETff6Sr705bdsy1o0kGZGoWjw,24
372
+ policyengine_uk/parameters/gov/hmrc/income_tax/reliefs/pension_contribution/basic_amount.yaml,sha256=1gzhdvjz54Jyny04Gf96ocO-GJ8O7HJqZRmfC8ggGiQ,329
373
+ policyengine_uk/parameters/gov/hmrc/national_insurance/README.md,sha256=a3h4gsZg8Erye5SbBsW2TvINexVQzbHX1N9EVQYOJBo,21
374
+ policyengine_uk/parameters/gov/hmrc/national_insurance/index.yaml,sha256=EjxEdbkPMScjXDq1cxY7j6r9c9Qjg_VesFb0Pd6QYxM,105
375
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/README.md,sha256=xWgdlKZfJPDaUQEFwiEkBjiC4-1uxWfzx_dtwd8Vjag,10
376
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/README.md,sha256=7BQUZXeqLAYckXMwDUfcQBuFTvTECmSMdGf9xDeTXNY,8
377
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/employer.yaml,sha256=BxZ9RBToZEzj3YKclfCdcZbpmno0Ey86kw3L1XSNy3U,597
378
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/employee/README.md,sha256=I9TSeENJLqEroihEgmacXcpLSTYk6xD0rZIdDtoyRlI,11
379
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/employee/additional.yaml,sha256=27_wnSiLAkvmaYx8YayjA4hqZ3QifL6xvGRX22olMU0,844
380
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/employee/main.yaml,sha256=TPGUGN6wMf5qU7-oOTB4J3yV-9JhVoFraxqUzfmj5wU,1347
381
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/README.md,sha256=A3U8dX-UwsRqx6VISR_0HE3DvhJN-LedFoylZYQA4gg,13
382
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/lower_earnings_limit.yaml,sha256=iq4IbVhdD4s3zvAYYm60NevSdyxvha-XF7pSAOgBBao,1191
383
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/primary_threshold.yaml,sha256=8Eep0LV7at3wkCbomdGI1t4Jo3V9XG1WZjjv5BSpp34,1459
384
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/secondary_threshold.yaml,sha256=Ndg_PFdwY4Wxn10tnWfgs-7UgMvIa_rOielPfDyoZpg,1190
385
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/upper_earnings_limit.yaml,sha256=3_S6ii-xQK8r0F7FR-YLgIzFB4mQ0dYjld5_4JpUkmM,675
386
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_2/README.md,sha256=FUkXZpnOvHr6Ydifr9-o9FgL3hdkz1xzTn__5CyFzMk,10
387
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_2/flat_rate.yaml,sha256=6owZwy9I52M6rFqcH8VmOpceZd5g5LLDZzlciqFOKFY,1138
388
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_2/small_profits_threshold.yaml,sha256=FfycKs9UKwWBZ1d6e5Lxf38iXN9bzraFnUQub6ZiZ2k,930
389
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/README.md,sha256=lFvMmokgzL5MQJq9mq0J3wbS98vCbJv-ztBfBRyYzEI,10
390
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/rates/README.md,sha256=7BQUZXeqLAYckXMwDUfcQBuFTvTECmSMdGf9xDeTXNY,8
391
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/rates/additional.yaml,sha256=hy51hOrpSK_RDL3p-QImRQ0rXHqRto6OCXMAuZ-aXHI,840
392
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/rates/main.yaml,sha256=r9Y29tlsEIsvqUF-WArXIrtsu4Wx1XTWNhBLzFLpuik,1038
393
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/thresholds/README.md,sha256=A3U8dX-UwsRqx6VISR_0HE3DvhJN-LedFoylZYQA4gg,13
394
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/thresholds/lower_profits_limit.yaml,sha256=hmIxI0sROCbygwBhQ1PPm2FM3g5aPfgrUQhxFvSLGVc,1121
395
+ policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/thresholds/upper_profits_limit.yaml,sha256=jTbz0aP6Ppz_eb9e5DYuh1gNNHOHFtotVpN6Bq0TVLM,738
396
+ policyengine_uk/parameters/gov/hmrc/pensions/pension_contributions_relief_age_limit.yaml,sha256=zlWmBVzxWIuFbuXEeKAr-uAWUqkpVhLWIRlUYa4hsdU,332
397
+ policyengine_uk/parameters/gov/hmrc/pensions/pensions_programs.yaml,sha256=EnIOZ7S73j_s6pSb-RUqJom_LbnF9aoNyCJy0yT1YDQ,197
398
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/README.md,sha256=7fpvGUG92xb_jnwb5tIFNDcE9_IvK13IOtJeBkohd9c,22
399
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/abolish.yaml,sha256=8xqM1tMPGyH19p06AIcF-pVXUX7I3n8J-DLaiix07mA,117
400
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/index.yaml,sha256=8YNsR8Hr0m76hm9oVCVfNlDdm2kvFuHg6ocVwmiREOY,93
401
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/property_sale_rate.yaml,sha256=o9mJIL0D9kCEedBnYQFm9t6dARpTlC7N2ewiO70Lq4M,275
402
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/statistics.yaml,sha256=02cGUDLxr_ETyTczqyL2-JdjCwcKr31oHqlB2aPPbJY,4537
403
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/non_residential/README.md,sha256=r9NnzTV6CPIogcbVuakBl9mxLroSKEewGpQgvpZtMMI,18
404
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/non_residential/purchase.yaml,sha256=MvGul4d76IV2ZDgII_xNJaukWmqtbwYWX6QuqQp6mdI,743
405
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/non_residential/rent.yaml,sha256=tuYxcOxcpobDivkZAPw_zztz2SwGKUMdsPQUZrzP1SI,634
406
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/README.md,sha256=So9nz3FSNR4zBvos2XBUNRLzKpTJpbR1rfKMj_Bfp58,14
407
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/rent.yaml,sha256=nyYKi90swkblecROquulX870S6N5_U-CAbBD8o8y464,754
408
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/additional/min.yaml,sha256=xptrj8hUiXQYt6spfLz3AGCx9vr69F6Aad6yGr95XAI,369
409
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/additional/rate.yaml,sha256=XGTlMjccQMVe2-H24Tn0R5SXJa4NfeUEGhdhpD_AMKE,1078
410
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/main/subsequent.yaml,sha256=Eik_7TTtX8e8ReyYzJN29-DTfTvBbWymaJ6zXlS6QRs,1265
411
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/main/first/max.yaml,sha256=e9iWTIJ-leDEuIy4l0o31sCV0BtZvQ_onPPzl48RGKY,512
412
+ policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/main/first/rate.yaml,sha256=Io0gYkb5aOEY79WUZ4i0pCHqkhX0f9dqroJq1P0npfU,541
413
+ policyengine_uk/parameters/gov/hmrc/tax_free_childcare/disqualifying_benefits.yaml,sha256=UCOmyTz4XCPL40MJz8vVWrZWug12g5c6WN2dtJQkHjQ,450
414
+ policyengine_uk/parameters/gov/hmrc/tax_free_childcare/minimum_weekly_hours.yaml,sha256=r4BxYZjilZta74xI6h5CwpZ-Xr2hegHFol8uNCkbR78,464
415
+ policyengine_uk/parameters/gov/hmrc/tax_free_childcare/age/disability.yaml,sha256=kTh4JFvGYKGE5yonhJAhEruUeCHfaaS7Ypmlg7B6CKM,534
416
+ policyengine_uk/parameters/gov/hmrc/tax_free_childcare/age/standard.yaml,sha256=FzRPpjXr4bqitZNW5Uv5lzxYg4gOIsz2dPI_DgyTVpw,514
417
+ policyengine_uk/parameters/gov/hmrc/tax_free_childcare/contribution/disabled_child.yaml,sha256=uvtRo8ADyA-vazGRidzoLiej4OhU2MeyGjabDKCQmlM,550
418
+ policyengine_uk/parameters/gov/hmrc/tax_free_childcare/contribution/rate.yaml,sha256=ALpLbw06JbPK5jyMWQu1Dr0k34m05ospOB_8UJuF8w8,547
419
+ policyengine_uk/parameters/gov/hmrc/tax_free_childcare/contribution/standard_child.yaml,sha256=A_ReR_0RaQyJpUECjHFciWmvFiPfjjHXJuCbBH9kPfs,562
420
+ policyengine_uk/parameters/gov/hmrc/tax_free_childcare/income/countable_sources.yaml,sha256=fOo_hApXeT8_1InW6QTHKMFZzO-ABfMgHyE0g35ii6U,433
421
+ policyengine_uk/parameters/gov/hmrc/tax_free_childcare/income/income_limit.yaml,sha256=Dp8lJkOH8rc_eq8V7T-Mz2ADv1nQwBbkHgATCZoqM4w,639
422
+ policyengine_uk/parameters/gov/hmrc/vat/reduced_rate.yaml,sha256=I2PKuZFND7N26yiv3Rr5wWLFeyIP90DPSn1TBMnY6gc,343
423
+ policyengine_uk/parameters/gov/hmrc/vat/reduced_rate_share.yaml,sha256=JmBvkZ60TGUye1tJnHIjGcc_RZBU2ByKe1fg7uEoJ5A,283
424
+ policyengine_uk/parameters/gov/hmrc/vat/standard_rate.yaml,sha256=nwb_ZtC0w6nCtS1kjarOW7SvplhiG7CCIo_1Rva8cmk,399
425
+ policyengine_uk/parameters/gov/indices/private_rent_index.yaml,sha256=Nn-fBK5XoIaPfVP_izy9FCXlpRqLC3z4FTHeF3ZFGwc,2551
426
+ policyengine_uk/parameters/gov/local_authorities/README.md,sha256=XVumqnA1PuLF98hZ3hTQkhU6j2ehCIQHLkkC8Ha16Q8,20
427
+ policyengine_uk/parameters/gov/local_authorities/domestic_rates/README.md,sha256=jtgXDDSsCB4PXS80IKeB1XHBhUPCxlbqs2uzlAx5rMI,17
428
+ policyengine_uk/parameters/gov/local_authorities/domestic_rates/rates.yaml,sha256=fzOm_kHrqVjkvZh72PQyS-Yi7KyTcjin2ZqPUSU8ti4,623
429
+ policyengine_uk/parameters/gov/obr/add_per_capita_parameters.py,sha256=R3axHYDZK28YNjbWJroVQ5HR2mTpFi8Sc0MMF08XhBw,1137
430
+ policyengine_uk/parameters/gov/obr/average_earnings.yaml,sha256=4yFXGZHBp794Cit04DwR5I6dkMUrGyU6SaScaV08R80,712
431
+ policyengine_uk/parameters/gov/obr/consumer_price_index.yaml,sha256=FMc8riBxXxe-V5JVGANhIabMWqGbBxTKKBJsb35kh44,599
432
+ policyengine_uk/parameters/gov/obr/council_tax.yaml,sha256=3HvH7TvxHBU1oFTOzhLOfeOQ3Hd3UUuIfgU60pFc1qQ,1015
433
+ policyengine_uk/parameters/gov/obr/employment_income.yaml,sha256=13iYEGwys3B8TR64wmB9Ro7BVW-ySRfhEuAZzBc50Mg,631
434
+ policyengine_uk/parameters/gov/obr/extend_forecast.py,sha256=fj6zb7YpFKAj-wNaNAbUtIPlZ51mqPrcF6h9JQrJWAM,1008
435
+ policyengine_uk/parameters/gov/obr/gdp.yaml,sha256=074cMi4JlZTz6nAT7EMTf9wln7NmY-lHesiClIeWCsY,709
436
+ policyengine_uk/parameters/gov/obr/house_prices.yaml,sha256=PexqvrQEzpW7-ft2RjZvDXUHsOq_l041Pz-k8ewwkh0,582
437
+ policyengine_uk/parameters/gov/obr/mixed_income.yaml,sha256=XUc24pEIHzKVKg9aRFBKvnZBYEpCcFr3f-JrZ9Z3Pas,570
438
+ policyengine_uk/parameters/gov/obr/mortgage_interest.yaml,sha256=vTQdKLJTBMHJDFiBuiC8a4jfxIuf0TdtIzp9iSjCJtc,613
439
+ policyengine_uk/parameters/gov/obr/non_labour_income.yaml,sha256=yIGPb-Ze1Ss2DGhcWHox1Pey4rNyTH7a7bGXbqJ3UgI,542
440
+ policyengine_uk/parameters/gov/obr/rent.yaml,sha256=khnoIDdAB7yvRGj9GkKmUs-8qBd6r7bWPcHxWK7mQsg,594
441
+ policyengine_uk/parameters/gov/obr/rpi.yaml,sha256=7PeXkCXh3kJ2ImQkiyDfMoa5U4ZLfAKSUGTkPJS6GRk,679
442
+ policyengine_uk/parameters/gov/ofgem/README.md,sha256=UdBbFoPVn4dUlEdn25Vlzfq1YToXkcI3gRfxZMm2IKw,8
443
+ policyengine_uk/parameters/gov/ofgem/energy_price_cap.yaml,sha256=bfp8OQ_bHTKE9fVXpdZDHvKyuWya3eYKnJxc908PFHI,1181
444
+ policyengine_uk/parameters/gov/ofgem/energy_price_guarantee.yaml,sha256=owNU_WuFr-Qm4v7L5paTr50ELnQb_npXKTAJ1JY-wv4,1206
445
+ policyengine_uk/parameters/gov/ofgem/index.yaml,sha256=p0GAehNvpMy5sryxFGO0xMOT3EJZw4FPGAFdaJWTQ2I,77
446
+ policyengine_uk/parameters/gov/ons/README.md,sha256=ekbF_vctnFqSIj1UYfRbdIa1I4TPKcv-fG2b_6TMqfQ,38
447
+ policyengine_uk/parameters/gov/ons/household.yaml,sha256=2Mu1LfLBiXB77s4k1PJ4DHZsqq_2qNfEkmnbpzW5qSA,1420
448
+ policyengine_uk/parameters/gov/ons/population.yaml,sha256=miXtCk3EP7VGYutEDM22-SIwI-ifRzn6Mewz-MfXcRM,1074
449
+ policyengine_uk/parameters/gov/ons/rpi.yaml,sha256=MYKseb3xXtpOaW-M-dlSjDQEXQNkZ19x07fAbOBLqTg,462
450
+ policyengine_uk/parameters/gov/revenue_scotland/README.md,sha256=NsZu7_tQEi9s1PXXW45WN8vz1mANnqRKpgfIQVb9gLI,19
451
+ policyengine_uk/parameters/gov/revenue_scotland/index.yaml,sha256=Z2MNyP9bhtcTeG3KzwKLJpg0x0Gz9zsDf-C187NoXCY,67
452
+ policyengine_uk/parameters/gov/revenue_scotland/lbtt/README.md,sha256=Mk1zrz_aJzOLtJMqPWT6sRERYDkQpMkQ0OBz312erDQ,36
453
+ policyengine_uk/parameters/gov/revenue_scotland/lbtt/non_residential.yaml,sha256=zMJ27IlOEDAQJ6-pepbdurJGfTY4UURVjlzeB2kZDC0,898
454
+ policyengine_uk/parameters/gov/revenue_scotland/lbtt/rent.yaml,sha256=6UXr6bnaXv6VlA029uqQktcKy5GKVoz6rcnKFA6EBhA,785
455
+ policyengine_uk/parameters/gov/revenue_scotland/lbtt/residential/README.md,sha256=So9nz3FSNR4zBvos2XBUNRLzKpTJpbR1rfKMj_Bfp58,14
456
+ policyengine_uk/parameters/gov/revenue_scotland/lbtt/residential/additional_residence_surcharge.yaml,sha256=pOPSFboYsVsjapMQEKPYvA3a1c1bwocdB7Na2DKpb_w,491
457
+ policyengine_uk/parameters/gov/revenue_scotland/lbtt/residential/first_time_buyer_rate.yaml,sha256=rw_nY1Feaj4w7RwihBKefQq-D1CeYl_N_kmG7NIovvA,1191
458
+ policyengine_uk/parameters/gov/revenue_scotland/lbtt/residential/rate.yaml,sha256=Nk8N1Hhv_reoJETeC-qEJZmzV90dO-1G9IXjYUGAUfU,1056
459
+ policyengine_uk/parameters/gov/simulation/README.md,sha256=d66HIk376oPPaTtP6QzMXeaLkcN33yds4oF1o9tFGGI,13
460
+ policyengine_uk/parameters/gov/simulation/marginal_tax_rate_adults.yaml,sha256=Liab9SDoIJdMttOvssgw__3do4YIyfYZ1AdZus4G2CQ,194
461
+ policyengine_uk/parameters/gov/simulation/marginal_tax_rate_delta.yaml,sha256=a9uxSHRs_qzyWdoJRpNMCUHJFsxOgHhFST6WbXviDe0,151
462
+ policyengine_uk/parameters/gov/simulation/microdata_vat_coverage.yaml,sha256=P5uaogdPTyzCIsii7a3BvGtirwudqW8tcN5BSYocXDk,618
463
+ policyengine_uk/parameters/gov/simulation/capital_gains_responses/elasticity.yaml,sha256=iAwJTURTIBiW0eZXSN316H10IBe808N5hzdfcmB7nE8,173
464
+ policyengine_uk/parameters/gov/simulation/labor_supply_responses/income_elasticity.yaml,sha256=XQH0gK42rdqwxLfri_K0unCvk0Q8goZVPC8eIjqTONk,212
465
+ policyengine_uk/parameters/gov/simulation/labor_supply_responses/obr_elasticities.yaml,sha256=8TGORvQ1wcIEAG9NcLhGZF-sD9kxqeLyfHCq3kycoVQ,156
466
+ policyengine_uk/parameters/gov/simulation/labor_supply_responses/substitution_elasticity.yaml,sha256=PgX2bV60w9QG4oiYJAidUt_5bJrlZOzycnwJ64BtNps,228
467
+ policyengine_uk/parameters/gov/simulation/labor_supply_responses/bounds/README.md,sha256=o3Ma9FY6zLzF3qYli3J52cv2Dw1WGvJUp9kDuXkDx-U,9
468
+ policyengine_uk/parameters/gov/simulation/labor_supply_responses/bounds/effective_wage_rate_change.yaml,sha256=MtDdf5nH1N3-snStnkvh9JsfWlLfP0aKiTsBz23Yi7I,179
469
+ policyengine_uk/parameters/gov/simulation/labor_supply_responses/bounds/income_change.yaml,sha256=G3jBCDCS9aVPm_fIk7MroG3eeHC9R4FHFvyvFylhzXI,157
470
+ policyengine_uk/parameters/gov/simulation/private_school_vat/private_school_attendance_rate.yaml,sha256=-pNH1tyMNVIxU5l_XYPbEVjhTV3GEU2uXe6DEznEV8Y,853
471
+ policyengine_uk/parameters/gov/simulation/private_school_vat/private_school_factor.yaml,sha256=f7by_ueR2KBKwVMZvyVhm4YoHKUyCyVUf8BFd5g2Lzo,161
472
+ policyengine_uk/parameters/gov/simulation/private_school_vat/private_school_fees.yaml,sha256=NG5tDZ-VJseXeGhJVL0QpWhrldyhj6L4h4lfwqHxDN0,355
473
+ policyengine_uk/parameters/gov/simulation/private_school_vat/private_school_vat_basis.yaml,sha256=aDi3RgrODzBzgmIi9uj15SIofNjtqTa06jAYJRHNiXI,509
474
+ policyengine_uk/parameters/gov/social_security_scotland/pawhp/amount/base.yaml,sha256=VvRBvVuXMAmw6GuBwVskA5etIPcBPaVV3kMz3nGN72o,217
475
+ policyengine_uk/parameters/gov/social_security_scotland/pawhp/amount/higher.yaml,sha256=WzyvFw_lUUhMjPUgvDnEXQ0SnO87zbAWj4jr1Cwfgkk,126
476
+ policyengine_uk/parameters/gov/social_security_scotland/pawhp/amount/lower.yaml,sha256=a6y7qS12G9PIX7uzVXMSKjWj7elqtTNvfu7t53GkdCg,125
477
+ policyengine_uk/parameters/gov/social_security_scotland/pawhp/eligibility/higher_age_requirement.yaml,sha256=fRqjILWehOpE2IvqTowSi_gYZag7b5C4RCKycto92MM,169
478
+ policyengine_uk/parameters/gov/social_security_scotland/pawhp/eligibility/require_benefits.yaml,sha256=Zjyk1hxdtOzvJ4eRorEAtr6XcUB4ascqd8GgRf54DJ0,237
479
+ policyengine_uk/parameters/gov/social_security_scotland/pawhp/eligibility/state_pension_age_requirement.yaml,sha256=a3Tr9ggMsgNJLJhgZmTpglFp5Eer3br4EhBAclGNHRU,180
480
+ policyengine_uk/parameters/gov/treasury/README.md,sha256=3m8DbQeI5L-2FpqPfylwF_n3dW5GR2cU_h5L-gJtGz8,14
481
+ policyengine_uk/parameters/gov/treasury/index.yaml,sha256=VE-xisFx5EBZOkpUryk1NeUyQCnxTEIkRTaoS5NC4aQ,57
482
+ policyengine_uk/parameters/gov/treasury/cost_of_living_support/README.md,sha256=JSA0doZgcDA4vobSAs1GwDO4M82bPrZVDAO3iaOn_dE,25
483
+ policyengine_uk/parameters/gov/treasury/cost_of_living_support/disabled/README.md,sha256=I1v5OF4ijQ3_kwDRaMlhJt-GFhgWvYyAx2KJ8Z4n6XM,21
484
+ policyengine_uk/parameters/gov/treasury/cost_of_living_support/disabled/amount.yaml,sha256=53M0YJI5s5jxu94lVxCpQO74yyggEptv0ZwXdFB245M,449
485
+ policyengine_uk/parameters/gov/treasury/cost_of_living_support/disabled/qualifying_benefits.yaml,sha256=nqFVcFXK6RFbrp7Hk9Ur9Ca0dIsgcNo8DiDxrK3Ap6g,586
486
+ policyengine_uk/parameters/gov/treasury/cost_of_living_support/means_tested_households/README.md,sha256=w_5_kv6bWh66mi19riQzmfVkkdt-jxljYffwIA3fHig,23
487
+ policyengine_uk/parameters/gov/treasury/cost_of_living_support/means_tested_households/amount.yaml,sha256=Ur4Y4aKchR6yry_VuhQAmJY5diHOVMIuBmeHpZQQVT8,443
488
+ policyengine_uk/parameters/gov/treasury/cost_of_living_support/means_tested_households/qualifying_benefits.yaml,sha256=6M-utVsQbxILsLd5C7RbmMW0zsn-Kbm0M0u3ymQ4iLM,638
489
+ policyengine_uk/parameters/gov/treasury/cost_of_living_support/pensioners/README.md,sha256=9gRYA-KXwAclZCd6h960hgPGZla7T9icO7S7v1CEMYU,20
490
+ policyengine_uk/parameters/gov/treasury/cost_of_living_support/pensioners/amount.yaml,sha256=bPKHIxZZxrQpeaaW9qvZK28-77EnbGJP4bSOGbWixVg,434
491
+ policyengine_uk/parameters/gov/treasury/cost_of_living_support/pensioners/qualifying_benefits.yaml,sha256=OIRP-V87UNaEF95gsQ-Jw4WQDr8mSE4us-HRyEXsyiY,513
492
+ policyengine_uk/parameters/gov/treasury/energy_bills_rebate/README.md,sha256=lzaKOMTmnqs9EOD6EKzBXGqpEJi82VK5fhmRh_lASug,22
493
+ policyengine_uk/parameters/gov/treasury/energy_bills_rebate/energy_bills_credit.yaml,sha256=UCAZwcs-bXvRSqRyaSusSMHBEYLxQlcvzcLRVoKe-eY,412
494
+ policyengine_uk/parameters/gov/treasury/energy_bills_rebate/council_tax_rebate/README.md,sha256=5wsiiAapn9r_s82MFJXKM9AlNszr7ypcnpnLU-mh2vY,21
495
+ policyengine_uk/parameters/gov/treasury/energy_bills_rebate/council_tax_rebate/amount.yaml,sha256=gO3y1ow0d7TtlwJcfp9bozR2nMrGx-psUKE2BrV6W0s,432
496
+ policyengine_uk/parameters/gov/treasury/energy_bills_rebate/council_tax_rebate/bands.yaml,sha256=9mwsvpwnaFC--J3Xe9Mn3jnkI1e6oj8o7Yi7LQKfpuo,411
497
+ policyengine_uk/parameters/gov/wra/README.md,sha256=CxhgtLa_elmCBS_kX8WruNYxhl73wUUIwSQ9a7pra1U,26
498
+ policyengine_uk/parameters/gov/wra/index.yaml,sha256=woPC-FAuyue1XTw3QRElewWnYrhyB0kB0tCXeNy3CCw,61
499
+ policyengine_uk/parameters/gov/wra/land_transaction_tax/README.md,sha256=rDGyF9dO3vk9vg8SrOcQX-hUzgBFN4-y4H0elpv8-bI,23
500
+ policyengine_uk/parameters/gov/wra/land_transaction_tax/non_residential.yaml,sha256=a4R4_i0H9nHZKWJ6VXzL_hg2R3MnfqYG9r-J3ciVeCU,900
501
+ policyengine_uk/parameters/gov/wra/land_transaction_tax/rent.yaml,sha256=Q-B0fHTu2YlX7dcih82oMy8ymoyt1jbYieM9DvrMiUI,812
502
+ policyengine_uk/parameters/gov/wra/land_transaction_tax/residential/README.md,sha256=So9nz3FSNR4zBvos2XBUNRLzKpTJpbR1rfKMj_Bfp58,14
503
+ policyengine_uk/parameters/gov/wra/land_transaction_tax/residential/higher_rate.yaml,sha256=OrBuYuTeS74pTQD9aTuWcN5xx1N9CNW3KnazL9VI1nM,1160
504
+ policyengine_uk/parameters/gov/wra/land_transaction_tax/residential/primary.yaml,sha256=9gBdScoexgggPXWOVfY45j-avWAthTTtFz95zcA9pf4,1372
505
+ policyengine_uk/parameters/household/consumption/total_by_category.yaml,sha256=b6WmHUmdD7M_m7smDLcb8EJc5SKuCtu6ZsV_CnIkiFc,888
506
+ policyengine_uk/parameters/household/consumption/carbon/consumption.yaml,sha256=MWkKmBnYhf7lDT5xYzl2r1Sgls7j7ZcV2ZhNs5xGLxg,354
507
+ policyengine_uk/parameters/household/consumption/carbon/emissions.yaml,sha256=WVwYiIJ1YxPdpdet37-c0YnV20weHngVndZE-cCNz9Q,1235
508
+ policyengine_uk/parameters/household/consumption/carbon/intensity.yaml,sha256=Td3ysh7hyRp_oRHVdaaaMb7D2zzgxwK-G4rxyqRbt9w,1073
509
+ policyengine_uk/parameters/household/consumption/carbon/production.yaml,sha256=tqYU-npqjUbeVaeh9vVS7XM54g3VAJ56miQp8FIOHig,399
510
+ policyengine_uk/parameters/household/consumption/carbon/production_by_source.yaml,sha256=asd7luaVpvnsSxBNdKYAYJRLMgXuC4Rt1smeW4VIBNo,4126
511
+ policyengine_uk/parameters/household/consumption/fuel/prices/diesel.yaml,sha256=-YhXfdb4Iu6MWcb8lme_LR7MWuS7fEgwbAyXbYxS-W4,472
512
+ policyengine_uk/parameters/household/consumption/fuel/prices/petrol.yaml,sha256=vKYp8B_n0unYYf_WqboIejN5sY_6pEfmA6ZjiFjleos,547
513
+ policyengine_uk/parameters/household/demographic/equiv/ahc/child_over_14.yaml,sha256=9bkMm2R9mSRMibkdEMH4cu1pw9hcsC2efOm23IB2uM8,104
514
+ policyengine_uk/parameters/household/demographic/equiv/ahc/child_under_14.yaml,sha256=VmUqVzApVo7LNLDf7pBkHQKSDUPeg8FjeOmlcDz_NT4,104
515
+ policyengine_uk/parameters/household/demographic/equiv/ahc/first_adult.yaml,sha256=q135cE1Ysd2JR21KI69tuylmZC7zXnfkCLEyEFrw7w8,103
516
+ policyengine_uk/parameters/household/demographic/equiv/ahc/second_adult.yaml,sha256=jX5aCiEtUqWuK9WG2g7ch90ohk0tDipRMX9TwHreGhs,104
517
+ policyengine_uk/parameters/household/demographic/equiv/bhc/child_over_14.yaml,sha256=hvo-d1Sf_5CHXmx0azgBDxRRXqRLepsIUgGKkm8QGhY,104
518
+ policyengine_uk/parameters/household/demographic/equiv/bhc/child_under_14.yaml,sha256=VmUqVzApVo7LNLDf7pBkHQKSDUPeg8FjeOmlcDz_NT4,104
519
+ policyengine_uk/parameters/household/demographic/equiv/bhc/first_adult.yaml,sha256=FBZP85jVKDY3q2vaWx_CvD9NAEhZhKN4Os9nS3LS4e4,103
520
+ policyengine_uk/parameters/household/demographic/equiv/bhc/second_adult.yaml,sha256=nran5CfD_ECKnbAfh6RUcg_EwTyUbn59iV272f0D4s8,104
521
+ policyengine_uk/parameters/household/poverty/absolute_poverty_threshold_ahc.yaml,sha256=0idpUZWfalqzJyJGG6Jow9DQb0TSFPmKHwH_klJOZJg,511
522
+ policyengine_uk/parameters/household/poverty/absolute_poverty_threshold_bhc.yaml,sha256=zdxP5s6PO7GuwovRoQYxfaAoUb2XnDEWkpGKKRzGHbQ,512
523
+ policyengine_uk/parameters/household/poverty/exclude_non_hbai_income.yaml,sha256=aGEDIsnkgfeBMOMJ7oxPnUrRBVm78vz2bglhYs4KSQA,156
524
+ policyengine_uk/parameters/household/wealth/corporate_wealth.yaml,sha256=ZKk7n2KawhCdnlXRk5V3GseCQPIo4L0N3eVkbX7Wkm4,180
525
+ policyengine_uk/parameters/household/wealth/financial_assets.yaml,sha256=00IZ1SC3QE0vI6rQAP9kBCjOYgkHt8CQjQ35KD5TMGg,771
526
+ policyengine_uk/parameters/household/wealth/national_balance_sheet.yaml,sha256=EgPOtDmUASUeopSLJCh9-yZGpWoU9oVOdQFc3mNVDMU,507
527
+ policyengine_uk/parameters/household/wealth/property_wealth.yaml,sha256=uA-snYer-iBi10GaY-OREPjaf-YsRn4YDzK3d38xeBM,178
528
+ policyengine_uk/parameters/household/wealth/land/intensity.yaml,sha256=fIYU02CuFazm7hIRmJs-wkgH_7lVrlf8yflQ4_QdktY,224
529
+ policyengine_uk/parameters/household/wealth/land/value.yaml,sha256=QjYr-yAbjhTclJArvuIcxsDaBwlkcMzSi02kWowHp_A,1349
530
+ policyengine_uk/reforms/__init__.py,sha256=If7Q5wktcN4qMnQikurli7KeqxgK4n_3HOdXTi0JC_M,63
531
+ policyengine_uk/reforms/reforms.py,sha256=2kyxN1XvVBkLfqTCHxflyozpgD8YP9y8IBK8IIGfd0g,872
532
+ policyengine_uk/reforms/conservatives/__init__.py,sha256=5oLZ9krrrFAp7oWaXTk3Z7QmTfi3lazyQWC-zlHRQK4,36
533
+ policyengine_uk/reforms/conservatives/household_based_hitc.py,sha256=txUC-qiS7RBcKYxNqOd9p7mwioraxCIxL0rUQnHGLAM,1108
534
+ policyengine_uk/reforms/cps/__init__.py,sha256=6S2fKVYEHGVkktwFEm-d56EKGN8vp_BjCUOPMkTXq5Y,61
535
+ policyengine_uk/reforms/cps/marriage_tax_reforms.py,sha256=UK7fTMoa4Xh2IvkT3wRDwoPcMkV3p8_bXlYkDMGnAPQ,9556
536
+ policyengine_uk/reforms/policyengine/__init__.py,sha256=5ubEO0DGRBXhn3QRSoBNT-jff9ORb4dd2J6FYNpSEik,42
537
+ policyengine_uk/reforms/policyengine/adjust_budgets.py,sha256=p1NbFB7wwfC_jRdeVLbClHm3MOvRO-gKmU7PzY2zJv8,2084
538
+ policyengine_uk/reforms/policyengine/disable_simulated_benefits.py,sha256=siEs1EpSHCm5-4CJKwGdDm9jArscd6kVM39JUrFTPlE,2524
539
+ policyengine_uk/tests/test_parameter_metadata.py,sha256=_2w2dSokAf5Jskye_KIL8eh80N7yIrUszlmqnZtwQws,450
540
+ policyengine_uk/tests/code_health/test_variables.py,sha256=9Y-KpmzhyRGy9eEqocK9z91NXHX5QIF3mDMNGvegb7Q,1398
541
+ policyengine_uk/tests/microsimulation/README.md,sha256=1toB1Z06ynlUielTrsAaeo9Vb-c3ZrB3tbbR4E1xUGk,3924
542
+ policyengine_uk/tests/microsimulation/reforms_config.yaml,sha256=YJNQKZHmB_rt0kc0RDU5GkuJIhU0OKWEw8HyDnpgnf0,1086
543
+ policyengine_uk/tests/microsimulation/test_reform_impacts.py,sha256=xM3M2pclEhA9JIFpnuiPMy1fEBFOKcSzroRPk73FPls,2635
544
+ policyengine_uk/tests/microsimulation/test_validity.py,sha256=RWhbSKrnrZCNQRVmGYlM8hnpe1_Blo5_xP8vr8u3kV0,694
545
+ policyengine_uk/tests/microsimulation/update_reform_impacts.py,sha256=2pxp2RNLWxV4CesGKKHmg3qBs79Jq2Jcq3GJIBk4euU,4824
546
+ policyengine_uk/tests/policy/baseline/consumption/rent/benunit_is_rent_liable.yaml,sha256=-PzGFSa2eY5Q7cWUUeqVhXosPDnbAemLN8AUZqcfP2I,210
547
+ policyengine_uk/tests/policy/baseline/consumption/rent/rent.yaml,sha256=s_tB77yXF-cn6G0FtIRtsGI9bW6kraLd4qZAesqX9Uw,130
548
+ policyengine_uk/tests/policy/baseline/contrib/labour/attends_private_school.yaml,sha256=YuZY1R3jMdnKbBR9j613RsapE20ukcEJuaxoEklpuBw,1011
549
+ policyengine_uk/tests/policy/baseline/contrib/labour/private_school_vat.yaml,sha256=rdGdkPCGajMWUHnUOHavujG420HbNtrPdaq-Y8Mx21A,1649
550
+ policyengine_uk/tests/policy/baseline/contrib/ubi_center/basic_income/bi_maximum.yaml,sha256=IMIb5bDprZw1BMcKOmLucZgjO_UW3H8oxgrqvkPZMgw,469
551
+ policyengine_uk/tests/policy/baseline/demographic/benunit.yaml,sha256=jp_CDvbVdrDjFP0LhFHkVZNMaGaMsYuFtVycdSHQ5Eg,729
552
+ policyengine_uk/tests/policy/baseline/demographic/household.yaml,sha256=PV3bHKWxJ79EkIolr0Viv2IUBfDWuOJXz-6HiWjQFtI,290
553
+ policyengine_uk/tests/policy/baseline/demographic/person.yaml,sha256=3cDYyM0D4TYMEGTPKYT-gytpSpTfcI4COaTOpmnN_ng,328
554
+ policyengine_uk/tests/policy/baseline/finance/benefit/care.yaml,sha256=7lnFmydBPtJo3YZT43uCk6k4frMWximGf60bwuhMRI0,192
555
+ policyengine_uk/tests/policy/baseline/finance/benefit/general.yaml,sha256=7Ez1HDiKr5O3ZiuUBW_VpkOxCabyxijeLMCx8Vr7x0U,920
556
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/LHA.yaml,sha256=ha32cnW3zNcnUYQCGUj2Lg_j7GNKteJvnK6PH6am3QA,481
557
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/child_benefit.yaml,sha256=1BmGpY9lhAJctMQSBgCwOX-TeW2h1B9_hmMHVLZkURg,959
558
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/income_support.yaml,sha256=fzl8g4-TqG9jSyWBY-CL5_L3UeEkF5fjRWvNBSXcGfA,1142
559
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/tax_credits.yaml,sha256=4waST6yDOWwnnAw90Yv7wL_vKlKXDy9diH9dz9vACow,2474
560
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit.yaml,sha256=xz0Ew53OQdleX_CxtP24kfQykgrLY9EglPbEgt708nY,543
561
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/housing_benefit.yaml,sha256=C3PbDEEpsQ9lHfguTtUagPcq1tNzLkKasMeI2wCkPOQ,455
562
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/housing_benefit_applicable_amount.yaml,sha256=uozi6qhkjg7Wexcdc0GhQPIRaink1HH-lDtd9N_FuPo,3518
563
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/housing_benefit_eligible.yaml,sha256=qgsYfgAabmKOt-dzL1qDldRWDDQ4O7-OFVrxRizpljc,829
564
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/would_claim_housing_benefit.yaml,sha256=GY93jibbVtJuFWad_ocZg8yxSQZBCGpXbQOIj6SpjX8,735
565
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/applicable_income/housing_benefit_applicable_income.yaml,sha256=kd_gz6CtSM4NfxAgEK0ooJ5E61qKzMVU3VcpFKk9hy4,2814
566
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/applicable_income/housing_benefit_applicable_income_childcare_element.yaml,sha256=Y0A_WIGKBjL5gIFAHOKRNhS6jj_-xeCH7B0X_UVrcZw,632
567
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/entitlement/housing_benefit_baseline_entitlement.yaml,sha256=DpC3tI_6UFT-CZnDDpQEy-vLFO-PMKMRYrEnL8QsOTg,139
568
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/entitlement/housing_benefit_entitlement.yaml,sha256=xoVfVNqm0i6V8bLNxl5metjIOdg31jil504G061OYtg,1201
569
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/non_dep_deduction/household_benefits_individual_non_dep_deduction.yaml,sha256=MZWbzWRfQjkH8NtEs08Hi9DBDJHQCU7gp6rIHA-1nXA,904
570
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/non_dep_deduction/housing_benefit_individual_non_dep_deduction_eligible.yaml,sha256=vcHrYb44ygTbufxR6QQmunx5yvZcs8HEuHqgLHTTJYs,499
571
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/non_dep_deduction/housing_benefit_non_dep_deductions.yaml,sha256=jEe538TpMVj_zsUa8XQsShqVP9QDvuqxtze4TUfWGwA,1561
572
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/UC_maximum_amount.yaml,sha256=Rl3CdS3lmfG6kyNOThcuGCEti6z7eBEWn9mwwGFfaEo,258
573
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/is_UC_eligible.yaml,sha256=3tLjz6RebcqmCwZUmaOGXlLdwvNI2LqngA9c-NvUR1E,527
574
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/is_uc_entitled.yaml,sha256=nNse14yus4IGGtrgMBDXtiBXYDiV1KlzoAuAk_Hm3W4,238
575
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/is_uc_entitled_baseline.yaml,sha256=6K5O30gdob2Jw4G6AvBco5cJn89bsihj8GHMkdmMhxU,132
576
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/limited_capability_for_WRA.yaml,sha256=Q31zPyYOxDCqIiIfAWfQYgPIypOCdtuRevnWIQdV33o,313
577
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/universal_credit.yaml,sha256=k3YTJ58NybE8ZoJ-l3mixUU6mXbEPUEQjP3vVN9oxbw,234
578
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/carer_element/uc_carer_element.yaml,sha256=v0p7KcljQIVxPZ8lzYKr6iwCqoYf1zHKhp_9TKV5ZPM,290
579
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/uc_child_element.yaml,sha256=XcpxGVl3SAzf3gUgUfs3_8_uZrrx2s9fqa7WMRigm5o,438
580
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/uc_is_child_born_before_child_limit.yaml,sha256=MkoyyqnjYppwKyUkYArYGD-jxOPy6e2EQESOBXLBZ9g,507
581
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/disability/uc_disability_elements.yaml,sha256=K5VdabzPvNATVi7dURvy_M4aMA-bWsgRgTsqacfE0qk,338
582
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/disability/uc_individual_disabled_child_element.yaml,sha256=_emoNdLMLeqreSWoHHWJ9YObBIDzMCOlPOMYHMDTKUE,206
583
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/disability/uc_individual_severely_disabled_child_element.yaml,sha256=V8srzXroLnoewPbUt7v-uWlqVSFnei0hz4bnmDeqRSI,207
584
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/disability/limited_work_ability/uc_LCWRA_element.yaml,sha256=RhMnJeCwNgLYtoiHwN9JcCXiRPCsibx72e3uolaWhho,228
585
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/childcare_element/uc_childcare_element.yaml,sha256=pk0NbDDUIIufj-HV2tXIZZ3a3w8TOed7ej4sIOvRx3I,962
586
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/childcare_element/uc_childcare_element_eligible_children.yaml,sha256=4uood-O9gDU8BO8d8TPqnZJr_G0xvMiNxnOGAyRdGJI,783
587
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/childcare_element/uc_childcare_work_condition.yaml,sha256=3W-OMWeL0ZSJM0TGJfp-_wmhUjyGK65qrA71Dicoxkk,986
588
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/childcare_element/uc_maximum_childcare_element_amount.yaml,sha256=_hmplDTmck-v01IrghjfF2gtW1fJEQz_ABFfPg0cdes,480
589
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/housing_costs_element/uc_housing_costs_element.yaml,sha256=KjZO2aPEpsVpxw33llyLL4oEySLJuuweIPv6pnqrlx0,2171
590
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/housing_costs_element/non_dep_deduction/uc_individual_non_dep_deduction.yaml,sha256=2FxWcdt3p29qy3Bto5_VRAMeW04eb_C-ss73SkqkeG0,878
591
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/housing_costs_element/non_dep_deduction/uc_individual_non_dep_deduction_eligible.yaml,sha256=38n0HdexDNAeVebwTiFZhHb74M1DwdOn76SSVEABw4s,436
592
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/housing_costs_element/non_dep_deduction/uc_non_dep_deduction_exempt.yaml,sha256=SKkrXEgJZiI05W314A-0LoqCy58ETcuiHWDdsDoBI2Q,760
593
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/housing_costs_element/non_dep_deduction/uc_non_dep_deductions.yaml,sha256=8mSdTKaq4uUEqQqkSMlfDec8orPODxyIepZZLatga4M,1410
594
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/uc_earned_income.yaml,sha256=8-aGvhTBvS7D0InSrCD4ROBxgtp6ra2ODnOFcuNpwLs,481
595
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/uc_income_reduction.yaml,sha256=yr4NqiAKp8Izzyj3-SfF5hLJoIOuJ2isO6zguMmCavs,610
596
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/uc_unearned_income.yaml,sha256=Y24r4cdqFr4GnWj9yq8zDN5djLGXv0dPStXlGpHdNaQ,258
597
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/income_floor/uc_MIF_applies copy.yaml,sha256=lS9JFwWxwRvdDOJio9KsxL_X9Uatjl7teaSnpTtoRnk,756
598
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/income_floor/uc_MIF_applies.yaml,sha256=zbo8x_jMTERMw_Ewau1YwUfN0oRQ-uWqBN7amsZ5pv8,688
599
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/income_floor/uc_minimum_income_floor.yaml,sha256=CdbK3YhfY0iO7eK7gb-EvNyjL50JM6SiRZUTqIjm_48,149
600
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/standard_allowance/uc_standard_allowance.yaml,sha256=3or0OF_QJTwYE2Y3wtFjxKLmfyAxTTh2D2jJieefj44,165
601
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/standard_allowance/uc_standard_allowance_claimant_type.yaml,sha256=cbVxHBQVtVQxSjVlTymsvHf6TrfdcxbSke6RCMi_Ceg,1297
602
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/work_allowance/is_uc_work_allowance_eligible.yaml,sha256=O5pxquRDA8sq5Ly1s43CH82XP-ctZSkzSIeBFKOyxio,686
603
+ policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/work_allowance/uc_work_allowance.yaml,sha256=K06--B20Qaz2FVrz7iR0zZ6pYE8P64oeUZpRWmHzWcM,207
604
+ policyengine_uk/tests/policy/baseline/finance/income/minimum_wage.yaml,sha256=qv8HEhkWJeyIVYL4AKcFJryiMhqQqEr2rCv4WGuaPxc,138
605
+ policyengine_uk/tests/policy/baseline/finance/income/minimum_wage_category.yaml,sha256=mGVi7xJRUiuoYjmp_Dcc1dWZ2-7ceIKAhN1r6NLI6tg,787
606
+ policyengine_uk/tests/policy/baseline/finance/tax/income_tax/savings_starter_rate_income.yaml,sha256=MVgdxK3jU9_i5WptA6SxYXipKg__mHm1tGk01A9MwS0,1195
607
+ policyengine_uk/tests/policy/baseline/finance/tax/income_tax/scottish_rates.yaml,sha256=6W1oeU7i13VJZhSS2_2du6a4P75YHkTSv3vmZJIs92I,181
608
+ policyengine_uk/tests/policy/baseline/gov/abolitions/abolition_parameters.yaml,sha256=9oaBaVXSP-3-02UZpr3nLB4b0re50G8jRFOop9SPq_A,4837
609
+ policyengine_uk/tests/policy/baseline/gov/dcms/bbc/tv_licence_discount.yaml,sha256=INGw-yjudsQMxNDTiWpcuWbns-UPDKGnH3VuF000kHY,805
610
+ policyengine_uk/tests/policy/baseline/gov/dcms/bbc/tv-licence/tv_licence.yaml,sha256=cYAZlmmoAxWymv7L0lDzPcX6dexNAERQnVQMOB0HVzE,562
611
+ policyengine_uk/tests/policy/baseline/gov/dfe/care_to_learn/care_to_learn.yaml,sha256=i5RIghjT2T7uWn_xvaeYb2dIJ7JsreSr_f12UPtFqpg,508
612
+ policyengine_uk/tests/policy/baseline/gov/dfe/care_to_learn/care_to_learn_eligible.yaml,sha256=XPeMlYk3ibEpT6GgVzVk_IPnsTHLDzM4mlcru1jwA-k,3745
613
+ policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement.yaml,sha256=JVdG6L9RhAFx3zn9ZPwvI030o6yETsW47y2jdYtGSFs,4771
614
+ policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_eligible.yaml,sha256=fE6Cm9K0xQsTWrFS90lrVa8pgwC8gdpGtmttBgLsZhw,4305
615
+ policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_income_condition.yaml,sha256=5PihH858DmLIkWZTrDMuqF9X9PXCzejffjbKc_LhZPI,1250
616
+ policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_work_condition.yaml,sha256=7KmrVQddB70kbtn2TbdJ8q2ER58H9GhAJmeak0sODoE,2300
617
+ policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/is_child_receiving_extended_childcare.yaml,sha256=RhmbmqFY1bpnRQgZGEKK1F2__HFFUf66HNKkI1J3fZs,1515
618
+ policyengine_uk/tests/policy/baseline/gov/dfe/targeted_childcare_entitlement/is_child_receiving_targeted_childcare.yaml,sha256=friUdE0jUdxo7DeE4yKM8BBKX2BKVBC1A6qraEJCMG0,1278
619
+ policyengine_uk/tests/policy/baseline/gov/dfe/targeted_childcare_entitlement/targeted_childcare_entitlement.yaml,sha256=D9EHXZ99B6VbVgXitPSdaap5-BTcQbSJiPB8fPldAIg,2008
620
+ policyengine_uk/tests/policy/baseline/gov/dfe/universal_childcare_entitlement/is_child_receiving_universal_childcare.yaml,sha256=FDqIERUsgZkGyC5UBSchBv4BuYxva2bRIFlVfX067Yo,1286
621
+ policyengine_uk/tests/policy/baseline/gov/dfe/universal_childcare_entitlement/universal_childcare_entitlement.yaml,sha256=PSprNMq__ukCgKgMmpmhzEcfOT-JxcGB6uk-aHR59HI,2962
622
+ policyengine_uk/tests/policy/baseline/gov/dfe/universal_childcare_entitlement/universal_childcare_entitlement_eligible.yaml,sha256=5V7XfqAV2jGbqPy4vUF8_2ig3Xu82oOtVjr25ZBqGW4,821
623
+ policyengine_uk/tests/policy/baseline/gov/dwp/winter_fuel_allowance.yaml,sha256=oG7AFmop0hm35q1EA4jpa_EQd1Y6x09diZ8dpLQxuDk,1329
624
+ policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/housing_benefit.yaml,sha256=mXjO2xuwZzVtYSmDY4SqkHfQaWHaxYY8MxBqx1xpCZI,499
625
+ policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/is_pension_credit_eligible.yaml,sha256=TcofonT3XGZb0L1EPXJ3_tW9XNLjg2TDmvMz67H6HoQ,486
626
+ policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/pension_credit_earnings.yaml,sha256=bjnsuid70qPSklSORUHl7-DAETOyMWpN1mRgYLr5PLk,1390
627
+ policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/pension_credit_income.yaml,sha256=kUmF65gS3BZFfes7y4sPnCf_mCS2jEzBGw8EYEMR6W8,302
628
+ policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/guarantee_credit/is_guarantee_credit_eligible.yaml,sha256=qTUtJHZGda4maaw8yE2YO1MVUk1Q7uK68jpFDUpjuI8,399
629
+ policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/savings_credit/is_savings_credit_eligible.yaml,sha256=O-KRWrnXNf8nyTxDXpPAKSoCjfCIJPBDj0Nli134N0Y,1653
630
+ policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/savings_credit/meets_savings_credit_age_requirement.yaml,sha256=ni5nWv-GIc0skyeUXR-UIysnzxyMekMfSEVOvu7sKns,1890
631
+ policyengine_uk/tests/policy/baseline/gov/hmrc/capital_gains_tax/capital_gains_tax.yaml,sha256=vrsKU2WgHdrDHJiBv7YExA-ZDRBSQhFSYCROKdmqUqM,1622
632
+ policyengine_uk/tests/policy/baseline/gov/hmrc/child_benefit/child_benefit.yaml,sha256=YN-rTHIf9SoSSojfoDtFucogyrb39Gy6h1Dpp00PWeI,866
633
+ policyengine_uk/tests/policy/baseline/gov/hmrc/child_benefit/child_benefit_respective_amount.yaml,sha256=3BeUW9NdSM4n50nrSZOI2K8AQql65zLSbr5VInBgoVI,971
634
+ policyengine_uk/tests/policy/baseline/gov/hmrc/child_benefit/would_claim_child_benefit.yaml,sha256=R9nSqp1jOPao8Tbu8vxQfBZeuF0p_nqNL9t5AFE9ink,163
635
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/adjusted_net_income.yaml,sha256=G1pcD_PNKdhyKGRWLjFiX6jr1MzjEA9RmZcr2GVCl04,3485
636
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances.yaml,sha256=cEnqmahD92Y6nu2RNfYB3QpfdCAbkQWc0ME8CuIOHGE,2508
637
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/base.yaml,sha256=yGSSyMjdPd6O8dZn_z5z7hZ76Q3QJmKbzMyakm5s4vY,306
638
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bracketized.yaml,sha256=edGIz4TsGzs46eWqONCovQ2wXwq_o9duO7rR5WN91p4,238
639
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/earned_taxable_income.yaml,sha256=yXoAxRVMQAKRqIeil958fqA5X3TbWu-ixJp1mJnn-0w,214
640
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/income_tax.yaml,sha256=QUJ9ev3lyITJwki6AOTAbVpPCUR2Zz76B3FvZZ_3orw,376
641
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/allowance_integration.yaml,sha256=IloC0sL20DjcIgNMBvbGr3RAlakQURxHqqFMA3--ZGQ,509
642
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/is_allowance_eligible.yaml,sha256=OrZUUActihrroRqdxtc6T_ryJ4K_YKMQ_99c7HVj8us,1592
643
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/marriage_allowance.yaml,sha256=EGBTObLjJkRmqfbmf39cZrWw0kxW132j5f-m8kdPEXU,846
644
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/meets_marriage_allowance_income_conditions.yaml,sha256=_Vz-B8zlOYyhdiB4GYSCF745y4xcIDdD49wMyM3J68E,518
645
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/received_allowances/received_allowances.yaml,sha256=dPPVGEKFAZZ6Fw4iFsQzMDAoL271eB1oLyLqlWNcEa4,1279
646
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_dividend_income.yaml,sha256=wnfHG7LkrmlSBG_nDfF4bYcHGd8OfFgAWe0PfC1V7jw,1645
647
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_earned_income.yaml,sha256=3DMrZwuyNzKMAw8jrU3kldV2GyfZyrnI---aG9q5VrA,1552
648
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_savings_income.yaml,sha256=XFoMuLwjCpvDpdYbMAtfdVHLPCn2x3W64oJYYgb53LM,1421
649
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxable_dividend_income.yaml,sha256=eXbdn52TvnlmU_UuUD1EtL_TLcaMoZRRkkwuCLHISGE,1532
650
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxable_employment_income.yaml,sha256=iImWqS0z9fiLWYaFXc6EW6Hj3edQ3bcw2NC9va9XFCo,673
651
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxable_property_income.yaml,sha256=1jV2rcOvhrvzRroPRuhaK_Tv21ZBXjOjIpXa-1I8ucY,1486
652
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxable_self_employment_income.yaml,sha256=G0gtVRN2wqyRQKEX-URYKSbfkYQuaGvYXqTnu1y82Cc,2794
653
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxed_dividend_income.yaml,sha256=ONHLuNsR7Nu53ALQ_2MqWKXkUH-0BiW7LzQ69egbaQs,2842
654
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/savings_income/taxable_savings_interest_income.yaml,sha256=VTp-7NJy0GyBWyR4q5_ANJ14SehztjhHhUBc3oEPAZc,1729
655
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/charges/child_benefit_hitc.yaml,sha256=bNQXCTGOfhvLMOiolVXvxm19EhKUIu1y5IfcrI3cp4s,545
656
+ policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/reliefs/loss_relief.yaml,sha256=3ZUkJrTOighaFmd2PIipggwkiCGAnjmvsI6q68Zu7dA,1333
657
+ policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/national_insurance.yaml,sha256=mgMe1wHrT2XHIqHBJj5KQzYJMPXQJLOnHAygN7JWvgQ,207
658
+ policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/ni_employee.yaml,sha256=QKpQWF8mbKYdkqn6mexlcxHDsm8k4qx_q2i47zNP_k8,127
659
+ policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/ni_self_employed.yaml,sha256=mrs5STK-oDMFjWOVmiXFzsrkSTT5YxSlm0k28vqnTL0,152
660
+ policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_employee.yaml,sha256=ed50BHL3zArrK5RtVN40pQY14Gowob0oucc4Bg9LJM8,573
661
+ policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_employee_additional.yaml,sha256=wGKVKqRPh6dCFKq6qwLedq4U7wEUsrhSvheQURfn6Rg,430
662
+ policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_employee_primary.yaml,sha256=1VYJuMMM618IqBQhsuOKvd0s-rg-5tZjTdUX5etLpLU,194
663
+ policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_employer.yaml,sha256=obqoIY3vGVCGKYqYldx0NclL1-xUX7qGlj_3lu7YsXg,584
664
+ policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_income.yaml,sha256=UliVbtXWKsRhw-7OHXVkyDSSlnSqeeerdb-Haky1f4U,223
665
+ policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_liable.yaml,sha256=zISMj0d0bZkom4LWhqtzpb3S2omk2QReSqIK1pVS3uM,324
666
+ policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_2/ni_class_2.yaml,sha256=Rph6It474g8JQmhjoy9-HlWS8OQp-kd7cgqsv2X1zF8,245
667
+ policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_4/ni_class_4.yaml,sha256=cT_kyu-Ho0S7nyrzq_HFlKzFsyGhm_kwogRKVbDN8O4,148
668
+ policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_4/ni_class_4_main.yaml,sha256=aLb5QixgFaICHo1Ok3H1Rw7NSzMvp1PlpjMbkLspoFA,173
669
+ policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_4/ni_class_4_maximum.yaml,sha256=Xng56opKxye06dLkqfPbSZjuSeqWOF9r1j6rLxTWetw,251
670
+ policyengine_uk/tests/policy/baseline/gov/hmrc/pensions/pension_contributions.yaml,sha256=XAg7SMCI6uajYfHtlJ_BTjNHrEzGfKbk0lU97Ka7V-A,1523
671
+ policyengine_uk/tests/policy/baseline/gov/hmrc/pensions/pension_contributions_relief.yaml,sha256=X96f0HdI77PstQfwyiHKA_QSXCZlF74x0p3PwzCbjic,1367
672
+ policyengine_uk/tests/policy/baseline/gov/hmrc/stamp_duty/sdlt_liable.yaml,sha256=m-nElNVcxZkO4PPn198JS5FAWIIRP9eYzXeneIM5-9w,178
673
+ policyengine_uk/tests/policy/baseline/gov/hmrc/stamp_duty/stamp_duty_land_tax.yaml,sha256=hDgGvRWSt_WLi9n0l_VBnLEOqjFSRXirVVDiFG0LQ9g,1568
674
+ policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/is_child_receiving_tax_free_childcare.yaml,sha256=fv6EWxI_Q3FEqUWQd92WZubg04pdDLAg1YbSEqMYniA,1491
675
+ policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare.yaml,sha256=9yVTTYF7jDoIjtKqGxHVpEgc8KXRcENuTduqeBl3htQ,1655
676
+ policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_age_child_condition.yaml,sha256=lc52bjOyAjEshSOJU2bABlQBUo_WKFqnpWqXfj6rgdg,765
677
+ policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_eligibility.yaml,sha256=3ukR6Gy95PIT67pmdKbMgIQd-cjhytiyOYXwdHEhb_A,1568
678
+ policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_income_condition.yaml,sha256=qpqIYXa4ubJQiuPZnKR2kLk7or_tZhbYMu6Y4em2hi0,1718
679
+ policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_program_eligible.yaml,sha256=ve_hP9HjD1Gjnscdz71ZU7bRFRlTGmpi_lXBOHkhySU,805
680
+ policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_work_condition.yaml,sha256=kZTgT961Ia33PniUQ6yUeUwa3cVD_-rr3HYvdnbkoFM,3456
681
+ policyengine_uk/tests/policy/baseline/gov/local_authorities/domestic_rates.yaml,sha256=pYQJD-a2wj6gnLpq9gXAjo1-Ee_hFgJIQterHE2o278,158
682
+ policyengine_uk/tests/policy/baseline/gov/treasury/energy_bills_rebate/council_tax_rebate.yaml,sha256=tl-dRq-75a7T0ymQ_xwklmqgNqvt3O_orcAYMumqpvU,449
683
+ policyengine_uk/tests/policy/baseline/gov/treasury/energy_bills_rebate/energy_bills_credit.yaml,sha256=TUHCdT1wvtVY9s4aFMU1nhDMQlPZOBRG6yyTaYY12uQ,114
684
+ policyengine_uk/tests/policy/baseline/gov/treasury/energy_bills_rebate/energy_bills_rebate.yaml,sha256=w5EpdQMaIiqGVhJkKwoJU3T2T1uE2BvaZAVFT7ioTz0,279
685
+ policyengine_uk/tests/policy/baseline/gov/wra/land_transaction_tax/land_transaction_tax.yaml,sha256=cDzNT-rQpGxEAbQ9duqDnLb6Hqa-nQpnSUTOl7K2lFs,1266
686
+ policyengine_uk/tests/policy/baseline/gov/wra/land_transaction_tax/ltt_liable.yaml,sha256=mhSQ2NNBff52RBLoOTDaE_v2nOPCIPz9cGuuTQDHsgQ,162
687
+ policyengine_uk/tests/policy/integration/income.yaml,sha256=1hHb3Zai9FxyiYpOqCdLhmw7FV5F0sNe2zFXcifRkC4,1272
688
+ policyengine_uk/tests/policy/integration/tax.yaml,sha256=fVW3X02K6DQ-cYYBrsgR7eLszBOZC_SoSiBlNTsW100,288
689
+ policyengine_uk/tests/policy/reforms/parametric/energy_price_cap_subsidy.yaml,sha256=ikyGA4C8M7UESwQyG-1rKb7o76C8TtLSb9Jm5YHgi3M,266
690
+ policyengine_uk/tests/policy/reforms/parametric/wealth_tax.yaml,sha256=vW6APXKHfz9KclCB1EQUq6QJ_foWQvfeEGb3sIa0R5U,225
691
+ policyengine_uk/tests/policy/reforms/parametric/basic_income/basic_income.yaml,sha256=4JwGrIg_gQxYApxZoDLoBZMzuZ2AFXTwIGWotLHDcaA,2614
692
+ policyengine_uk/tests/policy/reforms/parametric/basic_income/bi_maximum.yaml,sha256=tXO82-MLRw8Y-LH1BiblO84SZNSTTJzQUuCtfXrXRLE,299
693
+ policyengine_uk/tests/policy/reforms/parametric/basic_income/phase_out.yaml,sha256=QlFPObyDnZvqXZ6koehDpsm_cgMYf9sB1OLxHekOY3k,755
694
+ policyengine_uk/tests/policy/reforms/parametric/two_child_limit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
695
+ policyengine_uk/tests/policy/reforms/parametric/two_child_limit/age_exemption.yaml,sha256=mlNyZewO9LCsVoKCFnhvLVWKaROnaD5TvStmN9ugfUI,3382
696
+ policyengine_uk/tests/policy/reforms/parametric/two_child_limit/ctc_age_exemption.yaml,sha256=xOgctFi4eLVW7agHdRPUU9szoRzt4p0R9eiMvPqwv_s,3577
697
+ policyengine_uk/tests/policy/reforms/parametric/winter_fuel_allowance/taxable_income_test.yaml,sha256=QY3LYJ92VzYH9mXU54XD_6PhefwHNK80kGYQ0R5I0SM,6289
698
+ policyengine_uk/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
699
+ policyengine_uk/utils/create_triple_lock.py,sha256=hSd3IQmsq6PVs_q1EJU6L4oIgIo9bDrzSA_68ZTVkZM,874
700
+ policyengine_uk/utils/parameters.py,sha256=OQTzTkHMdwbphCo0mV7_n_FJT0rdwIKNFTsk_lsdETE,1301
701
+ policyengine_uk/utils/solve_private_school_attendance_factor.py,sha256=LUZCgHKAQTY5qHlGJutn7pOFUWT0AP16YcJy-YUjQ3Q,1609
702
+ policyengine_uk/variables/contrib/cec/non_primary_residence_wealth_tax.py,sha256=Hx5HCHc9ioK6InqTgTt6fX9JwI0sroTLgPB5N5YCJz0,668
703
+ policyengine_uk/variables/contrib/labour/attends_private_school.py,sha256=OfTnVcRhuBNI6bIPdlbLdVvhCYWYu0eHTXNbLeGl3Bs,2422
704
+ policyengine_uk/variables/contrib/labour/private_school_vat.py,sha256=IF1XfNNYFuYPiZd4HiGF4aAiPcY1_vGA_nAgTW7M2wg,851
705
+ policyengine_uk/variables/contrib/policyengine/consumer_incident_tax_revenue_change.py,sha256=b8_dTgmqLqEjxL9rJbHuIKqttcoP3nmdX6Jr46XpEjY,825
706
+ policyengine_uk/variables/contrib/policyengine/corporate_incident_tax_revenue_change.py,sha256=HnsGLkpUZWI-ITs6nhvi-avOBbekMLhFghjuLuQMVIQ,510
707
+ policyengine_uk/variables/contrib/policyengine/education_budget_change.py,sha256=iQf3GBnctyqwjSEeBNcYuUX9nIwLm8AKIwT8JKobCFg,1467
708
+ policyengine_uk/variables/contrib/policyengine/high_income_incident_tax_change.py,sha256=T-CPp_frU3jUYQJvyKEUgK8WL0f0aBMOR70blVOrzk4,775
709
+ policyengine_uk/variables/contrib/policyengine/nhs_budget_change.py,sha256=Z5k9jgiR_yi62Et_qhPU83Z5Pv6fDSbGhRVzNesMPyQ,1448
710
+ policyengine_uk/variables/contrib/policyengine/other_public_spending_budget_change.py,sha256=jPCvxuaX7PWYlbKS046K-_gqO-2kWRfed6EvJfc7mYc,1528
711
+ policyengine_uk/variables/contrib/policyengine/pre_budget_change_household_benefits.py,sha256=1nWJ42sO57AkhF6UaF7VyCY9rqATQND1njlhtpPC398,2063
712
+ policyengine_uk/variables/contrib/policyengine/pre_budget_change_household_net_income.py,sha256=tQCnxQIXv4IkkYZYyJ7-5vLsbBn1J_W8rjmJlbbdbnY,397
713
+ policyengine_uk/variables/contrib/policyengine/pre_budget_change_household_tax.py,sha256=ug0AjfDVm_KTymDL2DKOklwVVgW-Ug416yCOrm1YPbU,1184
714
+ policyengine_uk/variables/contrib/policyengine/pre_budget_change_ons_household_income_decile.py,sha256=JfxVO6B2WYx776lSa-Do-mXSJ5igCzmc2dDzzfQLeXA,1495
715
+ policyengine_uk/variables/contrib/policyengine/employer_ni/adjusted_employer_cost.py,sha256=ST8qa0iZssevjJEe5c2-3XJfxC6Z6mswsmu2dcaosC8,1479
716
+ policyengine_uk/variables/contrib/policyengine/employer_ni/baseline_employer_cost.py,sha256=3dvHkJubJcYkY5HspAWrS7bm81YiySbobUvwnjYF_qk,1849
717
+ policyengine_uk/variables/contrib/policyengine/employer_ni/employer_cost.py,sha256=C71cXMlFA-cI4EUPhQj9O2faaQJgQHxcwMQl27DujCY,666
718
+ policyengine_uk/variables/contrib/policyengine/employer_ni/employer_ni_fixed_employer_cost_change.py,sha256=kPRn_R9oZTkkl7yg6s8XUljhuqQ0fKVxsTIYUy83PhM,3551
719
+ policyengine_uk/variables/contrib/policyengine/employer_ni/employer_ni_response_capital_incidence.py,sha256=ikb5RQs6yT5GxfEjocB-YXLjdBMfCl0WK1RVrT8N8AE,1608
720
+ policyengine_uk/variables/contrib/policyengine/employer_ni/employer_ni_response_consumer_incidence.py,sha256=6ZmZ8LTOeCBRljK8t-Cpet1x5y2iS2C_MJFx6ECer8A,1645
721
+ policyengine_uk/variables/contrib/ubi_center/carbon_tax.py,sha256=sHmStTjRYK85zKI0GM5yb4ALAV8M1di9gybFvOowp10,940
722
+ policyengine_uk/variables/contrib/ubi_center/land_value_tax.py,sha256=3eOIwecbuEiwse8Zhq_g-QfPBX9bcyoczhv9Pnu7YjQ,638
723
+ policyengine_uk/variables/contrib/ubi_center/wealth_tax.py,sha256=lFk_i2VnSBHxK8lYage3t7BlUcVgFgqmQ_aaWvacC6w,441
724
+ policyengine_uk/variables/contrib/ubi_center/basic_income/basic_income.py,sha256=kWVz8DpOyQY27irY149Wk2vbw3WzYvj2eaR7n43FO4c,245
725
+ policyengine_uk/variables/contrib/ubi_center/basic_income/bi_household_phaseout.py,sha256=4yfkGRYIp3yhEnrReKppO1lj14F8kaDpjqnV7ERivDI,1307
726
+ policyengine_uk/variables/contrib/ubi_center/basic_income/bi_individual_phaseout.py,sha256=uXRTfhexjbpZYixkXBxYQv1Qso7WoSglDzioid-j1SI,801
727
+ policyengine_uk/variables/contrib/ubi_center/basic_income/bi_maximum.py,sha256=Nan9neOIke527lft99me8eZMdpmA6CG7ftue0SpB5AM,983
728
+ policyengine_uk/variables/contrib/ubi_center/basic_income/bi_phaseout.py,sha256=CcTdVg4KABnB8Uj0DpiO4wXfpUsRMGn1aHgoQqxBCaI,259
729
+ policyengine_uk/variables/gov/gov_balance.py,sha256=fNo-e-Nc3SIVAoCQR0VUMKj3-qre9IpYcfz-KEYkQ5w,328
730
+ policyengine_uk/variables/gov/gov_spending.py,sha256=VWWnDaCWuyIUmxvAjiD7gwrk-TwK63j9ZcLiFRw-8dI,1382
731
+ policyengine_uk/variables/gov/gov_tax.py,sha256=icXnxMiSy0NLlnDYdNAAAxE7hQShILeHRoU8jMu46t0,1284
732
+ policyengine_uk/variables/gov/dcms/bbc/tv_licence/free_tv_licence_value.py,sha256=3W9zi4rnq5-HAPBHr_DLZHlyMVHs5TL3ZhB0GdfDTyM,710
733
+ policyengine_uk/variables/gov/dcms/bbc/tv_licence/tv_licence.py,sha256=kHCMt8s6EQjzFN3AZUw05HwJf4GFJDjJQzsVYKCe2QY,689
734
+ policyengine_uk/variables/gov/dcms/bbc/tv_licence/tv_licence_discount.py,sha256=h-zV_TtYl2hMKmilq-QK_hci0C66k4_gnhk2IAyLbI8,1233
735
+ policyengine_uk/variables/gov/dcms/bbc/tv_licence/would_evade_tv_licence_fee.py,sha256=cnwODZJMJddJ9MWIrcIldXD2m-rNXPOI16fTSj5CDHc,482
736
+ policyengine_uk/variables/gov/dfe/dfe_education_spending.py,sha256=vt5MDY26xIaPrMfeF0I-K6c2VwzdcaLgFDc2BByY6Yk,281
737
+ policyengine_uk/variables/gov/dfe/free_school_fruit_veg.py,sha256=R0kxwEl3xQ_RMeFXjGmg5yInH7Z21ScJxDoaV5yFRWo,261
738
+ policyengine_uk/variables/gov/dfe/free_school_meals.py,sha256=7_IkiyRibTFw2G-pIPgmAC4NJ62VMiUP1Bo6k8FVBHs,242
739
+ policyengine_uk/variables/gov/dfe/free_school_milk.py,sha256=OT9-M--JxRdfXMubE8xNKG9M8a6YtPnUhVcqAgr5RUM,240
740
+ policyengine_uk/variables/gov/dfe/max_free_entitlement_hours_used.py,sha256=nKMzHjdBRMj6Ysqa65nu43o7Mrm4ssMNxqwEZ66VUp0,345
741
+ policyengine_uk/variables/gov/dfe/care_to_learn/care_to_learn.py,sha256=Ittkq882Cvibw5zv4D36_xcP1Ysf8EzmVehStV_aXsY,684
742
+ policyengine_uk/variables/gov/dfe/care_to_learn/care_to_learn_eligible.py,sha256=LVQ9Wyb8E1czeaGqRNAHZA9Mk0iMryrKkigKEtMX-zg,1414
743
+ policyengine_uk/variables/gov/dfe/care_to_learn/would_claim_care_to_learn.py,sha256=7s--vgx2BBkHHUfvUkbMijgA0c_RXUgnmHalckN781g,319
744
+ policyengine_uk/variables/gov/dfe/compulsory_education/is_of_compulsory_school_age.py,sha256=PTuwsATFrz0M2ZBqfyLY9zKak0iqC4RaaYu0x4yPVtw,389
745
+ policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement.py,sha256=VtA4DqDGCnziYtDAXTHRTSCEj2ASbsPvteAJ4pGSPFk,1525
746
+ policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_eligible.py,sha256=cCSaylOaxV4X8BlPNvbRJrDI_NdwOluO5eJ4XXg4lHI,1129
747
+ policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/is_child_receiving_extended_childcare.py,sha256=ao5Q_JV_o9AlxCNFSFwJKo7P6LHDl62rLlocKTzxM5s,972
748
+ policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/maximum_extended_childcare_hours_usage.py,sha256=Bu-8H9LbB6dUpSI457Yy9QrasfrFdlSxJNSPc6Xlxn8,388
749
+ policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/would_claim_extended_childcare.py,sha256=L11OZI2RB9QX0Fld72nB6HyFj0rrmIwko-1VzYpFUas,341
750
+ policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/conditions/extended_childcare_entitlement_meets_income_requirements.py,sha256=VkbEedPV_p0pPgFQDbGk9LbokIKlaNSjMV3KovXMt74,1492
751
+ policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/conditions/extended_childcare_entitlement_work_condition.py,sha256=kLSDQ0Ajvod7TrjTJLCoPXeYzGJyKIr-jUotYsm3bBU,1959
752
+ policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/is_child_receiving_targeted_childcare.py,sha256=-pqZuka4W_ICS27mTHc26DYOgmJzTX9XvfrsQvBOKmk,921
753
+ policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/meets_tax_credit_criteria_for_targeted_childcare_entitlement.py,sha256=xjF4ZtwOFf2238v4Dz2IbhhCpu3DSHU2ivLhPva-17Y,1076
754
+ policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/meets_universal_credit_criteria_for_targeted_childcare_entitlement.py,sha256=CsAMpkWkHXFEi4Y87Je-EJQPo2ZVxLZtMFqXTKqHWwg,1009
755
+ policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/targeted_childcare_entitlement.py,sha256=uNzqhSiwjVa00zNHrMFlru9lVeCd3YG_zIj4JJXshD4,917
756
+ policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/targeted_childcare_entitlement_eligible.py,sha256=QugQTtckbPEEiXZQd1exxFBz4PRlagSKH5Lf9Hany4g,1451
757
+ policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/would_claim_targeted_childcare.py,sha256=9ikBldqXmnj1dAP6liDDjY7XWsiNwHSs0gFTIYEQLpk,341
758
+ policyengine_uk/variables/gov/dfe/universal_childcare_entitlement/is_child_receiving_universal_childcare.py,sha256=62LdI599nwX9bdUrJpW8iJbD-1-7fRCZlCBPcEUr4NU,958
759
+ policyengine_uk/variables/gov/dfe/universal_childcare_entitlement/universal_childcare_entitlement.py,sha256=muYlzgZlFkI6D6zslfDzCSQkBGSTWSStYE_d6sdFemg,766
760
+ policyengine_uk/variables/gov/dfe/universal_childcare_entitlement/universal_childcare_entitlement_eligible.py,sha256=R605-7Zuv3s5IU-o4HX6qu6VFi63kHJ6ERhYuE7Oorw,1597
761
+ policyengine_uk/variables/gov/dfe/universal_childcare_entitlement/would_claim_universal_childcare.py,sha256=6xq6QR3yX_7IK7S9l0dzx_QDUHS-ZrsbYqzNEZYI7yw,345
762
+ policyengine_uk/variables/gov/dft/README.md,sha256=iPixu8UllwtNA7370al3Uf8QQ5kh-1dpSqdJv0sLJx0,27
763
+ policyengine_uk/variables/gov/dft/bus_subsidy_spending.py,sha256=ou91Ok21l0Q-PXvCCK1rpV5qbavJeCsJ4Tdbgp6-Z60,278
764
+ policyengine_uk/variables/gov/dft/dft_subsidy_spending.py,sha256=NUW0cM26bN0pzGkhKMywnU9lsx5uvBqw7MppnQDZ78c,375
765
+ policyengine_uk/variables/gov/dft/rail_subsidy_spending.py,sha256=vQEM1No7YKEUAfEVf3KPIFk9w-8kDYlPE1RF54GZyaI,282
766
+ policyengine_uk/variables/gov/dhsc/nhs_spending.py,sha256=LRn724sp9H35spYddOooVfd7VH7_i4QzuhSo_Sswrb4,371
767
+ policyengine_uk/variables/gov/dhsc/a_and_e/a_and_e_visits.py,sha256=h1VCyddZ65_zrVsTWKdhCMtB2EdQRik7Zj-kDXcq3_8,245
768
+ policyengine_uk/variables/gov/dhsc/a_and_e/nhs_a_and_e_spending.py,sha256=5Rr7l_d_DArXdy9ZsWc-zRA95nJxtN6SiZIB7Qj-Thc,287
769
+ policyengine_uk/variables/gov/dhsc/admitted_patient/admitted_patient_visits.py,sha256=X87lFMLSmrnljVosvLMLpySVI4ZoKBlHbWzfCkeAsNA,280
770
+ policyengine_uk/variables/gov/dhsc/admitted_patient/nhs_admitted_patient_spending.py,sha256=imlt4k8AdKwH8EiyIild3E6NdUaI8TJ5U57qbHwDyIQ,338
771
+ policyengine_uk/variables/gov/dhsc/outpatient/nhs_outpatient_spending.py,sha256=q1FL7JPTAGIb0uJbNcCp9nJTPPpta8LJ5wuzcAK09wg,320
772
+ policyengine_uk/variables/gov/dhsc/outpatient/outpatient_visits.py,sha256=KdTZwq8JumDHoxq9oK-VAibexxEjXQ6KxfLC6BPxmqM,262
773
+ policyengine_uk/variables/gov/dwp/BRMA_LHA_rate.py,sha256=korWE8r3J_tiYyGc7nbWarqO_jy8W1L22zMLnXhl09U,2069
774
+ policyengine_uk/variables/gov/dwp/CTC_child_element.py,sha256=6m9Mpql9FDSWQndgB0IPS2TVbXF8aLxdrMQ7Dr6cLrY,1000
775
+ policyengine_uk/variables/gov/dwp/CTC_disabled_child_element.py,sha256=st4fgA-0fwLxhFxd3xgkxDCvUSfSfNMO8ihCh-5W31c,825
776
+ policyengine_uk/variables/gov/dwp/CTC_family_element.py,sha256=p0hpeOSXftML95tfKGLWRUgYEuCfqDqt705tuO_kab8,462
777
+ policyengine_uk/variables/gov/dwp/CTC_maximum_rate.py,sha256=ocg678wah0U8MwhNLbc6zhjYlU3-9x2-lTa66Ndk6GM,411
778
+ policyengine_uk/variables/gov/dwp/CTC_severely_disabled_child_element.py,sha256=nbqsoi7GJLH6lXT8iAEqp_Q9JxldefpyItmH-wgDdTc,958
779
+ policyengine_uk/variables/gov/dwp/LHA_allowed_bedrooms.py,sha256=ZebexoeCZRCDHl7pRbcqojCUfszxYhWlkeA9zzVMS1s,2333
780
+ policyengine_uk/variables/gov/dwp/LHA_cap.py,sha256=hDRReKCaRwiXwsjM7hvQsSqiO9qzNaENf3WQNPjcla8,548
781
+ policyengine_uk/variables/gov/dwp/LHA_category.py,sha256=RQtKZapNcHmJgRMDZvUeN1WPO3qs9jFmpaNoA2t52Xs,3741
782
+ policyengine_uk/variables/gov/dwp/LHA_eligible.py,sha256=bjBmNtzrCbf6RjbnkjM4ulpJ7wyw_gNSJ5yuV5-ZK5c,679
783
+ policyengine_uk/variables/gov/dwp/WTC_basic_element.py,sha256=6NGKcTK8-t269DgDJ57U2xsmME_t-TAC9GkvJ1BOqSQ,450
784
+ policyengine_uk/variables/gov/dwp/WTC_childcare_element.py,sha256=5pmPVtnrMgmJfSFA6XZoQgwalI4ZXna8ZHmqkJbSLys,883
785
+ policyengine_uk/variables/gov/dwp/WTC_couple_element.py,sha256=GWASQcwcpsVjX4WH00-1nsbR0Tg5yelsglX4MAnlOd0,594
786
+ policyengine_uk/variables/gov/dwp/WTC_disabled_element.py,sha256=oa38Jlq0I6NKVnVrWfYRUYboYczCGJaPwpRXbnvHcT8,825
787
+ policyengine_uk/variables/gov/dwp/WTC_lone_parent_element.py,sha256=a53JSYuElSVwkwAGUsLSwil3hd9aJc-Vyg0KBLjjtA8,636
788
+ policyengine_uk/variables/gov/dwp/WTC_maximum_rate.py,sha256=nQKHtm44HAAJGyDEhWUKvdzG0ISRfRSPsh4A_osnBAQ,505
789
+ policyengine_uk/variables/gov/dwp/WTC_severely_disabled_element.py,sha256=2dbYIcnCYa_GaMQ-K-HRHwPVKHb7tcWc4mPfHmdL0do,593
790
+ policyengine_uk/variables/gov/dwp/WTC_worker_element.py,sha256=c1Lm5Ke8Gr30gXV2x-HCAwlcMO1aqy989kiZOMm5QlQ,595
791
+ policyengine_uk/variables/gov/dwp/aa_category.py,sha256=mY_cgi6Sq4yROsop0Pix024Go6bMWAeYbN4xT5DrN1U,1032
792
+ policyengine_uk/variables/gov/dwp/access_fund.py,sha256=A5qKLeuwBsvPVrNfQi9grBb-dFSX8XtnE-RB9heCnug,245
793
+ policyengine_uk/variables/gov/dwp/additional_state_pension.py,sha256=l-0avxdT7pvqhn42nc-Fi3SZM4DSvpHvmTQKhAS0Vp4,872
794
+ policyengine_uk/variables/gov/dwp/adult_ema.py,sha256=M3VfIALFbILPhaOb6NeY3ffBg4HR-ASBuECvDRQPoVE,247
795
+ policyengine_uk/variables/gov/dwp/afcs.py,sha256=rReaIh1KfrsZUyKRYFElTB_eLAge6zee1Yc5DRoBT7w,228
796
+ policyengine_uk/variables/gov/dwp/afcs_reported.py,sha256=znRyPn9V9qwwFl_70QVpMMoWIqXdZIzq1LcLjvymvy4,264
797
+ policyengine_uk/variables/gov/dwp/afip.py,sha256=upFrBznZE-Vv4cAg251VJVITWSDjQK9Npsh6_zEitOs,228
798
+ policyengine_uk/variables/gov/dwp/attendance_allowance.py,sha256=1t0EaIVLYZK1bYdX3LtJscsTVBMKc3eMurrVZFZ90kE,697
799
+ policyengine_uk/variables/gov/dwp/attendance_allowance_reported.py,sha256=pU2w7lFFvLDPBkdw0uoqYH7TUcDXeeXM6zG9GIi-Oo8,268
800
+ policyengine_uk/variables/gov/dwp/baseline_ctc_entitlement.py,sha256=Z6aAfyDCvaepEX6PPfTdjQPwGgFnMhP4lpQjZ8P8AkE,445
801
+ policyengine_uk/variables/gov/dwp/baseline_income_support_entitlement.py,sha256=TvcCQjTPbtvrbwWTUhaBPqZSiu93ys6qcoNU7S4kqRU,232
802
+ policyengine_uk/variables/gov/dwp/baseline_wtc_entitlement.py,sha256=0BKhLGQAPlJBR6P7Yk28XFlyrFojCsVsFkJC00FMgkc,436
803
+ policyengine_uk/variables/gov/dwp/basic_state_pension.py,sha256=s5_12uXG21Xv45iJwnK5Ros5R_p_Xb5YnVSqEXdO3EU,1035
804
+ policyengine_uk/variables/gov/dwp/benefit_cap.py,sha256=x6ad7zFYKX6jaNoXV8xj0Hql5O3HraXKZlFFmxYGuSU,1287
805
+ policyengine_uk/variables/gov/dwp/benefit_cap_reduction.py,sha256=lbRftEtfkQQOt5ojhNnRYlinnDGiqTH9XwAd2fdR7Kg,777
806
+ policyengine_uk/variables/gov/dwp/bsp.py,sha256=D8WzwacEe789RHAIvB5RYQ1NOq9nsoFMNhDPrvb4qM0,221
807
+ policyengine_uk/variables/gov/dwp/bsp_reported.py,sha256=KcEBOjueSL2anTKHPChptojEaxdOgGlzFxcYjunlcY8,258
808
+ policyengine_uk/variables/gov/dwp/care_hours.py,sha256=aV4MC9Jm00bpuJYjzTABUwN4zRjOJ-nuTCyNx8wUPDY,255
809
+ policyengine_uk/variables/gov/dwp/carers_allowance.py,sha256=CbbYUqDrL6zkBkBZNUmJTTIFYZTJ_uf4zh-r7I6TR-k,568
810
+ policyengine_uk/variables/gov/dwp/carers_allowance_reported.py,sha256=Jst6pOz_smofkPonmAF_44kZA5TUjYMK00rxEfF2jLs,261
811
+ policyengine_uk/variables/gov/dwp/child_ema.py,sha256=zD4wisHQCXeO5JK79kmcSJ8UA4UmT0Q45jZBHAW6rvM,249
812
+ policyengine_uk/variables/gov/dwp/child_tax_credit.py,sha256=5sVJRufrsylrVKErwe8iLcxAA3MHO8iYNVev4pje12I,262
813
+ policyengine_uk/variables/gov/dwp/child_tax_credit_pre_minimum.py,sha256=MwaI1lDRGTMopWqpinfmqmn2zVqyYzQr0lCZnQkljCo,677
814
+ policyengine_uk/variables/gov/dwp/child_tax_credit_reported.py,sha256=__ekNQw0mHjWJCLwqz--JXQu62q_wwxDYT1kGR4tN0k,251
815
+ policyengine_uk/variables/gov/dwp/council_tax_benefit.py,sha256=ZboGvVTZSgfkgeGAbRhbElvA230e6aDCcw_JFpgvTno,246
816
+ policyengine_uk/variables/gov/dwp/council_tax_benefit_reported.py,sha256=96PLpa2q2RzHq5U1oPmbMLwXnzghwCOTLipGc7iqslc,281
817
+ policyengine_uk/variables/gov/dwp/ctc_child_limit_affected.py,sha256=FW295fcIFA3tG8OhqVaLpgSox9lhja2qZ8NG23KuNRQ,1003
818
+ policyengine_uk/variables/gov/dwp/ctc_entitlement.py,sha256=dZVXjXGahKqjAU7qA9FJj459U06wzCY42OrsfWfu7z8,435
819
+ policyengine_uk/variables/gov/dwp/education_grants.py,sha256=Ed9N-An-qLxIGilWcvaNm4Om0XWe5zEb78kzZtgZbII,237
820
+ policyengine_uk/variables/gov/dwp/esa.py,sha256=9u7RXIPBXe7_h5vE5Vgb1ffhXIeHHXLOm7NQ-Z15k34,209
821
+ policyengine_uk/variables/gov/dwp/esa_contrib.py,sha256=K18qmK39_Tr-Q13QTacPZhvJ887bH-k3vuZ9ov5ZRHU,234
822
+ policyengine_uk/variables/gov/dwp/esa_contrib_reported.py,sha256=P3IWyMPM76bQvW45aKdKQrxhWgBsm614vzRDxMIKUg4,292
823
+ policyengine_uk/variables/gov/dwp/esa_income.py,sha256=Rekfi5lPa8Mz6xPLKa-hzqk-UlNnleR9YomPIM1JYA4,282
824
+ policyengine_uk/variables/gov/dwp/esa_income_reported.py,sha256=KbLkiKnE9iokKnl6TX2vNwlfm1UntdKNO6-A-swvtd4,263
825
+ policyengine_uk/variables/gov/dwp/healthy_start_vouchers.py,sha256=UFJJV13G0wGh7hgO1dm6pEu78NwPXDXvUbgRD1bVHAM,206
826
+ policyengine_uk/variables/gov/dwp/iidb.py,sha256=NnOOT-djxASXUbqgVei8PVhUGkMrT_YwH8JU_QHZY0o,235
827
+ policyengine_uk/variables/gov/dwp/iidb_reported.py,sha256=L9kLostZicc4foMIDgBtRAFh4vvzqAasX0nwLnfWIPQ,271
828
+ policyengine_uk/variables/gov/dwp/incapacity_benefit.py,sha256=PYNsnRc7HumQb-Gw8QF1l7ipy5vg50a551rmX-VhSAc,242
829
+ policyengine_uk/variables/gov/dwp/incapacity_benefit_reported.py,sha256=zAjP5y6IjxyQmBVKxc1os7XQgpcP1StLXKlvsfePSUM,264
830
+ policyengine_uk/variables/gov/dwp/income_support.py,sha256=ib5PG1ymG_Eu4TltTX2GnIZvBHlTPag5FIcwrsl3pcg,268
831
+ policyengine_uk/variables/gov/dwp/income_support_applicable_amount.py,sha256=9W0keYOHpvyTnxjLyEQLmU1Mxra-M-5-rOMEG3wfMbU,1946
832
+ policyengine_uk/variables/gov/dwp/income_support_applicable_income.py,sha256=Q36ClVAAUqzUCPJcX8T7QIw_AE8FBW7Ku8VkbIGSuhw,1890
833
+ policyengine_uk/variables/gov/dwp/income_support_eligible.py,sha256=2slaAZ7De_9Joj4LPgFG8BSUdWV-p4aJOAdwzjccAC8,946
834
+ policyengine_uk/variables/gov/dwp/income_support_entitlement.py,sha256=Ct-uEKrdHHKpV5y7vS1WvF8SbS_uaL_7gHovSQ8arsM,501
835
+ policyengine_uk/variables/gov/dwp/income_support_reported.py,sha256=oihATMA_WBjHqGn2QX-48P8kouXLjHzxdo5VJH9KFnU,263
836
+ policyengine_uk/variables/gov/dwp/is_CTC_child_limit_exempt.py,sha256=_kSBwtMuTLbppTHPR_w2_3TzXUbBMWdh7Khy0xdp91s,1041
837
+ policyengine_uk/variables/gov/dwp/is_CTC_eligible.py,sha256=vAbT8-DwUh5YZKVpRMbJay6jeWZvk3NrBsCTMEaH35Q,515
838
+ policyengine_uk/variables/gov/dwp/is_SP_age.py,sha256=yiDWUA5FicwN4PSXVQ9CDXwONj96LFtlsGoT22kYH8s,364
839
+ policyengine_uk/variables/gov/dwp/is_WTC_eligible.py,sha256=Oc0ZyQYK09U4PQv00HZtVhXMxh5MQGs3s4M-VjJvv_g,2020
840
+ policyengine_uk/variables/gov/dwp/is_benefit_cap_exempt.py,sha256=JbXVGLI3bUpG525xjuamudRB3rPMBnYEeRf_gcbGrVc,733
841
+ policyengine_uk/variables/gov/dwp/is_child_for_CTC.py,sha256=p1vdgGohyqRWy-0nppBa5McUr3alDPIwWZl9vC_NDWk,336
842
+ policyengine_uk/variables/gov/dwp/jsa.py,sha256=2m9V-fwcawZzpOLC6TyWEl-Odze9E6vLH5E2h26kBQA,254
843
+ policyengine_uk/variables/gov/dwp/jsa_contrib.py,sha256=6rdONNAAl2OYAmGfLxx2RNo2g0OyMzCn5Fd-S7GHizQ,234
844
+ policyengine_uk/variables/gov/dwp/jsa_contrib_reported.py,sha256=uhIt0iI9pKTRedtnxAp2SXYCnsJOCojdqV06ajyH738,282
845
+ policyengine_uk/variables/gov/dwp/jsa_income.py,sha256=aPryfo6JepyDDD4eHfuvKauNRAUXYKFs6Vr5c1Wjhhs,292
846
+ policyengine_uk/variables/gov/dwp/jsa_income_reported.py,sha256=ozachjMXCU1N7u9tIxl_YVMpE0z98hiCxyfE93yQNTc,263
847
+ policyengine_uk/variables/gov/dwp/maternity_allowance.py,sha256=jljYqvQq28F-F215VU45GUfPloOUoiOiFSShaBTnLr4,245
848
+ policyengine_uk/variables/gov/dwp/maternity_allowance_reported.py,sha256=udN60syenVgeSV9vscVq1Z-QspImQka1-QlljMMVuKg,255
849
+ policyengine_uk/variables/gov/dwp/new_state_pension.py,sha256=0TLPUQnjabRXFxmNFcjpKaQ6je65Ae2QjKJS-olDob8,568
850
+ policyengine_uk/variables/gov/dwp/sda.py,sha256=915mmTcRyeim6CSkFH2X3td33RpVUPjmhACjCOMSkzs,559
851
+ policyengine_uk/variables/gov/dwp/sda_reported.py,sha256=zSyFr1miozsAdSy-GN-v1g34GhLWlSTaCxA6rKQi1II,259
852
+ policyengine_uk/variables/gov/dwp/ssmg.py,sha256=FI4wjTGmmsuzBabg3NiRn6qAx_09H4TTNwDq6Zz67ek,372
853
+ policyengine_uk/variables/gov/dwp/ssmg_reported.py,sha256=tEEFR7AZEyN8Omf_RxBul_ZzKpsT29jhy2r_sY-0tLs,212
854
+ policyengine_uk/variables/gov/dwp/state_pension_age.py,sha256=YYl1sKFJMtsqwsrmLWZc-VjPLUh-N36SQ6fTeCQeWDQ,391
855
+ policyengine_uk/variables/gov/dwp/state_pension_reported.py,sha256=SKNm6BsAET9p2ca-vhi5P-tWldWmmy3uMwPPDErfZ48,385
856
+ policyengine_uk/variables/gov/dwp/state_pension_type.py,sha256=fDSfvrs5XILxoPxwtsW6jj2-4KgQs_h3Ibm-Z9OCxf4,1321
857
+ policyengine_uk/variables/gov/dwp/student_loans.py,sha256=_qWQZYOAdijMkztxb1Rw1B-2-tP5hhiAyprwYpCk0uI,188
858
+ policyengine_uk/variables/gov/dwp/student_payments.py,sha256=DkHigY4bNofKucCSSZD53Q5Xh3qEJpB2mInvxByKWH8,268
859
+ policyengine_uk/variables/gov/dwp/tax_credits.py,sha256=i9_4SmPY-NQMu5uUNzsWTRK3_U5QZVEc52V_gFnLuMc,584
860
+ policyengine_uk/variables/gov/dwp/tax_credits_applicable_income.py,sha256=dWxPPtQYfdP9JjrmC5DBqOMOMMJtCvahSOkaBXUEoyg,1328
861
+ policyengine_uk/variables/gov/dwp/tax_credits_reduction.py,sha256=H7Dtfga6Bh49hqPEdyqUYUoj5ZA_anBXk1rP1dY9twM,841
862
+ policyengine_uk/variables/gov/dwp/winter_fuel_allowance.py,sha256=20nsmxZC3Hk4FZR6mcV1WDQB2knEr2H-gD3oQMRPPc8,2326
863
+ policyengine_uk/variables/gov/dwp/winter_fuel_allowance_reported.py,sha256=hoyG2gZp2wLQvyn-jZH5DtGwAtTT7AmtJGcH9YQ9md4,259
864
+ policyengine_uk/variables/gov/dwp/working_tax_credit.py,sha256=I0KQwybLrpyKTc7hMGFI3c2itFap-QXHv_S3IgfJLeY,266
865
+ policyengine_uk/variables/gov/dwp/working_tax_credit_pre_minimum.py,sha256=HJSC1BxmunGJYs3Ja8Avi_iSHlbBR6I6FRlYDhQgXyI,561
866
+ policyengine_uk/variables/gov/dwp/working_tax_credit_reported.py,sha256=zxusKNo9gCSL5fqzQC3qRG94x4nPX6_yP3VGewfxdMg,253
867
+ policyengine_uk/variables/gov/dwp/would_claim_CTC.py,sha256=XdBWO-oGvZv0_h2UPojQUOTLtpWhfuGoAeEu2B15FGc,583
868
+ policyengine_uk/variables/gov/dwp/would_claim_IS.py,sha256=oL4BTduH-b7izOvVuzWJ1gTONu99n6ftWfOOLhgT2n0,574
869
+ policyengine_uk/variables/gov/dwp/would_claim_WTC.py,sha256=BN2FSugZk4ELqNEOG2XK3gDqim_1HFWFLYHfdMbUpLk,613
870
+ policyengine_uk/variables/gov/dwp/wtc_entitlement.py,sha256=PjNdlmNocYDHFj0JlQvr3CiqcisfQ00KvmQNOlW-8bA,434
871
+ policyengine_uk/variables/gov/dwp/dla/dla.py,sha256=wOXnew9jPbw4xtf5eDUcspgItT0OIIlpOysAKVgv-GU,224
872
+ policyengine_uk/variables/gov/dwp/dla/dla_m.py,sha256=1kEzmeHnsoVQELUy9aujovRtggfD7iyLqkT07acDT8g,784
873
+ policyengine_uk/variables/gov/dwp/dla/dla_m_reported.py,sha256=EiFS75o51Y7FpJEPrNZ1sVqLXPPOD-LIHDGot5hLWyA,247
874
+ policyengine_uk/variables/gov/dwp/dla/dla_sc.py,sha256=PP2KPK9yb8QmLXyYrIqNNAbl5Cv-n28FlGr21DRYxCI,877
875
+ policyengine_uk/variables/gov/dwp/dla/dla_sc_middle_plus.py,sha256=6CsLxSpQniiUzItgqnfaniJMUAyv5jYMYxEcamaMNac,460
876
+ policyengine_uk/variables/gov/dwp/dla/dla_sc_reported.py,sha256=qRlBpHQSQja7O1Ukx-QDZb07VBIZ6C2w-VKynCIOHv4,249
877
+ policyengine_uk/variables/gov/dwp/dla/receives_highest_dla_sc.py,sha256=3gcIiODm-KimRzE-PspbpDlKMm4Dc96U_rDkV3h_wOk,372
878
+ policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit.py,sha256=krsMpNwIgS962aK5xNUDYZGCS1P4pUnv6WsvaK8PNTw,548
879
+ policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit_applicable_amount.py,sha256=6GYK92cQ7gHUT3aXqbh_C1I2O_Ot5L2MGNDoNdflWPI,1854
880
+ policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit_eligible.py,sha256=b0-Dp_phCtxtmchH4zP3zwSbtn4A4uYYWTRLTwD_63k,615
881
+ policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit_pre_benefit_cap.py,sha256=cE5-77DqEHHTvG6VjSblFmPcoBhN4K7Sn5Rt6mlozuA,547
882
+ policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit_reported.py,sha256=PkwXGaBhjBFF8iteGA6OB8lDFbgo7vf9LhfcURwH0kM,263
883
+ policyengine_uk/variables/gov/dwp/housing_benefit/would_claim_housing_benefit.py,sha256=w0m2MDeIZ5QwKnz1KJiYepyRJ4IbtaFN6NQwD3xyxDU,594
884
+ policyengine_uk/variables/gov/dwp/housing_benefit/applicable_income/housing_benefit_applicable_income.py,sha256=TSmEDnyIaa-m7oEI96vpQzXvYagVmQOb_Z9QvoX4CSs,2386
885
+ policyengine_uk/variables/gov/dwp/housing_benefit/applicable_income/housing_benefit_applicable_income_childcare_element.py,sha256=GDeF9JvAvjNDaJDFP5auNGBSKF4VwAg7ZuT6ANEstJk,1092
886
+ policyengine_uk/variables/gov/dwp/housing_benefit/applicable_income/housing_benefit_applicable_income_disregard.py,sha256=hMfe9ATwVM4l8bZ28jiavekhgyDGTh5tZYYf1aB_wLI,1312
887
+ policyengine_uk/variables/gov/dwp/housing_benefit/entitlement/housing_benefit_baseline_entitlement.py,sha256=Povdm9hYK6tG9Y_MHBnrnQEoE1aV43XucibGwNCcPws,484
888
+ policyengine_uk/variables/gov/dwp/housing_benefit/entitlement/housing_benefit_entitlement.py,sha256=7iL25tt9k70V0hMoyCVGvz0kHKbfImyM4moGkxqgqqQ,1058
889
+ policyengine_uk/variables/gov/dwp/housing_benefit/non_dep_deduction/household_benefits_individual_non_dep_deduction.py,sha256=SqZ9sU41p1CP1_kzOoe-Ofvmx7-I6TaiydXsKOwXm5A,625
890
+ policyengine_uk/variables/gov/dwp/housing_benefit/non_dep_deduction/housing_benefit_individual_non_dep_deduction_eligible.py,sha256=BRNhaa-rcrulLVzczH-0Xk8oFj8FrHoOl6rFoKLg_3U,559
891
+ policyengine_uk/variables/gov/dwp/housing_benefit/non_dep_deduction/housing_benefit_non_dep_deductions.py,sha256=a-tbCXGKuPWJdPpwidBsXAz-WPcsiVOi7jpFgwfZsVM,624
892
+ policyengine_uk/variables/gov/dwp/pension_credit/baseline_pension_credit_entitlement.py,sha256=_P90MLrvVe1dAmEGpocA2ded8K9ZDpoWo9bekqnA3gY,223
893
+ policyengine_uk/variables/gov/dwp/pension_credit/is_pension_credit_eligible.py,sha256=e6A32YeL5WglYynBAGqKEqLtitdkLkT8FJ7Gbm-k4dc,626
894
+ policyengine_uk/variables/gov/dwp/pension_credit/pension_credit.py,sha256=71VH5Gy_-QKgUpoQe8dLxNv8BuMtdFD1KwJLIuk5_MM,756
895
+ policyengine_uk/variables/gov/dwp/pension_credit/pension_credit_earnings.py,sha256=SD5F6gwcZo0dPI3igKK7HdP9CDwCYZ5DI9LH1hsfh5Q,362
896
+ policyengine_uk/variables/gov/dwp/pension_credit/pension_credit_entitlement.py,sha256=W6mOC_I9IiUtKB8Aj7POJCROWSu6YE3xSWG1b6ngdM8,300
897
+ policyengine_uk/variables/gov/dwp/pension_credit/pension_credit_income.py,sha256=ojHXPyNHtu1BoawOc78g5kn051jow4hYIsAcwbNJ_OQ,1000
898
+ policyengine_uk/variables/gov/dwp/pension_credit/pension_credit_reported.py,sha256=1P91deBiZ5c6c3cQrSQFLr8ZeVban6GiDr-rc9Jf9uA,256
899
+ policyengine_uk/variables/gov/dwp/pension_credit/would_claim.py,sha256=aOQkhy0znND2fT_bnc7Pe1e-dloikYSTuVTau9MJgKQ,940
900
+ policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/guarantee_credit.py,sha256=VBPoHL-yDrqDXgFq1FHGXQpOnQAVo9KSBNMUOTkAG6E,567
901
+ policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/is_guarantee_credit_eligible.py,sha256=qeWcE4ZocWztJFmfbynymUa43n-HXNDv58TMdEAGKCk,427
902
+ policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/minimum_guarantee.py,sha256=tgBifIEtwlIZD5b4DfC_ANMbGCqQpn3c0DD3DvsSDrw,533
903
+ policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/standard_minimum_guarantee.py,sha256=kLGx1IHqQVcMHMEzTgs25fWUaPAjdlKxF2ciXcby4RA,569
904
+ policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/additional/additional_minimum_guarantee.py,sha256=vznbpj5_9IY3N638Pxo7CJK5zVS4J82-Huc31iRxUTo,360
905
+ policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/additional/carer_minimum_guarantee_addition.py,sha256=BIGRIalv9B6fIwTAYcBr1F-YZKlrudosweIpznTxg1I,691
906
+ policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/additional/child_minimum_guarantee_addition.py,sha256=npxfg47cpjpTKX-kmqioGKvAcusm98lTSKx96FM0fl4,1495
907
+ policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/additional/severe_disability_minimum_guarantee_addition.py,sha256=UcSrij48O4LavMzKrX8TCN--wT24gTLQHsyFJKBemqM,1608
908
+ policyengine_uk/variables/gov/dwp/pension_credit/savings_credit/is_savings_credit_eligible.py,sha256=KBaS2_iUEu2x4MjoFApcC2a2djouqzhgkb807FWy3kE,887
909
+ policyengine_uk/variables/gov/dwp/pension_credit/savings_credit/meets_savings_credit_age_requirement.py,sha256=B3S3Y0n7M0qSn0guFPHkpbgpOXKynAAvhMJ3_YcTPqo,883
910
+ policyengine_uk/variables/gov/dwp/pension_credit/savings_credit/savings_credit.py,sha256=6t0KLv3FbfUdKNXQ-uyYZ-JvC4GJXxx0NU5_DQZWO8E,1154
911
+ policyengine_uk/variables/gov/dwp/pension_credit/savings_credit/savings_credit_income.py,sha256=Lr9TKzwFqKkDMFc-gYRWGTwIdYwXEb3xJZCAntNZGDs,755
912
+ policyengine_uk/variables/gov/dwp/pip/pip.py,sha256=KSqnP3ROFlJmTrE7r2WEFHSkpzmVhjpW7WxdFbvn178,323
913
+ policyengine_uk/variables/gov/dwp/pip/pip_dl.py,sha256=ni7ogzRtZe4vK16Z4NTBZ3GeA9R8E_NIDHrg1n3jRTU,830
914
+ policyengine_uk/variables/gov/dwp/pip/pip_dl_reported.py,sha256=zRtFcShSXy9RtBCM5Wx-aziIAqDIqhwq63TSR59t3M4,318
915
+ policyengine_uk/variables/gov/dwp/pip/pip_m.py,sha256=6GoGYGFFJYjiAOv3EtzZUTbU9K-1_MTUkM1VIGDXja4,817
916
+ policyengine_uk/variables/gov/dwp/pip/pip_m_reported.py,sha256=HlqJ6eKTxuXKQNubqbCtt4BhKc5a1H_peBiJckNMryQ,313
917
+ policyengine_uk/variables/gov/dwp/pip/receives_enhanced_pip_dl.py,sha256=lukj4TPlI8WF2pIqxe6AnGpBMAayq83KuseW28qHUlg,391
918
+ policyengine_uk/variables/gov/dwp/universal_credit/is_uc_eligible.py,sha256=exznkV08A4sb497XlJVkU9fQi49zVUccvU0d8GSnwRw,383
919
+ policyengine_uk/variables/gov/dwp/universal_credit/is_uc_entitled.py,sha256=_OYEsUBwES772HHCTLNKCaxTN9RTvjK7zEfKPq4Yvio,336
920
+ policyengine_uk/variables/gov/dwp/universal_credit/is_uc_entitled_baseline.py,sha256=EZmQ51WDmKsxtqbzDr0ODJBm52x1ZtOiIR6iD1-QPn4,507
921
+ policyengine_uk/variables/gov/dwp/universal_credit/uc_maximum_amount.py,sha256=Ius2Mp4f8B6M65wavhBR9X7tDdHWAoyjECjwQXDzfR8,559
922
+ policyengine_uk/variables/gov/dwp/universal_credit/universal_credit.py,sha256=KN3J8dYJg8uX_e4tRYdrW9JZF5elS4A22qGWjuJ1O7U,520
923
+ policyengine_uk/variables/gov/dwp/universal_credit/universal_credit_pre_benefit_cap.py,sha256=5rwkwz4X2rnEwxZ5q-kLYposbXWpPD1Rp19HqBXgUrw,422
924
+ policyengine_uk/variables/gov/dwp/universal_credit/universal_credit_reported.py,sha256=1KsdB4_mqZDKDY6EfrUs0HybawLcE1n9wKO5_yfAnHg,318
925
+ policyengine_uk/variables/gov/dwp/universal_credit/would_claim_uc.py,sha256=mfqg0r57ADKA-t0sBcNuqECyRmyjFewtmLbyXmd-9Uc,621
926
+ policyengine_uk/variables/gov/dwp/universal_credit/carer_element/uc_carer_element.py,sha256=7Ght38zCnwfuoE6g9lDwODYQgO1yuiAx8aPy1-fUcqo,406
927
+ policyengine_uk/variables/gov/dwp/universal_credit/child_element/uc_child_element.py,sha256=r0B1qP7gPhHuj7oc8T6tzmOy-mPlDjc86d9XV87C_24,253
928
+ policyengine_uk/variables/gov/dwp/universal_credit/child_element/uc_individual_child_element.py,sha256=ZPhUHHich3ATg7pEFZZNYd-sryfsy-3cfv8jZGIPe4M,1481
929
+ policyengine_uk/variables/gov/dwp/universal_credit/child_element/uc_is_child_born_before_child_limit.py,sha256=YxE0X-UgY2aKKbeQ-ScE5CQOxFvF3_9GnNt7csujaeA,542
930
+ policyengine_uk/variables/gov/dwp/universal_credit/child_element/uc_is_child_limit_affected.py,sha256=SzDiKfh-4OwT8WnoJ_8VannyCCXdIyje2zn-Ed4cQoQ,460
931
+ policyengine_uk/variables/gov/dwp/universal_credit/child_element/disability/uc_individual_disabled_child_element.py,sha256=rBxH9f8UnQdM1qpda1zLiRKOIjFmiAdawvRFqxodOLk,502
932
+ policyengine_uk/variables/gov/dwp/universal_credit/child_element/disability/severe_disability/uc_individual_severely_disabled_child_element.py,sha256=5TjPTZevBMrBWlgRceTaY_lbtJmwKwG4APhilQxaHHo,560
933
+ policyengine_uk/variables/gov/dwp/universal_credit/childcare_element/uc_childcare_element.py,sha256=TlLLSnBJV4U8sp1RdoDQwwKq2g7uT8Jg-loI2oKZrj8,697
934
+ policyengine_uk/variables/gov/dwp/universal_credit/childcare_element/uc_childcare_work_condition.py,sha256=9pN55cnde7K12OpBfYVddKbrHSWOG2lu4xZIG6H1ieU,637
935
+ policyengine_uk/variables/gov/dwp/universal_credit/childcare_element/uc_eligible_children.py,sha256=-oPX_vIhHk_x9oOzXxwbLoeJgSM3VmpbtAMLHIjk_Dg,543
936
+ policyengine_uk/variables/gov/dwp/universal_credit/childcare_element/uc_maximum_childcare_element_amount.py,sha256=xdpxNPDC1DTQj8PvRelhtZl67_4GXaIbpQwJEAHDUIk,597
937
+ policyengine_uk/variables/gov/dwp/universal_credit/disability_element/uc_disability_elements.py,sha256=j2rOjAZCmI0WH_GhXTtFdVb6RnG4o2DZJ2LjZi0Hv3Y,374
938
+ policyengine_uk/variables/gov/dwp/universal_credit/disability_element/limited_work_ability/uc_LCWRA_element.py,sha256=o40UfS2gWV3XE67bnzn9lgSE5uL8PBnzUlyS4bYdKnQ,608
939
+ policyengine_uk/variables/gov/dwp/universal_credit/disability_element/limited_work_ability/uc_limited_capability_for_WRA.py,sha256=_-ATqi76cO_EzXdrKhcFn_UiKpdU33BeJ1P1Jv9DGos,474
940
+ policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/uc_housing_costs_element.py,sha256=3xMFHhzaL_swspnhdONmHPH-vLX2dKNdIVBreSkaVCg,1052
941
+ policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/non_dep_deduction/uc_individual_non_dep_deduction.py,sha256=AY6vooPzMZGbjfURXLeVsw523bHs5YYKfrTI21e8OUE,507
942
+ policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/non_dep_deduction/uc_individual_non_dep_deduction_eligible.py,sha256=k4m2UeWjChMqq27LuPKtWkeJIrarfh7FVyn5Mz5budA,686
943
+ policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/non_dep_deduction/uc_non_dep_deduction_exempt.py,sha256=mS7NDdi4oEBN-xEVEeTvTH9sDPjKrssG53ehyQZqkXw,602
944
+ policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/non_dep_deduction/uc_non_dep_deductions.py,sha256=-QcwwwQXpXHNqLlESfedNtHkI6-0O8eNjPTFlTAy_tY,1104
945
+ policyengine_uk/variables/gov/dwp/universal_credit/income/uc_earned_income.py,sha256=UQ6K1EClIVDrEDsyjBK9y72LA0eYi75K9ML_ucCmB2I,616
946
+ policyengine_uk/variables/gov/dwp/universal_credit/income/uc_income_reduction.py,sha256=7a-QFllaZnDtHCVEw2m8SBafZ_B0q3QrwBzMyJ7drhk,802
947
+ policyengine_uk/variables/gov/dwp/universal_credit/income/uc_is_in_startup_period.py,sha256=Hr_hIO60QEpVPLqx9G-T5UE0nz49S3kzFTnoZpBoylc,345
948
+ policyengine_uk/variables/gov/dwp/universal_credit/income/uc_unearned_income.py,sha256=Io9nCO7eAu_p1pfMk5B3fYq0PiP_NrKeirmaNqFAASE,291
949
+ policyengine_uk/variables/gov/dwp/universal_credit/income/income_floor/uc_mif_applies.py,sha256=1xnj2BnWlLQTYEnCTQrdVnlvEcc4DGxFz21Cu_4QKlA,656
950
+ policyengine_uk/variables/gov/dwp/universal_credit/income/income_floor/uc_mif_capped_earned_income.py,sha256=dpZxZqnTwSX8cCfQgwrVoSBOuNGiWOmGKBXqlEEPEUI,989
951
+ policyengine_uk/variables/gov/dwp/universal_credit/income/income_floor/uc_minimum_income_floor.py,sha256=z4NlxtfU3bmoovLSx29zfxDTieaLZf4LHhobXCeR2IY,479
952
+ policyengine_uk/variables/gov/dwp/universal_credit/standard_allowance/uc_standard_allowance.py,sha256=Z7MOMfTEj8rQcyaHu5fL2eqVI4NitfQM37dIDT5UCGE,476
953
+ policyengine_uk/variables/gov/dwp/universal_credit/standard_allowance/uc_standard_allowance_claimant_type.py,sha256=HrhW714_ms-umIBtS5gxtk-fHRVjc9fLXpx3tf4NGH8,1341
954
+ policyengine_uk/variables/gov/dwp/universal_credit/work_allowance/is_uc_work_allowance_eligible.py,sha256=SFi-9GzHjTXb9OZdavTpIoeFOgpKWaKIhft6BR9Soz0,511
955
+ policyengine_uk/variables/gov/dwp/universal_credit/work_allowance/uc_work_allowance.py,sha256=cpPaoxhFDFK9pqG06usJaAOsdo5QL1nOjmFiXvb5ml8,653
956
+ policyengine_uk/variables/gov/hmrc/baseline_business_rates.py,sha256=R61zKgGu2jSRX4dvN7B70a1ActPhkvv-0i90JVilX3Q,714
957
+ policyengine_uk/variables/gov/hmrc/baseline_child_benefit_entitlement.py,sha256=aqbQNGIWEqwmvis-JsM9k1PTtAlZN1zd6JLjl44hoto,206
958
+ policyengine_uk/variables/gov/hmrc/baseline_vat.py,sha256=Q-rBChXM8RC6_sGolGjsXsjkyGdlaAzMG36rMpYaC7s,696
959
+ policyengine_uk/variables/gov/hmrc/benunit_tax.py,sha256=72PuJ26l41pKCRzLWMdf1SvEktdlslhOJk2aPePGHSM,215
960
+ policyengine_uk/variables/gov/hmrc/business_rates.py,sha256=TGD2P2dzRMXV9rSmG0cxkOdVVC8G8XuQr8ar3dFJyhE,452
961
+ policyengine_uk/variables/gov/hmrc/child_benefit.py,sha256=t0w6-n6tyxV6D3bK2otVKfkj0ZWNqFl_cKCk_7fN9NI,362
962
+ policyengine_uk/variables/gov/hmrc/child_benefit_entitlement.py,sha256=KsYf76-v9atrG2HGxN1luAwiAW_5svRk94nj9V43AQY,250
963
+ policyengine_uk/variables/gov/hmrc/child_benefit_less_tax_charge.py,sha256=uzE_5UffwSjaLRA9BzZ3NCstTZ5GpQHEpu-vfZKPkd4,381
964
+ policyengine_uk/variables/gov/hmrc/child_benefit_opts_out.py,sha256=RWr9HrIuc8q5yoiDU443-I1FUmVZfMtOJHuKFtQ3LqM,938
965
+ policyengine_uk/variables/gov/hmrc/child_benefit_reported.py,sha256=b2s6D5mbpwppqfA6jJtQHG8zFVUtxZBIjIxqH2OzQE0,326
966
+ policyengine_uk/variables/gov/hmrc/child_benefit_respective_amount.py,sha256=BYjZEww3bmhkP7tohteTsxIEsx3eHMtMfawHkrCmWvc,1153
967
+ policyengine_uk/variables/gov/hmrc/corporate_sdlt.py,sha256=-RvgqRVU_w3jfT1m9x9wM8PuLxtkp-8vT7y76mPdk-A,573
968
+ policyengine_uk/variables/gov/hmrc/expected_sdlt.py,sha256=kKejNXGwb_hvNH-604Y9N8hab_FMqv6XjogCA0cKFQE,578
969
+ policyengine_uk/variables/gov/hmrc/household_tax.py,sha256=0KFHualoVSQuPXN8_h3KYl8Vg_U6OA7Kt_iIimNXN4s,1436
970
+ policyengine_uk/variables/gov/hmrc/sdlt_liable.py,sha256=oxw8Q_Aj4mFWKpPdhj_Tq3Jt2CBaln7Vf7mpdKjQlQA,544
971
+ policyengine_uk/variables/gov/hmrc/sdlt_on_non_residential_property_rent.py,sha256=WIXbls7gLMnnNswkIN7tB7yeDwNqTIDfxOg6is8zoWE,786
972
+ policyengine_uk/variables/gov/hmrc/sdlt_on_non_residential_property_transactions.py,sha256=D5KA9Nn9kAf93oOOLLR8YxrnuNefkv8UKAmG4EKSgqk,641
973
+ policyengine_uk/variables/gov/hmrc/sdlt_on_rent.py,sha256=5imYF3LkQ6tzKSzlyZCKES7L20twRzaoqEES-7O0g4o,460
974
+ policyengine_uk/variables/gov/hmrc/sdlt_on_residential_property_rent.py,sha256=SPg3Y-chwT8PsfEbp7rRfl-u-gHLHcUu8bm0xeGsYlE,746
975
+ policyengine_uk/variables/gov/hmrc/sdlt_on_residential_property_transactions.py,sha256=P7ABnZt0i0HQItdaqj459CFh7arCi1x6xUt5OluoDv8,1652
976
+ policyengine_uk/variables/gov/hmrc/sdlt_on_transactions.py,sha256=5gnGDJ6WIO_KUF3rMNdswiXN9Ztki9rVCLT8VtNTW_c,482
977
+ policyengine_uk/variables/gov/hmrc/stamp_duty_land_tax.py,sha256=lcPg2fcDo0-fDol_qbZvjvHlPXzSfigE_JI6iLbuf8g,446
978
+ policyengine_uk/variables/gov/hmrc/student_loan_repayments.py,sha256=gR6wfSF7tJoDaXm6Z38UA4daCngGwjz9fwmpEDsy-2g,250
979
+ policyengine_uk/variables/gov/hmrc/tax.py,sha256=Cn_xr0u-ejkS7EKbWOE-UhoV6znaEG72oK_QcUxNK-4,219
980
+ policyengine_uk/variables/gov/hmrc/tax_modelling.py,sha256=g-6IJHFKGrlbO8aw0hNCt7TENSe_MzbzsY5qGq9Axms,283
981
+ policyengine_uk/variables/gov/hmrc/tax_reported.py,sha256=B_PpVUqmtoymiFyr9oI_nGk5dv5rN12A4sYVb2Frvdo,191
982
+ policyengine_uk/variables/gov/hmrc/vat.py,sha256=UQ0WC1ueFBCer7fRJ7ynobqkAfSRFQIHaHW3OuWreUE,669
983
+ policyengine_uk/variables/gov/hmrc/vat_change.py,sha256=zJWY3Z4Nenq-h_4tqTvhPSdTCNYhL2fnzjlDSKk2QNo,261
984
+ policyengine_uk/variables/gov/hmrc/would_claim_child_benefit.py,sha256=9eXptp3MDA7OBnGf7AJG8vTVmtO-wHV9ad-vyAWOuRc,569
985
+ policyengine_uk/variables/gov/hmrc/capital_gains_tax/adult_index_cg.py,sha256=ORngDLoM6rSbQ9Y9iMyF_H-krBX5jB7n2hcRc40J71I,541
986
+ policyengine_uk/variables/gov/hmrc/capital_gains_tax/capital_gains_before_response.py,sha256=F-XNhSpvDao2na1DVe9wyccI43bY0wzt1M7Yu_Uj5Sw,308
987
+ policyengine_uk/variables/gov/hmrc/capital_gains_tax/capital_gains_behavioural_response.py,sha256=57ZfrH_ika8ItTMelG1kHQNYZa0b2G_KSE5qcaLGoVg,1003
988
+ policyengine_uk/variables/gov/hmrc/capital_gains_tax/capital_gains_elasticity.py,sha256=9ZUTsoDBewYm6NR9t8HSBYw3njvGOR_q8T_ODYGdiEA,419
989
+ policyengine_uk/variables/gov/hmrc/capital_gains_tax/capital_gains_tax.py,sha256=RFDRfROk5T6gS4TMxJCt5qZh6EnWvMRp-aIeFlZtNE0,1521
990
+ policyengine_uk/variables/gov/hmrc/capital_gains_tax/marginal_tax_rate_on_capital_gains.py,sha256=k1AWAWyHh9dmm7g10gyjN6E1DlCLnRIwlGTIbOsA30U,1957
991
+ policyengine_uk/variables/gov/hmrc/capital_gains_tax/relative_capital_gains_mtr_change.py,sha256=I1u_mxWMQA_w4Cat8e6UGFLPCfmZZZZ5w66kFEBsbEU,2139
992
+ policyengine_uk/variables/gov/hmrc/fuel_duty/fuel_duty.py,sha256=S1qWf0aCjIGySdFnfaxdEaU_GmZEWckTFgVr1JMVFN8,776
993
+ policyengine_uk/variables/gov/hmrc/income_tax/adjusted_net_income.py,sha256=6YHZLANA_DTjy6V7eB1vqa_j_V-hmZiZVb2Ft5Zh7ro,1002
994
+ policyengine_uk/variables/gov/hmrc/income_tax/earned_income_tax.py,sha256=HDYilqXvr50gfAh7224ygDaq5rqBRdZLGuuqITF3e10,693
995
+ policyengine_uk/variables/gov/hmrc/income_tax/income_tax.py,sha256=DP18qreHFI4TPBc-AxehsIEM1otHA5AcnbGaZKEtHYI,674
996
+ policyengine_uk/variables/gov/hmrc/income_tax/income_tax_pre_charges.py,sha256=tTqFakmuo-jxdSq3mje3IZvk-BM1bAMaQwF9lI0RIDE,469
997
+ policyengine_uk/variables/gov/hmrc/income_tax/other_tax_credits.py,sha256=vztkTKoXOpJqLQ_9d7GzJ7FxaNEYMHdqTIWLzGQIot0,500
998
+ policyengine_uk/variables/gov/hmrc/income_tax/social_security_income.py,sha256=8LqHMMefq8PXZwgrZiEBvJ0W2E6kAV0riYm2EZsplcw,468
999
+ policyengine_uk/variables/gov/hmrc/income_tax/taxed_income.py,sha256=vsmAyGovDrIhC-zPl2QMXqv6Za1YC3vSDsmMV66UjiQ,455
1000
+ policyengine_uk/variables/gov/hmrc/income_tax/total_income.py,sha256=zoq6ZAGkMdh2SugoppxzAi9X7M0gnTc-xl9OnEBYMyo,642
1001
+ policyengine_uk/variables/gov/hmrc/income_tax/total_pension_income.py,sha256=cDDkodT4H2n-3Ts4rJvm_rcHIKZVDNt9mjsek-eAOpE,323
1002
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/allowances.py,sha256=z3oRuYR-JNOb1V-GqoNNl6BU_CAJPBsULoL7WyQ802I,459
1003
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/blind_persons_allowance.py,sha256=6jxgpvNIjwMnNSuiPuuXOETrNdoHP6QLRPPBtDb6Y8A,282
1004
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/capped_mcad.py,sha256=ATP9kzvewqhUvqkl0AsPyguzLu93TKjzIzFPftrYH0w,492
1005
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/charitable_investment_gifts.py,sha256=iOwS72PJ1gPv6tKRDE6Kv9M9X451umk-AfbN-AUhtR4,244
1006
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/covenanted_payments.py,sha256=G8YuGPR6ubFHLnFzStvhKIy7Rc6T0hlVdgkBFNMRyNo,213
1007
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/dividend_allowance.py,sha256=M24OT3pkSgYXSFkiaWSGZIltBR-yF_bOUqmFKMSHY00,410
1008
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/gift_aid.py,sha256=UzcSUTfjh2TeLwQeCQsuZgr6hcYBdRLz50TttwJvxWw,196
1009
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/marriage_allowance.py,sha256=eFYJVlVYgnoElWUf_nPovnDad6rWfq0xxjDld-CGji0,1332
1010
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/married_couples_allowance.py,sha256=6G26RvwHPur9aEpNXNMR0fPiSVUK709JAuwlal6qdBY,226
1011
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/married_couples_allowance_deduction.py,sha256=kDrAq85khdjW1l96nUB7IquRWj0lYR2lP-Zpog_JCXE,491
1012
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/meets_marriage_allowance_income_conditions.py,sha256=vsGloV6VljxfA-XRI9LiCBrXi7y_MHxFeV2cyXCJXTM,783
1013
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/other_deductions.py,sha256=WDPVBcAPDUVZ0yvxavxCC0Iy-D9HuCyjCH3kbK9hLwM,202
1014
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/partners_unused_personal_allowance.py,sha256=PuT3yGinhjQZmcdeSHIV8UYoPg8XKUs6-ZkdGzclZhA,555
1015
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/pension_annual_allowance.py,sha256=uXuchOZ0AErzi_NRvvKWzgq5HeTSZcp0UZqOslF911w,583
1016
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/personal_allowance.py,sha256=uXq4NeKYCZjs9alJsYWdA7zfgy1zNo4oz0mOs-TRJKs,647
1017
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/property_allowance.py,sha256=E_QGiVqvTE0JmQyX4uCl8-DF8rPNj3-8Ym_9ZEp-mu0,437
1018
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/property_allowance_deduction.py,sha256=jGjm60DcTGZ9PaMQwemlXbG7B5Lcj1y9nc3jq2HaX8E,481
1019
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/savings_allowance.py,sha256=lXJlf3Yjsp6aIeDgbax-OgGdVAGoG3rWyhZCp5uJ964,990
1020
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/trading_allowance.py,sha256=_I6UXPAnevBLiHhvR1h9RfcgLpIbz-fTK11cfGhcV98,434
1021
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/trading_allowance_deduction.py,sha256=wvRIC3RIWZcm3R1eqBMizfC_89wlKz9Un4-175MPwSA,485
1022
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/unused_personal_allowance.py,sha256=2oh2429RvU0p2TAKn1-q6CS-pHRu8ThjEJtEXGS_UpQ,429
1023
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/received_allowances/received_allowances.py,sha256=9od0F6DwpavppnEBL2B_NqV2yjALIT6-WkfPY9i_2NY,458
1024
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_dividend_income.py,sha256=2BHJv24-i8LCsC2WgM5W9Tv6S_Egs8mkPLRYQfNhufQ,1093
1025
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_earned_income.py,sha256=QuT3d6WMUtICexGV2jceyAt7blEvY8RfruWXRFJIXnQ,943
1026
+ policyengine_uk/variables/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_savings_income.py,sha256=hppWu-tvdxC60CtNSkWmEoloB6RSCAeDrpWBmTDRpkI,985
1027
+ policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_dividend_income.py,sha256=08Od3pRymDgmgM5GqGOwhdrka6zECuCzcTVe6Hgtuj0,587
1028
+ policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_employment_income.py,sha256=ntg8JagwRfsjKK1YF946mkb7rCl-2pXZgL1L411Vnbg,673
1029
+ policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_miscellaneous_income.py,sha256=bj2Z8q5VGPeR9CxciiGmlS27uANL2cKORZYS2sOtQlg,445
1030
+ policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_pension_income.py,sha256=AOy10vQra2qP4y01D6JiGT0udQYAn0K2iHT4xHxV3gM,432
1031
+ policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_property_income.py,sha256=FX8tGIfAnWoz91Y5Fuq6RzNvyN4TE-CcANSrOK2JZVI,588
1032
+ policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_self_employment_income.py,sha256=0zPeeHwxaNuumKotQHBZAEw6XeuQqREndI9h27dV8JI,773
1033
+ policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_social_security_income.py,sha256=4xCbs1jqPme8dXuDYARHVbFtNWjzVG1JAi6WqxaXf4U,448
1034
+ policyengine_uk/variables/gov/hmrc/income_tax/bases/taxed_dividend_income.py,sha256=cS7cuFSCLsfPrbLmgrs6BCsaXnnbKECGDZLziyttQT0,650
1035
+ policyengine_uk/variables/gov/hmrc/income_tax/bases/trading_loss.py,sha256=wSOxMddUBMvduu0vH1Akn3E5fsWRjmn2TfCudJauWlY,354
1036
+ policyengine_uk/variables/gov/hmrc/income_tax/bases/savings_income/ISA_interest_income.py,sha256=xaL2cCLYo8Pg8CAD_78Q4z0fzwITvnsFRXQCu0gP7jc,448
1037
+ policyengine_uk/variables/gov/hmrc/income_tax/bases/savings_income/tax_free_savings_income.py,sha256=T4zPTMMRyNomn9IAo0Qh4kgH_6NuAwsHZuyuqSWvtWI,284
1038
+ policyengine_uk/variables/gov/hmrc/income_tax/bases/savings_income/taxable_savings_interest_income.py,sha256=eGInyqMcGPRKZkBz_Vrr9idvaap7ts9zvsucu13WHuM,776
1039
+ policyengine_uk/variables/gov/hmrc/income_tax/bracketized_earned_income/add_rate_earned_income.py,sha256=nipd4bf-N5X8dmOx0px1h-K1oYMxGFGN4tBlgC8THrk,638
1040
+ policyengine_uk/variables/gov/hmrc/income_tax/bracketized_earned_income/basic_rate_earned_income.py,sha256=vHRVNWUwprxyUyRoS3IynMXNgeZr2G5zVsa3-OoUAqk,629
1041
+ policyengine_uk/variables/gov/hmrc/income_tax/bracketized_earned_income/earned_taxable_income.py,sha256=-E0ASQXdRLQoD6fckVRO4Is3mkglyVP871liLcNOP7E,688
1042
+ policyengine_uk/variables/gov/hmrc/income_tax/bracketized_earned_income/higher_rate_earned_income.py,sha256=wuiiXXP6nJDpMy3o-dil91EqfZO7dSuTpoPhitL1ILU,647
1043
+ policyengine_uk/variables/gov/hmrc/income_tax/bracketized_liability/add_rate_earned_income_tax.py,sha256=-G30dsFlC3oFXswMMo0lLtBDoUpjbRIy66EuvaWOx5Y,590
1044
+ policyengine_uk/variables/gov/hmrc/income_tax/bracketized_liability/basic_rate_earned_income_tax.py,sha256=drdWYfKptOphNZ1wGowraRl7_BRpVk7Fynw815cRRW8,589
1045
+ policyengine_uk/variables/gov/hmrc/income_tax/bracketized_liability/higher_rate_earned_income_tax.py,sha256=zk7WCJ55TPkTKs0dtjttlJCOokguU69QWGMIDtrKB6E,592
1046
+ policyengine_uk/variables/gov/hmrc/income_tax/bracketized_liability/tax_band.py,sha256=eU0yggIP5Np1GIOMGu4bwhI6wCbWeNCSZptBCaeuGPY,2971
1047
+ policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/add_rate_savings_income.py,sha256=zMLD19_BsBodFg5dUjuItLk-CipZq5E_6JCMPA5ZqE4,1265
1048
+ policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/basic_rate_savings_income.py,sha256=gyA-Wq9GgzkcCVSvrzDldvKDGduunRl824cf2KUEmtg,1316
1049
+ policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/basic_rate_savings_income_pre_starter.py,sha256=ja8WH1NQicgg94kDDGQg8jEggwZui9HA3M6BQIzkGKQ,1237
1050
+ policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/higher_rate_savings_income.py,sha256=lBGI4CNkylpH-tlwA9sSg_QrscJH1IH0vHx2e7DyQM0,1322
1051
+ policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/savings_starter_rate_income.py,sha256=VkZnlc4dw2KoeUuwCrpNqDE4Rk9o93ssBAx9oXyKyOI,1521
1052
+ policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/taxed_savings_income.py,sha256=NL8_4upEMRR8EksU6QBAV3Tg-NytLfsxUtXqNJq2BUE,519
1053
+ policyengine_uk/variables/gov/hmrc/income_tax/charges/child_benefit_hitc.py,sha256=82xF0diwov8Bi4lr-ggt0tqg1wwHOEHqVphtfaZ_l9E,732
1054
+ policyengine_uk/variables/gov/hmrc/income_tax/deductions/employment_deductions.py,sha256=u-KEupt4xJQSjkOjzkoljNmxv_q2pw4cYwwPMWAAwVU,424
1055
+ policyengine_uk/variables/gov/hmrc/income_tax/deductions/employment_expenses.py,sha256=aEbtHanKSzPNefi4FbE4SnOODBvVmd9ZvbA_nD18oMc,435
1056
+ policyengine_uk/variables/gov/hmrc/income_tax/liability/dividend_income_tax.py,sha256=PA5WzaiMPrHmko4KWZfQcFo1HPNKFb8Y2O_Z_0Mn97k,894
1057
+ policyengine_uk/variables/gov/hmrc/income_tax/liability/savings_income_tax.py,sha256=oljPgc9SZhP6GMkLjk_qyjHCE6VXk1zGAk9FjyePTzI,836
1058
+ policyengine_uk/variables/gov/hmrc/income_tax/reliefs/capital_allowances.py,sha256=RPTO3AbdoKoudpy4sCszlBAfcRZ3C5SUUVMcJCCCGs4,557
1059
+ policyengine_uk/variables/gov/hmrc/income_tax/reliefs/deficiency_relief.py,sha256=FUOCFeDsKF_Ld3ApXErsM0uyRKIjABVJTxMdwCe-5ig,518
1060
+ policyengine_uk/variables/gov/hmrc/income_tax/reliefs/loss_relief.py,sha256=-qPTPxyU-uwWCRgQpqWusYimHscjAYQh_PpxTJxR3CE,821
1061
+ policyengine_uk/variables/gov/hmrc/national_insurance/national_insurance.py,sha256=GA-bCC8HGu_VanCBGys1G4U1t7pMPrtqd2ijMNHnRo8,439
1062
+ policyengine_uk/variables/gov/hmrc/national_insurance/ni_employee.py,sha256=LJ0fCUoVZOwX2lUbb2yx-YOnwEPFRpIF-di0svceILk,255
1063
+ policyengine_uk/variables/gov/hmrc/national_insurance/ni_employer.py,sha256=Oxbt1YTMtEs5971iHy31KkQ_IMzf3NqbBiAFtcjX-AY,255
1064
+ policyengine_uk/variables/gov/hmrc/national_insurance/ni_self_employed.py,sha256=DfpeksLAKDS9HUiSw47ZUQEfEEBNr5i7J5pRD98oKr8,273
1065
+ policyengine_uk/variables/gov/hmrc/national_insurance/total_national_insurance.py,sha256=IsrRFbYJoeA065Ofi6iXRUYPVgfjW43zAH_rQcCs9kA,367
1066
+ policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_employee.py,sha256=xickw805HJmrZpa5catSIdQkefglL7F8YHFwyOOZlOc,422
1067
+ policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_employee_additional.py,sha256=yv-3l_LCgO-8Z71m2at3o9ZZH69Zj7c-1rj2Drl6_GM,827
1068
+ policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_employee_primary.py,sha256=Bu_UxgzQIjzyGlbG4jIbuMnnHTKz0KBrG2XMsPClHP8,1156
1069
+ policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_employer.py,sha256=xGQfu08feaBE3jURljU6GJxvnyKqpCRxgPP57i8-f44,1136
1070
+ policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_income.py,sha256=S7khvwwVaMI1EuYLt6sVwde8lo5Gfn06fu_rOoW8eMw,533
1071
+ policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_liable.py,sha256=O2sKhYp80mG6yd7xjQ0nzXFq_5UtvoMC0UzmXRmrL24,385
1072
+ policyengine_uk/variables/gov/hmrc/national_insurance/class_2/ni_class_2.py,sha256=af9CK0fYsyjlIfx9r-SGpwJLhz-hB95MYNc8wCabMIE,673
1073
+ policyengine_uk/variables/gov/hmrc/national_insurance/class_3/ni_class_3.py,sha256=lk8JDIVVpJGN8gRqfKGuPpLFYtbkxuBMGWb1HPF6dPY,352
1074
+ policyengine_uk/variables/gov/hmrc/national_insurance/class_4/ni_class_4.py,sha256=nDWazvO_F2nBxIhsAsYREUthWM-ZOzxfqZRPDsP-j9U,1154
1075
+ policyengine_uk/variables/gov/hmrc/national_insurance/class_4/ni_class_4_main.py,sha256=rqJI9sKTmYDfekQqWRVySo4TOitwujmFsVfdVpRgCDM,975
1076
+ policyengine_uk/variables/gov/hmrc/national_insurance/class_4/ni_class_4_maximum.py,sha256=s5wtRCdPnKlD_UkAwof5LN8DwKbLqIoeaoNSais2voE,1797
1077
+ policyengine_uk/variables/gov/hmrc/pensions/pension_contributions.py,sha256=XZkE7aTgho2LzV5Xa3HhhQaanAd51HDEs_cioZFgNj4,323
1078
+ policyengine_uk/variables/gov/hmrc/pensions/pension_contributions_relief.py,sha256=UmRnavHzHdHEcvMF5W8Dav-7Y8wipsaLqS0VFUgG3Vk,1170
1079
+ policyengine_uk/variables/gov/hmrc/pensions/private_pension_contributions_tax.py,sha256=q3b0ZEHqccIW0s8-RKYmLqzgOPWWibAS2pc3QafySEw,1057
1080
+ policyengine_uk/variables/gov/hmrc/regional/pays_scottish_income_tax.py,sha256=RMP0dlnZX-8rJeLxDDVMMc0Vg1wTrrKQOaLhIVyqhyY,440
1081
+ policyengine_uk/variables/gov/hmrc/tax_free_childcare/is_child_receiving_tax_free_childcare.py,sha256=e2g5pcVJ0-RayGYBeaOo3HWeCG-QiHOMwZ8ddAgoKLc,770
1082
+ policyengine_uk/variables/gov/hmrc/tax_free_childcare/tax_free_childcare.py,sha256=mRbrvPNGvUfkvL3y_5dWaOx4Eb3eeRmno-_OG6iLDLo,1340
1083
+ policyengine_uk/variables/gov/hmrc/tax_free_childcare/tax_free_childcare_eligibility.py,sha256=CcG82VjYIbZPpXBASq6z9Cus-XaSe_qHg7XYUawEa7s,1059
1084
+ policyengine_uk/variables/gov/hmrc/tax_free_childcare/would_claim_tfc.py,sha256=uAH9ZpYcqzZjTqX09PmPNdGsiSvSLTIDbZ70cdpxE6M,318
1085
+ policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childcare_child_age_eligible.py,sha256=0kR9CEe6VXvZ_XrT-axu9LDkuflBECicrdjjSdKHkpQ,765
1086
+ policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childcare_meets_income_requirements.py,sha256=U5T_Mr4k1TveZvWugHKznLu6H7FnIf6YBiwVW1cFOVE,1344
1087
+ policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childcare_program_eligible.py,sha256=GZHeYz5tHXwy7iqo-naYXYUNVA6Y1u4bEMQVVS_vN_0,493
1088
+ policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childcare_work_condition.py,sha256=zuUx7TP8xw79d9WQtY6QO1O2tPjPYQz-PJQ9V7sBbw4,1806
1089
+ policyengine_uk/variables/gov/local_authorities/README.md,sha256=XVumqnA1PuLF98hZ3hTQkhU6j2ehCIQHLkkC8Ha16Q8,20
1090
+ policyengine_uk/variables/gov/local_authorities/domestic_rates.py,sha256=O6ury2lMKYvOZjAqxb0yubKtfd_ITXDXnFl2cJ3F2OM,815
1091
+ policyengine_uk/variables/gov/revenue_scotland/expected_lbtt.py,sha256=xR6hatdjVGf9eBOKOovyKUs-rqVdpDN9TL9ywn4nIwM,538
1092
+ policyengine_uk/variables/gov/revenue_scotland/land_and_buildings_transaction_tax.py,sha256=ZwH7XQHYkw8Iw3OtFZeHgFL3R2Z4RkGNGsaJ8GdxGw0,544
1093
+ policyengine_uk/variables/gov/revenue_scotland/lbtt_liable.py,sha256=nZ0w0eDFEeJSHYzo2GUvL9BOLyNBjcCEhyC24i3sE7s,486
1094
+ policyengine_uk/variables/gov/revenue_scotland/lbtt_on_non_residential_property_rent.py,sha256=BiTr_aZ2TgW_Q_rtdduWGb7PEkJcHubXdMOe27G5ukY,763
1095
+ policyengine_uk/variables/gov/revenue_scotland/lbtt_on_non_residential_property_transactions.py,sha256=BLvXYnIF3CQRfFJcNjgRZqCpeH07A_wTX4Z0apRBEGI,560
1096
+ policyengine_uk/variables/gov/revenue_scotland/lbtt_on_rent.py,sha256=a40iSiW1MxPAqNNyPMe6qkm_rjaTBOSRLaEMbp2SLCE,417
1097
+ policyengine_uk/variables/gov/revenue_scotland/lbtt_on_residential_property_rent.py,sha256=_W6jIbgLOYrsKlqCTY0GLXld3HlEHo-CIrfzIerx1wA,706
1098
+ policyengine_uk/variables/gov/revenue_scotland/lbtt_on_residential_property_transactions.py,sha256=RQ0le6tNrsEZpFkzmY8O3YKkUBk6dXB68n4F2i9NB-U,1392
1099
+ policyengine_uk/variables/gov/revenue_scotland/lbtt_on_transactions.py,sha256=XvCEah9KFLIG3KRjJMRq_pXFp0i6YCqs9MB7V5bm1YE,423
1100
+ policyengine_uk/variables/gov/simulation/labor_supply_response/employment_income_behavioral_response.py,sha256=waKHQj7K38va8wn6lxbBSENVmMZmvKQNp3StRwsH-6g,1636
1101
+ policyengine_uk/variables/gov/simulation/labor_supply_response/income_elasticity_lsr.py,sha256=QMoRMmgq1D-NZ2_J-vYd8r-RIrjZCCoFRUtd6oKU5b4,629
1102
+ policyengine_uk/variables/gov/simulation/labor_supply_response/relative_income_change.py,sha256=ZSdeRVz4Zgdnahq85zh3e4EInUUxYY4P_eThc1JZOZs,1577
1103
+ policyengine_uk/variables/gov/simulation/labor_supply_response/relative_wage_change.py,sha256=r71XjEGOoBOqUZ_TU6w5gDuvCoDQtX8kwgQwaYdM7C0,1526
1104
+ policyengine_uk/variables/gov/simulation/labor_supply_response/substitution_elasticity_lsr.py,sha256=7AiMi8ksmpM-bIyy6qiWuVEZwHK0jhOillz-k6OMs1I,641
1105
+ policyengine_uk/variables/gov/social_security_scotland/pawhp.py,sha256=ESPAu8yoHRayHVkUVInVOhiHpj1hSf1vJKj7e1IEr60,1767
1106
+ policyengine_uk/variables/gov/treasury/cost_of_living_support/cost_of_living_support_payment.py,sha256=NvdSXXVkru2mj3bH1EViZxI5IAQoYI9FYS5RKex2Bt4,1115
1107
+ policyengine_uk/variables/gov/treasury/energy_bills_rebate/council_tax_rebate.py,sha256=ccxrPNJd67dMiRrHeVqbh5dHGkHCXfB50PxCgsPnG1M,816
1108
+ policyengine_uk/variables/gov/treasury/energy_bills_rebate/energy_bills_credit.py,sha256=lntbsGeKwDSE_XwQlyRkhgBifRpjg8K44Wozp1HQlpA,478
1109
+ policyengine_uk/variables/gov/treasury/energy_bills_rebate/energy_bills_rebate.py,sha256=WvaMOYNd_Jd61x_1pTBfB359BTbdzUzVSuIYPuETkmk,341
1110
+ policyengine_uk/variables/gov/treasury/price_cap_subsidy/epg_subsidy.py,sha256=CeU8Qbv7dnoAJAAtJg-8Z0V4jji3wq61OTAA_OVXPFA,614
1111
+ policyengine_uk/variables/gov/treasury/price_cap_subsidy/monthly_domestic_energy_consumption.py,sha256=Icsoyi0SJ8uIyAA9HAYbATr8yZGJJi9Z94lnzeMrEXI,1100
1112
+ policyengine_uk/variables/gov/treasury/price_cap_subsidy/monthly_epg_consumption_level.py,sha256=enFanDQ9Ztd7FBnuugiTAtyCxKWQarM8p8ZvaqL9Tw4,603
1113
+ policyengine_uk/variables/gov/treasury/price_cap_subsidy/monthly_epg_subsidy.py,sha256=n03qQ6HPKUsG47osvMUU1Ai5WDfLIgPwcC7JaTiQhEs,544
1114
+ policyengine_uk/variables/gov/wra/expected_ltt.py,sha256=U2XPTdnWwmhtspTITZdxZqBcgEay2hGi01W5KxBmLFg,557
1115
+ policyengine_uk/variables/gov/wra/land_transaction_tax.py,sha256=_FeaAIB0gWZmcRKYEZtaotmTWjWcXGjSEe8Yt8eak3Q,481
1116
+ policyengine_uk/variables/gov/wra/ltt_liable.py,sha256=sjuCTCupuYaJkowWGmZszvBfRnFE6aObMmRJYQEXIOg,438
1117
+ policyengine_uk/variables/gov/wra/ltt_on_non_residential_property_rent.py,sha256=NFB1H2a8vq5swtxAvBLrlvRzi36BClBr9h22z-X2ixY,768
1118
+ policyengine_uk/variables/gov/wra/ltt_on_non_residential_property_transactions.py,sha256=cEw68mHpRzKoMYR1QDhe18rjyRAe5oI1DOO0YhRRgZg,692
1119
+ policyengine_uk/variables/gov/wra/ltt_on_rent.py,sha256=HbIqvMDqDTQ5dhxNSl9aF60BYrxy4Vcn7k0SPqB81pw,507
1120
+ policyengine_uk/variables/gov/wra/ltt_on_residential_property_rent.py,sha256=KQNKXcvixH9bmJlOgvnSLkL5qUHYvQ3Afg2ye4rgMFQ,752
1121
+ policyengine_uk/variables/gov/wra/ltt_on_residential_property_transactions.py,sha256=oXBtbrPIbroXl6-Hc7sGEDZqtMbtJtNAbi5saX8xSPs,1017
1122
+ policyengine_uk/variables/gov/wra/ltt_on_transactions.py,sha256=u-61QGRUeGFeO7SDGnAgt-8Wvz_CsxPFKRjT_tFBW7Y,543
1123
+ policyengine_uk/variables/household/BRMA.py,sha256=v4fMePZOselehLGd_PDIUxlFAjsJsViZz_X6BwkZZ9Q,442
1124
+ policyengine_uk/variables/household/cliff_evaluated.py,sha256=UfQ3GYys2L61PyAMWrOKuj3RpXU6yP8W_-lB4eniq3k,580
1125
+ policyengine_uk/variables/household/cliff_gap.py,sha256=jZmKoLjJYAojwUEF4cfu4wvfaeN_tMYFhpRYdVk1_Vs,498
1126
+ policyengine_uk/variables/household/is_on_cliff.py,sha256=MmRHX9pxnzUKGgPw2F_5dSlLv8NjSQOvcH9Z4r6-MQM,392
1127
+ policyengine_uk/variables/household/marginal_tax_rate.py,sha256=hK41cSc9i4QAnGBLqUViwTiw3BsQPtfsO3jjvRfjhPE,2001
1128
+ policyengine_uk/variables/household/region.py,sha256=swhjOMUg_crfDi4oEcJY7GoaiNQXfMsyDnJPAmMjp5U,456
1129
+ policyengine_uk/variables/household/benefits/employment_benefits.py,sha256=Q3vdJv6MOTv4pIQkyOYhrfyztKV7t6kEAqIYssUNZw8,262
1130
+ policyengine_uk/variables/household/consumption/additional_residential_property_purchased.py,sha256=lUd5VjLB2jysui8RuLEJCC4C4Yx0zDXlpybLUEUHuiU,742
1131
+ policyengine_uk/variables/household/consumption/benunit_rent.py,sha256=n2pqRQXbRVtlrBgiob_5af8wDMdHNKZ_GpY50BW7AFU,285
1132
+ policyengine_uk/variables/household/consumption/carbon.py,sha256=OxxPoXG79fqWUG6y_PXHk45ysVzyr5wyzhA9i97y1eo,2018
1133
+ policyengine_uk/variables/household/consumption/consumption_share.py,sha256=GK3HLuo6AihlGAetozl51P1SbibQZmRff-r_mqZPzqI,646
1134
+ policyengine_uk/variables/household/consumption/council_tax_less_benefit.py,sha256=2yK564495I83xnM_2BTQ3qSietxc3CC2kO_KY6vrm4I,590
1135
+ policyengine_uk/variables/household/consumption/diesel_litres.py,sha256=5ziiimqPo821LplG2gOhw_sVpx6oiDYmMi-mpaOhjok,402
1136
+ policyengine_uk/variables/household/consumption/diesel_price.py,sha256=w0vCCDFedRV39fHASHqYAAvU2gej9l0NavKT3cLGlCY,326
1137
+ policyengine_uk/variables/household/consumption/external_child_payments.py,sha256=JfQhV47IP3q0e8kVvBVjOI02YW_Ik5iaqQUo3k6aLIw,277
1138
+ policyengine_uk/variables/household/consumption/family_rent.py,sha256=0O_lYLY4t2zvpG-5C4-pxqJx28I4sAEA0XjWf1rWNHo,229
1139
+ policyengine_uk/variables/household/consumption/full_rate_vat_consumption.py,sha256=r9U9JDazVRqo1XjU7oyZwJFcLSXA6obPjSvvsMGI6LQ,490
1140
+ policyengine_uk/variables/household/consumption/full_rate_vat_expenditure_rate.py,sha256=lEjpC_p8__Vn0DJlAif0NZyCGmdWZJ7QrkIAZUj2Kpg,251
1141
+ policyengine_uk/variables/household/consumption/housing_costs.py,sha256=c10GAy2-5WsqDRFrlNB874MDru_tB6RW0fjARlzd648,260
1142
+ policyengine_uk/variables/household/consumption/main_residential_property_purchased.py,sha256=IhJU_gLPtKSruhDL3BVTP4LqW_Ziu4Z49WSFgN0Oy64,637
1143
+ policyengine_uk/variables/household/consumption/main_residential_property_purchased_is_first_home.py,sha256=ybq-sP5dc45-Clus7XKgi8HdU6jgqZShm0zNvePxYGw,914
1144
+ policyengine_uk/variables/household/consumption/mortgage.py,sha256=mn2o0qSiA9Fim1kyh9evNCc7qDvQrtggx4_c3TAEwvk,359
1145
+ policyengine_uk/variables/household/consumption/non_residential_property_purchased.py,sha256=Rvivq7AoQzU6Ojl1Q9N2lMdJri2yX5cGhP81BqHDhbc,457
1146
+ policyengine_uk/variables/household/consumption/personal_rent.py,sha256=4c_flu0Yn8mwS8QvVB9xn70QZxFnicjVcrbvhEvzAoA,307
1147
+ policyengine_uk/variables/household/consumption/petrol_litres.py,sha256=8Bo7CQrqMAV30SLcRycZ3CEcuOoV9C8zQrwy4EK3b54,402
1148
+ policyengine_uk/variables/household/consumption/petrol_price.py,sha256=mD6C0Ys0Ocw6hjJ06_Q18liLiWMv_wIsA4_y1ZAK3I0,326
1149
+ policyengine_uk/variables/household/consumption/reduced_rate_vat_consumption.py,sha256=c9vURLJH_o2UsaZfOQW079TJz0alJeXyGX9EDas291o,457
1150
+ policyengine_uk/variables/household/consumption/structural_insurance_payments.py,sha256=Oi-haFtTZcofoGpbuTcwp2lDt1Ir7V0DPrtCBC5dxqA,223
1151
+ policyengine_uk/variables/household/consumption/weekly_childcare_expenses.py,sha256=fQoDpk36s62kYEpO9te2Iecp6ESDwVl0NUoRdo8Jkd0,326
1152
+ policyengine_uk/variables/household/consumption/rent/benunit_pays_rent.py,sha256=RN4CmtEi8QdeqgFSoGqEaixdIX2AXxbGKZ43e1lBRLY,348
1153
+ policyengine_uk/variables/household/demographic/accommodation_type.py,sha256=_ZIlxF2q52KRW8_7QPyZ1fcVJ5UeIGQekYGkU6-BKfQ,698
1154
+ policyengine_uk/variables/household/demographic/adult_index.py,sha256=aLisbpjz8Kjj4E6fonrQm4r-MhBZLMlp2spoheLcGXA,463
1155
+ policyengine_uk/variables/household/demographic/age_18_64.py,sha256=CfMUaiLwtlyCCXlyo3wv4GQmqthaC_T4qz8IpgOtG8s,332
1156
+ policyengine_uk/variables/household/demographic/age_over_64.py,sha256=LjHIrSwkcr2h9nZ8tdBF34vrgcOGuS6pcUt3khpNz7E,298
1157
+ policyengine_uk/variables/household/demographic/age_under_18.py,sha256=FG2QDY152ySzyQaskhpEvlCOSUYJzP4AYJCLVyhvnm8,300
1158
+ policyengine_uk/variables/household/demographic/benunit_has_carer.py,sha256=NqwEljyM6DmoTFgd4xJg_ghN_WU86mV7p-SvdxU6h_M,284
1159
+ policyengine_uk/variables/household/demographic/benunit_id.py,sha256=lC6Hg3XEWBPZBg524LmBfYG2cAbr980tutUVqsuhcOM,173
1160
+ policyengine_uk/variables/household/demographic/benunit_is_renting.py,sha256=Zpg3r6tlWed960mY6c8zNoKYDNkngyFflEnXkPVNJ58,563
1161
+ policyengine_uk/variables/household/demographic/benunit_region.py,sha256=LFNjqSzEUuVJiGbQg-5v3K7TGJHihHRg-TmeCuxnBe8,481
1162
+ policyengine_uk/variables/household/demographic/benunit_tenure_type.py,sha256=onAV73eFMAD0UvRDbsF6Jt9vEZ5JyMzsKPKmEYeD5i0,540
1163
+ policyengine_uk/variables/household/demographic/benunit_weight.py,sha256=W0l-lMPxKQabmaEf-7t4pRvql0RxJ691LZspgwRqDP8,312
1164
+ policyengine_uk/variables/household/demographic/birth_year.py,sha256=hvkHRSny7po4B60CubtnZrtFjA0R-891Rn4pEvX7QpE,306
1165
+ policyengine_uk/variables/household/demographic/carer_premium.py,sha256=luSv1HJWM0Z8VoypsMx7v_zMNB_Zlr1nPBtjkBrk5PU,625
1166
+ policyengine_uk/variables/household/demographic/child_index.py,sha256=R-LltmQXhfp5FtCuemh-Peasqfdw-nXxKl192Fydi3Y,722
1167
+ policyengine_uk/variables/household/demographic/child_or_qyp.py,sha256=IOaUy7LmHQKUhIwDMsX2_lz-BiqFhdC3fPSQ8ccyzHw,438
1168
+ policyengine_uk/variables/household/demographic/country.py,sha256=RtSx4BqP94Mc9zKAw98PRCl1w-QVJ9mF2rIyXPMkwF4,1013
1169
+ policyengine_uk/variables/household/demographic/current_education.py,sha256=1E2CckqqM62Kua734rwOUdpr_MLkoocZcYTLKdhhrlw,1420
1170
+ policyengine_uk/variables/household/demographic/disability_premium.py,sha256=bXaywTxfnT51CzmV69cwSdK-YXZIn1Gz2S2a4GtxmmQ,854
1171
+ policyengine_uk/variables/household/demographic/eldest_adult_age.py,sha256=leMf2R76LuAzijdUrGNAEIYOfZs47Jr8fAhv6dmhDhc,424
1172
+ policyengine_uk/variables/household/demographic/eldest_child_age.py,sha256=UV72TgxsNLP7mq02xDQCr-WZd5DcpWc_31vpyHdqfLE,424
1173
+ policyengine_uk/variables/household/demographic/enhanced_disability_premium.py,sha256=nDm37FA61nud8k_hrmjhM3APgpvz_E4FXfenioacDvc,895
1174
+ policyengine_uk/variables/household/demographic/families.py,sha256=YXtn_sb825ZFZIN4WvJK1A34H2PyNxe7BTfkFrqI7Cc,203
1175
+ policyengine_uk/variables/household/demographic/family_type.py,sha256=_KbPbo2v4fQjsgzOlX6mf5BwSxYte1O8ymQucXz--EY,984
1176
+ policyengine_uk/variables/household/demographic/gender.py,sha256=Dr0TbH_SehnR40AakCZtiZQOJzt9QFb8sv9M_y0mCIY,315
1177
+ policyengine_uk/variables/household/demographic/geography.py,sha256=e-MNfE5CELjDHiIkDzW_MOS_aR8CZbvw8cdTyq7G9n0,489
1178
+ policyengine_uk/variables/household/demographic/highest_education.py,sha256=ZcqusFkrAuMh9slyKMezlE18GOAY2beHqdfnDoWeEBE,626
1179
+ policyengine_uk/variables/household/demographic/household_count_people.py,sha256=j-OT9AR2NEhxtlUyNrja00a6MysOMW92_1CouVnR5E4,370
1180
+ policyengine_uk/variables/household/demographic/household_equivalisation_ahc.py,sha256=QAFvaXoj8LwAI75DajilAZpkFvIWnTDbmlxWJ0XMyt0,891
1181
+ policyengine_uk/variables/household/demographic/household_equivalisation_bhc.py,sha256=fLlYkvRhOZ1mBZWorHtiiVrQnnH6n3MbEsUTh3mAqZs,892
1182
+ policyengine_uk/variables/household/demographic/household_id.py,sha256=JIVr4fckOE3kQ6xfSxYl3bvuUv8wEY_6EMXG0YvpHoE,257
1183
+ policyengine_uk/variables/household/demographic/household_num_benunits.py,sha256=gXnObKhYhKLU_IqyCixW4w0Iml_qH0AdA6ikFXhW9FE,420
1184
+ policyengine_uk/variables/household/demographic/household_owns_tv.py,sha256=-0Trrw6XHZQNxPPLJqEUl4oMxCoOZqhCFnp_QHUZij0,459
1185
+ policyengine_uk/variables/household/demographic/household_weight.py,sha256=EM6wONIp9FY0btWoGvxiqWGv7KXm8WSRiAUQRlmQhNk,332
1186
+ policyengine_uk/variables/household/demographic/households.py,sha256=pwdYUm3ScuALwVYf5miaEc5Pl-OlFNT7AjHlfkw0jW8,286
1187
+ policyengine_uk/variables/household/demographic/in_FE.py,sha256=tLY2oelMnx8LjzDas6rV8-KBHIScQyRkTTLFfCQDG08,259
1188
+ policyengine_uk/variables/household/demographic/in_HE.py,sha256=dJyJ5GJh1WCMDDj0CFS4PYBUWDb2WOsqyrSh-EpwgcQ,296
1189
+ policyengine_uk/variables/household/demographic/in_social_housing.py,sha256=ho_2z6oppOrOdqPn1a-XYmYC7FiwQZlXhlo4JLJqwYQ,458
1190
+ policyengine_uk/variables/household/demographic/is_WA_adult.py,sha256=EsVZjKB9qR2YzY4Vp7stGaNJY9ILcf9BWzuh73-nw4o,326
1191
+ policyengine_uk/variables/household/demographic/is_adult.py,sha256=WSDirHSTXs1UXC9NIZn9NyQ14oGhx7lSnw1VR6MWlP4,294
1192
+ policyengine_uk/variables/household/demographic/is_benunit_eldest_child.py,sha256=KfjpjQUVIiYLmFB9L2OZCCQ3jM_6TPBxaozJA3zC4bo,787
1193
+ policyengine_uk/variables/household/demographic/is_benunit_head.py,sha256=71ZUltUMb71YTiGoul7tVusC0zDDfk914MmYEUpDoY4,343
1194
+ policyengine_uk/variables/household/demographic/is_blind.py,sha256=AWadKUcP_UYc_ZACpYMOKwRcGBCR1V1_RXYS4UgPrW4,259
1195
+ policyengine_uk/variables/household/demographic/is_carer_for_benefits.py,sha256=kDs-rGII5n2KQesgSCNrhfsG2dWlFyZcciyGVq6fkPI,324
1196
+ policyengine_uk/variables/household/demographic/is_child.py,sha256=O34xV7eIFnobt-1RH0Z1noi9Z3tm8nD-7Fe7-MUD-CQ,272
1197
+ policyengine_uk/variables/household/demographic/is_disabled_for_benefits.py,sha256=pZXIWFDOfABNI8V_NcsogG6c819D22phB2Z03PzH7mw,505
1198
+ policyengine_uk/variables/household/demographic/is_eldest_child.py,sha256=2jUNxUQkR_bBApfVquZw-HaG6fy5lwKxc9Y81plXCVI,521
1199
+ policyengine_uk/variables/household/demographic/is_enhanced_disabled_for_benefits.py,sha256=bIaBuJyEd4PNhWFnBGnX5cbGlkS3gM6SKDuj4s7xT40,453
1200
+ policyengine_uk/variables/household/demographic/is_female.py,sha256=4r6_9iL01TrbAMVHoBdzM4JxYHa9v9ZvOVyZe5aW_3k,346
1201
+ policyengine_uk/variables/household/demographic/is_higher_earner.py,sha256=Blyvr57CdXqb_iNTXxDjbFbOwGzG7eg_1cmx8WgLdYk,491
1202
+ policyengine_uk/variables/household/demographic/is_household_head.py,sha256=4O8Dnkw0HKaxoBT5J1g91uLmMHfDiZz9gBNxm0s9Eew,350
1203
+ policyengine_uk/variables/household/demographic/is_male.py,sha256=bnKADDPS4oUE-E13T1hoxDmWFnUctniqLoG918bqHGM,340
1204
+ policyengine_uk/variables/household/demographic/is_married.py,sha256=iRbe8vRKnxBcjiiFHWCzjTlmIG-D_m48ZpC6S2y-QtI,372
1205
+ policyengine_uk/variables/household/demographic/is_older_child.py,sha256=yIqnvAU-cTt_dkUm1pH2k17X88UwAbZ6AxZluJOjtTo,344
1206
+ policyengine_uk/variables/household/demographic/is_parent.py,sha256=8kwQDTKVdQL5OFNjx7thwBIwNSiJylmiBABvTcPBX84,1080
1207
+ policyengine_uk/variables/household/demographic/is_renting.py,sha256=156LOGc4FoJjO_TZAMpYXE3utofLGtLVCIoq03TR1dk,575
1208
+ policyengine_uk/variables/household/demographic/is_severely_disabled_for_benefits.py,sha256=qePLeCIa_906BLGohLWLDGFSe1tI25rscy4IbyIGtJo,951
1209
+ policyengine_uk/variables/household/demographic/is_shared_accommodation.py,sha256=1PCg91E5vbZThCFmVelmPk7ADtpG6N_JhQEj8j51e_o,294
1210
+ policyengine_uk/variables/household/demographic/is_young_child.py,sha256=qXrkEOlB-ZgDRVwuVHWOt-UYCUGIcLniwkTRihKHXEI,308
1211
+ policyengine_uk/variables/household/demographic/locations.py,sha256=W14tJevJsEYtQXljx6o4zIuLMxuUQ-FiEDYemb3qQ9I,20015
1212
+ policyengine_uk/variables/household/demographic/marital_status.py,sha256=vjrVoxe6qApi4FaSQ6BZdvbU5QTBR5HuGBy1D83bI7U,621
1213
+ policyengine_uk/variables/household/demographic/num_adults.py,sha256=zYcpko5XvWJwnglagIhsJ37gJwwYwNzfLx1RyB9YEOw,301
1214
+ policyengine_uk/variables/household/demographic/num_bedrooms.py,sha256=raESBWvcQBOwOKSGO8Yg_ejLz65y6SKjJ4sgG7NG2Nw,272
1215
+ policyengine_uk/variables/household/demographic/num_carers.py,sha256=sDbdxRzuZ9xoLKuTmB-LdwaxKvUZtNiLjA_E7emQnzA,296
1216
+ policyengine_uk/variables/household/demographic/num_children.py,sha256=61g-GoFQzsYjPd0phQAcZG1M70UHFyptPJd-5En7MO4,305
1217
+ policyengine_uk/variables/household/demographic/num_disabled_adults.py,sha256=rnDwak6-g80C_bxUHpumh67m4NUEXmIaUQzIZqnpWoM,405
1218
+ policyengine_uk/variables/household/demographic/num_disabled_children.py,sha256=Ng8ecP067lut3xAT7nsXlTr6J09RYqFunFGSPwJdGp4,416
1219
+ policyengine_uk/variables/household/demographic/num_enhanced_disabled_adults.py,sha256=Al0ziyzfQd7fzFH6X_WzBaDy6YA3VFIS100lNddi65w,472
1220
+ policyengine_uk/variables/household/demographic/num_enhanced_disabled_children.py,sha256=d7otcGg6BFRmECpYfi5j9SoT5kjLumgrwHsbkKgOReU,483
1221
+ policyengine_uk/variables/household/demographic/num_severely_disabled_adults.py,sha256=8tD4zBsMESoCxjQMpulUf3hig_cS2tJUQe8q3njBh-c,472
1222
+ policyengine_uk/variables/household/demographic/num_severely_disabled_children.py,sha256=KIt_GaUxWnrKP3ji5NfemRCBSjy_SXpQ2pabJajzQ8k,483
1223
+ policyengine_uk/variables/household/demographic/ons_tenure_type.py,sha256=ZYNroXqFZaqxo276LySHKjwrwRSKB6tbRJn-Z1z0dYc,1135
1224
+ policyengine_uk/variables/household/demographic/original_weight.py,sha256=Sg8wHhmN5xxG6oz1bXzzKT5okByxDI8FjpaShN4csyw,184
1225
+ policyengine_uk/variables/household/demographic/over_16.py,sha256=Cjq9z-1nUJK2cQC-0efFxt-9-z8oOFzS4Wrxbs1QJ1U,291
1226
+ policyengine_uk/variables/household/demographic/people.py,sha256=KgRIwApAOg8-VLAD02H6WBFfp-B3KsqwVzsqaIiX6Bw,218
1227
+ policyengine_uk/variables/household/demographic/person_benunit_id.py,sha256=xG2Cb0d5-WTSqJ2PcSrFSRm0vFiN_LZP-X8s8c9cF9k,188
1228
+ policyengine_uk/variables/household/demographic/person_benunit_role.py,sha256=GJ3QzWW5NRC3CIPw_SniiFhKiUC0BbF3TSob2jm-lBM,182
1229
+ policyengine_uk/variables/household/demographic/person_household_id.py,sha256=hIJ3ZsaQ1JF4cBFtiTS1K1qTkCoRj7RCtQtucchmPUw,187
1230
+ policyengine_uk/variables/household/demographic/person_household_role.py,sha256=p_qjTehbejm9aKlWYWRXV8iL-xZtFrRC2Ei-ZiC8Nlg,184
1231
+ policyengine_uk/variables/household/demographic/person_id.py,sha256=QE-Jh1I9X_ct-WzccL2BVFpMFKSczrZ3iYYtdodOma4,191
1232
+ policyengine_uk/variables/household/demographic/person_weight.py,sha256=XS4XTE-X4MmrHW0EvVDJokSWZcptW2oBwFnWdcVY3z4,292
1233
+ policyengine_uk/variables/household/demographic/raw_person_weight.py,sha256=XIICQMDa0T4HqWQvVU8opl0Jk1r5PGm9Ex99F-2HaDw,299
1234
+ policyengine_uk/variables/household/demographic/relation_type.py,sha256=F0zafb2sQTTotPbxVIW6thr1gXe_YWRdbveqfkW-Erk,545
1235
+ policyengine_uk/variables/household/demographic/role.py,sha256=uYxNhmN8vdQbxBsQxGgHa4PC6W8iMFcxWqhc7i3doBI,167
1236
+ policyengine_uk/variables/household/demographic/severe_disability_premium.py,sha256=yCkJwCaqEP4wbIrxOrflvFIynlCd0b64bV6vquhAU9A,887
1237
+ policyengine_uk/variables/household/demographic/tenure_type.py,sha256=9V40d4ihG6lQ1dZXFKNjVTwChDXvKGTOR3tUGkaMhEg,522
1238
+ policyengine_uk/variables/household/demographic/youngest_adult_age.py,sha256=_T_8VEyKCSq31Ho70SZZBpkqbeFBNFDeJ6G6Edrn_y0,425
1239
+ policyengine_uk/variables/household/demographic/youngest_child_age.py,sha256=6Tmhbiu8puCBQDYlWwxbpVRuddd7HkraDNyg1tuV5PE,425
1240
+ policyengine_uk/variables/household/demographic/benunit/benunit_count_children.py,sha256=dvOsBE_tCtaWtsjY1NfOw29OvXgfFWTk1hhlLIdfgJE,303
1241
+ policyengine_uk/variables/household/income/base_net_income.py,sha256=9WcVGU3QbCJcIiSvVP65c0-fwhiiDKviqMGD-XKZvBQ,282
1242
+ policyengine_uk/variables/household/income/baseline_hbai_excluded_income.py,sha256=qlLnaZIPuX1n14HbsDOhUo5hHYFTFBoTp-qlUUj83Z0,638
1243
+ policyengine_uk/variables/household/income/benefits_premiums.py,sha256=7kNsT5LeWPWZlNDiKFFuV7wNvcu5lhqLrK0jPMDy_wE,380
1244
+ policyengine_uk/variables/household/income/benunit_weekly_hours.py,sha256=T9n8TeSSCOnCS8NgW2SJ277lCnk096aoXsKszrpFmmI,272
1245
+ policyengine_uk/variables/household/income/capital_gains.py,sha256=905rih-xE5-X6aMNyo9qAiJ5P_p1sZiQLbBBXm-sUI0,372
1246
+ policyengine_uk/variables/household/income/capital_income.py,sha256=R6lChhP2g25sRE1DssitvMK53yf4Cb8_zOQLI2zPqlI,302
1247
+ policyengine_uk/variables/household/income/claims_all_entitled_benefits.py,sha256=eVazemPVinVwY0iDPTavt9nw20N7M-u_6RHFRsQ3QWM,935
1248
+ policyengine_uk/variables/household/income/claims_legacy_benefits.py,sha256=ExzKI5TgSkfWoi1k26FOn3R1pRG9uIOd0ZKlpVuv8aI,665
1249
+ policyengine_uk/variables/household/income/deep_poverty_gap.py,sha256=d3HwOMHtOeva3AMCZtvyHtRtvLWjx9V0nNSeuQh4leA,521
1250
+ policyengine_uk/variables/household/income/deep_poverty_line.py,sha256=xNQcTCQPezvYpT4QG0zm8DUdbkCnuMZNjltIP9ZXX8c,376
1251
+ policyengine_uk/variables/household/income/earned_income.py,sha256=vqq9UH7IlDRMHj9bWKI6bS_3gOfbiX92uQV88WVDv88,464
1252
+ policyengine_uk/variables/household/income/employment_status.py,sha256=hsVEKFhDCRpD6wa1kTTbnAexLqf1cWc7unjc3gus0W4,784
1253
+ policyengine_uk/variables/household/income/equiv_hbai_household_net_income.py,sha256=0mQzTt-VNe_ijI-uzO--9iuhadXUfdCtsoRkiCTQyho,497
1254
+ policyengine_uk/variables/household/income/equiv_hbai_household_net_income_ahc.py,sha256=45f26hkaPoADdqmkQY9NIPsu1i6RW1Y2B07fsYBu_Q0,526
1255
+ policyengine_uk/variables/household/income/equiv_household_net_income.py,sha256=gRy8kYLtk7uWqAuCfypEZjg-EBUzNmiYZuIz-Alh1Zg,480
1256
+ policyengine_uk/variables/household/income/hbai_benefits.py,sha256=IPitXWgJcUo9c9XjlI-ho-Xd2xyirseRclW0qKE9Szk,957
1257
+ policyengine_uk/variables/household/income/hbai_excluded_income.py,sha256=UKYNFcfaP96xWYOnyEIe-0Z0hpDWBbbHpsJ-Ag6xKXM,477
1258
+ policyengine_uk/variables/household/income/hbai_excluded_income_change.py,sha256=jHQs3HXBjx7cREp-ljf09DBnitdHSq9jrjVmKmbARRA,596
1259
+ policyengine_uk/variables/household/income/hbai_household_net_income.py,sha256=FtzgrwZGxkMIx-FQdC6cP6ujMGVEfLcLH0pPSx_gSE4,1693
1260
+ policyengine_uk/variables/household/income/hbai_household_net_income_ahc.py,sha256=2SeT8lSkEKHzcrCzW72-xMhWMIGbH-wrl9Uw1ON7E8A,470
1261
+ policyengine_uk/variables/household/income/hours_worked.py,sha256=hW4cUAV2xK3drDXXBmcqp5Soao4e7r9Xxfpwh7tBOx8,255
1262
+ policyengine_uk/variables/household/income/household_benefits.py,sha256=8NVY3BuNiLLQ23IRSY0xoOE8AZP_e_I2j5h432cFPK4,2389
1263
+ policyengine_uk/variables/household/income/household_gross_income.py,sha256=d-EDrcUslPKsIpYYboAngMCvdpVgt_g_tABneG8TFh8,444
1264
+ policyengine_uk/variables/household/income/household_income_decile.py,sha256=d5knVIcb8N8sNPZEzLs28-KSnzBe_vBNjk7kHzJ_kGI,914
1265
+ policyengine_uk/variables/household/income/household_market_income.py,sha256=9tbtSpK1erpiv0-8RjAxPnbGpn1nIMb_mWU3i85sNJg,883
1266
+ policyengine_uk/variables/household/income/household_net_income.py,sha256=1x3AJKOCDdJxITArIzr01Uj3ENvKJ1rSuuhuA_1OHDc,698
1267
+ policyengine_uk/variables/household/income/household_net_income_ahc.py,sha256=gXELe4rlBN9u95E6YJG7rVP-MP7ploNdN3urrftjJzI,802
1268
+ policyengine_uk/variables/household/income/in_deep_poverty.py,sha256=CHF4Ym1reqo77IkcHeZZW4U14C3GTxrnBbBW4uWZB2c,410
1269
+ policyengine_uk/variables/household/income/in_deep_poverty_ahc.py,sha256=aUY9FZ0dYATvftBP2tOuIT8WS1t1voH9AODa1l_Zy3Q,557
1270
+ policyengine_uk/variables/household/income/in_deep_poverty_bhc.py,sha256=H2p-U0G1xdgrcoGxs3V_vxa0T4QAvw7hW6kILNgFelk,554
1271
+ policyengine_uk/variables/household/income/in_poverty.py,sha256=E_YGJv_5tXtjma5r_0i-D7jFQh35Y9BtndDJ5JplYTQ,377
1272
+ policyengine_uk/variables/household/income/in_poverty_ahc.py,sha256=S2kV_d8otv5JqMI3HMIxuENcCDWFZBDOgPIihcmuJLg,513
1273
+ policyengine_uk/variables/household/income/in_poverty_bhc.py,sha256=Ms6eBPKFTP_fkBX2tN0CJpiuNmHd2Lh60z3Eohc2fG8,431
1274
+ policyengine_uk/variables/household/income/in_relative_poverty_ahc.py,sha256=335UM8jh_RnazBZ92Q3dgUeo5PSH98cy1b3UKtmyhLw,529
1275
+ policyengine_uk/variables/household/income/in_relative_poverty_bhc.py,sha256=Okhc5V844qoNhTPR5db_T8Kcq412BhfzenSDOUTjppg,525
1276
+ policyengine_uk/variables/household/income/in_work.py,sha256=D5rBwUIb2WjIDZODI_4vVBTtCPsilvAkqoL8tuN653w,506
1277
+ policyengine_uk/variables/household/income/income_decile.py,sha256=pcUUESL0K74YVFG0aismjk4IQTyGmTdmnnEI37UgZUQ,468
1278
+ policyengine_uk/variables/household/income/inflation_adjustment.py,sha256=0Zd57epvW5PQRHEvoVJyy7uKc1sYxNkm7qHz5VFRJq4,559
1279
+ policyengine_uk/variables/household/income/is_QYP.py,sha256=QlsndiWhoJLX-p0XRSRIQRnE73McnFJM7ra3C_7coTc,513
1280
+ policyengine_uk/variables/household/income/is_apprentice.py,sha256=isDDLgrwhRGHLhl-0O_g_38A1UV82mqhVTp8noNLBH0,250
1281
+ policyengine_uk/variables/household/income/is_child_or_QYP.py,sha256=c97SUoxXTklzBp4LJFrjv_wRr-W8E-Z3tIzp-1rDWn4,353
1282
+ policyengine_uk/variables/household/income/is_couple.py,sha256=KBFqRNgtPl0AlYs1fa-v5hbS3O9I6Ieqa-wK9TX1PIQ,430
1283
+ policyengine_uk/variables/household/income/is_lone_parent.py,sha256=p-CYjtfCiPS-rREMaEz4py0yc2BdcVQ8HtrJdw9eBOw,401
1284
+ policyengine_uk/variables/household/income/is_single.py,sha256=tUjUvFGyYzEqRomwEWeBnRW7LnArwoAK8BAYqMf7jUs,424
1285
+ policyengine_uk/variables/household/income/is_single_person.py,sha256=g5uNs35hi5SYJo2ddwIO_4qANqFroBCqq7ymkT9ZFww,393
1286
+ policyengine_uk/variables/household/income/market_income.py,sha256=txMttDTWhshNbZFtG2fFMIk7oo6mE09inV3BYOHRBos,794
1287
+ policyengine_uk/variables/household/income/minimum_wage.py,sha256=vjFFxq5iWU_IQ_ZQUyUSeMiwmov2sMmQaREzkDFDhOs,380
1288
+ policyengine_uk/variables/household/income/minimum_wage_category.py,sha256=8vDQLHaEqyCsOtyHQnqUnMRb4lCPJZRS2hTFENH5bv4,1197
1289
+ policyengine_uk/variables/household/income/poverty_gap.py,sha256=g1RzgVPX0YcwCprsLGeI_AZdsBWADZVF4lI6ZKki4mA,501
1290
+ policyengine_uk/variables/household/income/poverty_gap_ahc.py,sha256=v8QE3OAQU6I9yIuU1GxvWKEHOqqHNOrBmSFMVNzaeBo,454
1291
+ policyengine_uk/variables/household/income/poverty_gap_bhc.py,sha256=mpDVGowuGzz3GIrRWwzjmOQF402Zlg28XI3h28O0qjc,429
1292
+ policyengine_uk/variables/household/income/poverty_line.py,sha256=RNQ2Aa_A5tyNZl7p_SqtJJgS7rUm70k9aWUtYeN1kWU,547
1293
+ policyengine_uk/variables/household/income/poverty_line_ahc.py,sha256=miMmGjJwEnTeBy46ZJ06dWyxbqARBkjXkl494wiKo-I,513
1294
+ policyengine_uk/variables/household/income/poverty_line_bhc.py,sha256=iXhCY3QdVgj-SYpI7a_8VVDQ5LWucALwrZY1VYcuCaY,514
1295
+ policyengine_uk/variables/household/income/poverty_threshold_bhc.py,sha256=yt7zc8JO6UAxgTTY-pWPVAZdwfWiEfhayzPZptg5wQI,393
1296
+ policyengine_uk/variables/household/income/real_household_net_income.py,sha256=s4fVdcU3Z_HDxBuG1xWyEzEUd3IeZDx9dC8nuv5UKAY,489
1297
+ policyengine_uk/variables/household/income/real_household_net_income_ahc.py,sha256=CPpVY6VWDR20DV85CNl0pfj6vsoOjOcG2lAjq0jdxgI,497
1298
+ policyengine_uk/variables/household/income/statutory_maternity_pay.py,sha256=L9q8tE7V0Is0Je8clUBAX9V1kv91JZHisPpUV4EkIHQ,289
1299
+ policyengine_uk/variables/household/income/statutory_paternity_pay.py,sha256=a-YI6jo6PLcC6zlRSD5erNmdog-gmNYjtYuqonmrDO0,289
1300
+ policyengine_uk/variables/household/income/statutory_sick_pay.py,sha256=KSS_kpZONrAqOkrpdonzenzfBUdBXHRUPnYQ8HbNyXk,279
1301
+ policyengine_uk/variables/household/income/weekly_hours.py,sha256=_mUFXzYCXEX63fkImXCJbbgshHTg5gyt6JQhMKDic-8,407
1302
+ policyengine_uk/variables/household/wealth/corporate_land_value.py,sha256=TfQOLQO3Lf_PLsR_0ObV49V2derIuUKiK7965_LArqE,704
1303
+ policyengine_uk/variables/household/wealth/corporate_tax_incidence.py,sha256=esU0frRbCe3CMb3pu64uUE8k_vjbZohoD7Fs2oqwtp4,389
1304
+ policyengine_uk/variables/household/wealth/gross_financial_wealth.py,sha256=ZeUz8nsP9-7N82k7Fipdvaj9QnUbe7RkDZpv_OQEke0,260
1305
+ policyengine_uk/variables/household/wealth/household_land_value.py,sha256=SyBM78G-ZyYMYQGVVxS7z4IOziRxe8OejdCd2rwCOEs,754
1306
+ policyengine_uk/variables/household/wealth/household_wealth_decile.py,sha256=oDYB9s7CbC9ZHdzKsUbxAAwObklkGJL6T0Rx2mzaoI4,857
1307
+ policyengine_uk/variables/household/wealth/land_value.py,sha256=SP6W3V3GXOUQ1HqPFfvUwNqpAcz5zrroMGT23g6Wh4Q,369
1308
+ policyengine_uk/variables/household/wealth/net_financial_wealth.py,sha256=LGaPo9tmqzNNoV21925GMDnY3HqOXfLj2OwCsLZb1pE,256
1309
+ policyengine_uk/variables/household/wealth/property_wealth.py,sha256=fAtjM2pPIWIH4m9oEkEX4_xqrzY9KGkrKuGUSCeeinY,369
1310
+ policyengine_uk/variables/household/wealth/residential_property_value.py,sha256=z-PJnsnkHRlaD1HEJy7XqIWRIjqid0VrzLNQcTYaDoY,384
1311
+ policyengine_uk/variables/household/wealth/savings.py,sha256=hPuCxqyRtHA4Lf-vxO4wlVTAse3D4s2dIPOsoSNa18Y,277
1312
+ policyengine_uk/variables/household/wealth/shareholding.py,sha256=GFggUcEwp5ZzuGVgNfLwfXFCWZ8yYlGZQk3ixom7j_4,865
1313
+ policyengine_uk/variables/household/wealth/total_wealth.py,sha256=4Zbx5A5BP3ikfFc_ZRA_fMj2TIHK_3SVqPX3JdETSJc,241
1314
+ policyengine_uk/variables/input/README.md,sha256=OOFtoYQlhJFEZrEdxQxP0tr5ajnNM3OwsTPyLNELV8o,8
1315
+ policyengine_uk/variables/input/care.py,sha256=ZPnLmdGVd5knLb1fOq4ZSiiWhJBT29XQkg8-HItQngg,383
1316
+ policyengine_uk/variables/input/corporate_wealth.py,sha256=uTORBMAOsMCn169sBgHPjXHRCv1x-smjYe59F0hOdWI,331
1317
+ policyengine_uk/variables/input/council_tax_band.py,sha256=8x7dl8jBNotPxGJHtvFBSM6gFig5PoP-e1EBXjo5hUg,393
1318
+ policyengine_uk/variables/input/demographic.py,sha256=EvMRkW0FNL7WZRcmQsifXbdryuHUgY796r5SBU3xvM4,317
1319
+ policyengine_uk/variables/input/dividend_income.py,sha256=HtfeSOO7jFyXKgzjSPt1HbA0ZZ9UMjC_OgVOfvLYSNQ,401
1320
+ policyengine_uk/variables/input/dla_m_category.py,sha256=2IVe8T8l1GoEVqbDHL6slhmo3Llywp27pc2JBto1Cn8,1265
1321
+ policyengine_uk/variables/input/dla_sc_category.py,sha256=o1HwQeE3fym9IQaCuG6wGu6IHDE2gUPJSaGNUnobAs8,1450
1322
+ policyengine_uk/variables/input/employment_income.py,sha256=-M2rWedaQr1ELy6yWgQ6CARlClKZWKsBRbzUo34iSZ4,640
1323
+ policyengine_uk/variables/input/employment_income_before_lsr.py,sha256=GhFu4R82yVL8HXjEcgPPtki01CqNDiMnVUreOUUYUqY,279
1324
+ policyengine_uk/variables/input/lump_sum_income.py,sha256=RtcBcvLU-zop2QJKXFlXtBYUR_XhOHLxiX3jsFAtOqg,276
1325
+ policyengine_uk/variables/input/main_residence_value.py,sha256=g3ff-TkQTxdM5QYAGpdPPH-odBbWyPI8DmuoExGgitA,338
1326
+ policyengine_uk/variables/input/maintenance_income.py,sha256=XtT93ROcGad_JClzPOPnkYab2k0Lgj27mOP2EOyjVEM,308
1327
+ policyengine_uk/variables/input/miscellaneous_income.py,sha256=zP6jU6a5-93jYWfcGXgYaaPwuQBlJxaqwYB48NpikLA,293
1328
+ policyengine_uk/variables/input/non_residential_property_value.py,sha256=U1VPUpPjEIQFJ89CKlm44nSe-nDLvbZR1SgUCvusCbU,407
1329
+ policyengine_uk/variables/input/other_investment_income.py,sha256=S_q3plv-kAtSuoYaJX4IhV24jrDCjStdsAWelTzkBug,482
1330
+ policyengine_uk/variables/input/other_residential_property_value.py,sha256=HvLZuX4vsy545nGjSUp88D1M3i8Lw-1B4XTZ_ZHm0DE,396
1331
+ policyengine_uk/variables/input/owned_land.py,sha256=0DHKeUYdeP5y1mlYqefP7sqlauBYk-HbwaDZRnwpjyY,348
1332
+ policyengine_uk/variables/input/pension_income.py,sha256=w1aXHUfv96k2SHrxKqVyM_tjNno0Grvle3PRpGp6Q7I,609
1333
+ policyengine_uk/variables/input/pip_dl_category.py,sha256=lH_lN6Mh9zWpFV-Odlr2ahgOJGOJ41FFmVbYqtbyQK4,1303
1334
+ policyengine_uk/variables/input/pip_m_category.py,sha256=UfgnVrg5p5bR5n1jdcJb8qoiTvY8sI355EoPrGaoTvo,1251
1335
+ policyengine_uk/variables/input/private_pension_income.py,sha256=0ukJBnEA4IWHOf6pVu4dyHRHPWHAm6wziYKcucU4x2w,451
1336
+ policyengine_uk/variables/input/private_transfer_income.py,sha256=t5B1Sp23FnqzbWSGBwoRojPF_DY0Ly4J_rwoS5Nkdc0,300
1337
+ policyengine_uk/variables/input/property_income.py,sha256=xFqyarJ7CGAka4GNUuHo3Kdi2EBMqV-vXSwZhzg7TuY,384
1338
+ policyengine_uk/variables/input/rent.py,sha256=CvlLIWjvS8WeJZUpx7P_bwnnuevGCv1HppTTmrIIGac,326
1339
+ policyengine_uk/variables/input/savings_interest_income.py,sha256=sVdVSQf5qbzTYK8sZBeom4kgipemgjB5mnPiHySmkvI,419
1340
+ policyengine_uk/variables/input/self_employment_income.py,sha256=oyIL9dNfIcfaT_qJUaS6vpPUd3pcLogANVcN5e6flQU,463
1341
+ policyengine_uk/variables/input/state_pension.py,sha256=soT6KkIzgzjlokdD8Ex3crDNUQSsnp_BoRjeWFTZmgU,928
1342
+ policyengine_uk/variables/input/sublet_income.py,sha256=73Tnuw7Uj7pmvmU9BHYp7F2ZrfX-0CHPIjajmYoWnv4,284
1343
+ policyengine_uk/variables/input/consumption/README.md,sha256=08taYSLiEbj6tkR4xXonmFogsg21FBOLAf7RlxTzXYA,14
1344
+ policyengine_uk/variables/input/consumption/alcohol_and_tobacco_consumption.py,sha256=nKrQvDMSaLlgjbH2tYvQyjqfK-_v0-YNuiLNoG9JHDQ,426
1345
+ policyengine_uk/variables/input/consumption/childcare_expenses.py,sha256=TqHzWEcWrTNKdA8YgmS2GUujbpIwgNT78zBGsveE5-Y,359
1346
+ policyengine_uk/variables/input/consumption/clothing_and_footwear_consumption.py,sha256=lT1sQ5iCabObjVnSlE-PKhg2Ra2CqjApSk2tYED4gEU,432
1347
+ policyengine_uk/variables/input/consumption/communication_consumption.py,sha256=QAIfDRBPCP5KlvTJ1HdCEmN3GqAl0iNKTx7Ozfy0_XM,408
1348
+ policyengine_uk/variables/input/consumption/consumption.py,sha256=hpz2yv_hrVFuogKdZ1YKRpPX_Ucw_Ojv5TNlM2tB4XI,767
1349
+ policyengine_uk/variables/input/consumption/diesel_spending.py,sha256=IasUMqpgpL6qkb5vrxmNAdCsL_3aDySH-JDBnyyeieo,327
1350
+ policyengine_uk/variables/input/consumption/education_consumption.py,sha256=CsZr8wYQRDut0r1XKm2raIQjtlgkIWDAmj7QQCXQRrQ,396
1351
+ policyengine_uk/variables/input/consumption/energy.py,sha256=0DgMcdyB-oz8JLi0fWNxqG5304sUuisn8GATGAZ8wTs,374
1352
+ policyengine_uk/variables/input/consumption/food_and_non_alcoholic_beverages_consumption.py,sha256=NcNMwQ0rv3Xo6hPC9LPKPP1NLYh3akoXOGaeCuKrR0A,456
1353
+ policyengine_uk/variables/input/consumption/health_consumption.py,sha256=xKWe6YRVE7sRcio0JtNI3b7KVvheEjS493phFTAeM0U,387
1354
+ policyengine_uk/variables/input/consumption/household_furnishings_consumption.py,sha256=EHUtC3FiqiPtOIZHi-NoVeXP_Jm5U-qDipjEyoLSV2Y,432
1355
+ policyengine_uk/variables/input/consumption/housing_water_and_electricity_consumption.py,sha256=OhMrbKqP64ryrdKPG6lbbHU9njvb1gf1EsAxyZ57U_E,474
1356
+ policyengine_uk/variables/input/consumption/miscellaneous_consumption.py,sha256=xT5oWhnnHZ8CCOHjLSpZCSLHmmcB6sEHMbtrUpkiwbc,414
1357
+ policyengine_uk/variables/input/consumption/petrol_spending.py,sha256=2FjMKTSkbUcWqHxwDV2NT2Y_ahvjZCK4y2KGSuv-GYI,327
1358
+ policyengine_uk/variables/input/consumption/recreation_consumption.py,sha256=2lfV0j-hbfvST5Z_KT4I5zEBDMpI2qlXiX-wQcW4Q0U,399
1359
+ policyengine_uk/variables/input/consumption/restaurants_and_hotels_consumption.py,sha256=sDC-Reeo0ZQd3b8mRntmJsC0VdL7rabmjY1X-2m3gG4,435
1360
+ policyengine_uk/variables/input/consumption/transport_consumption.py,sha256=meIGT8wvijOicgpqx5_Sx60JKYKXhs1cJQaIycqrSTc,396
1361
+ policyengine_uk/variables/input/consumption/property/README.md,sha256=IP9_pLLNXMHRMS5sEjRRqsM1nQMffQC2PJII-z-I6wI,11
1362
+ policyengine_uk/variables/input/consumption/property/council_tax.py,sha256=qV_AkvBvHuCNzCo_q5mvLIgs2_k0q0FZ50hX_g6dUSs,333
1363
+ policyengine_uk/variables/input/consumption/property/cumulative_non_residential_rent.py,sha256=rhqlRphsTMSx2Xij-B9RjSZeuLTjAyt3sx2VK66Nkf8,338
1364
+ policyengine_uk/variables/input/consumption/property/cumulative_residential_rent.py,sha256=KMbISuubgfGaH34kJDe_tfOsKzVUHSJneDhyd-fLeI4,326
1365
+ policyengine_uk/variables/input/consumption/property/employee_pension_contributions.py,sha256=F1VQUQPjr2XZSg3kHORowy8HS4UaghThHGoqGPM4w-g,264
1366
+ policyengine_uk/variables/input/consumption/property/employer_pension_contributions.py,sha256=b7RU03pShmBtyxaeXDwG0gOOQZaDK6SHebPCm24hmF0,339
1367
+ policyengine_uk/variables/input/consumption/property/housing_service_charges.py,sha256=SlAA7a5rxn1sgSpbSYSkmBv2ayaIstQDDz2Lc-DtazY,279
1368
+ policyengine_uk/variables/input/consumption/property/maintenance_expenses.py,sha256=pt5MSW49kMznCgYXTUB2JdI5qyEv7jP9pIS6BN_OOxU,248
1369
+ policyengine_uk/variables/input/consumption/property/mortgage_capital_repayment.py,sha256=YUVdHHjc8KmEiVBIxTcJBGOIgNpmg81ME7TkbYYsVs0,256
1370
+ policyengine_uk/variables/input/consumption/property/mortgage_interest_repayment.py,sha256=Hd10JR8oEY3w71YRNBbRaLeTjnsVxbOD0P-BHtXfwZc,336
1371
+ policyengine_uk/variables/input/consumption/property/non_residential_rent.py,sha256=ksf_xqI_iezcZzRG4TNHDJGcPji8ar1diRmw84RKpR0,316
1372
+ policyengine_uk/variables/input/consumption/property/personal_pension_contributions.py,sha256=T07vKFZhbLl-gbX8IkXK4RZKFzeyvEXQTXvh9WwzSns,264
1373
+ policyengine_uk/variables/input/consumption/property/property_purchased.py,sha256=an296H9Lqw2fFcQLqQeUFv5e0Y7RW0MPjU90CF4o7D0,292
1374
+ policyengine_uk/variables/input/consumption/property/water_and_sewerage_charges.py,sha256=MQK3USx_JNPvIuKL_-kcn3AI64rqAjHvBv7tcYD6Y6I,273
1375
+ policyengine_uk/variables/misc/in_original_frs.py,sha256=sqqMJDPkhqaWBjCXU6W06JZLge0qxVD-B-iumHs0DI0,303
1376
+ policyengine_uk/variables/misc/spi_imputed.py,sha256=iPVlBF_TisM0rtKvO-3-PQ2UYCe6CVOm5sDPv97XFnU,298
1377
+ policyengine_uk/variables/misc/uc_migrated.py,sha256=zFNcUJaO8gwmbL1iY9GKgUt3G6J9yrCraqBV_5dCvlM,306
1378
+ policyengine_uk/variables/misc/categories/lower_middle_or_higher.py,sha256=C54tHYz2DmOyvQYCC1bF8RJwRZinhAq_e3aYC-9F5fM,157
1379
+ policyengine_uk/variables/misc/categories/lower_or_higher.py,sha256=81NIbLLabRr9NwjpUZDuV8IV8_mqmp5NM-CZvt55TwE,129
1380
+ policyengine_uk-2.35.0.data/data/share/openfisca/openfisca-country-template/CHANGELOG.md,sha256=v9oA3aPae4sNrjx4ZpEeAuJv_eY3ExyUpzgII8U6h4g,54709
1381
+ policyengine_uk-2.35.0.data/data/share/openfisca/openfisca-country-template/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
1382
+ policyengine_uk-2.35.0.data/data/share/openfisca/openfisca-country-template/README.md,sha256=PCy7LRLdUDQS8U4PaeHeBVnyBZAqHv1dAVDDvEcom20,1976
1383
+ policyengine_uk-2.35.0.dist-info/METADATA,sha256=zywqRH9ut22daQF8jb18pXUawx6GCxLikvJcKJza39Y,3453
1384
+ policyengine_uk-2.35.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1385
+ policyengine_uk-2.35.0.dist-info/licenses/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
1386
+ policyengine_uk-2.35.0.dist-info/RECORD,,