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,601 @@
|
|
1
|
+
from policyengine_uk.model_api import *
|
2
|
+
|
3
|
+
|
4
|
+
class BRMAName(Enum):
|
5
|
+
ASHFORD = "Ashford"
|
6
|
+
AYLESBURY = "Aylesbury"
|
7
|
+
BARNSLEY = "Barnsley"
|
8
|
+
BARROW_IN_FURNESS = "Barrow-in-Furness"
|
9
|
+
BASINGSTOKE = "Basingstoke"
|
10
|
+
BATH = "Bath"
|
11
|
+
BEDFORD = "Bedford"
|
12
|
+
BIRMINGHAM = "Birmingham"
|
13
|
+
BLACK_COUNTRY = "Black Country"
|
14
|
+
BLACKWATER_VALLEY = "Blackwater Valley"
|
15
|
+
BOLTON_AND_BURY = "Bolton and Bury"
|
16
|
+
BOURNEMOUTH = "Bournemouth"
|
17
|
+
BRADFORD_SOUTH_DALES = "Bradford & South Dales"
|
18
|
+
BRIGHTON_AND_HOVE = "Brighton and Hove"
|
19
|
+
BRISTOL = "Bristol"
|
20
|
+
BURY_ST_EDMUNDS = "Bury St Edmunds"
|
21
|
+
CAMBRIDGE = "Cambridge"
|
22
|
+
CANTERBURY = "Canterbury"
|
23
|
+
CENTRAL_GREATER_MANCHESTER = "Central Greater Manchester"
|
24
|
+
CENTRAL_LANCS = "Central Lancs"
|
25
|
+
CENTRAL_LONDON = "Central London"
|
26
|
+
CENTRAL_NORFOLK_NORWICH = "Central Norfolk & Norwich"
|
27
|
+
CHELMSFORD = "Chelmsford"
|
28
|
+
CHELTENHAM = "Cheltenham"
|
29
|
+
CHERWELL_VALLEY = "Cherwell Valley"
|
30
|
+
CHESTERFIELD = "Chesterfield"
|
31
|
+
CHICHESTER = "Chichester"
|
32
|
+
CHILTERNS = "Chilterns"
|
33
|
+
COLCHESTER = "Colchester"
|
34
|
+
COVENTRY = "Coventry"
|
35
|
+
CRAWLEY_REIGATE = "Crawley & Reigate"
|
36
|
+
DARLINGTON = "Darlington"
|
37
|
+
DERBY = "Derby"
|
38
|
+
DONCASTER = "Doncaster"
|
39
|
+
DOVER_SHEPWAY = "Dover-Shepway"
|
40
|
+
DURHAM = "Durham"
|
41
|
+
EAST_CHESHIRE = "East Cheshire"
|
42
|
+
EAST_LANCS = "East Lancs"
|
43
|
+
EAST_THAMES_VALLEY = "East Thames Valley"
|
44
|
+
EASTBOURNE = "Eastbourne"
|
45
|
+
EASTERN_STAFFORDSHIRE = "Eastern Staffordshire"
|
46
|
+
EXETER = "Exeter"
|
47
|
+
FYLDE_COAST = "Fylde Coast"
|
48
|
+
GLOUCESTER = "Gloucester"
|
49
|
+
GRANTHAM_NEWARK = "Grantham & Newark"
|
50
|
+
GREATER_LIVERPOOL = "Greater Liverpool"
|
51
|
+
GRIMSBY = "Grimsby"
|
52
|
+
GUILDFORD = "Guildford"
|
53
|
+
HALIFAX = "Halifax"
|
54
|
+
HARLOW_STORTFORD = "Harlow & Stortford"
|
55
|
+
HARROGATE = "Harrogate"
|
56
|
+
HEREFORDSHIRE = "Herefordshire"
|
57
|
+
HIGH_WEALD = "High Weald"
|
58
|
+
HULL_EAST_RIDING = "Hull & East Riding"
|
59
|
+
HUNTINGDON = "Huntingdon"
|
60
|
+
INNER_EAST_LONDON = "Inner East London"
|
61
|
+
INNER_NORTH_LONDON = "Inner North London"
|
62
|
+
INNER_SOUTH_EAST_LONDON = "Inner South East London"
|
63
|
+
INNER_SOUTH_WEST_LONDON = "Inner South West London"
|
64
|
+
INNER_WEST_LONDON = "Inner West London"
|
65
|
+
IPSWICH = "Ipswich"
|
66
|
+
ISLE_OF_WIGHT = "Isle of Wight"
|
67
|
+
KENDAL = "Kendal"
|
68
|
+
KERNOW_WEST = "Kernow West"
|
69
|
+
KINGS_LYNN = "Kings Lynn"
|
70
|
+
KIRKLEES = "Kirklees"
|
71
|
+
LANCASTER = "Lancaster"
|
72
|
+
LEEDS = "Leeds"
|
73
|
+
LEICESTER = "Leicester"
|
74
|
+
LINCOLN = "Lincoln"
|
75
|
+
LINCOLNSHIRE_FENS = "Lincolnshire Fens"
|
76
|
+
LOWESTOFT_GREAT_YARMOUTH = "Lowestoft & Great Yarmouth"
|
77
|
+
LUTON = "Luton"
|
78
|
+
MAIDSTONE = "Maidstone"
|
79
|
+
MEDWAY_SWALE = "Medway & Swale"
|
80
|
+
MENDIP = "Mendip"
|
81
|
+
MID_EAST_DEVON = "Mid & East Devon"
|
82
|
+
MID_WEST_DORSET = "Mid & West Dorset"
|
83
|
+
MID_STAFFS = "Mid Staffs"
|
84
|
+
MILTON_KEYNES = "Milton Keynes"
|
85
|
+
NEWBURY = "Newbury"
|
86
|
+
NORTH_CHESHIRE = "North Cheshire"
|
87
|
+
NORTH_CORNWALL_DEVON_BORDERS = "North Cornwall & Devon Borders"
|
88
|
+
NORTH_CUMBRIA = "North Cumbria"
|
89
|
+
NORTH_DEVON = "North Devon"
|
90
|
+
NORTH_NOTTINGHAM = "North Nottingham"
|
91
|
+
NORTH_WEST_KENT = "North West Kent"
|
92
|
+
NORTH_WEST_LONDON = "North West London"
|
93
|
+
NORTHAMPTON = "Northampton"
|
94
|
+
NORTHANTS_CENTRAL = "Northants Central"
|
95
|
+
NORTHUMBERLAND = "Northumberland"
|
96
|
+
NOTTINGHAM = "Nottingham"
|
97
|
+
OLDHAM_ROCHDALE = "Oldham & Rochdale"
|
98
|
+
OUTER_EAST_LONDON = "Outer East London"
|
99
|
+
OUTER_NORTH_EAST_LONDON = "Outer North East London"
|
100
|
+
OUTER_NORTH_LONDON = "Outer North London"
|
101
|
+
OUTER_SOUTH_EAST_LONDON = "Outer South East London"
|
102
|
+
OUTER_SOUTH_LONDON = "Outer South London"
|
103
|
+
OUTER_SOUTH_WEST_LONDON = "Outer South West London"
|
104
|
+
OUTER_WEST_LONDON = "Outer West London"
|
105
|
+
OXFORD = "Oxford"
|
106
|
+
PEAKS_DALES = "Peaks & Dales"
|
107
|
+
PETERBOROUGH = "Peterborough"
|
108
|
+
PLYMOUTH = "Plymouth"
|
109
|
+
PORTSMOUTH = "Portsmouth"
|
110
|
+
READING = "Reading"
|
111
|
+
RICHMOND_HAMBLETON = "Richmond & Hambleton"
|
112
|
+
ROTHERHAM = "Rotherham"
|
113
|
+
RUGBY_EAST = "Rugby & East"
|
114
|
+
SALISBURY = "Salisbury"
|
115
|
+
SCARBOROUGH = "Scarborough"
|
116
|
+
SCUNTHORPE = "Scunthorpe"
|
117
|
+
SHEFFIELD = "Sheffield"
|
118
|
+
SHROPSHIRE = "Shropshire"
|
119
|
+
SOLIHULL = "Solihull"
|
120
|
+
SOUTH_CHESHIRE = "South Cheshire"
|
121
|
+
SOUTH_DEVON = "South Devon"
|
122
|
+
SOUTH_EAST_HERTS = "South East Herts"
|
123
|
+
SOUTH_WEST_ESSEX = "South West Essex"
|
124
|
+
SOUTH_WEST_HERTS = "South West Herts"
|
125
|
+
SOUTHAMPTON = "Southampton"
|
126
|
+
SOUTHEND = "Southend"
|
127
|
+
SOUTHERN_GREATER_MANCHESTER = "Southern Greater Manchester"
|
128
|
+
SOUTHPORT = "Southport"
|
129
|
+
ST_HELENS = "St Helens"
|
130
|
+
STAFFORDSHIRE_NORTH = "Staffordshire North"
|
131
|
+
STEVENAGE_NORTH_HERTS = "Stevenage & North Herts"
|
132
|
+
SUNDERLAND = "Sunderland"
|
133
|
+
SUSSEX_EAST = "Sussex East"
|
134
|
+
SWINDON = "Swindon"
|
135
|
+
TAMESIDE_GLOSSOP = "Tameside & Glossop"
|
136
|
+
TAUNTON_WEST_SOMERSET = "Taunton & West Somerset"
|
137
|
+
TEESSIDE = "Teesside"
|
138
|
+
THANET = "Thanet"
|
139
|
+
TYNESIDE = "Tyneside"
|
140
|
+
WAKEFIELD = "Wakefield"
|
141
|
+
WALTON = "Walton"
|
142
|
+
WARWICKSHIRE_SOUTH = "Warwickshire South"
|
143
|
+
WEST_CHESHIRE = "West Cheshire"
|
144
|
+
WEST_CUMBRIA = "West Cumbria"
|
145
|
+
WEST_PENNINE = "West Pennine"
|
146
|
+
WEST_WILTSHIRE = "West Wiltshire"
|
147
|
+
WESTON_S_MARE = "Weston-S-Mare"
|
148
|
+
WIGAN = "Wigan"
|
149
|
+
WINCHESTER = "Winchester"
|
150
|
+
WIRRAL = "Wirral"
|
151
|
+
WOLDS_AND_COAST = "Wolds and Coast"
|
152
|
+
WORCESTER_NORTH = "Worcester North"
|
153
|
+
WORCESTER_SOUTH = "Worcester South"
|
154
|
+
WORTHING = "Worthing"
|
155
|
+
YEOVIL = "Yeovil"
|
156
|
+
YORK = "York"
|
157
|
+
# Northern Ireland
|
158
|
+
BELFAST = "Belfast"
|
159
|
+
LOUGH_NEAGH_LOWER = "Lough Neagh Lower"
|
160
|
+
LOUGH_NEAGH_UPPER = "Lough Neagh Upper"
|
161
|
+
NORTH_NI = "North (NI)"
|
162
|
+
NORTH_WEST_NI = "North West (NI)"
|
163
|
+
SOUTH_NI = "South (NI)"
|
164
|
+
SOUTH_EAST_NI = "South East (NI)"
|
165
|
+
SOUTH_WEST_NI = "South West (NI)"
|
166
|
+
# Scotland
|
167
|
+
ABERDEEN_AND_SHIRE = "Aberdeen and Shire"
|
168
|
+
ARGYLL_AND_BUTE = "Argyll and Bute"
|
169
|
+
AYRSHIRES = "Ayrshires"
|
170
|
+
DUMFRIES_AND_GALLOWAY = "Dumfries and Galloway"
|
171
|
+
DUNDEE_AND_ANGUS = "Dundee and Angus"
|
172
|
+
EAST_DUNBARTONSHIRE = "East Dunbartonshire"
|
173
|
+
FIFE = "Fife"
|
174
|
+
FORTH_VALLEY = "Forth Valley"
|
175
|
+
GREATER_GLASGOW = "Greater Glasgow"
|
176
|
+
HIGHLAND_AND_ISLANDS = "Highland and Islands"
|
177
|
+
LOTHIAN = "Lothian"
|
178
|
+
NORTH_LANARKSHIRE = "North Lanarkshire"
|
179
|
+
PERTH_AND_KINROSS = "Perth and Kinross"
|
180
|
+
RENFREWSHIRE_AND_INVERCLYDE = "Renfrewshire and Inverclyde"
|
181
|
+
SCOTTISH_BORDERS = "Scottish Borders"
|
182
|
+
SOUTH_LANARKSHIRE = "South Lanarkshire"
|
183
|
+
WEST_DUNBARTONSHIRE = "West Dunbartonshire"
|
184
|
+
WEST_LOTHIAN = "West Lothian"
|
185
|
+
# Wales
|
186
|
+
BLAENAU_GWENT = "Blaenau Gwent"
|
187
|
+
BRECON_AND_RADNOR = "Brecon and Radnor"
|
188
|
+
BRIDGEND = "Bridgend"
|
189
|
+
CAERPHILLY = "Caerphilly"
|
190
|
+
CARDIFF = "Cardiff"
|
191
|
+
CARMARTHENSHIRE = "Carmarthenshire"
|
192
|
+
CEREDIGION = "Ceredigion"
|
193
|
+
FLINTSHIRE = "Flintshire"
|
194
|
+
MERTHYR_CYNON = "Merthyr Cynon"
|
195
|
+
MONMOUTHSHIRE = "Monmouthshire"
|
196
|
+
NEATH_PORT_TALBOT = "Neath Port Talbot"
|
197
|
+
NEWPORT = "Newport"
|
198
|
+
NORTH_CLWYD = "North Clwyd"
|
199
|
+
NORTH_POWYS = "North Powys"
|
200
|
+
NORTH_WEST_WALES = "North West Wales"
|
201
|
+
PEMBROKESHIRE = "Pembrokeshire"
|
202
|
+
SOUTH_GWYNEDD = "South Gwynedd"
|
203
|
+
SWANSEA = "Swansea"
|
204
|
+
TAFF_RHONDDA = "Taff Rhondda"
|
205
|
+
TORFAEN = "Torfaen"
|
206
|
+
VALE_OF_GLAMORGAN = "Vale of Glamorgan"
|
207
|
+
WREXHAM = "Wrexham"
|
208
|
+
|
209
|
+
|
210
|
+
class LocalAuthority(Enum):
|
211
|
+
ABERDEEN_CITY = "Aberdeen City"
|
212
|
+
ABERDEENSHIRE = "Aberdeenshire"
|
213
|
+
ADUR = "Adur"
|
214
|
+
ALLERDALE = "Allerdale"
|
215
|
+
AMBER_VALLEY = "Amber Valley"
|
216
|
+
ANGUS = "Angus"
|
217
|
+
ANTRIM_AND_NEWTOWNABBEY = "Antrim and Newtownabbey"
|
218
|
+
ARDS_AND_NORTH_DOWN = "Ards and North Down"
|
219
|
+
ARGYLL_AND_BUTE = "Argyll and Bute"
|
220
|
+
ARMAGH_CITY_BANBRIDGE_AND_CRAIGAVON = (
|
221
|
+
"Armagh City, Banbridge and Craigavon"
|
222
|
+
)
|
223
|
+
ARUN = "Arun"
|
224
|
+
ASHFIELD = "Ashfield"
|
225
|
+
ASHFORD = "Ashford"
|
226
|
+
BABERGH = "Babergh"
|
227
|
+
BARKING_AND_DAGENHAM = "Barking and Dagenham"
|
228
|
+
BARNET = "Barnet"
|
229
|
+
BARNSLEY = "Barnsley"
|
230
|
+
BARROW_IN_FURNESS = "Barrow-in-Furness"
|
231
|
+
BASILDON = "Basildon"
|
232
|
+
BASINGSTOKE_AND_DEANE = "Basingstoke and Deane"
|
233
|
+
BASSETLAW = "Bassetlaw"
|
234
|
+
BATH_AND_NORTH_EAST_SOMERSET = "Bath and North East Somerset"
|
235
|
+
BEDFORD = "Bedford"
|
236
|
+
BELFAST = "Belfast"
|
237
|
+
BEXLEY = "Bexley"
|
238
|
+
BIRMINGHAM = "Birmingham"
|
239
|
+
BLABY = "Blaby"
|
240
|
+
BLACKBURN_WITH_DARWEN = "Blackburn with Darwen"
|
241
|
+
BLACKPOOL = "Blackpool"
|
242
|
+
BLAENAU_GWENT = "Blaenau Gwent"
|
243
|
+
BOLSOVER = "Bolsover"
|
244
|
+
BOLTON = "Bolton"
|
245
|
+
BOSTON = "Boston"
|
246
|
+
BOURNEMOUTH_CHRISTCHURCH_AND_POOLE = "Bournemouth, Christchurch and Poole"
|
247
|
+
BRACKNELL_FOREST = "Bracknell Forest"
|
248
|
+
BRADFORD = "Bradford"
|
249
|
+
BRAINTREE = "Braintree"
|
250
|
+
BRECKLAND = "Breckland"
|
251
|
+
BRENT = "Brent"
|
252
|
+
BRENTWOOD = "Brentwood"
|
253
|
+
BRIDGEND = "Bridgend"
|
254
|
+
BRIGHTON_AND_HOVE = "Brighton and Hove"
|
255
|
+
BRISTOL_CITY_OF = "Bristol, City of"
|
256
|
+
BROADLAND = "Broadland"
|
257
|
+
BROMLEY = "Bromley"
|
258
|
+
BROMSGROVE = "Bromsgrove"
|
259
|
+
BROXBOURNE = "Broxbourne"
|
260
|
+
BROXTOWE = "Broxtowe"
|
261
|
+
BUCKINGHAMSHIRE = "Buckinghamshire"
|
262
|
+
BURNLEY = "Burnley"
|
263
|
+
BURY = "Bury"
|
264
|
+
CAERPHILLY = "Caerphilly"
|
265
|
+
CALDERDALE = "Calderdale"
|
266
|
+
CAMBRIDGE = "Cambridge"
|
267
|
+
CAMDEN = "Camden"
|
268
|
+
CANNOCK_CHASE = "Cannock Chase"
|
269
|
+
CANTERBURY = "Canterbury"
|
270
|
+
CARDIFF = "Cardiff"
|
271
|
+
CARLISLE = "Carlisle"
|
272
|
+
CARMARTHENSHIRE = "Carmarthenshire"
|
273
|
+
CASTLE_POINT = "Castle Point"
|
274
|
+
CAUSEWAY_COAST_AND_GLENS = "Causeway Coast and Glens"
|
275
|
+
CENTRAL_BEDFORDSHIRE = "Central Bedfordshire"
|
276
|
+
CEREDIGION = "Ceredigion"
|
277
|
+
CHARNWOOD = "Charnwood"
|
278
|
+
CHELMSFORD = "Chelmsford"
|
279
|
+
CHELTENHAM = "Cheltenham"
|
280
|
+
CHERWELL = "Cherwell"
|
281
|
+
CHESHIRE_EAST = "Cheshire East"
|
282
|
+
CHESHIRE_WEST_AND_CHESTER = "Cheshire West and Chester"
|
283
|
+
CHESTERFIELD = "Chesterfield"
|
284
|
+
CHICHESTER = "Chichester"
|
285
|
+
CHORLEY = "Chorley"
|
286
|
+
CITY_OF_EDINBURGH = "City of Edinburgh"
|
287
|
+
CITY_OF_LONDON = "City of London"
|
288
|
+
CLACKMANNANSHIRE = "Clackmannanshire"
|
289
|
+
COLCHESTER = "Colchester"
|
290
|
+
CONWY = "Conwy"
|
291
|
+
COPELAND = "Copeland"
|
292
|
+
CORBY = "Corby"
|
293
|
+
CORNWALL = "Cornwall"
|
294
|
+
COTSWOLD = "Cotswold"
|
295
|
+
COUNTY_DURHAM = "County Durham"
|
296
|
+
COVENTRY = "Coventry"
|
297
|
+
CRAVEN = "Craven"
|
298
|
+
CRAWLEY = "Crawley"
|
299
|
+
CROYDON = "Croydon"
|
300
|
+
DACORUM = "Dacorum"
|
301
|
+
DARLINGTON = "Darlington"
|
302
|
+
DARTFORD = "Dartford"
|
303
|
+
DAVENTRY = "Daventry"
|
304
|
+
DENBIGHSHIRE = "Denbighshire"
|
305
|
+
DERBY = "Derby"
|
306
|
+
DERBYSHIRE_DALES = "Derbyshire Dales"
|
307
|
+
DERRY_CITY_AND_STRABANE = "Derry City and Strabane"
|
308
|
+
DONCASTER = "Doncaster"
|
309
|
+
DORSET = "Dorset"
|
310
|
+
DOVER = "Dover"
|
311
|
+
DUDLEY = "Dudley"
|
312
|
+
DUMFRIES_AND_GALLOWAY = "Dumfries and Galloway"
|
313
|
+
DUNDEE_CITY = "Dundee City"
|
314
|
+
EALING = "Ealing"
|
315
|
+
EAST_AYRSHIRE = "East Ayrshire"
|
316
|
+
EAST_CAMBRIDGESHIRE = "East Cambridgeshire"
|
317
|
+
EAST_DEVON = "East Devon"
|
318
|
+
EAST_DUNBARTONSHIRE = "East Dunbartonshire"
|
319
|
+
EAST_HAMPSHIRE = "East Hampshire"
|
320
|
+
EAST_HERTFORDSHIRE = "East Hertfordshire"
|
321
|
+
EAST_LINDSEY = "East Lindsey"
|
322
|
+
EAST_LOTHIAN = "East Lothian"
|
323
|
+
EAST_NORTHAMPTONSHIRE = "East Northamptonshire"
|
324
|
+
EAST_RENFREWSHIRE = "East Renfrewshire"
|
325
|
+
EAST_RIDING_OF_YORKSHIRE = "East Riding of Yorkshire"
|
326
|
+
EAST_STAFFORDSHIRE = "East Staffordshire"
|
327
|
+
EAST_SUFFOLK = "East Suffolk"
|
328
|
+
EASTBOURNE = "Eastbourne"
|
329
|
+
EASTLEIGH = "Eastleigh"
|
330
|
+
EDEN = "Eden"
|
331
|
+
ELMBRIDGE = "Elmbridge"
|
332
|
+
ENFIELD = "Enfield"
|
333
|
+
EPPING_FOREST = "Epping Forest"
|
334
|
+
EPSOM_AND_EWELL = "Epsom and Ewell"
|
335
|
+
EREWASH = "Erewash"
|
336
|
+
EXETER = "Exeter"
|
337
|
+
FALKIRK = "Falkirk"
|
338
|
+
FAREHAM = "Fareham"
|
339
|
+
FENLAND = "Fenland"
|
340
|
+
FERMANAGH_AND_OMAGH = "Fermanagh and Omagh"
|
341
|
+
FIFE = "Fife"
|
342
|
+
FLINTSHIRE = "Flintshire"
|
343
|
+
FOLKESTONE_AND_HYTHE = "Folkestone and Hythe"
|
344
|
+
FOREST_OF_DEAN = "Forest of Dean"
|
345
|
+
FYLDE = "Fylde"
|
346
|
+
GATESHEAD = "Gateshead"
|
347
|
+
GEDLING = "Gedling"
|
348
|
+
GLASGOW_CITY = "Glasgow City"
|
349
|
+
GLOUCESTER = "Gloucester"
|
350
|
+
GOSPORT = "Gosport"
|
351
|
+
GRAVESHAM = "Gravesham"
|
352
|
+
GREAT_YARMOUTH = "Great Yarmouth"
|
353
|
+
GREENWICH = "Greenwich"
|
354
|
+
GUILDFORD = "Guildford"
|
355
|
+
GWYNEDD = "Gwynedd"
|
356
|
+
HACKNEY = "Hackney"
|
357
|
+
HALTON = "Halton"
|
358
|
+
HAMBLETON = "Hambleton"
|
359
|
+
HAMMERSMITH_AND_FULHAM = "Hammersmith and Fulham"
|
360
|
+
HARBOROUGH = "Harborough"
|
361
|
+
HARINGEY = "Haringey"
|
362
|
+
HARLOW = "Harlow"
|
363
|
+
HARROGATE = "Harrogate"
|
364
|
+
HARROW = "Harrow"
|
365
|
+
HART = "Hart"
|
366
|
+
HARTLEPOOL = "Hartlepool"
|
367
|
+
HASTINGS = "Hastings"
|
368
|
+
HAVANT = "Havant"
|
369
|
+
HAVERING = "Havering"
|
370
|
+
HEREFORDSHIRE_COUNTY_OF = "Herefordshire, County of"
|
371
|
+
HERTSMERE = "Hertsmere"
|
372
|
+
HIGH_PEAK = "High Peak"
|
373
|
+
HIGHLAND = "Highland"
|
374
|
+
HILLINGDON = "Hillingdon"
|
375
|
+
HINCKLEY_AND_BOSWORTH = "Hinckley and Bosworth"
|
376
|
+
HORSHAM = "Horsham"
|
377
|
+
HOUNSLOW = "Hounslow"
|
378
|
+
HUNTINGDONSHIRE = "Huntingdonshire"
|
379
|
+
HYNDBURN = "Hyndburn"
|
380
|
+
INVERCLYDE = "Inverclyde"
|
381
|
+
IPSWICH = "Ipswich"
|
382
|
+
ISLE_OF_ANGLESEY = "Isle of Anglesey"
|
383
|
+
ISLE_OF_WIGHT = "Isle of Wight"
|
384
|
+
ISLES_OF_SCILLY = "Isles of Scilly"
|
385
|
+
ISLINGTON = "Islington"
|
386
|
+
KENSINGTON_AND_CHELSEA = "Kensington and Chelsea"
|
387
|
+
KETTERING = "Kettering"
|
388
|
+
KINGS_LYNN_AND_WEST_NORFOLK = "King's Lynn and West Norfolk"
|
389
|
+
KINGSTON_UPON_HULL_CITY_OF = "Kingston upon Hull, City of"
|
390
|
+
KINGSTON_UPON_THAMES = "Kingston upon Thames"
|
391
|
+
KIRKLEES = "Kirklees"
|
392
|
+
KNOWSLEY = "Knowsley"
|
393
|
+
LAMBETH = "Lambeth"
|
394
|
+
LANCASTER = "Lancaster"
|
395
|
+
LEEDS = "Leeds"
|
396
|
+
LEICESTER = "Leicester"
|
397
|
+
LEWES = "Lewes"
|
398
|
+
LEWISHAM = "Lewisham"
|
399
|
+
LICHFIELD = "Lichfield"
|
400
|
+
LINCOLN = "Lincoln"
|
401
|
+
LISBURN_AND_CASTLEREAGH = "Lisburn and Castlereagh"
|
402
|
+
LIVERPOOL = "Liverpool"
|
403
|
+
LUTON = "Luton"
|
404
|
+
MAIDSTONE = "Maidstone"
|
405
|
+
MALDON = "Maldon"
|
406
|
+
MALVERN_HILLS = "Malvern Hills"
|
407
|
+
MANCHESTER = "Manchester"
|
408
|
+
MANSFIELD = "Mansfield"
|
409
|
+
MEDWAY = "Medway"
|
410
|
+
MELTON = "Melton"
|
411
|
+
MENDIP = "Mendip"
|
412
|
+
MERTHYR_TYDFIL = "Merthyr Tydfil"
|
413
|
+
MERTON = "Merton"
|
414
|
+
MID_DEVON = "Mid Devon"
|
415
|
+
MID_SUFFOLK = "Mid Suffolk"
|
416
|
+
MID_SUSSEX = "Mid Sussex"
|
417
|
+
MID_ULSTER = "Mid Ulster"
|
418
|
+
MID_AND_EAST_ANTRIM = "Mid and East Antrim"
|
419
|
+
MIDDLESBROUGH = "Middlesbrough"
|
420
|
+
MIDLOTHIAN = "Midlothian"
|
421
|
+
MILTON_KEYNES = "Milton Keynes"
|
422
|
+
MOLE_VALLEY = "Mole Valley"
|
423
|
+
MONMOUTHSHIRE = "Monmouthshire"
|
424
|
+
MORAY = "Moray"
|
425
|
+
NA_H_EILEANAN_SIAR = "Na h-Eileanan Siar"
|
426
|
+
NEATH_PORT_TALBOT = "Neath Port Talbot"
|
427
|
+
NEW_FOREST = "New Forest"
|
428
|
+
NEWARK_AND_SHERWOOD = "Newark and Sherwood"
|
429
|
+
NEWCASTLE_UPON_TYNE = "Newcastle upon Tyne"
|
430
|
+
NEWCASTLE_UNDER_LYME = "Newcastle-under-Lyme"
|
431
|
+
NEWHAM = "Newham"
|
432
|
+
NEWPORT = "Newport"
|
433
|
+
NEWRY_MOURNE_AND_DOWN = "Newry, Mourne and Down"
|
434
|
+
NORTH_AYRSHIRE = "North Ayrshire"
|
435
|
+
NORTH_DEVON = "North Devon"
|
436
|
+
NORTH_EAST_DERBYSHIRE = "North East Derbyshire"
|
437
|
+
NORTH_EAST_LINCOLNSHIRE = "North East Lincolnshire"
|
438
|
+
NORTH_HERTFORDSHIRE = "North Hertfordshire"
|
439
|
+
NORTH_KESTEVEN = "North Kesteven"
|
440
|
+
NORTH_LANARKSHIRE = "North Lanarkshire"
|
441
|
+
NORTH_LINCOLNSHIRE = "North Lincolnshire"
|
442
|
+
NORTH_NORFOLK = "North Norfolk"
|
443
|
+
NORTH_SOMERSET = "North Somerset"
|
444
|
+
NORTH_TYNESIDE = "North Tyneside"
|
445
|
+
NORTH_WARWICKSHIRE = "North Warwickshire"
|
446
|
+
NORTH_WEST_LEICESTERSHIRE = "North West Leicestershire"
|
447
|
+
NORTHAMPTON = "Northampton"
|
448
|
+
NORTHUMBERLAND = "Northumberland"
|
449
|
+
NORWICH = "Norwich"
|
450
|
+
NOTTINGHAM = "Nottingham"
|
451
|
+
NUNEATON_AND_BEDWORTH = "Nuneaton and Bedworth"
|
452
|
+
OADBY_AND_WIGSTON = "Oadby and Wigston"
|
453
|
+
OLDHAM = "Oldham"
|
454
|
+
ORKNEY_ISLANDS = "Orkney Islands"
|
455
|
+
OXFORD = "Oxford"
|
456
|
+
PEMBROKESHIRE = "Pembrokeshire"
|
457
|
+
PENDLE = "Pendle"
|
458
|
+
PERTH_AND_KINROSS = "Perth and Kinross"
|
459
|
+
PETERBOROUGH = "Peterborough"
|
460
|
+
PLYMOUTH = "Plymouth"
|
461
|
+
PORTSMOUTH = "Portsmouth"
|
462
|
+
POWYS = "Powys"
|
463
|
+
PRESTON = "Preston"
|
464
|
+
READING = "Reading"
|
465
|
+
REDBRIDGE = "Redbridge"
|
466
|
+
REDCAR_AND_CLEVELAND = "Redcar and Cleveland"
|
467
|
+
REDDITCH = "Redditch"
|
468
|
+
REIGATE_AND_BANSTEAD = "Reigate and Banstead"
|
469
|
+
RENFREWSHIRE = "Renfrewshire"
|
470
|
+
RHONDDA_CYNON_TAF = "Rhondda Cynon Taf"
|
471
|
+
RIBBLE_VALLEY = "Ribble Valley"
|
472
|
+
RICHMOND_UPON_THAMES = "Richmond upon Thames"
|
473
|
+
RICHMONDSHIRE = "Richmondshire"
|
474
|
+
ROCHDALE = "Rochdale"
|
475
|
+
ROCHFORD = "Rochford"
|
476
|
+
ROSSENDALE = "Rossendale"
|
477
|
+
ROTHER = "Rother"
|
478
|
+
ROTHERHAM = "Rotherham"
|
479
|
+
RUGBY = "Rugby"
|
480
|
+
RUNNYMEDE = "Runnymede"
|
481
|
+
RUSHCLIFFE = "Rushcliffe"
|
482
|
+
RUSHMOOR = "Rushmoor"
|
483
|
+
RUTLAND = "Rutland"
|
484
|
+
RYEDALE = "Ryedale"
|
485
|
+
SALFORD = "Salford"
|
486
|
+
SANDWELL = "Sandwell"
|
487
|
+
SCARBOROUGH = "Scarborough"
|
488
|
+
SCOTTISH_BORDERS = "Scottish Borders"
|
489
|
+
SEDGEMOOR = "Sedgemoor"
|
490
|
+
SEFTON = "Sefton"
|
491
|
+
SELBY = "Selby"
|
492
|
+
SEVENOAKS = "Sevenoaks"
|
493
|
+
SHEFFIELD = "Sheffield"
|
494
|
+
SHETLAND_ISLANDS = "Shetland Islands"
|
495
|
+
SHROPSHIRE = "Shropshire"
|
496
|
+
SLOUGH = "Slough"
|
497
|
+
SOLIHULL = "Solihull"
|
498
|
+
SOMERSET_WEST_AND_TAUNTON = "Somerset West and Taunton"
|
499
|
+
SOUTH_AYRSHIRE = "South Ayrshire"
|
500
|
+
SOUTH_CAMBRIDGESHIRE = "South Cambridgeshire"
|
501
|
+
SOUTH_DERBYSHIRE = "South Derbyshire"
|
502
|
+
SOUTH_GLOUCESTERSHIRE = "South Gloucestershire"
|
503
|
+
SOUTH_HAMS = "South Hams"
|
504
|
+
SOUTH_HOLLAND = "South Holland"
|
505
|
+
SOUTH_KESTEVEN = "South Kesteven"
|
506
|
+
SOUTH_LAKELAND = "South Lakeland"
|
507
|
+
SOUTH_LANARKSHIRE = "South Lanarkshire"
|
508
|
+
SOUTH_NORFOLK = "South Norfolk"
|
509
|
+
SOUTH_NORTHAMPTONSHIRE = "South Northamptonshire"
|
510
|
+
SOUTH_OXFORDSHIRE = "South Oxfordshire"
|
511
|
+
SOUTH_RIBBLE = "South Ribble"
|
512
|
+
SOUTH_SOMERSET = "South Somerset"
|
513
|
+
SOUTH_STAFFORDSHIRE = "South Staffordshire"
|
514
|
+
SOUTH_TYNESIDE = "South Tyneside"
|
515
|
+
SOUTHAMPTON = "Southampton"
|
516
|
+
SOUTHEND_ON_SEA = "Southend-on-Sea"
|
517
|
+
SOUTHWARK = "Southwark"
|
518
|
+
SPELTHORNE = "Spelthorne"
|
519
|
+
ST_ALBANS = "St Albans"
|
520
|
+
ST_HELENS = "St. Helens"
|
521
|
+
STAFFORD = "Stafford"
|
522
|
+
STAFFORDSHIRE_MOORLANDS = "Staffordshire Moorlands"
|
523
|
+
STEVENAGE = "Stevenage"
|
524
|
+
STIRLING = "Stirling"
|
525
|
+
STOCKPORT = "Stockport"
|
526
|
+
STOCKTON_ON_TEES = "Stockton-on-Tees"
|
527
|
+
STOKE_ON_TRENT = "Stoke-on-Trent"
|
528
|
+
STRATFORD_ON_AVON = "Stratford-on-Avon"
|
529
|
+
STROUD = "Stroud"
|
530
|
+
SUNDERLAND = "Sunderland"
|
531
|
+
SURREY_HEATH = "Surrey Heath"
|
532
|
+
SUTTON = "Sutton"
|
533
|
+
SWALE = "Swale"
|
534
|
+
SWANSEA = "Swansea"
|
535
|
+
SWINDON = "Swindon"
|
536
|
+
TAMESIDE = "Tameside"
|
537
|
+
TAMWORTH = "Tamworth"
|
538
|
+
TANDRIDGE = "Tandridge"
|
539
|
+
TEIGNBRIDGE = "Teignbridge"
|
540
|
+
TELFORD_AND_WREKIN = "Telford and Wrekin"
|
541
|
+
TENDRING = "Tendring"
|
542
|
+
TEST_VALLEY = "Test Valley"
|
543
|
+
TEWKESBURY = "Tewkesbury"
|
544
|
+
THANET = "Thanet"
|
545
|
+
THREE_RIVERS = "Three Rivers"
|
546
|
+
THURROCK = "Thurrock"
|
547
|
+
TONBRIDGE_AND_MALLING = "Tonbridge and Malling"
|
548
|
+
TORBAY = "Torbay"
|
549
|
+
TORFAEN = "Torfaen"
|
550
|
+
TORRIDGE = "Torridge"
|
551
|
+
TOWER_HAMLETS = "Tower Hamlets"
|
552
|
+
TRAFFORD = "Trafford"
|
553
|
+
TUNBRIDGE_WELLS = "Tunbridge Wells"
|
554
|
+
UTTLESFORD = "Uttlesford"
|
555
|
+
VALE_OF_GLAMORGAN = "Vale of Glamorgan"
|
556
|
+
VALE_OF_WHITE_HORSE = "Vale of White Horse"
|
557
|
+
WAKEFIELD = "Wakefield"
|
558
|
+
WALSALL = "Walsall"
|
559
|
+
WALTHAM_FOREST = "Waltham Forest"
|
560
|
+
WANDSWORTH = "Wandsworth"
|
561
|
+
WARRINGTON = "Warrington"
|
562
|
+
WARWICK = "Warwick"
|
563
|
+
WATFORD = "Watford"
|
564
|
+
WAVERLEY = "Waverley"
|
565
|
+
WEALDEN = "Wealden"
|
566
|
+
WELLINGBOROUGH = "Wellingborough"
|
567
|
+
WELWYN_HATFIELD = "Welwyn Hatfield"
|
568
|
+
WEST_BERKSHIRE = "West Berkshire"
|
569
|
+
WEST_DEVON = "West Devon"
|
570
|
+
WEST_DUNBARTONSHIRE = "West Dunbartonshire"
|
571
|
+
WEST_LANCASHIRE = "West Lancashire"
|
572
|
+
WEST_LINDSEY = "West Lindsey"
|
573
|
+
WEST_LOTHIAN = "West Lothian"
|
574
|
+
WEST_OXFORDSHIRE = "West Oxfordshire"
|
575
|
+
WEST_SUFFOLK = "West Suffolk"
|
576
|
+
WESTMINSTER = "Westminster"
|
577
|
+
WIGAN = "Wigan"
|
578
|
+
WILTSHIRE = "Wiltshire"
|
579
|
+
WINCHESTER = "Winchester"
|
580
|
+
WINDSOR_AND_MAIDENHEAD = "Windsor and Maidenhead"
|
581
|
+
WIRRAL = "Wirral"
|
582
|
+
WOKING = "Woking"
|
583
|
+
WOKINGHAM = "Wokingham"
|
584
|
+
WOLVERHAMPTON = "Wolverhampton"
|
585
|
+
WORCESTER = "Worcester"
|
586
|
+
WORTHING = "Worthing"
|
587
|
+
WREXHAM = "Wrexham"
|
588
|
+
WYCHAVON = "Wychavon"
|
589
|
+
WYRE = "Wyre"
|
590
|
+
WYRE_FOREST = "Wyre Forest"
|
591
|
+
YORK = "York"
|
592
|
+
|
593
|
+
|
594
|
+
class local_authority(Variable):
|
595
|
+
value_type = Enum
|
596
|
+
possible_values = LocalAuthority
|
597
|
+
default_value = LocalAuthority.MAIDSTONE
|
598
|
+
entity = Household
|
599
|
+
label = "Local Authority"
|
600
|
+
documentation = "The local authority for this household (this is often the same as your Broad Rental Market Area, but may differ)."
|
601
|
+
definition_period = YEAR
|
@@ -0,0 +1,26 @@
|
|
1
|
+
from policyengine_uk.model_api import *
|
2
|
+
import pandas as pd
|
3
|
+
|
4
|
+
|
5
|
+
class MaritalStatus(Enum):
|
6
|
+
SINGLE = "Single"
|
7
|
+
MARRIED = "Married"
|
8
|
+
SEPARATED = "Separated"
|
9
|
+
DIVORCED = "Divorced"
|
10
|
+
WIDOWED = "Widowed"
|
11
|
+
|
12
|
+
|
13
|
+
class marital_status(Variable):
|
14
|
+
value_type = Enum
|
15
|
+
possible_values = MaritalStatus
|
16
|
+
default_value = MaritalStatus.SINGLE
|
17
|
+
entity = Person
|
18
|
+
label = "Marital status"
|
19
|
+
definition_period = YEAR
|
20
|
+
|
21
|
+
def formula(person, period, parameters):
|
22
|
+
return where(
|
23
|
+
person.benunit("is_married", period),
|
24
|
+
MaritalStatus.MARRIED,
|
25
|
+
MaritalStatus.SINGLE,
|
26
|
+
)
|
@@ -0,0 +1,11 @@
|
|
1
|
+
from policyengine_uk.model_api import *
|
2
|
+
|
3
|
+
|
4
|
+
class num_adults(Variable):
|
5
|
+
value_type = int
|
6
|
+
entity = BenUnit
|
7
|
+
label = "The number of adults in the family"
|
8
|
+
definition_period = YEAR
|
9
|
+
|
10
|
+
def formula(benunit, period, parameters):
|
11
|
+
return benunit.sum(benunit.members("is_adult", period))
|
@@ -0,0 +1,9 @@
|
|
1
|
+
from policyengine_uk.model_api import *
|
2
|
+
from policyengine_uk.variables.household.demographic.geography import Region
|
3
|
+
|
4
|
+
|
5
|
+
class num_bedrooms(Variable):
|
6
|
+
value_type = int
|
7
|
+
entity = Household
|
8
|
+
label = "The number of bedrooms in the house"
|
9
|
+
definition_period = YEAR
|
@@ -0,0 +1,11 @@
|
|
1
|
+
from policyengine_uk.model_api import *
|
2
|
+
|
3
|
+
|
4
|
+
class num_carers(Variable):
|
5
|
+
value_type = int
|
6
|
+
entity = BenUnit
|
7
|
+
label = "Number of carers in the family"
|
8
|
+
definition_period = YEAR
|
9
|
+
|
10
|
+
def formula(benunit, period, parameters):
|
11
|
+
return add(benunit, period, ["is_carer_for_benefits"])
|
@@ -0,0 +1,11 @@
|
|
1
|
+
from policyengine_uk.model_api import *
|
2
|
+
|
3
|
+
|
4
|
+
class num_children(Variable):
|
5
|
+
value_type = int
|
6
|
+
entity = BenUnit
|
7
|
+
label = "The number of children in the family"
|
8
|
+
definition_period = YEAR
|
9
|
+
|
10
|
+
def formula(benunit, period, parameters):
|
11
|
+
return benunit.sum(benunit.members("is_child", period))
|
@@ -0,0 +1,13 @@
|
|
1
|
+
from policyengine_uk.model_api import *
|
2
|
+
|
3
|
+
|
4
|
+
class num_disabled_adults(Variable):
|
5
|
+
value_type = int
|
6
|
+
entity = BenUnit
|
7
|
+
label = "Number of disabled adults"
|
8
|
+
definition_period = YEAR
|
9
|
+
|
10
|
+
def formula(benunit, period, parameters):
|
11
|
+
adult = benunit.members("is_adult", period)
|
12
|
+
disabled = benunit.members("is_disabled_for_benefits", period)
|
13
|
+
return benunit.sum(adult & disabled)
|