policyengine-uk 2.35.1__py3-none-any.whl → 2.36.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 +4 -0
- policyengine_uk/data/__init__.py +0 -4
- policyengine_uk/data/dataset_schema.py +32 -2
- policyengine_uk/data/economic_assumptions.py +12 -23
- policyengine_uk/data/uprating_growth_factors.csv +83 -83
- policyengine_uk/parameters/gov/benefit_uprating_cpi.yaml +2 -1
- policyengine_uk/parameters/gov/contrib/create_private_pension_uprating.py +7 -11
- policyengine_uk/parameters/gov/dwp/IIDB/maximum.yaml +1 -1
- policyengine_uk/parameters/gov/dwp/state_pension/basic_state_pension/amount.yaml +1 -1
- policyengine_uk/parameters/gov/dwp/state_pension/new_state_pension/amount.yaml +1 -1
- policyengine_uk/parameters/gov/dwp/state_pension/triple_lock/create_triple_lock.py +23 -15
- policyengine_uk/parameters/gov/dwp/state_pension/triple_lock/include_earnings.yaml +8 -0
- policyengine_uk/parameters/gov/dwp/state_pension/triple_lock/include_inflation.yaml +6 -0
- policyengine_uk/parameters/gov/economic_assumptions/create_economic_assumption_indices.py +64 -0
- policyengine_uk/parameters/gov/economic_assumptions/yoy_growth.yaml +265 -0
- policyengine_uk/parameters/gov/hmrc/fuel_duty/petrol_and_diesel.yaml +1 -1
- policyengine_uk/parameters/gov/hmrc/income_tax/allowances/personal_allowance/amount.yaml +1 -1
- policyengine_uk/parameters/gov/hmrc/income_tax/rates/scotland/rates.yaml +6 -6
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/lower_earnings_limit.yaml +1 -1
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/primary_threshold.yaml +1 -1
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/secondary_threshold.yaml +1 -1
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_1/thresholds/upper_earnings_limit.yaml +1 -1
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_2/small_profits_threshold.yaml +1 -1
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/thresholds/lower_profits_limit.yaml +1 -1
- policyengine_uk/parameters/gov/hmrc/national_insurance/class_4/thresholds/upper_profits_limit.yaml +1 -1
- policyengine_uk/parameters/gov/indices/private_rent_index.yaml +1 -1
- policyengine_uk/parameters/gov/simulation/private_school_vat/private_school_fees.yaml +1 -1
- policyengine_uk/parameters/gov/social_security_scotland/pawhp/amount/base.yaml +1 -1
- policyengine_uk/parameters/gov/social_security_scotland/pawhp/amount/higher.yaml +1 -1
- policyengine_uk/parameters/gov/social_security_scotland/pawhp/amount/lower.yaml +1 -1
- policyengine_uk/parameters/household/consumption/total_by_category.yaml +1 -1
- policyengine_uk/parameters/household/poverty/absolute_poverty_threshold_ahc.yaml +2 -1
- policyengine_uk/parameters/household/poverty/absolute_poverty_threshold_bhc.yaml +2 -1
- policyengine_uk/parameters/household/wealth/national_balance_sheet.yaml +1 -1
- policyengine_uk/system.py +33 -11
- policyengine_uk/tests/policy/baseline/gov/dfe/extended_childcare_entitlement/extended_childcare_entitlement.yaml +2 -2
- policyengine_uk/utils/create_triple_lock.py +6 -2
- policyengine_uk/variables/gov/dfe/free_school_fruit_veg.py +1 -1
- policyengine_uk/variables/gov/dfe/free_school_meals.py +1 -1
- policyengine_uk/variables/gov/dfe/free_school_milk.py +1 -1
- policyengine_uk/variables/gov/dwp/afcs_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/attendance_allowance_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/basic_state_pension.py +1 -1
- policyengine_uk/variables/gov/dwp/bsp_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/carers_allowance_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/child_tax_credit_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/dla/dla_m_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/dla/dla_sc_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/esa_contrib_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/esa_income_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/housing_benefit/housing_benefit_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/iidb_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/incapacity_benefit_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/income_support_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/jsa_contrib_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/jsa_income_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/maternity_allowance_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/pension_credit/pension_credit_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/pip/pip_dl_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/pip/pip_m_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/sda_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/state_pension_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/universal_credit/universal_credit_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/winter_fuel_allowance_reported.py +1 -1
- policyengine_uk/variables/gov/dwp/working_tax_credit_reported.py +1 -1
- policyengine_uk/variables/gov/gov_tax.py +1 -0
- policyengine_uk/variables/gov/hmrc/capital_gains_tax/capital_gains_before_response.py +1 -1
- policyengine_uk/variables/gov/hmrc/child_benefit_reported.py +1 -1
- policyengine_uk/variables/gov/hmrc/student_loan_repayments.py +1 -1
- policyengine_uk/variables/household/demographic/household_weight.py +1 -1
- policyengine_uk/variables/household/income/capital_gains.py +1 -1
- policyengine_uk/variables/household/income/inflation_adjustment.py +3 -1
- policyengine_uk/variables/household/income/statutory_maternity_pay.py +1 -1
- policyengine_uk/variables/household/income/statutory_paternity_pay.py +1 -1
- policyengine_uk/variables/household/income/statutory_sick_pay.py +1 -1
- policyengine_uk/variables/household/wealth/gross_financial_wealth.py +1 -1
- policyengine_uk/variables/household/wealth/net_financial_wealth.py +1 -1
- policyengine_uk/variables/household/wealth/savings.py +1 -1
- policyengine_uk/variables/input/consumption/alcohol_and_tobacco_consumption.py +1 -1
- policyengine_uk/variables/input/consumption/childcare_expenses.py +1 -1
- policyengine_uk/variables/input/consumption/clothing_and_footwear_consumption.py +1 -1
- policyengine_uk/variables/input/consumption/communication_consumption.py +1 -1
- policyengine_uk/variables/input/consumption/diesel_spending.py +1 -1
- policyengine_uk/variables/input/consumption/education_consumption.py +1 -1
- policyengine_uk/variables/input/consumption/energy.py +1 -1
- policyengine_uk/variables/input/consumption/food_and_non_alcoholic_beverages_consumption.py +1 -1
- policyengine_uk/variables/input/consumption/health_consumption.py +1 -1
- policyengine_uk/variables/input/consumption/household_furnishings_consumption.py +1 -1
- policyengine_uk/variables/input/consumption/housing_water_and_electricity_consumption.py +1 -1
- policyengine_uk/variables/input/consumption/miscellaneous_consumption.py +1 -1
- policyengine_uk/variables/input/consumption/petrol_spending.py +1 -1
- policyengine_uk/variables/input/consumption/property/council_tax.py +1 -1
- policyengine_uk/variables/input/consumption/property/employee_pension_contributions.py +1 -1
- policyengine_uk/variables/input/consumption/property/employer_pension_contributions.py +1 -1
- policyengine_uk/variables/input/consumption/property/maintenance_expenses.py +1 -1
- policyengine_uk/variables/input/consumption/property/mortgage_capital_repayment.py +1 -1
- policyengine_uk/variables/input/consumption/property/mortgage_interest_repayment.py +1 -1
- policyengine_uk/variables/input/consumption/property/personal_pension_contributions.py +1 -1
- policyengine_uk/variables/input/consumption/recreation_consumption.py +1 -1
- policyengine_uk/variables/input/consumption/restaurants_and_hotels_consumption.py +1 -1
- policyengine_uk/variables/input/consumption/transport_consumption.py +1 -1
- policyengine_uk/variables/input/corporate_wealth.py +1 -1
- policyengine_uk/variables/input/dividend_income.py +1 -1
- policyengine_uk/variables/input/employment_income.py +1 -1
- policyengine_uk/variables/input/employment_income_before_lsr.py +1 -1
- policyengine_uk/variables/input/lump_sum_income.py +1 -1
- policyengine_uk/variables/input/main_residence_value.py +1 -1
- policyengine_uk/variables/input/maintenance_income.py +1 -1
- policyengine_uk/variables/input/miscellaneous_income.py +1 -1
- policyengine_uk/variables/input/non_residential_property_value.py +1 -1
- policyengine_uk/variables/input/other_investment_income.py +1 -1
- policyengine_uk/variables/input/other_residential_property_value.py +1 -1
- policyengine_uk/variables/input/owned_land.py +1 -1
- policyengine_uk/variables/input/pension_income.py +1 -1
- policyengine_uk/variables/input/private_pension_income.py +1 -1
- policyengine_uk/variables/input/private_transfer_income.py +1 -1
- policyengine_uk/variables/input/property_income.py +1 -1
- policyengine_uk/variables/input/rent.py +1 -1
- policyengine_uk/variables/input/savings_interest_income.py +1 -1
- policyengine_uk/variables/input/self_employment_income.py +1 -1
- policyengine_uk/variables/input/state_pension.py +1 -1
- policyengine_uk/variables/input/sublet_income.py +1 -1
- {policyengine_uk-2.35.1.data → policyengine_uk-2.36.0.data}/data/share/openfisca/openfisca-country-template/CHANGELOG.md +10 -0
- {policyengine_uk-2.35.1.dist-info → policyengine_uk-2.36.0.dist-info}/METADATA +1 -1
- {policyengine_uk-2.35.1.dist-info → policyengine_uk-2.36.0.dist-info}/RECORD +129 -142
- policyengine_uk/parameters/gov/obr/add_per_capita_parameters.py +0 -40
- policyengine_uk/parameters/gov/obr/average_earnings.yaml +0 -30
- policyengine_uk/parameters/gov/obr/consumer_price_index.yaml +0 -28
- policyengine_uk/parameters/gov/obr/council_tax.yaml +0 -18
- policyengine_uk/parameters/gov/obr/employment_income.yaml +0 -28
- policyengine_uk/parameters/gov/obr/extend_forecast.py +0 -32
- policyengine_uk/parameters/gov/obr/gdp.yaml +0 -28
- policyengine_uk/parameters/gov/obr/house_prices.yaml +0 -27
- policyengine_uk/parameters/gov/obr/mixed_income.yaml +0 -24
- policyengine_uk/parameters/gov/obr/mortgage_interest.yaml +0 -27
- policyengine_uk/parameters/gov/obr/non_labour_income.yaml +0 -24
- policyengine_uk/parameters/gov/obr/rent.yaml +0 -27
- policyengine_uk/parameters/gov/obr/rpi.yaml +0 -29
- policyengine_uk/parameters/gov/ons/README.md +0 -3
- policyengine_uk/parameters/gov/ons/household.yaml +0 -51
- policyengine_uk/parameters/gov/ons/population.yaml +0 -37
- policyengine_uk/parameters/gov/ons/rpi.yaml +0 -19
- {policyengine_uk-2.35.1.data → policyengine_uk-2.36.0.data}/data/share/openfisca/openfisca-country-template/LICENSE +0 -0
- {policyengine_uk-2.35.1.data → policyengine_uk-2.36.0.data}/data/share/openfisca/openfisca-country-template/README.md +0 -0
- {policyengine_uk-2.35.1.dist-info → policyengine_uk-2.36.0.dist-info}/WHEEL +0 -0
- {policyengine_uk-2.35.1.dist-info → policyengine_uk-2.36.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,40 +0,0 @@
|
|
1
|
-
from policyengine_core.parameters import (
|
2
|
-
ParameterNode,
|
3
|
-
Parameter,
|
4
|
-
get_parameter,
|
5
|
-
)
|
6
|
-
|
7
|
-
PARAMETERS_TO_ADD_FOR = [
|
8
|
-
"gov.obr.employment_income",
|
9
|
-
"gov.obr.mixed_income",
|
10
|
-
"gov.obr.non_labour_income",
|
11
|
-
"gov.obr.gdp",
|
12
|
-
]
|
13
|
-
|
14
|
-
YEARS = list(range(2019, 2035))
|
15
|
-
|
16
|
-
|
17
|
-
def add_per_capita_parameters(parameters: ParameterNode) -> ParameterNode:
|
18
|
-
population = parameters.gov.ons.population
|
19
|
-
|
20
|
-
new_node = ParameterNode("gov.obr.per_capita", data={})
|
21
|
-
|
22
|
-
for parameter in PARAMETERS_TO_ADD_FOR:
|
23
|
-
parameter_node: ParameterNode = get_parameter(parameters, parameter)
|
24
|
-
values = {}
|
25
|
-
for year in YEARS:
|
26
|
-
parameter_per_capita = round(
|
27
|
-
parameter_node(year) * 1e9 / population(year)
|
28
|
-
)
|
29
|
-
values[f"{year}-01-01"] = parameter_per_capita
|
30
|
-
name = parameter_node.name.split(".")[-1]
|
31
|
-
new_parameter = Parameter(
|
32
|
-
"gov.obr.per_capita." + name,
|
33
|
-
data={
|
34
|
-
"values": values,
|
35
|
-
},
|
36
|
-
)
|
37
|
-
new_node.add_child(name, new_parameter)
|
38
|
-
|
39
|
-
parameters.gov.obr.add_child("per_capita", new_node)
|
40
|
-
return parameters
|
@@ -1,30 +0,0 @@
|
|
1
|
-
description: Average earnings index.
|
2
|
-
values:
|
3
|
-
2008-01-01: 100.0
|
4
|
-
2009-01-01: 101.8
|
5
|
-
2010-01-01: 102.7
|
6
|
-
2011-01-01: 104.3
|
7
|
-
2012-01-01: 105.0
|
8
|
-
2013-01-01: 109.9
|
9
|
-
2014-01-01: 110.5
|
10
|
-
2015-01-01: 112.8
|
11
|
-
2016-01-01: 115.4
|
12
|
-
2017-01-01: 119.1
|
13
|
-
2018-01-01: 122.2
|
14
|
-
2019-01-01: 124.8
|
15
|
-
2020-01-01: 125.2
|
16
|
-
2021-01-01: 132.5
|
17
|
-
2022-01-01: 141.1
|
18
|
-
2023-01-01: 150.8
|
19
|
-
2024-01-01: 157.8
|
20
|
-
2025-01-01: 163.7
|
21
|
-
2026-01-01: 167.2
|
22
|
-
2027-01-01: 170.7
|
23
|
-
2028-01-01: 174.5
|
24
|
-
2029-01-01: 178.9
|
25
|
-
metadata:
|
26
|
-
unit: currency-GBP
|
27
|
-
label: average earnings
|
28
|
-
reference:
|
29
|
-
- title: OBR EFO March 2025 (detailed forecast tables, economy, Table 1.6, Row Q)
|
30
|
-
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
@@ -1,28 +0,0 @@
|
|
1
|
-
description: OBR forecast for CPI
|
2
|
-
values:
|
3
|
-
2005-01-01: 90
|
4
|
-
2009-01-01: 87.3
|
5
|
-
2010-01-01: 90.3
|
6
|
-
2011-01-01: 94.2
|
7
|
-
2012-01-01: 96.7
|
8
|
-
2013-01-01: 98.9
|
9
|
-
2014-01-01: 100.0
|
10
|
-
2015-01-01: 100.1
|
11
|
-
2016-01-01: 101.2
|
12
|
-
2017-01-01: 104.1
|
13
|
-
2018-01-01: 106.4
|
14
|
-
2019-01-01: 108.3
|
15
|
-
2020-01-01: 108.9
|
16
|
-
2021-01-01: 113.2
|
17
|
-
2022-01-01: 124.6
|
18
|
-
2023-01-01: 131.7
|
19
|
-
2024-01-01: 134.7
|
20
|
-
2025-01-01: 139.0
|
21
|
-
2026-01-01: 141.7
|
22
|
-
2027-01-01: 144.5
|
23
|
-
2028-01-01: 147.4
|
24
|
-
2029-01-01: 150.4
|
25
|
-
metadata:
|
26
|
-
reference:
|
27
|
-
- title: OBR March 2025 EFO
|
28
|
-
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
@@ -1,18 +0,0 @@
|
|
1
|
-
description: OBR forecast for council tax per household.
|
2
|
-
values:
|
3
|
-
2023-01-01: 1_851.4 # 44.5bn / 24.041m households = £1,851 per household
|
4
|
-
2024-01-01: 1_970.1 # 47.7bn / 24.209m households = £1,970 per household
|
5
|
-
2025-01-01: 2_060.1 # 50.2bn / 24.367m households = £2,060 per household
|
6
|
-
2026-01-01: 2_152.7 # 52.8bn / 24.525m households = £2,153 per household
|
7
|
-
2027-01-01: 2_252.9 # 55.6bn / 24.686m households = £2,253 per household
|
8
|
-
2028-01-01: 2_354.3 # 58.5bn / 24.844m households = £2,354 per household
|
9
|
-
2029-01-01: 2_460.4 # 61.5bn / 24.998m households = £2,460 per household
|
10
|
-
metadata:
|
11
|
-
label: Council tax uprating
|
12
|
-
reference:
|
13
|
-
- title: OBR March 2025 EFO
|
14
|
-
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
15
|
-
# Calculations based on:
|
16
|
-
# - Council tax receipts from OBR March 2025 EFO, Table A.5: Current receipts (£bn)
|
17
|
-
# - Household population data from ons.household.yaml
|
18
|
-
# - Per household = Total receipts (£bn) / Number of households (millions) × 1000
|
@@ -1,28 +0,0 @@
|
|
1
|
-
description: OBR forecast for employment income.
|
2
|
-
values:
|
3
|
-
2008-01-01: 659.1
|
4
|
-
2009-01-01: 657.0
|
5
|
-
2010-01-01: 666.8
|
6
|
-
2011-01-01: 675.7
|
7
|
-
2012-01-01: 688.8
|
8
|
-
2013-01-01: 730.0
|
9
|
-
2014-01-01: 748.9
|
10
|
-
2015-01-01: 775.6
|
11
|
-
2016-01-01: 802.3
|
12
|
-
2017-01-01: 837.8
|
13
|
-
2018-01-01: 870.1
|
14
|
-
2019-01-01: 896.3
|
15
|
-
2020-01-01: 898.0
|
16
|
-
2021-01-01: 966.5
|
17
|
-
2022-01-01: 1041.6
|
18
|
-
2023-01-01: 1120.5
|
19
|
-
2024-01-01: 1188.6
|
20
|
-
2025-01-01: 1239.8
|
21
|
-
2026-01-01: 1272.5
|
22
|
-
2027-01-01: 1305.3
|
23
|
-
2028-01-01: 1340.7
|
24
|
-
2029-01-01: 1382.0
|
25
|
-
metadata:
|
26
|
-
reference:
|
27
|
-
- title: OBR March 2025 EFO
|
28
|
-
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
@@ -1,32 +0,0 @@
|
|
1
|
-
from policyengine_core.parameters import (
|
2
|
-
ParameterNode,
|
3
|
-
Parameter,
|
4
|
-
get_parameter,
|
5
|
-
)
|
6
|
-
|
7
|
-
PARAMETERS_TO_EXTEND = [
|
8
|
-
"gov.obr.employment_income",
|
9
|
-
"gov.obr.mixed_income",
|
10
|
-
"gov.obr.non_labour_income",
|
11
|
-
"gov.obr.house_prices",
|
12
|
-
"gov.obr.consumer_price_index",
|
13
|
-
"gov.obr.mortgage_interest",
|
14
|
-
"gov.obr.rent",
|
15
|
-
]
|
16
|
-
|
17
|
-
YEARS = list(range(2030, 2035))
|
18
|
-
|
19
|
-
|
20
|
-
def extend_obr_forecast(
|
21
|
-
parameters: ParameterNode, lookback: int = 5
|
22
|
-
) -> ParameterNode:
|
23
|
-
for parameter in PARAMETERS_TO_EXTEND:
|
24
|
-
# Extend with the the trend from the last 5 years of the forecast.
|
25
|
-
parameter: Parameter = get_parameter(parameters, parameter)
|
26
|
-
lookback_start_value = parameter(YEARS[0] - lookback)
|
27
|
-
lookback_end_value = parameter(YEARS[0] - 1)
|
28
|
-
trend = (lookback_end_value - lookback_start_value) / lookback
|
29
|
-
for year in YEARS:
|
30
|
-
new_value = parameter(year - 1) + trend
|
31
|
-
parameter.update(start=year, value=new_value, stop=None)
|
32
|
-
return parameters
|
@@ -1,28 +0,0 @@
|
|
1
|
-
description: OBR forecast for nominal GDP.
|
2
|
-
values:
|
3
|
-
2008-01-01: 1582.7
|
4
|
-
2009-01-01: 1558.1
|
5
|
-
2010-01-01: 1627.2
|
6
|
-
2011-01-01: 1672.3
|
7
|
-
2012-01-01: 1727.5
|
8
|
-
2013-01-01: 1800.8
|
9
|
-
2014-01-01: 1879.5
|
10
|
-
2015-01-01: 1931.5
|
11
|
-
2016-01-01: 2015.8
|
12
|
-
2017-01-01: 2099.8
|
13
|
-
2018-01-01: 2170.2
|
14
|
-
2019-01-01: 2240.8
|
15
|
-
2020-01-01: 2085.6
|
16
|
-
2021-01-01: 2357.8
|
17
|
-
2022-01-01: 2583.2
|
18
|
-
2023-01-01: 2749.0
|
19
|
-
2024-01-01: 2881.3
|
20
|
-
2025-01-01: 2993.9
|
21
|
-
2026-01-01: 3101.4
|
22
|
-
2027-01-01: 3219.8
|
23
|
-
2028-01-01: 3339.6
|
24
|
-
2029-01-01: 3464.1
|
25
|
-
metadata:
|
26
|
-
reference:
|
27
|
-
- title: OBR March 2025 EFO (detailed forecast tables, economy, table 1.2, column O, fiscal years)
|
28
|
-
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
@@ -1,27 +0,0 @@
|
|
1
|
-
description: OBR forecast for house prices.
|
2
|
-
values:
|
3
|
-
2009-01-01: 57.7
|
4
|
-
2010-01-01: 59.7
|
5
|
-
2011-01-01: 58.9
|
6
|
-
2012-01-01: 59.4
|
7
|
-
2013-01-01: 61.7
|
8
|
-
2014-01-01: 66.6
|
9
|
-
2015-01-01: 70.8
|
10
|
-
2016-01-01: 75.2
|
11
|
-
2017-01-01: 78.5
|
12
|
-
2018-01-01: 80.5
|
13
|
-
2019-01-01: 81.4
|
14
|
-
2020-01-01: 84.9
|
15
|
-
2021-01-01: 91.9
|
16
|
-
2022-01-01: 99.5
|
17
|
-
2023-01-01: 98.5
|
18
|
-
2024-01-01: 101.1
|
19
|
-
2025-01-01: 103.5
|
20
|
-
2026-01-01: 106.1
|
21
|
-
2027-01-01: 108.9
|
22
|
-
2028-01-01: 111.5
|
23
|
-
2029-01-01: 114.2
|
24
|
-
metadata:
|
25
|
-
reference:
|
26
|
-
- title: OBR March 2025 EFO
|
27
|
-
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
@@ -1,24 +0,0 @@
|
|
1
|
-
description: OBR forecast for mixed income (largely self-employment income).
|
2
|
-
values:
|
3
|
-
2012-01-01: 103.4
|
4
|
-
2013-01-01: 111.5
|
5
|
-
2014-01-01: 114.9
|
6
|
-
2015-01-01: 124.5
|
7
|
-
2016-01-01: 128.0
|
8
|
-
2017-01-01: 140.0
|
9
|
-
2018-01-01: 144.2
|
10
|
-
2019-01-01: 151.6
|
11
|
-
2020-01-01: 153.8
|
12
|
-
2021-01-01: 163.8
|
13
|
-
2022-01-01: 174.6
|
14
|
-
2023-01-01: 181.2
|
15
|
-
2024-01-01: 191.8
|
16
|
-
2025-01-01: 202.8
|
17
|
-
2026-01-01: 210.6
|
18
|
-
2027-01-01: 218.7
|
19
|
-
2028-01-01: 227.4
|
20
|
-
2029-01-01: 237.2
|
21
|
-
metadata:
|
22
|
-
reference:
|
23
|
-
- title: OBR March 2025 EFO
|
24
|
-
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
@@ -1,27 +0,0 @@
|
|
1
|
-
description: OBR forecast for household debt service costs.
|
2
|
-
values:
|
3
|
-
2009-01-01: 216.8
|
4
|
-
2010-01-01: 227.2
|
5
|
-
2011-01-01: 232.1
|
6
|
-
2012-01-01: 239.6
|
7
|
-
2013-01-01: 243.9
|
8
|
-
2014-01-01: 243.7
|
9
|
-
2015-01-01: 241.5
|
10
|
-
2016-01-01: 231.3
|
11
|
-
2017-01-01: 226.0
|
12
|
-
2018-01-01: 235.2
|
13
|
-
2019-01-01: 239.6
|
14
|
-
2020-01-01: 222.4
|
15
|
-
2021-01-01: 223.0
|
16
|
-
2022-01-01: 281.6
|
17
|
-
2023-01-01: 418.1
|
18
|
-
2024-01-01: 510.4
|
19
|
-
2025-01-01: 580.0
|
20
|
-
2026-01-01: 652.9
|
21
|
-
2027-01-01: 706.5
|
22
|
-
2028-01-01: 736.4
|
23
|
-
2029-01-01: 770.7
|
24
|
-
metadata:
|
25
|
-
reference:
|
26
|
-
- title: OBR March 2025 EFO
|
27
|
-
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
@@ -1,24 +0,0 @@
|
|
1
|
-
description: OBR forecast for non-labour income.
|
2
|
-
values:
|
3
|
-
2012-01-01: 262.1
|
4
|
-
2013-01-01: 273.6
|
5
|
-
2014-01-01: 290.2
|
6
|
-
2015-01-01: 326.7
|
7
|
-
2016-01-01: 320.5
|
8
|
-
2017-01-01: 330.7
|
9
|
-
2018-01-01: 346.2
|
10
|
-
2019-01-01: 354.6
|
11
|
-
2020-01-01: 335.4
|
12
|
-
2021-01-01: 359.7
|
13
|
-
2022-01-01: 409.1
|
14
|
-
2023-01-01: 436.2
|
15
|
-
2024-01-01: 471.3
|
16
|
-
2025-01-01: 503.3
|
17
|
-
2026-01-01: 531.6
|
18
|
-
2027-01-01: 555.6
|
19
|
-
2028-01-01: 574.6
|
20
|
-
2029-01-01: 594.5
|
21
|
-
metadata:
|
22
|
-
reference:
|
23
|
-
- title: OBR March 2025 EFO
|
24
|
-
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
@@ -1,27 +0,0 @@
|
|
1
|
-
description: OBR forecast for rent (2015=100).
|
2
|
-
values:
|
3
|
-
2009-01-01: 86.6
|
4
|
-
2010-01-01: 87.9
|
5
|
-
2011-01-01: 90.4
|
6
|
-
2012-01-01: 93.4
|
7
|
-
2013-01-01: 95.5
|
8
|
-
2014-01-01: 97.9
|
9
|
-
2015-01-01: 100.7
|
10
|
-
2016-01-01: 102.1
|
11
|
-
2017-01-01: 102.8
|
12
|
-
2018-01-01: 103.4
|
13
|
-
2019-01-01: 104.1
|
14
|
-
2020-01-01: 105.9
|
15
|
-
2021-01-01: 107.8
|
16
|
-
2022-01-01: 112.2
|
17
|
-
2023-01-01: 119.2
|
18
|
-
2024-01-01: 128.0
|
19
|
-
2025-01-01: 135.3
|
20
|
-
2026-01-01: 140.2
|
21
|
-
2027-01-01: 144.0
|
22
|
-
2028-01-01: 147.3
|
23
|
-
2029-01-01: 150.9
|
24
|
-
metadata:
|
25
|
-
reference:
|
26
|
-
- title: OBR March 2025 EFO
|
27
|
-
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
@@ -1,29 +0,0 @@
|
|
1
|
-
description: The Retail Price Index.
|
2
|
-
values:
|
3
|
-
2008-01-01: 215.8
|
4
|
-
2009-01-01: 226.5
|
5
|
-
2010-01-01: 237.3
|
6
|
-
2011-01-01: 244.7
|
7
|
-
2012-01-01: 251.7
|
8
|
-
2013-01-01: 256.7
|
9
|
-
2014-01-01: 259.4
|
10
|
-
2015-01-01: 265.0
|
11
|
-
2016-01-01: 274.9
|
12
|
-
2017-01-01: 283.3
|
13
|
-
2018-01-01: 290.6
|
14
|
-
2019-01-01: 294.2
|
15
|
-
2020-01-01: 311.2
|
16
|
-
2021-01-01: 351.2
|
17
|
-
2022-01-01: 377.5
|
18
|
-
2023-01-01: 390.0
|
19
|
-
2024-01-01: 406.2
|
20
|
-
2025-01-01: 418.7
|
21
|
-
2026-01-01: 431.2
|
22
|
-
2027-01-01: 443.4
|
23
|
-
2028-01-01: 455.9
|
24
|
-
metadata:
|
25
|
-
unit: currency-GBP
|
26
|
-
label: RPI
|
27
|
-
reference:
|
28
|
-
- title: OBR EFO March 2025 (detailed forecast tables, economy, Table 1.7, Row L)
|
29
|
-
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
@@ -1,51 +0,0 @@
|
|
1
|
-
description: Number of households in the UK.
|
2
|
-
values:
|
3
|
-
2001-01-01: 20_451_000
|
4
|
-
2002-01-01: 20_553_000
|
5
|
-
2003-01-01: 20_651_000
|
6
|
-
2004-01-01: 20_752_000
|
7
|
-
2005-01-01: 20_926_000
|
8
|
-
2006-01-01: 21_072_000
|
9
|
-
2007-01-01: 21_223_000
|
10
|
-
2008-01-01: 21_400_000
|
11
|
-
2009-01-01: 21_562_000
|
12
|
-
2010-01-01: 21_743_000
|
13
|
-
2011-01-01: 21_976_000
|
14
|
-
2012-01-01: 22_130_000
|
15
|
-
2013-01-01: 22_291_000
|
16
|
-
2014-01-01: 22_488_000
|
17
|
-
2015-01-01: 22_681_000
|
18
|
-
2016-01-01: 22_884_000
|
19
|
-
2017-01-01: 23_047_000
|
20
|
-
2018-01-01: 23_204_000
|
21
|
-
# Projections:
|
22
|
-
2019-01-01: 23_385_000
|
23
|
-
2020-01-01: 23_543_000
|
24
|
-
2021-01-01: 23_689_000
|
25
|
-
2022-01-01: 23_868_000
|
26
|
-
2023-01-01: 24_041_000
|
27
|
-
2024-01-01: 24_209_000
|
28
|
-
2025-01-01: 24_367_000
|
29
|
-
2026-01-01: 24_525_000
|
30
|
-
2027-01-01: 24_686_000
|
31
|
-
2028-01-01: 24_844_000
|
32
|
-
2029-01-01: 24_998_000
|
33
|
-
2030-01-01: 25_147_000
|
34
|
-
2031-01-01: 25_299_000
|
35
|
-
2032-01-01: 25_451_000
|
36
|
-
2033-01-01: 25_601_000
|
37
|
-
2034-01-01: 25_746_000
|
38
|
-
2035-01-01: 25_889_000
|
39
|
-
2036-01-01: 26_034_000
|
40
|
-
2037-01-01: 26_175_000
|
41
|
-
2038-01-01: 26_313_000
|
42
|
-
2039-01-01: 26_444_000
|
43
|
-
2040-01-01: 26_573_000
|
44
|
-
2041-01-01: 26_705_000
|
45
|
-
2042-01-01: 26_834_000
|
46
|
-
2043-01-01: 26_953_000
|
47
|
-
metadata:
|
48
|
-
unit: household
|
49
|
-
reference:
|
50
|
-
- title: National population projections (2018-based) | ONS | Figure 1
|
51
|
-
href: https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationprojections/bulletins/householdprojectionsforengland/2018based
|
@@ -1,37 +0,0 @@
|
|
1
|
-
description: Number of people in the UK.
|
2
|
-
values:
|
3
|
-
2019-01-01: 66_800_000
|
4
|
-
2020-01-01: 67_100_000
|
5
|
-
2021-01-01: 67_400_000
|
6
|
-
2022-01-01: 67_600_000
|
7
|
-
# Projections:
|
8
|
-
2023-01-01: 68_500_000
|
9
|
-
2024-01-01: 69_200_000
|
10
|
-
2025-01-01: 69_900_000
|
11
|
-
2026-01-01: 70_400_000
|
12
|
-
2027-01-01: 70_900_000
|
13
|
-
2028-01-01: 71_200_000
|
14
|
-
2029-01-01: 71_500_000
|
15
|
-
2030-01-01: 71_900_000
|
16
|
-
2031-01-01: 72_200_000
|
17
|
-
2032-01-01: 72_500_000
|
18
|
-
2033-01-01: 72_800_000
|
19
|
-
2034-01-01: 73_100_000
|
20
|
-
2035-01-01: 73_400_000
|
21
|
-
2036-01-01: 73_700_000
|
22
|
-
2037-01-01: 74_000_000
|
23
|
-
2038-01-01: 74_300_000
|
24
|
-
2039-01-01: 74_500_000
|
25
|
-
2040-01-01: 74_800_000
|
26
|
-
2041-01-01: 75_100_000
|
27
|
-
2042-01-01: 75_300_000
|
28
|
-
2043-01-01: 75_600_000
|
29
|
-
2044-01-01: 75_800_000
|
30
|
-
2045-01-01: 76_100_000
|
31
|
-
2046-01-01: 76_300_000
|
32
|
-
2047-01-01: 76_600_000
|
33
|
-
metadata:
|
34
|
-
unit: household
|
35
|
-
reference:
|
36
|
-
- title: National population projections (2020-based interim) | ONS | Figure 1
|
37
|
-
href: https://www.ons.gov.uk/peoplepopulationandcommunity/populationandmigration/populationprojections/bulletins/nationalpopulationprojections/2022based
|
@@ -1,19 +0,0 @@
|
|
1
|
-
description: Retail Price Index (RPI) is a measure of inflation published by the Office for National Statistics.
|
2
|
-
|
3
|
-
values:
|
4
|
-
2021-01-01: 311.2
|
5
|
-
2022-01-01: 322.2
|
6
|
-
2023-01-01: 333.2
|
7
|
-
2024-01-01: 351.2
|
8
|
-
2025-01-01: 377.5
|
9
|
-
2026-01-01: 390.2
|
10
|
-
2027-01-01: 403.7
|
11
|
-
2028-01-01: 416.6
|
12
|
-
2029-01-01: 429.3
|
13
|
-
|
14
|
-
metadata:
|
15
|
-
unit: currency-GBP
|
16
|
-
label: RPI
|
17
|
-
reference:
|
18
|
-
- title: OBR forecast
|
19
|
-
href: https://obr.uk/forecasts-in-depth/the-economy-forecast/inflation
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|