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.
- policyengine_uk/__init__.py +17 -0
- policyengine_uk/data/__init__.py +5 -0
- policyengine_uk/data/dataset_schema.py +81 -0
- policyengine_uk/data/economic_assumptions.py +192 -0
- policyengine_uk/data/uprating_growth_factors.csv +83 -0
- policyengine_uk/entities.py +46 -0
- policyengine_uk/model_api.py +6 -0
- policyengine_uk/modelled_policies.yaml +25 -0
- policyengine_uk/parameters/gov/README.md +1 -0
- policyengine_uk/parameters/gov/benefit_uprating_cpi.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/README.md +3 -0
- policyengine_uk/parameters/gov/contrib/abolish_council_tax.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/abolish_state_pension.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/benefit_uprating/README.md +1 -0
- policyengine_uk/parameters/gov/contrib/benefit_uprating/all.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/benefit_uprating/non_sp.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/cec/README.md +3 -0
- policyengine_uk/parameters/gov/contrib/cec/non_primary_residence_wealth_tax.yaml +21 -0
- policyengine_uk/parameters/gov/contrib/cec/state_pension_increase.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/conservatives/cb_hitc_household.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/conservatives/pensioner_personal_allowance.yaml +10 -0
- policyengine_uk/parameters/gov/contrib/cps/README.md +3 -0
- policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/README.md +3 -0
- policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/expanded_ma/README.md +1 -0
- policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/expanded_ma/ma_rate.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/expanded_ma/max_child_age.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/expanded_ma/remove_income_condition.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/marriage_neutral_it/README.md +1 -0
- policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/marriage_neutral_it/max_child_age.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/cps/marriage_tax_reforms/marriage_neutral_it/neutralise_income_tax.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/create_private_pension_uprating.py +30 -0
- policyengine_uk/parameters/gov/contrib/freeze_pension_credit.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/labour/private_school_vat.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/policyengine/README.md +1 -0
- policyengine_uk/parameters/gov/contrib/policyengine/budget/README.md +1 -0
- policyengine_uk/parameters/gov/contrib/policyengine/budget/consumer_incident_tax_change.yaml +5 -0
- policyengine_uk/parameters/gov/contrib/policyengine/budget/corporate_incident_tax_change.yaml +5 -0
- policyengine_uk/parameters/gov/contrib/policyengine/budget/education.yaml +5 -0
- policyengine_uk/parameters/gov/contrib/policyengine/budget/high_income_incident_tax_change.yaml +5 -0
- policyengine_uk/parameters/gov/contrib/policyengine/budget/nhs.yaml +5 -0
- policyengine_uk/parameters/gov/contrib/policyengine/budget/other_public_spending.yaml +5 -0
- policyengine_uk/parameters/gov/contrib/policyengine/disable_simulated_benefits.yaml +5 -0
- policyengine_uk/parameters/gov/contrib/policyengine/economy/energy_bills.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/policyengine/economy/gdp_per_capita.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/policyengine/economy/interest_rates.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/policyengine/economy/rent.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/policyengine/economy/transport.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/README.md +1 -0
- policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/capital_incidence.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/consumer_incidence.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/employee_incidence.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/policyengine/employer_ni/exempt_employer_pension_contributions.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/two_child_limit/age_exemption/child_tax_credit.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/two_child_limit/age_exemption/universal_credit.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/ubi_center/README.md +1 -0
- policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/amount/adult_age.yaml +7 -0
- policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/amount/by_age.yaml +24 -0
- policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/amount/child_min_age.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/amount/flat.yaml +7 -0
- policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/interactions/include_in_means_tests.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/interactions/include_in_taxable_income.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/interactions/withdraw_cb.yaml +6 -0
- policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/phase_out/household.yaml +18 -0
- policyengine_uk/parameters/gov/contrib/ubi_center/basic_income/phase_out/individual.yaml +16 -0
- policyengine_uk/parameters/gov/contrib/ubi_center/carbon_tax.yaml +17 -0
- policyengine_uk/parameters/gov/contrib/ubi_center/land_value_tax.yaml +21 -0
- policyengine_uk/parameters/gov/contrib/ubi_center/wealth_tax.yaml +44 -0
- policyengine_uk/parameters/gov/dcms/README.md +1 -0
- policyengine_uk/parameters/gov/dcms/bbc/README.md +1 -0
- policyengine_uk/parameters/gov/dcms/bbc/tv_licence/colour.yaml +14 -0
- policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/README.md +1 -0
- policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/aged/README.md +1 -0
- policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/aged/discount.yaml +9 -0
- policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/aged/min_age.yaml +9 -0
- policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/aged/must_claim_pc.yaml +10 -0
- policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/blind/README.md +1 -0
- policyengine_uk/parameters/gov/dcms/bbc/tv_licence/discount/blind/discount.yaml +10 -0
- policyengine_uk/parameters/gov/dcms/bbc/tv_licence/evasion_rate.yaml +10 -0
- policyengine_uk/parameters/gov/dcms/bbc/tv_licence/tv_ownership.yaml +11 -0
- policyengine_uk/parameters/gov/dfe/README.md +1 -0
- policyengine_uk/parameters/gov/dfe/care_to_learn/age_limit.yaml +13 -0
- policyengine_uk/parameters/gov/dfe/care_to_learn/amount.yaml +28 -0
- policyengine_uk/parameters/gov/dfe/childcare_funding_rate.yaml +24 -0
- policyengine_uk/parameters/gov/dfe/compulsory_school_age.yaml +22 -0
- policyengine_uk/parameters/gov/dfe/education_spending.yaml +12 -0
- policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/disability_criteria.yaml +14 -0
- policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/hours.yaml +40 -0
- policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/income/countable_sources.yaml +12 -0
- policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/income/limit.yaml +10 -0
- policyengine_uk/parameters/gov/dfe/extended_childcare_entitlement/minimum_weekly_hours.yaml +10 -0
- policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/age_eligibility.yaml +22 -0
- policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/hours_entitlement.yaml +10 -0
- policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/income_limit/tax_credits.yaml +15 -0
- policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/income_limit/universal_credit.yaml +13 -0
- policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/qualifying_benefits.yaml +14 -0
- policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/qualifying_criteria.yaml +12 -0
- policyengine_uk/parameters/gov/dfe/universal_childcare_entitlement/hours.yaml +12 -0
- policyengine_uk/parameters/gov/dfe/universal_childcare_entitlement/max_age.yaml +9 -0
- policyengine_uk/parameters/gov/dfe/universal_childcare_entitlement/min_age.yaml +11 -0
- policyengine_uk/parameters/gov/dfe/weeks_per_year.yaml +14 -0
- policyengine_uk/parameters/gov/dft/README.md +1 -0
- policyengine_uk/parameters/gov/dft/spending.yaml +12 -0
- policyengine_uk/parameters/gov/dhsc/README.md +1 -0
- policyengine_uk/parameters/gov/dhsc/spending.yaml +12 -0
- policyengine_uk/parameters/gov/dwp/ESA/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/ESA/income/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/ESA/income/amount_18_24.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/ESA/income/amount_over_25.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/ESA/income/couple.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/ESA/income/earn_disregard.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/ESA/income/income_disregard_couple.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/ESA/income/income_disregard_lone_parent.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/ESA/income/income_disregard_single.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/ESA/income/pension_disregard.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/IIDB/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/IIDB/maximum.yaml +17 -0
- policyengine_uk/parameters/gov/dwp/JSA/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/JSA/contrib/amount_18_24.yaml +16 -0
- policyengine_uk/parameters/gov/dwp/JSA/contrib/amount_over_25.yaml +16 -0
- policyengine_uk/parameters/gov/dwp/JSA/contrib/earn_disregard.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/JSA/contrib/pension_disregard.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/JSA/hours/couple.yaml +8 -0
- policyengine_uk/parameters/gov/dwp/JSA/hours/single.yaml +8 -0
- policyengine_uk/parameters/gov/dwp/JSA/income/amount_18_24.yaml +16 -0
- policyengine_uk/parameters/gov/dwp/JSA/income/amount_over_25.yaml +16 -0
- policyengine_uk/parameters/gov/dwp/JSA/income/couple.yaml +16 -0
- policyengine_uk/parameters/gov/dwp/JSA/income/income_disregard_couple.yaml +8 -0
- policyengine_uk/parameters/gov/dwp/JSA/income/income_disregard_lone_parent.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/JSA/income/income_disregard_single.yaml +8 -0
- policyengine_uk/parameters/gov/dwp/JSA/income/takeup.yaml +17 -0
- policyengine_uk/parameters/gov/dwp/LHA/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/LHA/__init__.py +6 -0
- policyengine_uk/parameters/gov/dwp/LHA/freeze.yaml +8 -0
- policyengine_uk/parameters/gov/dwp/LHA/lha_list_of_rents.csv.gz +0 -0
- policyengine_uk/parameters/gov/dwp/LHA/means_test/earn_disregard.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/LHA/means_test/income_disregard_couple.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/LHA/means_test/income_disregard_lone.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/LHA/means_test/income_disregard_lone_parent.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/LHA/means_test/income_disregard_single.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/LHA/means_test/pension_disregard.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/LHA/means_test/withdrawal_rate.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/LHA/means_test/worker_hours.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/LHA/means_test/worker_income_disregard.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/LHA/percentile.yaml +6 -0
- policyengine_uk/parameters/gov/dwp/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/attendance_allowance/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/attendance_allowance/higher.yaml +32 -0
- policyengine_uk/parameters/gov/dwp/attendance_allowance/lower.yaml +32 -0
- policyengine_uk/parameters/gov/dwp/benefit_cap.yaml +43 -0
- policyengine_uk/parameters/gov/dwp/carer_premium/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/carer_premium/couple.yaml +16 -0
- policyengine_uk/parameters/gov/dwp/carer_premium/single.yaml +25 -0
- policyengine_uk/parameters/gov/dwp/carers_allowance/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/carers_allowance/min_hours.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/carers_allowance/rate.yaml +26 -0
- policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/exceptional_rate.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/full_day_rate.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/intermediate_rate.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/constant_attendance_allowance/part_day_rate.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/disability_premia/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/disability_premia/disability_couple.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/disability_premia/disability_single.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/disability_premia/enhanced_couple.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/disability_premia/enhanced_single.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/disability_premia/severe_couple.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/disability_premia/severe_single.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/dla/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/dla/mobility/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/dla/mobility/higher.yaml +30 -0
- policyengine_uk/parameters/gov/dwp/dla/mobility/lower.yaml +30 -0
- policyengine_uk/parameters/gov/dwp/dla/self_care/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/dla/self_care/higher.yaml +30 -0
- policyengine_uk/parameters/gov/dwp/dla/self_care/lower.yaml +30 -0
- policyengine_uk/parameters/gov/dwp/dla/self_care/middle.yaml +30 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/age_threshold/older.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/age_threshold/younger.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/couple/aged.yaml +19 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/couple/older.yaml +17 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/couple/younger.yaml +18 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/lone_parent/aged.yaml +20 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/lone_parent/older.yaml +17 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/lone_parent/younger.yaml +18 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/single/aged.yaml +19 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/single/older.yaml +16 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/allowances/single/younger.yaml +16 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/couple.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/lone_parent.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/single.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/worker.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/income_disregard/worker_hours.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/means_test/withdrawal_rate.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/non_dep_deduction/age_threshold.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/non_dep_deduction/amount.yaml +78 -0
- policyengine_uk/parameters/gov/dwp/housing_benefit/takeup.yaml +16 -0
- policyengine_uk/parameters/gov/dwp/income_support/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_16_24.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_couples_16_17.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_couples_age_gap.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_couples_over_18.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_lone_16_17.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_lone_over_18.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/income_support/amounts/amount_over_25.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/income_support/means_test/earn_disregard.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/income_support/means_test/income_disregard_couple.yaml +8 -0
- policyengine_uk/parameters/gov/dwp/income_support/means_test/income_disregard_lone_parent.yaml +8 -0
- policyengine_uk/parameters/gov/dwp/income_support/means_test/income_disregard_single.yaml +8 -0
- policyengine_uk/parameters/gov/dwp/income_support/means_test/pension_disregard.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/income_support/takeup.yaml +16 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/additions.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/carer/addition.yaml +18 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/addition.yaml +17 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/disability/addition.yaml +18 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/disability/eligibility.yaml +12 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/disability/severe/addition.yaml +18 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/disability/severe/eligibility.yaml +12 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/earnings_sources.yaml +13 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/income.yaml +18 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee.yaml +34 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/severe_disability/addition.yaml +16 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/severe_disability/relevant_benefits.yaml +17 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/income/pension_contributions_deduction.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/income/savings_credit_excluded_sources.yaml +12 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/cutoff_year.yaml +8 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/excluded_income.yaml +12 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/rate/phase_in.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/rate/phase_out.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/savings_credit/threshold.yaml +41 -0
- policyengine_uk/parameters/gov/dwp/pension_credit/takeup.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/pip/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/pip/daily_living/enhanced.yaml +30 -0
- policyengine_uk/parameters/gov/dwp/pip/daily_living/standard.yaml +30 -0
- policyengine_uk/parameters/gov/dwp/pip/mobility/enhanced.yaml +31 -0
- policyengine_uk/parameters/gov/dwp/pip/mobility/standard.yaml +30 -0
- policyengine_uk/parameters/gov/dwp/sda/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/sda/maximum.yaml +22 -0
- policyengine_uk/parameters/gov/dwp/ssmg/rate.yaml +8 -0
- policyengine_uk/parameters/gov/dwp/state_pension/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/state_pension/age/female.yaml +12 -0
- policyengine_uk/parameters/gov/dwp/state_pension/age/male.yaml +7 -0
- policyengine_uk/parameters/gov/dwp/state_pension/basic_state_pension/amount.yaml +33 -0
- policyengine_uk/parameters/gov/dwp/state_pension/new_state_pension/active.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/state_pension/new_state_pension/amount.yaml +19 -0
- policyengine_uk/parameters/gov/dwp/state_pension/triple_lock/active.yaml +6 -0
- policyengine_uk/parameters/gov/dwp/state_pension/triple_lock/create_triple_lock.py +36 -0
- policyengine_uk/parameters/gov/dwp/state_pension/triple_lock/minimum_rate.yaml +6 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/elements/child_element.yaml +22 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/elements/dis_child_element.yaml +28 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/elements/family_element.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/elements/severe_dis_child_element.yaml +25 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/limit/child_count.yaml +7 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/limit/start_year.yaml +6 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/child_tax_credit/takeup.yaml +15 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/means_test/income_reduction_rate.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/means_test/income_threshold.yaml +19 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/means_test/income_threshold_CTC_only.yaml +19 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/means_test/non_earned_disregard.yaml +6 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/min_benefit.yaml +13 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/basic.yaml +36 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/childcare_1.yaml +12 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/childcare_2.yaml +12 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/childcare_coverage.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/couple.yaml +34 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/disabled.yaml +34 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/lone_parent.yaml +34 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/severely_disabled.yaml +34 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/elements/worker.yaml +28 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/min_hours/couple_with_children.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/min_hours/default.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/min_hours/lower.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/min_hours/old_age.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/tax_credits/working_tax_credit/takeup.yaml +16 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/elements/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/elements/carer/amount.yaml +20 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/amount.yaml +19 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/disabled/amount.yaml +19 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/first/higher_amount.yaml +19 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/limit/child_count.yaml +11 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/limit/start_year.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/elements/child/severely_disabled/amount.yaml +22 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/elements/childcare/cap.yaml +22 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/elements/childcare/coverage_rate.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/elements/disabled/amount.yaml +22 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/elements/housing/non_dep_deduction/age_threshold.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/elements/housing/non_dep_deduction/amount.yaml +14 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/means_test/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/means_test/income_definitions/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/means_test/income_definitions/unearned.yaml +20 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/means_test/reduction_rate.yaml +12 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/means_test/work_allowance/with_housing.yaml +21 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/means_test/work_allowance/without_housing.yaml +21 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/rollout_rate.yaml +38 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/standard_allowance/README.md +1 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/standard_allowance/amount.yaml +87 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/standard_allowance/claimant_type/age_threshold.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/takeup_rate.yaml +6 -0
- policyengine_uk/parameters/gov/dwp/universal_credit/work_requirements/default_expected_hours.yaml +10 -0
- policyengine_uk/parameters/gov/dwp/winter_fuel_payment/amount/higher.yaml +8 -0
- policyengine_uk/parameters/gov/dwp/winter_fuel_payment/amount/lower.yaml +8 -0
- policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/higher_age_requirement.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/require_benefits.yaml +15 -0
- policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/state_pension_age_requirement.yaml +9 -0
- policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/taxable_income_test/maximum_taxable_income.yaml +6 -0
- policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/taxable_income_test/use_maximum_taxable_income.yaml +6 -0
- policyengine_uk/parameters/gov/hmrc/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/business_rates/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/business_rates/statistics.yaml +38 -0
- policyengine_uk/parameters/gov/hmrc/cgt/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/cgt/additional_rate.yaml +6 -0
- policyengine_uk/parameters/gov/hmrc/cgt/annual_exempt_amount.yaml +24 -0
- policyengine_uk/parameters/gov/hmrc/cgt/basic_rate.yaml +6 -0
- policyengine_uk/parameters/gov/hmrc/cgt/higher_rate.yaml +6 -0
- policyengine_uk/parameters/gov/hmrc/child_benefit/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/child_benefit/amount/additional.yaml +61 -0
- policyengine_uk/parameters/gov/hmrc/child_benefit/amount/eldest.yaml +58 -0
- policyengine_uk/parameters/gov/hmrc/child_benefit/amount/index.yaml +3 -0
- policyengine_uk/parameters/gov/hmrc/child_benefit/opt_out_rate.yaml +9 -0
- policyengine_uk/parameters/gov/hmrc/child_benefit/takeup/by_age.yaml +89 -0
- policyengine_uk/parameters/gov/hmrc/child_benefit/takeup/overall.yaml +9 -0
- policyengine_uk/parameters/gov/hmrc/fuel_duty/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/fuel_duty/petrol_and_diesel.yaml +36 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/adjusted_net_income_components.yaml +19 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/default.yaml +8 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/minimum.yaml +8 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/reduction_rate.yaml +8 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/annual_allowance/taper.yaml +8 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/dividend_allowance.yaml +14 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/marriage_allowance/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/marriage_allowance/max.yaml +10 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/marriage_allowance/rounding_increment.yaml +10 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/marriage_allowance/takeup_rate.yaml +6 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/married_couples_allowance/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/married_couples_allowance/deduction_rate.yaml +8 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_allowance/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_allowance/amount.yaml +17 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_allowance/maximum_ANI.yaml +12 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_allowance/reduction_rate.yaml +10 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/additional.yaml +7 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/basic.yaml +7 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_savings_allowance/higher.yaml +7 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/property_allowance.yaml +9 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/trading_allowance.yaml +9 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/bases/taxable_self_employment_income_deductions.yaml +17 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/charges/CB_HITC/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/charges/CB_HITC/phase_out_end.yaml +12 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/charges/CB_HITC/phase_out_start.yaml +12 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/charges/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/earned_taxable_income_exclusions.yaml +15 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/income_tax_additions.yaml +11 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/income_tax_subtractions.yaml +8 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/rates/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/rates/dividends.yaml +97 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/rates/savings_starter_rate/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/rates/savings_starter_rate/allowance.yaml +9 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/rates/savings_starter_rate/phase_out.yaml +9 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/rates/scotland/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/rates/scotland/rates.yaml +78 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/rates/uk.yaml +103 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/reliefs/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/reliefs/pension_contribution/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/income_tax/reliefs/pension_contribution/basic_amount.yaml +10 -0
- policyengine_uk/parameters/gov/hmrc/minimum_wage.yaml +101 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/employee/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/employee/additional.yaml +20 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/employee/main.yaml +32 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/rates/employer.yaml +17 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/lower_earnings_limit.yaml +31 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/primary_threshold.yaml +36 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/secondary_threshold.yaml +31 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/upper_earnings_limit.yaml +18 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_2/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_2/flat_rate.yaml +25 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_2/small_profits_threshold.yaml +21 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/rates/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/rates/additional.yaml +20 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/rates/main.yaml +26 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/thresholds/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/thresholds/lower_profits_limit.yaml +28 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/thresholds/upper_profits_limit.yaml +19 -0
- policyengine_uk/parameters/gov/hmrc/national_insurance/index.yaml +3 -0
- policyengine_uk/parameters/gov/hmrc/pensions/pension_contributions_relief_age_limit.yaml +10 -0
- policyengine_uk/parameters/gov/hmrc/pensions/pensions_programs.yaml +10 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/abolish.yaml +7 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/index.yaml +3 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/non_residential/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/non_residential/purchase.yaml +32 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/non_residential/rent.yaml +25 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/property_sale_rate.yaml +7 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/README.md +1 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/additional/min.yaml +10 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/additional/rate.yaml +38 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/main/first/max.yaml +10 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/main/first/rate.yaml +20 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/purchase/main/subsequent.yaml +54 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/residential/rent.yaml +27 -0
- policyengine_uk/parameters/gov/hmrc/stamp_duty/statistics.yaml +184 -0
- policyengine_uk/parameters/gov/hmrc/tax_free_childcare/age/disability.yaml +12 -0
- policyengine_uk/parameters/gov/hmrc/tax_free_childcare/age/standard.yaml +12 -0
- policyengine_uk/parameters/gov/hmrc/tax_free_childcare/contribution/disabled_child.yaml +12 -0
- policyengine_uk/parameters/gov/hmrc/tax_free_childcare/contribution/rate.yaml +12 -0
- policyengine_uk/parameters/gov/hmrc/tax_free_childcare/contribution/standard_child.yaml +12 -0
- policyengine_uk/parameters/gov/hmrc/tax_free_childcare/disqualifying_benefits.yaml +13 -0
- policyengine_uk/parameters/gov/hmrc/tax_free_childcare/income/countable_sources.yaml +12 -0
- policyengine_uk/parameters/gov/hmrc/tax_free_childcare/income/income_limit.yaml +12 -0
- policyengine_uk/parameters/gov/hmrc/tax_free_childcare/minimum_weekly_hours.yaml +10 -0
- policyengine_uk/parameters/gov/hmrc/vat/reduced_rate.yaml +9 -0
- policyengine_uk/parameters/gov/hmrc/vat/reduced_rate_share.yaml +10 -0
- policyengine_uk/parameters/gov/hmrc/vat/standard_rate.yaml +15 -0
- policyengine_uk/parameters/gov/indices/private_rent_index.yaml +117 -0
- policyengine_uk/parameters/gov/local_authorities/README.md +1 -0
- policyengine_uk/parameters/gov/local_authorities/domestic_rates/README.md +1 -0
- policyengine_uk/parameters/gov/local_authorities/domestic_rates/rates.yaml +26 -0
- policyengine_uk/parameters/gov/obr/add_per_capita_parameters.py +40 -0
- policyengine_uk/parameters/gov/obr/average_earnings.yaml +30 -0
- policyengine_uk/parameters/gov/obr/consumer_price_index.yaml +28 -0
- policyengine_uk/parameters/gov/obr/council_tax.yaml +18 -0
- policyengine_uk/parameters/gov/obr/employment_income.yaml +28 -0
- policyengine_uk/parameters/gov/obr/extend_forecast.py +32 -0
- policyengine_uk/parameters/gov/obr/gdp.yaml +28 -0
- policyengine_uk/parameters/gov/obr/house_prices.yaml +27 -0
- policyengine_uk/parameters/gov/obr/mixed_income.yaml +24 -0
- policyengine_uk/parameters/gov/obr/mortgage_interest.yaml +27 -0
- policyengine_uk/parameters/gov/obr/non_labour_income.yaml +24 -0
- policyengine_uk/parameters/gov/obr/rent.yaml +27 -0
- policyengine_uk/parameters/gov/obr/rpi.yaml +29 -0
- policyengine_uk/parameters/gov/ofgem/README.md +1 -0
- policyengine_uk/parameters/gov/ofgem/energy_price_cap.yaml +28 -0
- policyengine_uk/parameters/gov/ofgem/energy_price_guarantee.yaml +30 -0
- policyengine_uk/parameters/gov/ofgem/index.yaml +3 -0
- policyengine_uk/parameters/gov/ons/README.md +3 -0
- policyengine_uk/parameters/gov/ons/household.yaml +51 -0
- policyengine_uk/parameters/gov/ons/population.yaml +37 -0
- policyengine_uk/parameters/gov/ons/rpi.yaml +19 -0
- policyengine_uk/parameters/gov/revenue_scotland/README.md +1 -0
- policyengine_uk/parameters/gov/revenue_scotland/index.yaml +3 -0
- policyengine_uk/parameters/gov/revenue_scotland/lbtt/README.md +1 -0
- policyengine_uk/parameters/gov/revenue_scotland/lbtt/non_residential.yaml +31 -0
- policyengine_uk/parameters/gov/revenue_scotland/lbtt/rent.yaml +28 -0
- policyengine_uk/parameters/gov/revenue_scotland/lbtt/residential/README.md +1 -0
- policyengine_uk/parameters/gov/revenue_scotland/lbtt/residential/additional_residence_surcharge.yaml +12 -0
- policyengine_uk/parameters/gov/revenue_scotland/lbtt/residential/first_time_buyer_rate.yaml +42 -0
- policyengine_uk/parameters/gov/revenue_scotland/lbtt/residential/rate.yaml +40 -0
- policyengine_uk/parameters/gov/simulation/README.md +1 -0
- policyengine_uk/parameters/gov/simulation/capital_gains_responses/elasticity.yaml +6 -0
- policyengine_uk/parameters/gov/simulation/labor_supply_responses/bounds/README.md +1 -0
- policyengine_uk/parameters/gov/simulation/labor_supply_responses/bounds/effective_wage_rate_change.yaml +6 -0
- policyengine_uk/parameters/gov/simulation/labor_supply_responses/bounds/income_change.yaml +6 -0
- policyengine_uk/parameters/gov/simulation/labor_supply_responses/income_elasticity.yaml +6 -0
- policyengine_uk/parameters/gov/simulation/labor_supply_responses/obr_elasticities.yaml +6 -0
- policyengine_uk/parameters/gov/simulation/labor_supply_responses/substitution_elasticity.yaml +6 -0
- policyengine_uk/parameters/gov/simulation/marginal_tax_rate_adults.yaml +6 -0
- policyengine_uk/parameters/gov/simulation/marginal_tax_rate_delta.yaml +5 -0
- policyengine_uk/parameters/gov/simulation/microdata_vat_coverage.yaml +9 -0
- policyengine_uk/parameters/gov/simulation/private_school_vat/private_school_attendance_rate.yaml +49 -0
- policyengine_uk/parameters/gov/simulation/private_school_vat/private_school_factor.yaml +6 -0
- policyengine_uk/parameters/gov/simulation/private_school_vat/private_school_fees.yaml +10 -0
- policyengine_uk/parameters/gov/simulation/private_school_vat/private_school_vat_basis.yaml +13 -0
- policyengine_uk/parameters/gov/social_security_scotland/pawhp/amount/base.yaml +8 -0
- policyengine_uk/parameters/gov/social_security_scotland/pawhp/amount/higher.yaml +6 -0
- policyengine_uk/parameters/gov/social_security_scotland/pawhp/amount/lower.yaml +6 -0
- policyengine_uk/parameters/gov/social_security_scotland/pawhp/eligibility/higher_age_requirement.yaml +6 -0
- policyengine_uk/parameters/gov/social_security_scotland/pawhp/eligibility/require_benefits.yaml +8 -0
- policyengine_uk/parameters/gov/social_security_scotland/pawhp/eligibility/state_pension_age_requirement.yaml +6 -0
- policyengine_uk/parameters/gov/treasury/README.md +1 -0
- policyengine_uk/parameters/gov/treasury/cost_of_living_support/README.md +1 -0
- policyengine_uk/parameters/gov/treasury/cost_of_living_support/disabled/README.md +1 -0
- policyengine_uk/parameters/gov/treasury/cost_of_living_support/disabled/amount.yaml +12 -0
- policyengine_uk/parameters/gov/treasury/cost_of_living_support/disabled/qualifying_benefits.yaml +17 -0
- policyengine_uk/parameters/gov/treasury/cost_of_living_support/means_tested_households/README.md +1 -0
- policyengine_uk/parameters/gov/treasury/cost_of_living_support/means_tested_households/amount.yaml +12 -0
- policyengine_uk/parameters/gov/treasury/cost_of_living_support/means_tested_households/qualifying_benefits.yaml +20 -0
- policyengine_uk/parameters/gov/treasury/cost_of_living_support/pensioners/README.md +1 -0
- policyengine_uk/parameters/gov/treasury/cost_of_living_support/pensioners/amount.yaml +12 -0
- policyengine_uk/parameters/gov/treasury/cost_of_living_support/pensioners/qualifying_benefits.yaml +13 -0
- policyengine_uk/parameters/gov/treasury/energy_bills_rebate/README.md +1 -0
- policyengine_uk/parameters/gov/treasury/energy_bills_rebate/council_tax_rebate/README.md +1 -0
- policyengine_uk/parameters/gov/treasury/energy_bills_rebate/council_tax_rebate/amount.yaml +13 -0
- policyengine_uk/parameters/gov/treasury/energy_bills_rebate/council_tax_rebate/bands.yaml +16 -0
- policyengine_uk/parameters/gov/treasury/energy_bills_rebate/energy_bills_credit.yaml +12 -0
- policyengine_uk/parameters/gov/treasury/index.yaml +3 -0
- policyengine_uk/parameters/gov/wra/README.md +1 -0
- policyengine_uk/parameters/gov/wra/index.yaml +3 -0
- policyengine_uk/parameters/gov/wra/land_transaction_tax/README.md +1 -0
- policyengine_uk/parameters/gov/wra/land_transaction_tax/non_residential.yaml +33 -0
- policyengine_uk/parameters/gov/wra/land_transaction_tax/rent.yaml +29 -0
- policyengine_uk/parameters/gov/wra/land_transaction_tax/residential/README.md +1 -0
- policyengine_uk/parameters/gov/wra/land_transaction_tax/residential/higher_rate.yaml +46 -0
- policyengine_uk/parameters/gov/wra/land_transaction_tax/residential/primary.yaml +47 -0
- policyengine_uk/parameters/household/consumption/carbon/consumption.yaml +13 -0
- policyengine_uk/parameters/household/consumption/carbon/emissions.yaml +64 -0
- policyengine_uk/parameters/household/consumption/carbon/intensity.yaml +39 -0
- policyengine_uk/parameters/household/consumption/carbon/production.yaml +11 -0
- policyengine_uk/parameters/household/consumption/carbon/production_by_source.yaml +126 -0
- policyengine_uk/parameters/household/consumption/fuel/prices/diesel.yaml +17 -0
- policyengine_uk/parameters/household/consumption/fuel/prices/petrol.yaml +18 -0
- policyengine_uk/parameters/household/consumption/total_by_category.yaml +30 -0
- policyengine_uk/parameters/household/demographic/equiv/ahc/child_over_14.yaml +5 -0
- policyengine_uk/parameters/household/demographic/equiv/ahc/child_under_14.yaml +5 -0
- policyengine_uk/parameters/household/demographic/equiv/ahc/first_adult.yaml +5 -0
- policyengine_uk/parameters/household/demographic/equiv/ahc/second_adult.yaml +5 -0
- policyengine_uk/parameters/household/demographic/equiv/bhc/child_over_14.yaml +5 -0
- policyengine_uk/parameters/household/demographic/equiv/bhc/child_under_14.yaml +5 -0
- policyengine_uk/parameters/household/demographic/equiv/bhc/first_adult.yaml +5 -0
- policyengine_uk/parameters/household/demographic/equiv/bhc/second_adult.yaml +5 -0
- policyengine_uk/parameters/household/poverty/absolute_poverty_threshold_ahc.yaml +12 -0
- policyengine_uk/parameters/household/poverty/absolute_poverty_threshold_bhc.yaml +12 -0
- policyengine_uk/parameters/household/poverty/exclude_non_hbai_income.yaml +5 -0
- policyengine_uk/parameters/household/wealth/corporate_wealth.yaml +7 -0
- policyengine_uk/parameters/household/wealth/financial_assets.yaml +27 -0
- policyengine_uk/parameters/household/wealth/land/intensity.yaml +9 -0
- policyengine_uk/parameters/household/wealth/land/value.yaml +34 -0
- policyengine_uk/parameters/household/wealth/national_balance_sheet.yaml +16 -0
- policyengine_uk/parameters/household/wealth/property_wealth.yaml +7 -0
- policyengine_uk/reforms/__init__.py +1 -0
- policyengine_uk/reforms/conservatives/__init__.py +1 -0
- policyengine_uk/reforms/conservatives/household_based_hitc.py +33 -0
- policyengine_uk/reforms/cps/__init__.py +1 -0
- policyengine_uk/reforms/cps/marriage_tax_reforms.py +245 -0
- policyengine_uk/reforms/policyengine/__init__.py +1 -0
- policyengine_uk/reforms/policyengine/adjust_budgets.py +75 -0
- policyengine_uk/reforms/policyengine/disable_simulated_benefits.py +64 -0
- policyengine_uk/reforms/reforms.py +26 -0
- policyengine_uk/repo.py +3 -0
- policyengine_uk/system.py +205 -0
- policyengine_uk/tests/code_health/test_variables.py +36 -0
- policyengine_uk/tests/microsimulation/README.md +126 -0
- policyengine_uk/tests/microsimulation/reforms_config.yaml +33 -0
- policyengine_uk/tests/microsimulation/test_reform_impacts.py +83 -0
- policyengine_uk/tests/microsimulation/test_validity.py +21 -0
- policyengine_uk/tests/microsimulation/update_reform_impacts.py +158 -0
- policyengine_uk/tests/policy/baseline/consumption/rent/benunit_is_rent_liable.yaml +13 -0
- policyengine_uk/tests/policy/baseline/consumption/rent/rent.yaml +6 -0
- policyengine_uk/tests/policy/baseline/contrib/labour/attends_private_school.yaml +41 -0
- policyengine_uk/tests/policy/baseline/contrib/labour/private_school_vat.yaml +65 -0
- policyengine_uk/tests/policy/baseline/contrib/ubi_center/basic_income/bi_maximum.yaml +16 -0
- policyengine_uk/tests/policy/baseline/demographic/benunit.yaml +38 -0
- policyengine_uk/tests/policy/baseline/demographic/household.yaml +14 -0
- policyengine_uk/tests/policy/baseline/demographic/person.yaml +21 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/care.yaml +9 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/LHA.yaml +26 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/child_benefit.yaml +49 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/applicable_income/housing_benefit_applicable_income.yaml +119 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/applicable_income/housing_benefit_applicable_income_childcare_element.yaml +27 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/entitlement/housing_benefit_baseline_entitlement.yaml +6 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/entitlement/housing_benefit_entitlement.yaml +47 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/housing_benefit.yaml +19 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/housing_benefit_applicable_amount.yaml +149 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/housing_benefit_eligible.yaml +39 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/non_dep_deduction/household_benefits_individual_non_dep_deduction.yaml +31 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/non_dep_deduction/housing_benefit_individual_non_dep_deduction_eligible.yaml +23 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/non_dep_deduction/housing_benefit_non_dep_deductions.yaml +61 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/housing_benefit/would_claim_housing_benefit.yaml +29 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/income_support.yaml +49 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/tax_credits.yaml +106 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/UC_maximum_amount.yaml +11 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/carer_element/uc_carer_element.yaml +15 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/disability/limited_work_ability/uc_LCWRA_element.yaml +12 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/disability/uc_disability_elements.yaml +14 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/disability/uc_individual_disabled_child_element.yaml +8 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/disability/uc_individual_severely_disabled_child_element.yaml +8 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/uc_child_element.yaml +18 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/child_element/uc_is_child_born_before_child_limit.yaml +23 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/childcare_element/uc_childcare_element.yaml +44 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/childcare_element/uc_childcare_element_eligible_children.yaml +33 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/childcare_element/uc_childcare_work_condition.yaml +50 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/childcare_element/uc_maximum_childcare_element_amount.yaml +20 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/housing_costs_element/non_dep_deduction/uc_individual_non_dep_deduction.yaml +44 -0
- 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
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/housing_costs_element/non_dep_deduction/uc_non_dep_deduction_exempt.yaml +35 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/housing_costs_element/non_dep_deduction/uc_non_dep_deductions.yaml +61 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/housing_costs_element/uc_housing_costs_element.yaml +105 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/income_floor/uc_MIF_applies copy.yaml +34 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/income_floor/uc_MIF_applies.yaml +34 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/income_floor/uc_minimum_income_floor.yaml +7 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/uc_earned_income.yaml +21 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/uc_income_reduction.yaml +29 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/income/uc_unearned_income.yaml +11 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/is_UC_eligible.yaml +29 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/is_uc_entitled.yaml +13 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/is_uc_entitled_baseline.yaml +6 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/limited_capability_for_WRA.yaml +15 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/standard_allowance/uc_standard_allowance.yaml +7 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/standard_allowance/uc_standard_allowance_claimant_type.yaml +65 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/universal_credit.yaml +10 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/work_allowance/is_uc_work_allowance_eligible.yaml +31 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit/work_allowance/uc_work_allowance.yaml +8 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/family/universal_credit.yaml +23 -0
- policyengine_uk/tests/policy/baseline/finance/benefit/general.yaml +46 -0
- policyengine_uk/tests/policy/baseline/finance/income/minimum_wage.yaml +7 -0
- policyengine_uk/tests/policy/baseline/finance/income/minimum_wage_category.yaml +42 -0
- policyengine_uk/tests/policy/baseline/finance/tax/income_tax/savings_starter_rate_income.yaml +44 -0
- policyengine_uk/tests/policy/baseline/finance/tax/income_tax/scottish_rates.yaml +8 -0
- policyengine_uk/tests/policy/baseline/gov/abolitions/abolition_parameters.yaml +250 -0
- policyengine_uk/tests/policy/baseline/gov/dcms/bbc/tv-licence/tv_licence.yaml +23 -0
- policyengine_uk/tests/policy/baseline/gov/dcms/bbc/tv_licence_discount.yaml +44 -0
- policyengine_uk/tests/policy/baseline/gov/dfe/care_to_learn/care_to_learn.yaml +23 -0
- policyengine_uk/tests/policy/baseline/gov/dfe/care_to_learn/care_to_learn_eligible.yaml +175 -0
- policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement.yaml +192 -0
- policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_eligible.yaml +141 -0
- policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_income_condition.yaml +48 -0
- policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_work_condition.yaml +103 -0
- policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/is_child_receiving_extended_childcare.yaml +65 -0
- policyengine_uk/tests/policy/baseline/gov/dfe/targeted_childcare_entitlement/is_child_receiving_targeted_childcare.yaml +53 -0
- policyengine_uk/tests/policy/baseline/gov/dfe/targeted_childcare_entitlement/targeted_childcare_entitlement.yaml +80 -0
- policyengine_uk/tests/policy/baseline/gov/dfe/universal_childcare_entitlement/is_child_receiving_universal_childcare.yaml +53 -0
- policyengine_uk/tests/policy/baseline/gov/dfe/universal_childcare_entitlement/universal_childcare_entitlement.yaml +123 -0
- policyengine_uk/tests/policy/baseline/gov/dfe/universal_childcare_entitlement/universal_childcare_entitlement_eligible.yaml +39 -0
- policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/guarantee_credit/is_guarantee_credit_eligible.yaml +15 -0
- policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/housing_benefit.yaml +16 -0
- policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/is_pension_credit_eligible.yaml +22 -0
- policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/pension_credit_earnings.yaml +67 -0
- policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/pension_credit_income.yaml +13 -0
- policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/savings_credit/is_savings_credit_eligible.yaml +70 -0
- policyengine_uk/tests/policy/baseline/gov/dwp/pension_credit/savings_credit/meets_savings_credit_age_requirement.yaml +77 -0
- policyengine_uk/tests/policy/baseline/gov/dwp/winter_fuel_allowance.yaml +61 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/capital_gains_tax/capital_gains_tax.yaml +79 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/child_benefit/child_benefit.yaml +37 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/child_benefit/child_benefit_respective_amount.yaml +44 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/child_benefit/would_claim_child_benefit.yaml +6 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/adjusted_net_income.yaml +121 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/allowance_integration.yaml +23 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/is_allowance_eligible.yaml +76 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/marriage_allowance.yaml +41 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/meets_marriage_allowance_income_conditions.yaml +20 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/received_allowances/received_allowances.yaml +44 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_dividend_income.yaml +59 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_earned_income.yaml +59 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_savings_income.yaml +53 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/allowances.yaml +105 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/base.yaml +12 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/savings_income/taxable_savings_interest_income.yaml +71 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxable_dividend_income.yaml +71 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxable_employment_income.yaml +25 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxable_property_income.yaml +71 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxable_self_employment_income.yaml +116 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bases/taxed_dividend_income.yaml +99 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/bracketized.yaml +9 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/charges/child_benefit_hitc.yaml +29 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/earned_taxable_income.yaml +9 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/income_tax.yaml +15 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/income_tax/reliefs/loss_relief.yaml +80 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_employee.yaml +22 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_employee_additional.yaml +15 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_employee_primary.yaml +7 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_employer.yaml +15 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_class_1_income.yaml +9 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_1/ni_liable.yaml +20 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_2/ni_class_2.yaml +13 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_4/ni_class_4.yaml +7 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_4/ni_class_4_main.yaml +7 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/class_4/ni_class_4_maximum.yaml +8 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/national_insurance.yaml +9 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/ni_employee.yaml +6 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/national_insurance/ni_self_employed.yaml +7 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/pensions/pension_contributions.yaml +63 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/pensions/pension_contributions_relief.yaml +51 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/stamp_duty/sdlt_liable.yaml +6 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/stamp_duty/stamp_duty_land_tax.yaml +54 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/is_child_receiving_tax_free_childcare.yaml +59 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare.yaml +70 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_age_child_condition.yaml +31 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_eligibility.yaml +52 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_income_condition.yaml +68 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_program_eligible.yaml +38 -0
- policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_work_condition.yaml +167 -0
- policyengine_uk/tests/policy/baseline/gov/local_authorities/domestic_rates.yaml +7 -0
- policyengine_uk/tests/policy/baseline/gov/treasury/energy_bills_rebate/council_tax_rebate.yaml +34 -0
- policyengine_uk/tests/policy/baseline/gov/treasury/energy_bills_rebate/energy_bills_credit.yaml +5 -0
- policyengine_uk/tests/policy/baseline/gov/treasury/energy_bills_rebate/energy_bills_rebate.yaml +13 -0
- policyengine_uk/tests/policy/baseline/gov/wra/land_transaction_tax/land_transaction_tax.yaml +43 -0
- policyengine_uk/tests/policy/baseline/gov/wra/land_transaction_tax/ltt_liable.yaml +6 -0
- policyengine_uk/tests/policy/integration/income.yaml +48 -0
- policyengine_uk/tests/policy/integration/tax.yaml +15 -0
- policyengine_uk/tests/policy/reforms/parametric/basic_income/basic_income.yaml +96 -0
- policyengine_uk/tests/policy/reforms/parametric/basic_income/bi_maximum.yaml +10 -0
- policyengine_uk/tests/policy/reforms/parametric/basic_income/phase_out.yaml +22 -0
- policyengine_uk/tests/policy/reforms/parametric/energy_price_cap_subsidy.yaml +9 -0
- policyengine_uk/tests/policy/reforms/parametric/two_child_limit/__init__.py +0 -0
- policyengine_uk/tests/policy/reforms/parametric/two_child_limit/age_exemption.yaml +132 -0
- policyengine_uk/tests/policy/reforms/parametric/two_child_limit/ctc_age_exemption.yaml +137 -0
- policyengine_uk/tests/policy/reforms/parametric/wealth_tax.yaml +8 -0
- policyengine_uk/tests/policy/reforms/parametric/winter_fuel_allowance/taxable_income_test.yaml +202 -0
- policyengine_uk/tests/test_parameter_metadata.py +18 -0
- policyengine_uk/utils/__init__.py +0 -0
- policyengine_uk/utils/create_triple_lock.py +20 -0
- policyengine_uk/utils/parameters.py +38 -0
- policyengine_uk/utils/solve_private_school_attendance_factor.py +46 -0
- policyengine_uk/variables/contrib/cec/non_primary_residence_wealth_tax.py +20 -0
- policyengine_uk/variables/contrib/labour/attends_private_school.py +81 -0
- policyengine_uk/variables/contrib/labour/private_school_vat.py +27 -0
- policyengine_uk/variables/contrib/policyengine/consumer_incident_tax_revenue_change.py +24 -0
- policyengine_uk/variables/contrib/policyengine/corporate_incident_tax_revenue_change.py +16 -0
- policyengine_uk/variables/contrib/policyengine/education_budget_change.py +50 -0
- policyengine_uk/variables/contrib/policyengine/employer_ni/adjusted_employer_cost.py +46 -0
- policyengine_uk/variables/contrib/policyengine/employer_ni/baseline_employer_cost.py +56 -0
- policyengine_uk/variables/contrib/policyengine/employer_ni/employer_cost.py +26 -0
- policyengine_uk/variables/contrib/policyengine/employer_ni/employer_ni_fixed_employer_cost_change.py +102 -0
- policyengine_uk/variables/contrib/policyengine/employer_ni/employer_ni_response_capital_incidence.py +45 -0
- policyengine_uk/variables/contrib/policyengine/employer_ni/employer_ni_response_consumer_incidence.py +45 -0
- policyengine_uk/variables/contrib/policyengine/high_income_incident_tax_change.py +22 -0
- policyengine_uk/variables/contrib/policyengine/nhs_budget_change.py +50 -0
- policyengine_uk/variables/contrib/policyengine/other_public_spending_budget_change.py +53 -0
- policyengine_uk/variables/contrib/policyengine/pre_budget_change_household_benefits.py +75 -0
- policyengine_uk/variables/contrib/policyengine/pre_budget_change_household_net_income.py +12 -0
- policyengine_uk/variables/contrib/policyengine/pre_budget_change_household_tax.py +43 -0
- policyengine_uk/variables/contrib/policyengine/pre_budget_change_ons_household_income_decile.py +42 -0
- policyengine_uk/variables/contrib/ubi_center/basic_income/basic_income.py +12 -0
- policyengine_uk/variables/contrib/ubi_center/basic_income/bi_household_phaseout.py +39 -0
- policyengine_uk/variables/contrib/ubi_center/basic_income/bi_individual_phaseout.py +25 -0
- policyengine_uk/variables/contrib/ubi_center/basic_income/bi_maximum.py +28 -0
- policyengine_uk/variables/contrib/ubi_center/basic_income/bi_phaseout.py +11 -0
- policyengine_uk/variables/contrib/ubi_center/carbon_tax.py +27 -0
- policyengine_uk/variables/contrib/ubi_center/land_value_tax.py +20 -0
- policyengine_uk/variables/contrib/ubi_center/wealth_tax.py +15 -0
- policyengine_uk/variables/gov/dcms/bbc/tv_licence/free_tv_licence_value.py +20 -0
- policyengine_uk/variables/gov/dcms/bbc/tv_licence/tv_licence.py +19 -0
- policyengine_uk/variables/gov/dcms/bbc/tv_licence/tv_licence_discount.py +36 -0
- policyengine_uk/variables/gov/dcms/bbc/tv_licence/would_evade_tv_licence_fee.py +15 -0
- policyengine_uk/variables/gov/dfe/care_to_learn/care_to_learn.py +24 -0
- policyengine_uk/variables/gov/dfe/care_to_learn/care_to_learn_eligible.py +42 -0
- policyengine_uk/variables/gov/dfe/care_to_learn/would_claim_care_to_learn.py +12 -0
- policyengine_uk/variables/gov/dfe/compulsory_education/is_of_compulsory_school_age.py +13 -0
- policyengine_uk/variables/gov/dfe/dfe_education_spending.py +10 -0
- policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/conditions/extended_childcare_entitlement_meets_income_requirements.py +33 -0
- policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/conditions/extended_childcare_entitlement_work_condition.py +52 -0
- policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement.py +47 -0
- policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement_eligible.py +31 -0
- policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/is_child_receiving_extended_childcare.py +27 -0
- policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/maximum_extended_childcare_hours_usage.py +10 -0
- policyengine_uk/variables/gov/dfe/extended_childcare_entitlement/would_claim_extended_childcare.py +10 -0
- policyengine_uk/variables/gov/dfe/free_school_fruit_veg.py +10 -0
- policyengine_uk/variables/gov/dfe/free_school_meals.py +10 -0
- policyengine_uk/variables/gov/dfe/free_school_milk.py +10 -0
- policyengine_uk/variables/gov/dfe/max_free_entitlement_hours_used.py +10 -0
- policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/is_child_receiving_targeted_childcare.py +26 -0
- policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/meets_tax_credit_criteria_for_targeted_childcare_entitlement.py +29 -0
- policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/meets_universal_credit_criteria_for_targeted_childcare_entitlement.py +27 -0
- policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/targeted_childcare_entitlement.py +27 -0
- policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/targeted_childcare_entitlement_eligible.py +38 -0
- policyengine_uk/variables/gov/dfe/targeted_childcare_entitlement/would_claim_targeted_childcare.py +10 -0
- policyengine_uk/variables/gov/dfe/universal_childcare_entitlement/is_child_receiving_universal_childcare.py +26 -0
- policyengine_uk/variables/gov/dfe/universal_childcare_entitlement/universal_childcare_entitlement.py +21 -0
- policyengine_uk/variables/gov/dfe/universal_childcare_entitlement/universal_childcare_entitlement_eligible.py +36 -0
- policyengine_uk/variables/gov/dfe/universal_childcare_entitlement/would_claim_universal_childcare.py +10 -0
- policyengine_uk/variables/gov/dft/README.md +1 -0
- policyengine_uk/variables/gov/dft/bus_subsidy_spending.py +10 -0
- policyengine_uk/variables/gov/dft/dft_subsidy_spending.py +14 -0
- policyengine_uk/variables/gov/dft/rail_subsidy_spending.py +10 -0
- policyengine_uk/variables/gov/dhsc/a_and_e/a_and_e_visits.py +10 -0
- policyengine_uk/variables/gov/dhsc/a_and_e/nhs_a_and_e_spending.py +10 -0
- policyengine_uk/variables/gov/dhsc/admitted_patient/admitted_patient_visits.py +10 -0
- policyengine_uk/variables/gov/dhsc/admitted_patient/nhs_admitted_patient_spending.py +12 -0
- policyengine_uk/variables/gov/dhsc/nhs_spending.py +15 -0
- policyengine_uk/variables/gov/dhsc/outpatient/nhs_outpatient_spending.py +12 -0
- policyengine_uk/variables/gov/dhsc/outpatient/outpatient_visits.py +10 -0
- policyengine_uk/variables/gov/dwp/BRMA_LHA_rate.py +63 -0
- policyengine_uk/variables/gov/dwp/CTC_child_element.py +25 -0
- policyengine_uk/variables/gov/dwp/CTC_disabled_child_element.py +20 -0
- policyengine_uk/variables/gov/dwp/CTC_family_element.py +16 -0
- policyengine_uk/variables/gov/dwp/CTC_maximum_rate.py +17 -0
- policyengine_uk/variables/gov/dwp/CTC_severely_disabled_child_element.py +26 -0
- policyengine_uk/variables/gov/dwp/LHA_allowed_bedrooms.py +57 -0
- policyengine_uk/variables/gov/dwp/LHA_cap.py +20 -0
- policyengine_uk/variables/gov/dwp/LHA_category.py +113 -0
- policyengine_uk/variables/gov/dwp/LHA_eligible.py +23 -0
- policyengine_uk/variables/gov/dwp/WTC_basic_element.py +16 -0
- policyengine_uk/variables/gov/dwp/WTC_childcare_element.py +21 -0
- policyengine_uk/variables/gov/dwp/WTC_couple_element.py +17 -0
- policyengine_uk/variables/gov/dwp/WTC_disabled_element.py +25 -0
- policyengine_uk/variables/gov/dwp/WTC_lone_parent_element.py +18 -0
- policyengine_uk/variables/gov/dwp/WTC_maximum_rate.py +20 -0
- policyengine_uk/variables/gov/dwp/WTC_severely_disabled_element.py +18 -0
- policyengine_uk/variables/gov/dwp/WTC_worker_element.py +17 -0
- policyengine_uk/variables/gov/dwp/aa_category.py +28 -0
- policyengine_uk/variables/gov/dwp/access_fund.py +10 -0
- policyengine_uk/variables/gov/dwp/additional_state_pension.py +27 -0
- policyengine_uk/variables/gov/dwp/adult_ema.py +10 -0
- policyengine_uk/variables/gov/dwp/afcs.py +11 -0
- policyengine_uk/variables/gov/dwp/afcs_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/afip.py +9 -0
- policyengine_uk/variables/gov/dwp/attendance_allowance.py +25 -0
- policyengine_uk/variables/gov/dwp/attendance_allowance_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/baseline_ctc_entitlement.py +14 -0
- policyengine_uk/variables/gov/dwp/baseline_income_support_entitlement.py +9 -0
- policyengine_uk/variables/gov/dwp/baseline_wtc_entitlement.py +14 -0
- policyengine_uk/variables/gov/dwp/basic_state_pension.py +29 -0
- policyengine_uk/variables/gov/dwp/benefit_cap.py +35 -0
- policyengine_uk/variables/gov/dwp/benefit_cap_reduction.py +29 -0
- policyengine_uk/variables/gov/dwp/bsp.py +11 -0
- policyengine_uk/variables/gov/dwp/bsp_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/care_hours.py +10 -0
- policyengine_uk/variables/gov/dwp/carers_allowance.py +16 -0
- policyengine_uk/variables/gov/dwp/carers_allowance_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/child_ema.py +10 -0
- policyengine_uk/variables/gov/dwp/child_tax_credit.py +11 -0
- policyengine_uk/variables/gov/dwp/child_tax_credit_pre_minimum.py +24 -0
- policyengine_uk/variables/gov/dwp/child_tax_credit_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/council_tax_benefit.py +11 -0
- policyengine_uk/variables/gov/dwp/council_tax_benefit_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/ctc_child_limit_affected.py +25 -0
- policyengine_uk/variables/gov/dwp/ctc_entitlement.py +16 -0
- policyengine_uk/variables/gov/dwp/dla/dla.py +11 -0
- policyengine_uk/variables/gov/dwp/dla/dla_m.py +29 -0
- policyengine_uk/variables/gov/dwp/dla/dla_m_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/dla/dla_sc.py +31 -0
- policyengine_uk/variables/gov/dwp/dla/dla_sc_middle_plus.py +16 -0
- policyengine_uk/variables/gov/dwp/dla/dla_sc_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/dla/receives_highest_dla_sc.py +12 -0
- policyengine_uk/variables/gov/dwp/education_grants.py +10 -0
- policyengine_uk/variables/gov/dwp/esa.py +10 -0
- policyengine_uk/variables/gov/dwp/esa_contrib.py +11 -0
- policyengine_uk/variables/gov/dwp/esa_contrib_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/esa_income.py +12 -0
- policyengine_uk/variables/gov/dwp/esa_income_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/healthy_start_vouchers.py +9 -0
- policyengine_uk/variables/gov/dwp/housing_benefit/applicable_income/housing_benefit_applicable_income.py +65 -0
- policyengine_uk/variables/gov/dwp/housing_benefit/applicable_income/housing_benefit_applicable_income_childcare_element.py +26 -0
- policyengine_uk/variables/gov/dwp/housing_benefit/applicable_income/housing_benefit_applicable_income_disregard.py +35 -0
- policyengine_uk/variables/gov/dwp/housing_benefit/entitlement/housing_benefit_baseline_entitlement.py +15 -0
- policyengine_uk/variables/gov/dwp/housing_benefit/entitlement/housing_benefit_entitlement.py +27 -0
- policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit.py +17 -0
- policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit_applicable_amount.py +46 -0
- policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit_eligible.py +17 -0
- policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit_pre_benefit_cap.py +18 -0
- policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/housing_benefit/non_dep_deduction/household_benefits_individual_non_dep_deduction.py +16 -0
- policyengine_uk/variables/gov/dwp/housing_benefit/non_dep_deduction/housing_benefit_individual_non_dep_deduction_eligible.py +14 -0
- policyengine_uk/variables/gov/dwp/housing_benefit/non_dep_deduction/housing_benefit_non_dep_deductions.py +19 -0
- policyengine_uk/variables/gov/dwp/housing_benefit/would_claim_housing_benefit.py +18 -0
- policyengine_uk/variables/gov/dwp/iidb.py +11 -0
- policyengine_uk/variables/gov/dwp/iidb_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/incapacity_benefit.py +11 -0
- policyengine_uk/variables/gov/dwp/incapacity_benefit_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/income_support.py +11 -0
- policyengine_uk/variables/gov/dwp/income_support_applicable_amount.py +50 -0
- policyengine_uk/variables/gov/dwp/income_support_applicable_income.py +50 -0
- policyengine_uk/variables/gov/dwp/income_support_eligible.py +25 -0
- policyengine_uk/variables/gov/dwp/income_support_entitlement.py +15 -0
- policyengine_uk/variables/gov/dwp/income_support_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/is_CTC_child_limit_exempt.py +29 -0
- policyengine_uk/variables/gov/dwp/is_CTC_eligible.py +18 -0
- policyengine_uk/variables/gov/dwp/is_SP_age.py +13 -0
- policyengine_uk/variables/gov/dwp/is_WTC_eligible.py +45 -0
- policyengine_uk/variables/gov/dwp/is_benefit_cap_exempt.py +23 -0
- policyengine_uk/variables/gov/dwp/is_child_for_CTC.py +12 -0
- policyengine_uk/variables/gov/dwp/jsa.py +10 -0
- policyengine_uk/variables/gov/dwp/jsa_contrib.py +11 -0
- policyengine_uk/variables/gov/dwp/jsa_contrib_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/jsa_income.py +12 -0
- policyengine_uk/variables/gov/dwp/jsa_income_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/maternity_allowance.py +11 -0
- policyengine_uk/variables/gov/dwp/maternity_allowance_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/new_state_pension.py +19 -0
- policyengine_uk/variables/gov/dwp/pension_credit/baseline_pension_credit_entitlement.py +9 -0
- policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/guarantee_credit.py +16 -0
- policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/is_guarantee_credit_eligible.py +14 -0
- policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/additional/additional_minimum_guarantee.py +12 -0
- policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/additional/carer_minimum_guarantee_addition.py +20 -0
- policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/additional/child_minimum_guarantee_addition.py +39 -0
- policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/additional/severe_disability_minimum_guarantee_addition.py +42 -0
- policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/minimum_guarantee.py +13 -0
- policyengine_uk/variables/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee/standard_minimum_guarantee.py +16 -0
- policyengine_uk/variables/gov/dwp/pension_credit/is_pension_credit_eligible.py +16 -0
- policyengine_uk/variables/gov/dwp/pension_credit/pension_credit.py +22 -0
- policyengine_uk/variables/gov/dwp/pension_credit/pension_credit_earnings.py +11 -0
- policyengine_uk/variables/gov/dwp/pension_credit/pension_credit_entitlement.py +11 -0
- policyengine_uk/variables/gov/dwp/pension_credit/pension_credit_income.py +23 -0
- policyengine_uk/variables/gov/dwp/pension_credit/pension_credit_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/pension_credit/savings_credit/is_savings_credit_eligible.py +22 -0
- policyengine_uk/variables/gov/dwp/pension_credit/savings_credit/meets_savings_credit_age_requirement.py +22 -0
- policyengine_uk/variables/gov/dwp/pension_credit/savings_credit/savings_credit.py +28 -0
- policyengine_uk/variables/gov/dwp/pension_credit/savings_credit/savings_credit_income.py +19 -0
- policyengine_uk/variables/gov/dwp/pension_credit/would_claim.py +29 -0
- policyengine_uk/variables/gov/dwp/pip/pip.py +17 -0
- policyengine_uk/variables/gov/dwp/pip/pip_dl.py +29 -0
- policyengine_uk/variables/gov/dwp/pip/pip_dl_reported.py +11 -0
- policyengine_uk/variables/gov/dwp/pip/pip_m.py +29 -0
- policyengine_uk/variables/gov/dwp/pip/pip_m_reported.py +11 -0
- policyengine_uk/variables/gov/dwp/pip/receives_enhanced_pip_dl.py +12 -0
- policyengine_uk/variables/gov/dwp/sda.py +17 -0
- policyengine_uk/variables/gov/dwp/sda_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/ssmg.py +13 -0
- policyengine_uk/variables/gov/dwp/ssmg_reported.py +9 -0
- policyengine_uk/variables/gov/dwp/state_pension_age.py +13 -0
- policyengine_uk/variables/gov/dwp/state_pension_reported.py +13 -0
- policyengine_uk/variables/gov/dwp/state_pension_type.py +38 -0
- policyengine_uk/variables/gov/dwp/student_loans.py +9 -0
- policyengine_uk/variables/gov/dwp/student_payments.py +11 -0
- policyengine_uk/variables/gov/dwp/tax_credits.py +19 -0
- policyengine_uk/variables/gov/dwp/tax_credits_applicable_income.py +34 -0
- policyengine_uk/variables/gov/dwp/tax_credits_reduction.py +23 -0
- policyengine_uk/variables/gov/dwp/universal_credit/carer_element/uc_carer_element.py +14 -0
- policyengine_uk/variables/gov/dwp/universal_credit/child_element/disability/severe_disability/uc_individual_severely_disabled_child_element.py +17 -0
- policyengine_uk/variables/gov/dwp/universal_credit/child_element/disability/uc_individual_disabled_child_element.py +15 -0
- policyengine_uk/variables/gov/dwp/universal_credit/child_element/uc_child_element.py +11 -0
- policyengine_uk/variables/gov/dwp/universal_credit/child_element/uc_individual_child_element.py +48 -0
- policyengine_uk/variables/gov/dwp/universal_credit/child_element/uc_is_child_born_before_child_limit.py +15 -0
- policyengine_uk/variables/gov/dwp/universal_credit/child_element/uc_is_child_limit_affected.py +16 -0
- policyengine_uk/variables/gov/dwp/universal_credit/childcare_element/uc_childcare_element.py +19 -0
- policyengine_uk/variables/gov/dwp/universal_credit/childcare_element/uc_childcare_work_condition.py +19 -0
- policyengine_uk/variables/gov/dwp/universal_credit/childcare_element/uc_eligible_children.py +15 -0
- policyengine_uk/variables/gov/dwp/universal_credit/childcare_element/uc_maximum_childcare_element_amount.py +15 -0
- policyengine_uk/variables/gov/dwp/universal_credit/disability_element/limited_work_ability/uc_LCWRA_element.py +19 -0
- policyengine_uk/variables/gov/dwp/universal_credit/disability_element/limited_work_ability/uc_limited_capability_for_WRA.py +12 -0
- policyengine_uk/variables/gov/dwp/universal_credit/disability_element/uc_disability_elements.py +15 -0
- policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/non_dep_deduction/uc_individual_non_dep_deduction.py +16 -0
- policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/non_dep_deduction/uc_individual_non_dep_deduction_eligible.py +18 -0
- policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/non_dep_deduction/uc_non_dep_deduction_exempt.py +17 -0
- policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/non_dep_deduction/uc_non_dep_deductions.py +24 -0
- policyengine_uk/variables/gov/dwp/universal_credit/housing_costs_element/uc_housing_costs_element.py +29 -0
- policyengine_uk/variables/gov/dwp/universal_credit/income/income_floor/uc_mif_applies.py +17 -0
- policyengine_uk/variables/gov/dwp/universal_credit/income/income_floor/uc_mif_capped_earned_income.py +29 -0
- policyengine_uk/variables/gov/dwp/universal_credit/income/income_floor/uc_minimum_income_floor.py +15 -0
- policyengine_uk/variables/gov/dwp/universal_credit/income/uc_earned_income.py +20 -0
- policyengine_uk/variables/gov/dwp/universal_credit/income/uc_income_reduction.py +22 -0
- policyengine_uk/variables/gov/dwp/universal_credit/income/uc_is_in_startup_period.py +12 -0
- policyengine_uk/variables/gov/dwp/universal_credit/income/uc_unearned_income.py +11 -0
- policyengine_uk/variables/gov/dwp/universal_credit/is_uc_eligible.py +12 -0
- policyengine_uk/variables/gov/dwp/universal_credit/is_uc_entitled.py +12 -0
- policyengine_uk/variables/gov/dwp/universal_credit/is_uc_entitled_baseline.py +15 -0
- policyengine_uk/variables/gov/dwp/universal_credit/standard_allowance/uc_standard_allowance.py +14 -0
- policyengine_uk/variables/gov/dwp/universal_credit/standard_allowance/uc_standard_allowance_claimant_type.py +43 -0
- policyengine_uk/variables/gov/dwp/universal_credit/uc_maximum_amount.py +22 -0
- policyengine_uk/variables/gov/dwp/universal_credit/universal_credit.py +17 -0
- policyengine_uk/variables/gov/dwp/universal_credit/universal_credit_pre_benefit_cap.py +15 -0
- policyengine_uk/variables/gov/dwp/universal_credit/universal_credit_reported.py +11 -0
- policyengine_uk/variables/gov/dwp/universal_credit/work_allowance/is_uc_work_allowance_eligible.py +16 -0
- policyengine_uk/variables/gov/dwp/universal_credit/work_allowance/uc_work_allowance.py +22 -0
- policyengine_uk/variables/gov/dwp/universal_credit/would_claim_uc.py +21 -0
- policyengine_uk/variables/gov/dwp/winter_fuel_allowance.py +71 -0
- policyengine_uk/variables/gov/dwp/winter_fuel_allowance_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/working_tax_credit.py +11 -0
- policyengine_uk/variables/gov/dwp/working_tax_credit_pre_minimum.py +20 -0
- policyengine_uk/variables/gov/dwp/working_tax_credit_reported.py +10 -0
- policyengine_uk/variables/gov/dwp/would_claim_CTC.py +18 -0
- policyengine_uk/variables/gov/dwp/would_claim_IS.py +18 -0
- policyengine_uk/variables/gov/dwp/would_claim_WTC.py +20 -0
- policyengine_uk/variables/gov/dwp/wtc_entitlement.py +17 -0
- policyengine_uk/variables/gov/gov_balance.py +12 -0
- policyengine_uk/variables/gov/gov_spending.py +52 -0
- policyengine_uk/variables/gov/gov_tax.py +46 -0
- policyengine_uk/variables/gov/hmrc/baseline_business_rates.py +22 -0
- policyengine_uk/variables/gov/hmrc/baseline_child_benefit_entitlement.py +8 -0
- policyengine_uk/variables/gov/hmrc/baseline_vat.py +21 -0
- policyengine_uk/variables/gov/hmrc/benunit_tax.py +11 -0
- policyengine_uk/variables/gov/hmrc/business_rates.py +15 -0
- policyengine_uk/variables/gov/hmrc/capital_gains_tax/adult_index_cg.py +19 -0
- policyengine_uk/variables/gov/hmrc/capital_gains_tax/capital_gains_before_response.py +11 -0
- policyengine_uk/variables/gov/hmrc/capital_gains_tax/capital_gains_behavioural_response.py +33 -0
- policyengine_uk/variables/gov/hmrc/capital_gains_tax/capital_gains_elasticity.py +14 -0
- policyengine_uk/variables/gov/hmrc/capital_gains_tax/capital_gains_tax.py +43 -0
- policyengine_uk/variables/gov/hmrc/capital_gains_tax/marginal_tax_rate_on_capital_gains.py +50 -0
- policyengine_uk/variables/gov/hmrc/capital_gains_tax/relative_capital_gains_mtr_change.py +59 -0
- policyengine_uk/variables/gov/hmrc/child_benefit.py +13 -0
- policyengine_uk/variables/gov/hmrc/child_benefit_entitlement.py +11 -0
- policyengine_uk/variables/gov/hmrc/child_benefit_less_tax_charge.py +15 -0
- policyengine_uk/variables/gov/hmrc/child_benefit_opts_out.py +27 -0
- policyengine_uk/variables/gov/hmrc/child_benefit_reported.py +11 -0
- policyengine_uk/variables/gov/hmrc/child_benefit_respective_amount.py +31 -0
- policyengine_uk/variables/gov/hmrc/corporate_sdlt.py +19 -0
- policyengine_uk/variables/gov/hmrc/expected_sdlt.py +18 -0
- policyengine_uk/variables/gov/hmrc/fuel_duty/fuel_duty.py +28 -0
- policyengine_uk/variables/gov/hmrc/household_tax.py +50 -0
- policyengine_uk/variables/gov/hmrc/income_tax/adjusted_net_income.py +30 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/allowances.py +19 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/blind_persons_allowance.py +10 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/capped_mcad.py +18 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/charitable_investment_gifts.py +9 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/covenanted_payments.py +9 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/dividend_allowance.py +15 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/gift_aid.py +9 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/marriage_allowance.py +32 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/married_couples_allowance.py +9 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/married_couples_allowance_deduction.py +15 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/meets_marriage_allowance_income_conditions.py +20 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/other_deductions.py +9 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/partners_unused_personal_allowance.py +16 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/pension_annual_allowance.py +17 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/personal_allowance.py +19 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/property_allowance.py +15 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/property_allowance_deduction.py +16 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/received_allowances/received_allowances.py +15 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_dividend_income.py +32 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_earned_income.py +27 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/received_allowances/received_allowances_savings_income.py +27 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/savings_allowance.py +30 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/trading_allowance.py +15 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/trading_allowance_deduction.py +16 -0
- policyengine_uk/variables/gov/hmrc/income_tax/allowances/unused_personal_allowance.py +17 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bases/savings_income/ISA_interest_income.py +13 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bases/savings_income/tax_free_savings_income.py +11 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bases/savings_income/taxable_savings_interest_income.py +20 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_dividend_income.py +20 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_employment_income.py +19 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_miscellaneous_income.py +15 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_pension_income.py +15 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_property_income.py +20 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_self_employment_income.py +21 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bases/taxable_social_security_income.py +15 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bases/taxed_dividend_income.py +21 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bases/trading_loss.py +13 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bracketized_earned_income/add_rate_earned_income.py +18 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bracketized_earned_income/basic_rate_earned_income.py +18 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bracketized_earned_income/earned_taxable_income.py +21 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bracketized_earned_income/higher_rate_earned_income.py +18 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bracketized_liability/add_rate_earned_income_tax.py +19 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bracketized_liability/basic_rate_earned_income_tax.py +19 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bracketized_liability/higher_rate_earned_income_tax.py +19 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bracketized_liability/tax_band.py +84 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/add_rate_savings_income.py +38 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/basic_rate_savings_income.py +40 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/basic_rate_savings_income_pre_starter.py +33 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/higher_rate_savings_income.py +40 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/savings_starter_rate_income.py +45 -0
- policyengine_uk/variables/gov/hmrc/income_tax/bracketized_savings_income/taxed_savings_income.py +19 -0
- policyengine_uk/variables/gov/hmrc/income_tax/charges/child_benefit_hitc.py +20 -0
- policyengine_uk/variables/gov/hmrc/income_tax/deductions/employment_deductions.py +15 -0
- policyengine_uk/variables/gov/hmrc/income_tax/deductions/employment_expenses.py +15 -0
- policyengine_uk/variables/gov/hmrc/income_tax/earned_income_tax.py +22 -0
- policyengine_uk/variables/gov/hmrc/income_tax/income_tax.py +23 -0
- policyengine_uk/variables/gov/hmrc/income_tax/income_tax_pre_charges.py +19 -0
- policyengine_uk/variables/gov/hmrc/income_tax/liability/dividend_income_tax.py +25 -0
- policyengine_uk/variables/gov/hmrc/income_tax/liability/savings_income_tax.py +24 -0
- policyengine_uk/variables/gov/hmrc/income_tax/other_tax_credits.py +12 -0
- policyengine_uk/variables/gov/hmrc/income_tax/reliefs/capital_allowances.py +17 -0
- policyengine_uk/variables/gov/hmrc/income_tax/reliefs/deficiency_relief.py +17 -0
- policyengine_uk/variables/gov/hmrc/income_tax/reliefs/loss_relief.py +24 -0
- policyengine_uk/variables/gov/hmrc/income_tax/social_security_income.py +18 -0
- policyengine_uk/variables/gov/hmrc/income_tax/taxed_income.py +19 -0
- policyengine_uk/variables/gov/hmrc/income_tax/total_income.py +24 -0
- policyengine_uk/variables/gov/hmrc/income_tax/total_pension_income.py +12 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_employee.py +15 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_employee_additional.py +23 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_employee_primary.py +33 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_employer.py +32 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_class_1_income.py +17 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/class_1/ni_liable.py +14 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/class_2/ni_class_2.py +18 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/class_3/ni_class_3.py +12 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/class_4/ni_class_4.py +36 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/class_4/ni_class_4_main.py +29 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/class_4/ni_class_4_maximum.py +48 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/national_insurance.py +17 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/ni_employee.py +12 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/ni_employer.py +12 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/ni_self_employed.py +13 -0
- policyengine_uk/variables/gov/hmrc/national_insurance/total_national_insurance.py +14 -0
- policyengine_uk/variables/gov/hmrc/pensions/pension_contributions.py +11 -0
- policyengine_uk/variables/gov/hmrc/pensions/pension_contributions_relief.py +31 -0
- policyengine_uk/variables/gov/hmrc/pensions/private_pension_contributions_tax.py +28 -0
- policyengine_uk/variables/gov/hmrc/regional/pays_scottish_income_tax.py +13 -0
- policyengine_uk/variables/gov/hmrc/sdlt_liable.py +18 -0
- policyengine_uk/variables/gov/hmrc/sdlt_on_non_residential_property_rent.py +19 -0
- policyengine_uk/variables/gov/hmrc/sdlt_on_non_residential_property_transactions.py +16 -0
- policyengine_uk/variables/gov/hmrc/sdlt_on_rent.py +16 -0
- policyengine_uk/variables/gov/hmrc/sdlt_on_residential_property_rent.py +19 -0
- policyengine_uk/variables/gov/hmrc/sdlt_on_residential_property_transactions.py +40 -0
- policyengine_uk/variables/gov/hmrc/sdlt_on_transactions.py +16 -0
- policyengine_uk/variables/gov/hmrc/stamp_duty_land_tax.py +16 -0
- policyengine_uk/variables/gov/hmrc/student_loan_repayments.py +10 -0
- policyengine_uk/variables/gov/hmrc/tax.py +11 -0
- policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childcare_child_age_eligible.py +23 -0
- policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childcare_meets_income_requirements.py +34 -0
- policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childcare_program_eligible.py +17 -0
- policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childcare_work_condition.py +58 -0
- policyengine_uk/variables/gov/hmrc/tax_free_childcare/is_child_receiving_tax_free_childcare.py +24 -0
- policyengine_uk/variables/gov/hmrc/tax_free_childcare/tax_free_childcare.py +39 -0
- policyengine_uk/variables/gov/hmrc/tax_free_childcare/tax_free_childcare_eligibility.py +36 -0
- policyengine_uk/variables/gov/hmrc/tax_free_childcare/would_claim_tfc.py +12 -0
- policyengine_uk/variables/gov/hmrc/tax_modelling.py +12 -0
- policyengine_uk/variables/gov/hmrc/tax_reported.py +9 -0
- policyengine_uk/variables/gov/hmrc/vat.py +21 -0
- policyengine_uk/variables/gov/hmrc/vat_change.py +11 -0
- policyengine_uk/variables/gov/hmrc/would_claim_child_benefit.py +18 -0
- policyengine_uk/variables/gov/local_authorities/README.md +1 -0
- policyengine_uk/variables/gov/local_authorities/domestic_rates.py +23 -0
- policyengine_uk/variables/gov/revenue_scotland/expected_lbtt.py +17 -0
- policyengine_uk/variables/gov/revenue_scotland/land_and_buildings_transaction_tax.py +18 -0
- policyengine_uk/variables/gov/revenue_scotland/lbtt_liable.py +15 -0
- policyengine_uk/variables/gov/revenue_scotland/lbtt_on_non_residential_property_rent.py +20 -0
- policyengine_uk/variables/gov/revenue_scotland/lbtt_on_non_residential_property_transactions.py +15 -0
- policyengine_uk/variables/gov/revenue_scotland/lbtt_on_rent.py +17 -0
- policyengine_uk/variables/gov/revenue_scotland/lbtt_on_residential_property_rent.py +18 -0
- policyengine_uk/variables/gov/revenue_scotland/lbtt_on_residential_property_transactions.py +35 -0
- policyengine_uk/variables/gov/revenue_scotland/lbtt_on_transactions.py +15 -0
- policyengine_uk/variables/gov/simulation/labor_supply_response/employment_income_behavioral_response.py +47 -0
- policyengine_uk/variables/gov/simulation/labor_supply_response/income_elasticity_lsr.py +17 -0
- policyengine_uk/variables/gov/simulation/labor_supply_response/relative_income_change.py +42 -0
- policyengine_uk/variables/gov/simulation/labor_supply_response/relative_wage_change.py +36 -0
- policyengine_uk/variables/gov/simulation/labor_supply_response/substitution_elasticity_lsr.py +17 -0
- policyengine_uk/variables/gov/social_security_scotland/pawhp.py +56 -0
- policyengine_uk/variables/gov/treasury/cost_of_living_support/cost_of_living_support_payment.py +35 -0
- policyengine_uk/variables/gov/treasury/energy_bills_rebate/council_tax_rebate.py +27 -0
- policyengine_uk/variables/gov/treasury/energy_bills_rebate/energy_bills_credit.py +14 -0
- policyengine_uk/variables/gov/treasury/energy_bills_rebate/energy_bills_rebate.py +12 -0
- policyengine_uk/variables/gov/treasury/price_cap_subsidy/epg_subsidy.py +18 -0
- policyengine_uk/variables/gov/treasury/price_cap_subsidy/monthly_domestic_energy_consumption.py +35 -0
- policyengine_uk/variables/gov/treasury/price_cap_subsidy/monthly_epg_consumption_level.py +18 -0
- policyengine_uk/variables/gov/treasury/price_cap_subsidy/monthly_epg_subsidy.py +18 -0
- policyengine_uk/variables/gov/wra/expected_ltt.py +17 -0
- policyengine_uk/variables/gov/wra/land_transaction_tax.py +16 -0
- policyengine_uk/variables/gov/wra/ltt_liable.py +15 -0
- policyengine_uk/variables/gov/wra/ltt_on_non_residential_property_rent.py +18 -0
- policyengine_uk/variables/gov/wra/ltt_on_non_residential_property_transactions.py +18 -0
- policyengine_uk/variables/gov/wra/ltt_on_rent.py +17 -0
- policyengine_uk/variables/gov/wra/ltt_on_residential_property_rent.py +20 -0
- policyengine_uk/variables/gov/wra/ltt_on_residential_property_transactions.py +31 -0
- policyengine_uk/variables/gov/wra/ltt_on_transactions.py +17 -0
- policyengine_uk/variables/household/BRMA.py +14 -0
- policyengine_uk/variables/household/benefits/employment_benefits.py +11 -0
- policyengine_uk/variables/household/cliff_evaluated.py +17 -0
- policyengine_uk/variables/household/cliff_gap.py +15 -0
- policyengine_uk/variables/household/consumption/additional_residential_property_purchased.py +17 -0
- policyengine_uk/variables/household/consumption/benunit_rent.py +12 -0
- policyengine_uk/variables/household/consumption/carbon.py +55 -0
- policyengine_uk/variables/household/consumption/consumption_share.py +20 -0
- policyengine_uk/variables/household/consumption/council_tax_less_benefit.py +18 -0
- policyengine_uk/variables/household/consumption/diesel_litres.py +15 -0
- policyengine_uk/variables/household/consumption/diesel_price.py +12 -0
- policyengine_uk/variables/household/consumption/external_child_payments.py +10 -0
- policyengine_uk/variables/household/consumption/family_rent.py +11 -0
- policyengine_uk/variables/household/consumption/full_rate_vat_consumption.py +15 -0
- policyengine_uk/variables/household/consumption/full_rate_vat_expenditure_rate.py +10 -0
- policyengine_uk/variables/household/consumption/housing_costs.py +11 -0
- policyengine_uk/variables/household/consumption/main_residential_property_purchased.py +15 -0
- policyengine_uk/variables/household/consumption/main_residential_property_purchased_is_first_home.py +24 -0
- policyengine_uk/variables/household/consumption/mortgage.py +14 -0
- policyengine_uk/variables/household/consumption/non_residential_property_purchased.py +12 -0
- policyengine_uk/variables/household/consumption/personal_rent.py +12 -0
- policyengine_uk/variables/household/consumption/petrol_litres.py +15 -0
- policyengine_uk/variables/household/consumption/petrol_price.py +12 -0
- policyengine_uk/variables/household/consumption/reduced_rate_vat_consumption.py +14 -0
- policyengine_uk/variables/household/consumption/rent/benunit_pays_rent.py +13 -0
- policyengine_uk/variables/household/consumption/structural_insurance_payments.py +9 -0
- policyengine_uk/variables/household/consumption/weekly_childcare_expenses.py +12 -0
- policyengine_uk/variables/household/demographic/accommodation_type.py +22 -0
- policyengine_uk/variables/household/demographic/adult_index.py +19 -0
- policyengine_uk/variables/household/demographic/age_18_64.py +13 -0
- policyengine_uk/variables/household/demographic/age_over_64.py +12 -0
- policyengine_uk/variables/household/demographic/age_under_18.py +12 -0
- policyengine_uk/variables/household/demographic/benunit/benunit_count_children.py +11 -0
- policyengine_uk/variables/household/demographic/benunit_has_carer.py +11 -0
- policyengine_uk/variables/household/demographic/benunit_id.py +8 -0
- policyengine_uk/variables/household/demographic/benunit_is_renting.py +18 -0
- policyengine_uk/variables/household/demographic/benunit_region.py +16 -0
- policyengine_uk/variables/household/demographic/benunit_tenure_type.py +18 -0
- policyengine_uk/variables/household/demographic/benunit_weight.py +11 -0
- policyengine_uk/variables/household/demographic/birth_year.py +12 -0
- policyengine_uk/variables/household/demographic/carer_premium.py +21 -0
- policyengine_uk/variables/household/demographic/child_index.py +24 -0
- policyengine_uk/variables/household/demographic/child_or_qyp.py +13 -0
- policyengine_uk/variables/household/demographic/country.py +37 -0
- policyengine_uk/variables/household/demographic/current_education.py +44 -0
- policyengine_uk/variables/household/demographic/disability_premium.py +22 -0
- policyengine_uk/variables/household/demographic/eldest_adult_age.py +17 -0
- policyengine_uk/variables/household/demographic/eldest_child_age.py +17 -0
- policyengine_uk/variables/household/demographic/enhanced_disability_premium.py +22 -0
- policyengine_uk/variables/household/demographic/families.py +9 -0
- policyengine_uk/variables/household/demographic/family_type.py +29 -0
- policyengine_uk/variables/household/demographic/gender.py +16 -0
- policyengine_uk/variables/household/demographic/geography.py +19 -0
- policyengine_uk/variables/household/demographic/highest_education.py +22 -0
- policyengine_uk/variables/household/demographic/household_count_people.py +13 -0
- policyengine_uk/variables/household/demographic/household_equivalisation_ahc.py +26 -0
- policyengine_uk/variables/household/demographic/household_equivalisation_bhc.py +26 -0
- policyengine_uk/variables/household/demographic/household_id.py +9 -0
- policyengine_uk/variables/household/demographic/household_num_benunits.py +13 -0
- policyengine_uk/variables/household/demographic/household_owns_tv.py +15 -0
- policyengine_uk/variables/household/demographic/household_weight.py +11 -0
- policyengine_uk/variables/household/demographic/households.py +10 -0
- policyengine_uk/variables/household/demographic/in_FE.py +10 -0
- policyengine_uk/variables/household/demographic/in_HE.py +11 -0
- policyengine_uk/variables/household/demographic/in_social_housing.py +14 -0
- policyengine_uk/variables/household/demographic/is_WA_adult.py +12 -0
- policyengine_uk/variables/household/demographic/is_adult.py +12 -0
- policyengine_uk/variables/household/demographic/is_benunit_eldest_child.py +20 -0
- policyengine_uk/variables/household/demographic/is_benunit_head.py +12 -0
- policyengine_uk/variables/household/demographic/is_blind.py +9 -0
- policyengine_uk/variables/household/demographic/is_carer_for_benefits.py +11 -0
- policyengine_uk/variables/household/demographic/is_child.py +12 -0
- policyengine_uk/variables/household/demographic/is_disabled_for_benefits.py +17 -0
- policyengine_uk/variables/household/demographic/is_eldest_child.py +18 -0
- policyengine_uk/variables/household/demographic/is_enhanced_disabled_for_benefits.py +14 -0
- policyengine_uk/variables/household/demographic/is_female.py +13 -0
- policyengine_uk/variables/household/demographic/is_higher_earner.py +16 -0
- policyengine_uk/variables/household/demographic/is_household_head.py +12 -0
- policyengine_uk/variables/household/demographic/is_male.py +13 -0
- policyengine_uk/variables/household/demographic/is_married.py +12 -0
- policyengine_uk/variables/household/demographic/is_older_child.py +13 -0
- policyengine_uk/variables/household/demographic/is_parent.py +32 -0
- policyengine_uk/variables/household/demographic/is_renting.py +19 -0
- policyengine_uk/variables/household/demographic/is_severely_disabled_for_benefits.py +28 -0
- policyengine_uk/variables/household/demographic/is_shared_accommodation.py +9 -0
- policyengine_uk/variables/household/demographic/is_young_child.py +12 -0
- policyengine_uk/variables/household/demographic/locations.py +601 -0
- policyengine_uk/variables/household/demographic/marital_status.py +26 -0
- policyengine_uk/variables/household/demographic/num_adults.py +11 -0
- policyengine_uk/variables/household/demographic/num_bedrooms.py +9 -0
- policyengine_uk/variables/household/demographic/num_carers.py +11 -0
- policyengine_uk/variables/household/demographic/num_children.py +11 -0
- policyengine_uk/variables/household/demographic/num_disabled_adults.py +13 -0
- policyengine_uk/variables/household/demographic/num_disabled_children.py +13 -0
- policyengine_uk/variables/household/demographic/num_enhanced_disabled_adults.py +15 -0
- policyengine_uk/variables/household/demographic/num_enhanced_disabled_children.py +15 -0
- policyengine_uk/variables/household/demographic/num_severely_disabled_adults.py +15 -0
- policyengine_uk/variables/household/demographic/num_severely_disabled_children.py +15 -0
- policyengine_uk/variables/household/demographic/ons_tenure_type.py +35 -0
- policyengine_uk/variables/household/demographic/original_weight.py +8 -0
- policyengine_uk/variables/household/demographic/over_16.py +12 -0
- policyengine_uk/variables/household/demographic/people.py +10 -0
- policyengine_uk/variables/household/demographic/person_benunit_id.py +8 -0
- policyengine_uk/variables/household/demographic/person_benunit_role.py +8 -0
- policyengine_uk/variables/household/demographic/person_household_id.py +8 -0
- policyengine_uk/variables/household/demographic/person_household_role.py +8 -0
- policyengine_uk/variables/household/demographic/person_id.py +9 -0
- policyengine_uk/variables/household/demographic/person_weight.py +12 -0
- policyengine_uk/variables/household/demographic/raw_person_weight.py +11 -0
- policyengine_uk/variables/household/demographic/relation_type.py +22 -0
- policyengine_uk/variables/household/demographic/role.py +8 -0
- policyengine_uk/variables/household/demographic/severe_disability_premium.py +22 -0
- policyengine_uk/variables/household/demographic/tenure_type.py +18 -0
- policyengine_uk/variables/household/demographic/youngest_adult_age.py +17 -0
- policyengine_uk/variables/household/demographic/youngest_child_age.py +17 -0
- policyengine_uk/variables/household/income/base_net_income.py +11 -0
- policyengine_uk/variables/household/income/baseline_hbai_excluded_income.py +17 -0
- policyengine_uk/variables/household/income/benefits_premiums.py +16 -0
- policyengine_uk/variables/household/income/benunit_weekly_hours.py +11 -0
- policyengine_uk/variables/household/income/capital_gains.py +16 -0
- policyengine_uk/variables/household/income/capital_income.py +13 -0
- policyengine_uk/variables/household/income/claims_all_entitled_benefits.py +30 -0
- policyengine_uk/variables/household/income/claims_legacy_benefits.py +21 -0
- policyengine_uk/variables/household/income/deep_poverty_gap.py +15 -0
- policyengine_uk/variables/household/income/deep_poverty_line.py +13 -0
- policyengine_uk/variables/household/income/earned_income.py +19 -0
- policyengine_uk/variables/household/income/employment_status.py +27 -0
- policyengine_uk/variables/household/income/equiv_hbai_household_net_income.py +16 -0
- policyengine_uk/variables/household/income/equiv_hbai_household_net_income_ahc.py +16 -0
- policyengine_uk/variables/household/income/equiv_household_net_income.py +16 -0
- policyengine_uk/variables/household/income/hbai_benefits.py +40 -0
- policyengine_uk/variables/household/income/hbai_excluded_income.py +18 -0
- policyengine_uk/variables/household/income/hbai_excluded_income_change.py +17 -0
- policyengine_uk/variables/household/income/hbai_household_net_income.py +54 -0
- policyengine_uk/variables/household/income/hbai_household_net_income_ahc.py +19 -0
- policyengine_uk/variables/household/income/hours_worked.py +11 -0
- policyengine_uk/variables/household/income/household_benefits.py +86 -0
- policyengine_uk/variables/household/income/household_gross_income.py +19 -0
- policyengine_uk/variables/household/income/household_income_decile.py +24 -0
- policyengine_uk/variables/household/income/household_market_income.py +31 -0
- policyengine_uk/variables/household/income/household_net_income.py +25 -0
- policyengine_uk/variables/household/income/household_net_income_ahc.py +27 -0
- policyengine_uk/variables/household/income/in_deep_poverty.py +12 -0
- policyengine_uk/variables/household/income/in_deep_poverty_ahc.py +15 -0
- policyengine_uk/variables/household/income/in_deep_poverty_bhc.py +15 -0
- policyengine_uk/variables/household/income/in_poverty.py +14 -0
- policyengine_uk/variables/household/income/in_poverty_ahc.py +15 -0
- policyengine_uk/variables/household/income/in_poverty_bhc.py +14 -0
- policyengine_uk/variables/household/income/in_relative_poverty_ahc.py +16 -0
- policyengine_uk/variables/household/income/in_relative_poverty_bhc.py +16 -0
- policyengine_uk/variables/household/income/in_work.py +18 -0
- policyengine_uk/variables/household/income/income_decile.py +14 -0
- policyengine_uk/variables/household/income/inflation_adjustment.py +19 -0
- policyengine_uk/variables/household/income/is_QYP.py +16 -0
- policyengine_uk/variables/household/income/is_apprentice.py +11 -0
- policyengine_uk/variables/household/income/is_child_or_QYP.py +11 -0
- policyengine_uk/variables/household/income/is_couple.py +13 -0
- policyengine_uk/variables/household/income/is_lone_parent.py +13 -0
- policyengine_uk/variables/household/income/is_single.py +13 -0
- policyengine_uk/variables/household/income/is_single_person.py +13 -0
- policyengine_uk/variables/household/income/market_income.py +27 -0
- policyengine_uk/variables/household/income/minimum_wage.py +15 -0
- policyengine_uk/variables/household/income/minimum_wage_category.py +41 -0
- policyengine_uk/variables/household/income/poverty_gap.py +15 -0
- policyengine_uk/variables/household/income/poverty_gap_ahc.py +12 -0
- policyengine_uk/variables/household/income/poverty_gap_bhc.py +12 -0
- policyengine_uk/variables/household/income/poverty_line.py +18 -0
- policyengine_uk/variables/household/income/poverty_line_ahc.py +15 -0
- policyengine_uk/variables/household/income/poverty_line_bhc.py +15 -0
- policyengine_uk/variables/household/income/poverty_threshold_bhc.py +15 -0
- policyengine_uk/variables/household/income/real_household_net_income.py +17 -0
- policyengine_uk/variables/household/income/real_household_net_income_ahc.py +17 -0
- policyengine_uk/variables/household/income/statutory_maternity_pay.py +12 -0
- policyengine_uk/variables/household/income/statutory_paternity_pay.py +12 -0
- policyengine_uk/variables/household/income/statutory_sick_pay.py +12 -0
- policyengine_uk/variables/household/income/weekly_hours.py +16 -0
- policyengine_uk/variables/household/is_on_cliff.py +12 -0
- policyengine_uk/variables/household/marginal_tax_rate.py +50 -0
- policyengine_uk/variables/household/region.py +15 -0
- policyengine_uk/variables/household/wealth/corporate_land_value.py +20 -0
- policyengine_uk/variables/household/wealth/corporate_tax_incidence.py +17 -0
- policyengine_uk/variables/household/wealth/gross_financial_wealth.py +10 -0
- policyengine_uk/variables/household/wealth/household_land_value.py +23 -0
- policyengine_uk/variables/household/wealth/household_wealth_decile.py +22 -0
- policyengine_uk/variables/household/wealth/land_value.py +15 -0
- policyengine_uk/variables/household/wealth/net_financial_wealth.py +10 -0
- policyengine_uk/variables/household/wealth/property_wealth.py +12 -0
- policyengine_uk/variables/household/wealth/residential_property_value.py +13 -0
- policyengine_uk/variables/household/wealth/savings.py +11 -0
- policyengine_uk/variables/household/wealth/shareholding.py +24 -0
- policyengine_uk/variables/household/wealth/total_wealth.py +11 -0
- policyengine_uk/variables/input/README.md +1 -0
- policyengine_uk/variables/input/care.py +14 -0
- policyengine_uk/variables/input/consumption/README.md +1 -0
- policyengine_uk/variables/input/consumption/alcohol_and_tobacco_consumption.py +14 -0
- policyengine_uk/variables/input/consumption/childcare_expenses.py +13 -0
- policyengine_uk/variables/input/consumption/clothing_and_footwear_consumption.py +14 -0
- policyengine_uk/variables/input/consumption/communication_consumption.py +14 -0
- policyengine_uk/variables/input/consumption/consumption.py +25 -0
- policyengine_uk/variables/input/consumption/diesel_spending.py +13 -0
- policyengine_uk/variables/input/consumption/education_consumption.py +14 -0
- policyengine_uk/variables/input/consumption/energy.py +14 -0
- policyengine_uk/variables/input/consumption/food_and_non_alcoholic_beverages_consumption.py +14 -0
- policyengine_uk/variables/input/consumption/health_consumption.py +14 -0
- policyengine_uk/variables/input/consumption/household_furnishings_consumption.py +14 -0
- policyengine_uk/variables/input/consumption/housing_water_and_electricity_consumption.py +16 -0
- policyengine_uk/variables/input/consumption/miscellaneous_consumption.py +14 -0
- policyengine_uk/variables/input/consumption/petrol_spending.py +13 -0
- policyengine_uk/variables/input/consumption/property/README.md +1 -0
- policyengine_uk/variables/input/consumption/property/council_tax.py +12 -0
- policyengine_uk/variables/input/consumption/property/cumulative_non_residential_rent.py +10 -0
- policyengine_uk/variables/input/consumption/property/cumulative_residential_rent.py +10 -0
- policyengine_uk/variables/input/consumption/property/employee_pension_contributions.py +10 -0
- policyengine_uk/variables/input/consumption/property/employer_pension_contributions.py +11 -0
- policyengine_uk/variables/input/consumption/property/housing_service_charges.py +10 -0
- policyengine_uk/variables/input/consumption/property/maintenance_expenses.py +10 -0
- policyengine_uk/variables/input/consumption/property/mortgage_capital_repayment.py +10 -0
- policyengine_uk/variables/input/consumption/property/mortgage_interest_repayment.py +11 -0
- policyengine_uk/variables/input/consumption/property/non_residential_rent.py +10 -0
- policyengine_uk/variables/input/consumption/property/personal_pension_contributions.py +10 -0
- policyengine_uk/variables/input/consumption/property/property_purchased.py +10 -0
- policyengine_uk/variables/input/consumption/property/water_and_sewerage_charges.py +9 -0
- policyengine_uk/variables/input/consumption/recreation_consumption.py +14 -0
- policyengine_uk/variables/input/consumption/restaurants_and_hotels_consumption.py +14 -0
- policyengine_uk/variables/input/consumption/transport_consumption.py +14 -0
- policyengine_uk/variables/input/corporate_wealth.py +12 -0
- policyengine_uk/variables/input/council_tax_band.py +22 -0
- policyengine_uk/variables/input/demographic.py +15 -0
- policyengine_uk/variables/input/dividend_income.py +13 -0
- policyengine_uk/variables/input/dla_m_category.py +33 -0
- policyengine_uk/variables/input/dla_sc_category.py +35 -0
- policyengine_uk/variables/input/employment_income.py +18 -0
- policyengine_uk/variables/input/employment_income_before_lsr.py +10 -0
- policyengine_uk/variables/input/lump_sum_income.py +11 -0
- policyengine_uk/variables/input/main_residence_value.py +12 -0
- policyengine_uk/variables/input/maintenance_income.py +11 -0
- policyengine_uk/variables/input/miscellaneous_income.py +11 -0
- policyengine_uk/variables/input/non_residential_property_value.py +14 -0
- policyengine_uk/variables/input/other_investment_income.py +11 -0
- policyengine_uk/variables/input/other_residential_property_value.py +14 -0
- policyengine_uk/variables/input/owned_land.py +12 -0
- policyengine_uk/variables/input/pension_income.py +14 -0
- policyengine_uk/variables/input/pip_dl_category.py +33 -0
- policyengine_uk/variables/input/pip_m_category.py +31 -0
- policyengine_uk/variables/input/private_pension_income.py +13 -0
- policyengine_uk/variables/input/private_transfer_income.py +11 -0
- policyengine_uk/variables/input/property_income.py +13 -0
- policyengine_uk/variables/input/rent.py +14 -0
- policyengine_uk/variables/input/savings_interest_income.py +13 -0
- policyengine_uk/variables/input/self_employment_income.py +13 -0
- policyengine_uk/variables/input/state_pension.py +31 -0
- policyengine_uk/variables/input/sublet_income.py +11 -0
- policyengine_uk/variables/misc/categories/lower_middle_or_higher.py +8 -0
- policyengine_uk/variables/misc/categories/lower_or_higher.py +7 -0
- policyengine_uk/variables/misc/in_original_frs.py +10 -0
- policyengine_uk/variables/misc/spi_imputed.py +10 -0
- policyengine_uk/variables/misc/uc_migrated.py +10 -0
- policyengine_uk-2.35.0.data/data/share/openfisca/openfisca-country-template/CHANGELOG.md +2189 -0
- policyengine_uk-2.35.0.data/data/share/openfisca/openfisca-country-template/LICENSE +661 -0
- policyengine_uk-2.35.0.data/data/share/openfisca/openfisca-country-template/README.md +37 -0
- policyengine_uk-2.35.0.dist-info/METADATA +72 -0
- policyengine_uk-2.35.0.dist-info/RECORD +1386 -0
- policyengine_uk-2.35.0.dist-info/WHEEL +4 -0
- policyengine_uk-2.35.0.dist-info/licenses/LICENSE +661 -0
@@ -0,0 +1,10 @@
|
|
1
|
+
description: The Department for Education limits extended childcare entitlement eligibility to households where each parent's individual income is less than this amount.
|
2
|
+
metadata:
|
3
|
+
unit: currency-GBP
|
4
|
+
period: year
|
5
|
+
label: Extended childcare entitlement individual income limit
|
6
|
+
reference:
|
7
|
+
- title: The Childcare Payments (Eligibility) Regulations 2015 - Regulation 15
|
8
|
+
href: https://www.legislation.gov.uk/uksi/2015/448/regulation/15#commentary-key-e27c923eee152accd495af8425536e29
|
9
|
+
values:
|
10
|
+
2015-01-01: 100_000
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: The Department for Education limits extended childcare entitlement to benefit units in which each spouse earns at least the product of their minimum wage and this number of hours per week.
|
2
|
+
metadata:
|
3
|
+
period: year
|
4
|
+
unit: hour
|
5
|
+
label: Extended childcare entitlement weekly work hours minimum
|
6
|
+
reference:
|
7
|
+
- title: The Childcare Payments (Eligibility) (Amendment) Regulations 2016 - regulation 3
|
8
|
+
href: https://www.legislation.gov.uk/uksi/2016/793/regulation/3/made
|
9
|
+
values:
|
10
|
+
2016-01-01: 16
|
@@ -0,0 +1,22 @@
|
|
1
|
+
description: The Department for Education considers these age conditions for eligibility for targeted childcare entitlement.
|
2
|
+
metadata:
|
3
|
+
type: single_amount
|
4
|
+
threshold_unit: year
|
5
|
+
amount_unit: bool
|
6
|
+
label: age eligibility for targeted childcare entitlement
|
7
|
+
reference:
|
8
|
+
- title: The Local Authority (Duty to Secure Early Years Provision Free of Charge) Regulations 2014 - regulation 3
|
9
|
+
href: https://www.legislation.gov.uk/uksi/2014/2147/regulation/3/made
|
10
|
+
brackets:
|
11
|
+
- threshold:
|
12
|
+
2014-01-01: 0
|
13
|
+
amount:
|
14
|
+
2014-01-01: False
|
15
|
+
- threshold:
|
16
|
+
2014-01-01: 2
|
17
|
+
amount:
|
18
|
+
2014-01-01: True
|
19
|
+
- threshold:
|
20
|
+
2014-01-01: 3
|
21
|
+
amount:
|
22
|
+
2014-01-01: False
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: The Department for Education provides this number of hours of free childcare under the targeted childcare entitlement.
|
2
|
+
metadata:
|
3
|
+
type: parameter
|
4
|
+
unit: hour
|
5
|
+
label: targeted childcare entitlement hours
|
6
|
+
reference:
|
7
|
+
- title: The Local Authority (Duty to Secure Early Years Provision Free of Charge) Regulations 2014 - regulation 4
|
8
|
+
href: https://www.legislation.gov.uk/uksi/2014/2147/regulation/4/made
|
9
|
+
values:
|
10
|
+
2014-01-01: 570
|
policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/income_limit/tax_credits.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
description: The Department for Education qualifies recipients of the Working Tax Credit or Child Tax Credit for targeted childcare entitlement if their income does not exceed this threshold.
|
2
|
+
metadata:
|
3
|
+
unit: currency-GBP
|
4
|
+
period: year
|
5
|
+
label: income limit for tax credit recipients to access benefit-targeted free childcare
|
6
|
+
reference:
|
7
|
+
- title: The Local Authority (Duty to Secure Early Years Provision Free of Charge) Regulations 2014, part 1.2.b
|
8
|
+
href: https://www.legislation.gov.uk/uksi/2014/2147/regulation/1/made
|
9
|
+
# In part 1.2.b of regulation 2014, they mentioned "Part 1 of the Tax Credits Act 2002(8)" for tax credit criteria. Part 1.1 of the Tax Credits Act 2002(8) explains that tax credit is known as child tax credit and working tax credit.
|
10
|
+
- title: Tax Credits Act 2002(8) - part 1
|
11
|
+
href: https://www.legislation.gov.uk/ukpga/2002/21/section/1
|
12
|
+
- title: 15 hours free education and childcare for 2-year-olds
|
13
|
+
href: https://www.gov.uk/help-with-childcare-costs/free-childcare-2-year-olds-claim-benefits?step-by-step-nav=f237ec8e-e82c-4ffa-8fba-2a88a739783b
|
14
|
+
values:
|
15
|
+
2014-01-01: 16_190
|
policyengine_uk/parameters/gov/dfe/targeted_childcare_entitlement/income_limit/universal_credit.yaml
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
description: The Department for Education qualifies Universal Credit recipients for targeted childcare entitlement if their income does not exceed this threshold.
|
2
|
+
metadata:
|
3
|
+
unit: currency-GBP
|
4
|
+
period: year
|
5
|
+
label: income limit for universal credit recipients to access benefit-targeted free childcare
|
6
|
+
reference:
|
7
|
+
- title: Document for the Local Authority (Duty to Secure Early Years Provision Free of Charge) (Amendment) Regulations 2018 - page 3
|
8
|
+
href: https://www.legislation.gov.uk/uksi/2018/146/pdfs/uksi_20180146_en.pdf#:~:text=Coming%20into%20force%20,into%20force%20on%201st%20April
|
9
|
+
- title: Free early education entitlement for two-year-olds under Universal Credit (Page 5)
|
10
|
+
href: https://assets.publishing.service.gov.uk/media/5ab270baed915d4f2d097124/Government_response_FSM_and_EY_entitlements_under_Universal_Credit.pdf#page=5
|
11
|
+
|
12
|
+
values:
|
13
|
+
2018-01-01: 15_400
|
@@ -0,0 +1,14 @@
|
|
1
|
+
description: The Department for Education designates these programs as qualifying benefits for the targeted childcare entitlement eligibility (the 2-year-old entitlement) in England.
|
2
|
+
metadata:
|
3
|
+
reference:
|
4
|
+
- title: The Local Authority (Duty to Secure Early Years Provision Free of Charge) (Amendment) Regulations 2018 - part 2.a
|
5
|
+
href: https://www.legislation.gov.uk/uksi/2018/146/regulation/2/made
|
6
|
+
period: year
|
7
|
+
unit: program
|
8
|
+
label: qualifying benefits for targeted childcare entitlement
|
9
|
+
values:
|
10
|
+
2014-01-01:
|
11
|
+
- income_support
|
12
|
+
- jsa_income
|
13
|
+
- esa_income
|
14
|
+
- guarantee_credit
|
@@ -0,0 +1,12 @@
|
|
1
|
+
description: The Department for Education designates these variables that determine qualification for targeted childcare entitlement beyond qualifying benefits.
|
2
|
+
metadata:
|
3
|
+
reference:
|
4
|
+
- title: Documenation for free education and childcare for 2-year-olds
|
5
|
+
href: https://www.gov.uk/help-with-childcare-costs/free-childcare-2-year-olds
|
6
|
+
period: year
|
7
|
+
unit: program
|
8
|
+
label: qualifying criteria for targeted childcare entitlement
|
9
|
+
values:
|
10
|
+
2014-01-01:
|
11
|
+
- meets_universal_credit_criteria_for_targeted_childcare_entitlement
|
12
|
+
- meets_tax_credit_criteria_for_targeted_childcare_entitlement
|
@@ -0,0 +1,12 @@
|
|
1
|
+
description: The Department for Education provides this number of hours per year of childcare for universal childcare entitlement in England.
|
2
|
+
metadata:
|
3
|
+
unit: hour
|
4
|
+
threshold_unit: year
|
5
|
+
label: universal childcare entitlement hours
|
6
|
+
reference:
|
7
|
+
- title: Childcare (Early Years Provision Free of Charge) (Extended Entitlement) Regulations 2016 - Regulation 35(3)
|
8
|
+
href: https://www.legislation.gov.uk/uksi/2016/1257/part/4/made
|
9
|
+
- title: Childcare Act 2006 - Section 7.1 (Duty to secure free early years provision)
|
10
|
+
href: https://www.legislation.gov.uk/ukpga/2006/21/section/7
|
11
|
+
values:
|
12
|
+
2015-01-01: 570
|
@@ -0,0 +1,9 @@
|
|
1
|
+
description: The Department for Education limits universal childcare entitlement in England to children younger than this age.
|
2
|
+
metadata:
|
3
|
+
unit: year
|
4
|
+
label: universal childcare entitlement child's maximum age
|
5
|
+
reference:
|
6
|
+
- title: Childcare Act 2006 - Section 7.19
|
7
|
+
href: https://www.legislation.gov.uk/ukpga/2006/21/section/19
|
8
|
+
values:
|
9
|
+
2015-01-01: 5
|
@@ -0,0 +1,11 @@
|
|
1
|
+
description: The Department for Education limits universal childcare entitlement in England to children this age or older.
|
2
|
+
metadata:
|
3
|
+
unit: year
|
4
|
+
label: universal childcare entitlement child's minimum age
|
5
|
+
reference:
|
6
|
+
- title: Childcare (Early Years Provision Free of Charge) (Extended Entitlement) Regulations 2016 - Regulation 35(3)
|
7
|
+
href: https://www.legislation.gov.uk/uksi/2016/1257/part/4/made
|
8
|
+
- title: Childcare Act 2006 - Section 7.1 (Duty to secure free early years provision)
|
9
|
+
href: https://www.legislation.gov.uk/ukpga/2006/21/section/7
|
10
|
+
values:
|
11
|
+
2015-01-01: 3
|
@@ -0,0 +1,14 @@
|
|
1
|
+
description: The Department for Education provides targeted, extended, and universal childcare entitlement for these weeks per year.
|
2
|
+
metadata:
|
3
|
+
period: year
|
4
|
+
unit: week
|
5
|
+
label: childcare entitlement weeks per year
|
6
|
+
reference:
|
7
|
+
- title: The Local Authority (Duty to Secure Early Years Provision Free of Charge) Regulations 2014 - regulation 4
|
8
|
+
href: https://www.legislation.gov.uk/uksi/2014/2147/regulation/4/made
|
9
|
+
- title: Childcare Choices document - 15 and 30 hours childcare support
|
10
|
+
href: https://www.childcarechoices.gov.uk/15-and-30-hours-childcare-support/working-families/eligibility
|
11
|
+
- title: Childcare (Early Years Provision Free of Charge) (Extended Entitlement) Regulations 2016 - Regulation 35(3)
|
12
|
+
href: https://www.legislation.gov.uk/uksi/2016/1257/part/4/made
|
13
|
+
values:
|
14
|
+
2016-01-01: 38
|
@@ -0,0 +1 @@
|
|
1
|
+
# Department for Transport
|
@@ -0,0 +1,12 @@
|
|
1
|
+
description: Total spending by the Department for Transport (DfT). Includes both Resource Departmental Expenditure Limit and Capital Departmental Expenditure Limit, but excludes depreciation.
|
2
|
+
values:
|
3
|
+
2023-01-01: 30.0
|
4
|
+
2024-01-01: 29.0
|
5
|
+
2025-01-01: 30.1
|
6
|
+
metadata:
|
7
|
+
unit: currency-GBP
|
8
|
+
label: DfT budget
|
9
|
+
uprating: self
|
10
|
+
reference:
|
11
|
+
- title: HM Treasury Spring Statement 2025
|
12
|
+
href: https://assets.publishing.service.gov.uk/media/67e3ec2df356a2dc0e39b488/E03274109_HMT_Spring_Statement_Mar_25_Web_Accessible_.pdf#page=48
|
@@ -0,0 +1 @@
|
|
1
|
+
# Department for Health and Social Care
|
@@ -0,0 +1,12 @@
|
|
1
|
+
description: Total spending by the Department for Health and Social Care. Includes both Resource Departmental Expenditure Limit and Capital Departmental Expenditure Limit, but excludes depreciation.
|
2
|
+
values:
|
3
|
+
2023-01-01: 188.4
|
4
|
+
2024-01-01: 204.9
|
5
|
+
2025-01-01: 215.6
|
6
|
+
metadata:
|
7
|
+
unit: currency-GBP
|
8
|
+
label: DHSC budget
|
9
|
+
uprating: self
|
10
|
+
reference:
|
11
|
+
- title: HM Treasury Spring Statement 2025
|
12
|
+
href: https://assets.publishing.service.gov.uk/media/67e3ec2df356a2dc0e39b488/E03274109_HMT_Spring_Statement_Mar_25_Web_Accessible_.pdf#page=48
|
@@ -0,0 +1 @@
|
|
1
|
+
# Employment Support Allowance
|
@@ -0,0 +1 @@
|
|
1
|
+
# Income-based
|
@@ -0,0 +1,11 @@
|
|
1
|
+
description: Income-based Employment and Support Allowance personal allowance for
|
2
|
+
persons aged 18-24
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Income-based ESA personal allowance (18-24)
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=38
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 57.9
|
11
|
+
2020-04-01: 58.9
|
@@ -0,0 +1,11 @@
|
|
1
|
+
description: Income-based Employment and Support Allowance personal allowance for
|
2
|
+
persons aged over 25
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Income-based ESA personal allowance (over 25)
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=38
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 73.1
|
11
|
+
2020-04-01: 74.35
|
@@ -0,0 +1,11 @@
|
|
1
|
+
description: Income-based Employment and Support Allowance personal allowance for
|
2
|
+
couples
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Income-based ESA personal allowance (couples)
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=38
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 57.9
|
11
|
+
2020-04-01: 116.8
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: Earnings threshold above which the income-based Employment and Support
|
2
|
+
Allowance amount is reduced
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Income-based ESA earnings disregard
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=38
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 5.0
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: Threshold for income for a couple, above which the income-based Employment
|
2
|
+
and Support Allowance amount is reduced
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Income-based ESA couple earnings disregard
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=38
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 10.0
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: Threshold for income for a lone parent, above which the income-based
|
2
|
+
Employment and Support Allowance amount is reduced
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Income-based ESA lone parent earnings disregard
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=38
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 20.0
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: Threshold for income for a single person, above which the income-based
|
2
|
+
Employment and Support Allowance amount is reduced
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Income-based ESA single person earnings disregard
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=38
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 5.0
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: Threshold for occupational and personal pensions, above which the income-based
|
2
|
+
Employment and Support Allowance amount is reduced
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Income-based ESA pension disregard
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=38
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 50.0
|
@@ -0,0 +1 @@
|
|
1
|
+
# Industrial Injuries Disablement Benefit
|
@@ -0,0 +1,17 @@
|
|
1
|
+
description: Maximum weekly Industrial Injuries Disablement Benefit; amount varies
|
2
|
+
in 10% increments
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Industrial Injuries Disablement Benefit maximum
|
7
|
+
reference: https://www.gov.uk/industrial-injuries-disablement-benefit/what-youll-get
|
8
|
+
unit: currency-GBP
|
9
|
+
uprating: gov.obr.consumer_price_index
|
10
|
+
values:
|
11
|
+
2015-04-01: 182
|
12
|
+
2025-04-01:
|
13
|
+
value: 225.30
|
14
|
+
reference:
|
15
|
+
- title: GOV.UK
|
16
|
+
href: https://www.gov.uk/industrial-injuries-disablement-benefit/what-youll-get
|
17
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
# Jobseeker's Allowance
|
@@ -0,0 +1,16 @@
|
|
1
|
+
description: Income-based Jobseeker's Allowance for persons aged 18-24
|
2
|
+
metadata:
|
3
|
+
economy: false
|
4
|
+
period: week
|
5
|
+
label: Income-based JSA (18-24)
|
6
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=24
|
7
|
+
unit: currency-GBP
|
8
|
+
values:
|
9
|
+
2015-04-01: 57.9
|
10
|
+
2016-04-01: 57.9
|
11
|
+
2017-04-01: 57.9
|
12
|
+
2018-04-01: 57.9
|
13
|
+
2019-04-01: 57.9
|
14
|
+
2020-04-01: 58.9
|
15
|
+
2021-04-01: 59.2
|
16
|
+
2022-04-01: 61.05
|
@@ -0,0 +1,16 @@
|
|
1
|
+
description: Contributory Jobseeker's Allowance for persons aged over 25
|
2
|
+
metadata:
|
3
|
+
economy: false
|
4
|
+
period: week
|
5
|
+
label: Contributory JSA (over 25)
|
6
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=24
|
7
|
+
unit: currency-GBP
|
8
|
+
values:
|
9
|
+
2015-04-01: 73.1
|
10
|
+
2016-04-01: 73.1
|
11
|
+
2017-04-01: 73.1
|
12
|
+
2018-04-01: 73.1
|
13
|
+
2019-04-01: 73.1
|
14
|
+
2020-04-01: 74.35
|
15
|
+
2021-04-01: 74.7
|
16
|
+
2022-04-01: 77.0
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: Threshold in earnings, above which the contributory Jobseeker's Allowance
|
2
|
+
amount is reduced
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Jobseeker's Allowance earnings disregard
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=24
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 5.0
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: Threshold in occupational and personal pensions, above which the contributory
|
2
|
+
Jobseeker's Allowance amount is reduced
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Jobseeker's Allowance pension disregard
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=24
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 50.0
|
@@ -0,0 +1,16 @@
|
|
1
|
+
description: Income-based Jobseeker's Allowance for persons aged 18-24
|
2
|
+
values:
|
3
|
+
2015-04-01: 57.90
|
4
|
+
2016-04-01: 57.90
|
5
|
+
2017-04-01: 57.90
|
6
|
+
2018-04-01: 57.90
|
7
|
+
2019-04-01: 57.90
|
8
|
+
2020-04-01: 58.90
|
9
|
+
2021-04-01: 59.20
|
10
|
+
2022-04-01: 61.05
|
11
|
+
metadata:
|
12
|
+
period: week
|
13
|
+
unit: currency-GBP
|
14
|
+
label: Income-based JSA (18-24)
|
15
|
+
uprating: gov.benefit_uprating_cpi
|
16
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=24
|
@@ -0,0 +1,16 @@
|
|
1
|
+
description: Income-based Jobseeker's Allowance for persons aged over 25
|
2
|
+
values:
|
3
|
+
2015-04-01: 73.10
|
4
|
+
2016-04-01: 73.10
|
5
|
+
2017-04-01: 73.10
|
6
|
+
2018-04-01: 73.10
|
7
|
+
2019-04-01: 73.10
|
8
|
+
2020-04-01: 74.35
|
9
|
+
2021-04-01: 74.70
|
10
|
+
2022-04-01: 77.00
|
11
|
+
metadata:
|
12
|
+
period: week
|
13
|
+
label: Income-based JSA (over 25)
|
14
|
+
uprating: gov.benefit_uprating_cpi
|
15
|
+
unit: currency-GBP
|
16
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=24
|
@@ -0,0 +1,16 @@
|
|
1
|
+
description: Weekly contributory Jobseeker's Allowance for couples
|
2
|
+
values:
|
3
|
+
2015-04-01: 114.85
|
4
|
+
2016-04-01: 114.85
|
5
|
+
2017-04-01: 114.85
|
6
|
+
2018-04-01: 114.85
|
7
|
+
2019-04-01: 114.85
|
8
|
+
2020-04-01: 116.80
|
9
|
+
2021-04-01: 117.40
|
10
|
+
2022-04-01: 121.05
|
11
|
+
metadata:
|
12
|
+
period: week
|
13
|
+
unit: currency-GBP
|
14
|
+
label: Income-based JSA (couple)
|
15
|
+
uprating: gov.benefit_uprating_cpi
|
16
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=24
|
@@ -0,0 +1,8 @@
|
|
1
|
+
description: Threshold in income for a couple, above which the contributory Jobseeker's Allowance amount is reduced
|
2
|
+
values:
|
3
|
+
2015-04-01: 10.00
|
4
|
+
metadata:
|
5
|
+
period: week
|
6
|
+
label: Jobseeker's Allowance income disregard (couple)
|
7
|
+
unit: currency-GBP
|
8
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=33
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: Threshold in income for a lone parent, above which the contributory Jobseeker's
|
2
|
+
Allowance amount is reduced
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Jobseeker's Allowance income disregard (lone parent)
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=33
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 20.0
|
@@ -0,0 +1,8 @@
|
|
1
|
+
description: Threshold in income for a single person, above which the Jobseeker's Allowance amount is reduced
|
2
|
+
values:
|
3
|
+
2015-04-01: 5.00
|
4
|
+
metadata:
|
5
|
+
period: week
|
6
|
+
unit: currency-GBP
|
7
|
+
label: Jobseeker's Allowance income disregard (single)
|
8
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=33
|
@@ -0,0 +1,17 @@
|
|
1
|
+
description: Share of eligible Income-based Jobseeker's Allowance recipients that
|
2
|
+
participate
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
label: Income-based Jobseeker's Allowance take-up rate
|
6
|
+
name: jsa_income_takeup
|
7
|
+
reference:
|
8
|
+
href: https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/645577/income-related-benefits-estimates-of-take-up-2015-16.pdf
|
9
|
+
name: 'Income-related benefits: estimates of take-up: financial year 2015/16 |
|
10
|
+
Jobseeker''s Allowance: tables | JSA1'
|
11
|
+
unit: /1
|
12
|
+
values:
|
13
|
+
2009-04-06: 0.69
|
14
|
+
2012-04-06: 0.67
|
15
|
+
2013-04-06: 0.67
|
16
|
+
2014-04-06: 0.59
|
17
|
+
2015-04-06: 0.56
|
@@ -0,0 +1 @@
|
|
1
|
+
# Local Housing Allowance
|
Binary file
|
@@ -0,0 +1,9 @@
|
|
1
|
+
description: Threshold earnings, above which the Housing Benefit (LHA) is reduced
|
2
|
+
metadata:
|
3
|
+
economy: false
|
4
|
+
period: week
|
5
|
+
label: Housing Benefit (LHA) earnings disregard
|
6
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=24
|
7
|
+
unit: currency-GBP
|
8
|
+
values:
|
9
|
+
2015-04-01: 5.0
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: Threshold in income for a couple, above which the Housing Benefit (LHA)
|
2
|
+
amount is reduced
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Housing Benefit (LHA) income disregard (couple)
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=33
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 10.0
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: Threshold in income for a lone parent, above which the Housing Benefit
|
2
|
+
(LHA) amount is reduced
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Housing Benefit (LHA) income disregard (lone parent)
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=33
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 20.0
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: Threshold in income for a lone parent, above which the Housing Benefit
|
2
|
+
(LHA) amount is reduced
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Housing Benefit (LHA) income disregard (lone parent)
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=33
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 20.0
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: Threshold in income for a single person, above which the Housing Benefit
|
2
|
+
(LHA) amount is reduced
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Housing Benefit (LHA) income disregard (single)
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=33
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01: 5.0
|
@@ -0,0 +1,11 @@
|
|
1
|
+
description: Threshold in occupational and personal pensions, above which the Housing
|
2
|
+
Benefit (LHA) amount is reduced
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: Housing Benefit (LHA) pension disregard
|
7
|
+
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=24
|
8
|
+
unit: currency-GBP
|
9
|
+
values:
|
10
|
+
2015-04-01:
|
11
|
+
value: 50.0
|
@@ -0,0 +1,10 @@
|
|
1
|
+
description: Default hours requirement for the Working-Tax-Credit-related worker element
|
2
|
+
of Housing Benefit (LHA)
|
3
|
+
metadata:
|
4
|
+
economy: false
|
5
|
+
period: week
|
6
|
+
label: LHA worker hours requirement
|
7
|
+
reference: https://www.gov.uk/working-tax-credit
|
8
|
+
unit: hour
|
9
|
+
values:
|
10
|
+
2015-04-01: 30
|