|
| 1 | +# Economic assumptions |
| 2 | + |
| 3 | +We project economic variables using year-over-year growth rates stored in `parameters/gov/economic_assumptions/yoy_growth.yaml`. We generate index values from these rates to update household variables. We source all values from the OBR's Economic and Fiscal Outlook (March 2025) unless we specify otherwise. |
| 4 | + |
| 5 | +## Consumer price index |
| 6 | + |
| 7 | +We use the OBR's CPI projections to drive most benefit and consumption variables. |
| 8 | + |
| 9 | +| Fiscal year | 2022 | 2023 | 2024 | 2025 | 2026 | 2027 | 2028 | 2029 | |
| 10 | +|-------------|------|------|------|------|------|------|------|------| |
| 11 | +| Growth rate | 10.0% | 5.7% | 2.3% | 3.2% | 1.9% | 2.0% | 2.0% | 2.0% | |
| 12 | + |
| 13 | +We apply CPI to these variables: |
| 14 | +- All reported benefits– `attendance_allowance_reported`, `carers_allowance_reported`, `child_benefit_reported`, `child_tax_credit_reported`, `dla_m_reported`, `dla_sc_reported`, `esa_contrib_reported`, `esa_income_reported`, `housing_benefit_reported`, `iidb_reported`, `incapacity_benefit_reported`, `income_support_reported`, `jsa_contrib_reported`, `jsa_income_reported`, `maternity_allowance_reported`, `pension_credit_reported`, `pip_dl_reported`, `pip_m_reported`, `sda_reported`, `state_pension_reported`, `universal_credit_reported`, `winter_fuel_allowance_reported`, `working_tax_credit_reported` |
| 15 | +- All consumption categories– `alcohol_and_tobacco_consumption`, `clothing_and_footwear_consumption`, `communication_consumption`, `domestic_energy_consumption`, `education_consumption`, `food_and_non_alcoholic_beverages_consumption`, `health_consumption`, `household_furnishings_consumption`, `housing_water_and_electricity_consumption`, `miscellaneous_consumption`, `recreation_consumption`, `restaurants_and_hotels_consumption`, `transport_consumption` |
| 16 | +- Other variables– `afcs_reported`, `bsp_reported`, `childcare_expenses`, `diesel_spending`, `free_school_fruit_veg`, `free_school_meals`, `free_school_milk`, `maintenance_expenses`, `petrol_spending`, `statutory_maternity_pay`, `statutory_paternity_pay`, `statutory_sick_pay`, `state_pension` |
| 17 | + |
| 18 | +## Average earnings |
| 19 | + |
| 20 | +We apply the OBR's wage growth forecasts to employment-related variables. |
| 21 | + |
| 22 | +| Fiscal year | 2022 | 2023 | 2024 | 2025 | 2026 | 2027 | 2028 | 2029 | |
| 23 | +|-------------|------|------|------|------|------|------|------|------| |
| 24 | +| Growth rate | 6.4% | 6.9% | 4.7% | 3.7% | 2.2% | 2.1% | 2.3% | 2.5% | |
| 25 | + |
| 26 | +We use average earnings for these variables: `employee_pension_contributions`, `employer_pension_contributions`, `employment_income`, `employment_income_before_lsr`, `personal_pension_contributions`, `student_loan_repayments` |
| 27 | + |
| 28 | +## Per capita GDP |
| 29 | + |
| 30 | +We derive these rates from OBR GDP growth and ONS population projections. |
| 31 | + |
| 32 | +| Fiscal year | 2022 | 2023 | 2024 | 2025 | 2026 | 2027 | 2028 | 2029 | |
| 33 | +|-------------|------|------|------|------|------|------|------|------| |
| 34 | +| Growth rate | 9.2% | 5.0% | 3.8% | 2.8% | 2.8% | 3.1% | 3.3% | 3.3% | |
| 35 | + |
| 36 | +We use per capita GDP for these variables: `capital_gains`, `capital_gains_before_response`, `corporate_wealth`, `dividend_income`, `gross_financial_wealth`, `lump_sum_income`, `main_residence_value`, `maintenance_income`, `miscellaneous_income`, `mortgage_capital_repayment`, `net_financial_wealth`, `non_residential_property_value`, `other_investment_income`, `other_residential_property_value`, `owned_land`, `pension_income`, `private_transfer_income`, `property_income`, `savings`, `savings_interest_income`, `sublet_income` |
| 37 | + |
| 38 | +## Council tax |
| 39 | + |
| 40 | +We use the OBR's Council Tax receipts and projections. |
| 41 | + |
| 42 | +| Fiscal year | 2022 | 2023 | 2024 | 2025 | 2026 | 2027 | 2028 | 2029 | |
| 43 | +|-------------|------|------|------|------|------|------|------|------| |
| 44 | +| Growth rate | 5.3% | 5.6% | 6.4% | 4.6% | 4.5% | 4.6% | 4.5% | 4.5% | |
| 45 | + |
| 46 | +We apply this to: `council_tax` |
| 47 | + |
| 48 | +## Mortgage interest |
| 49 | + |
| 50 | +We use the OBR's mortgage interest rate index growth rates. |
| 51 | + |
| 52 | +| Fiscal year | 2022 | 2023 | 2024 | 2025 | 2026 | 2027 | 2028 | 2029 | |
| 53 | +|-------------|------|------|------|------|------|------|------|------| |
| 54 | +| Growth rate | 26.2% | 48.5% | 22.1% | 13.6% | 12.6% | 8.2% | 4.2% | 4.7% | |
| 55 | + |
| 56 | +We apply this to: `mortgage_interest_repayment` |
| 57 | + |
| 58 | +## Private pension index |
| 59 | + |
| 60 | +We use RPI year-on-year change from the previous year, capped at 5%. |
| 61 | + |
| 62 | +| Fiscal year | 2022 | 2023 | 2024 | 2025 | 2026 | 2027 | 2028 | 2029 | |
| 63 | +|-------------|------|------|------|------|------|------|------|------| |
| 64 | +| Growth rate | 5.0% | 5.0% | 5.0% | 4.7% | 3.7% | 2.2% | 2.1% | 2.3% | |
| 65 | + |
| 66 | +We apply this to: `private_pension_income` |
| 67 | + |
| 68 | +## Rent |
| 69 | + |
| 70 | +We use the OBR's rental growth projections. |
| 71 | + |
| 72 | +| Fiscal year | 2022 | 2023 | 2024 | 2025 | 2026 | 2027 | 2028 | 2029 | |
| 73 | +|-------------|------|------|------|------|------|------|------|------| |
| 74 | +| Growth rate | 4.0% | 6.3% | 7.4% | 5.7% | 3.6% | 2.7% | 2.3% | 2.4% | |
| 75 | + |
| 76 | +We apply this to: `rent` |
| 77 | + |
| 78 | +## Per capita mixed income |
| 79 | + |
| 80 | +We derive these rates from OBR mixed income growth and ONS population projections. |
| 81 | + |
| 82 | +| Fiscal year | 2022 | 2023 | 2024 | 2025 | 2026 | 2027 | 2028 | 2029 | |
| 83 | +|-------------|------|------|------|------|------|------|------|------| |
| 84 | +| Growth rate | 6.3% | 2.4% | 4.8% | 4.7% | 3.1% | 3.1% | 3.6% | 3.8% | |
| 85 | + |
| 86 | +We apply this to: `self_employment_income` |
| 87 | + |
| 88 | +## Population |
| 89 | + |
| 90 | +We use ONS population projections. |
| 91 | + |
| 92 | +| Fiscal year | 2022 | 2023 | 2024 | 2025 | 2026 | 2027 | 2028 | 2029 | |
| 93 | +|-------------|------|------|------|------|------|------|------|------| |
| 94 | +| Growth rate | 0.3% | 1.4% | 1.0% | 1.1% | 0.7% | 0.8% | 0.4% | 0.5% | |
| 95 | + |
| 96 | +We apply this to: `household_weight` |
0 commit comments