policyengine-uk 2.39.0__py3-none-any.whl → 2.39.3__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/parameters/gov/dwp/LHA/freeze.yaml +2 -1
- policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee.yaml +28 -24
- policyengine_uk/parameters/gov/economic_assumptions/yoy_growth.yaml +49 -31
- policyengine_uk/tests/microsimulation/reforms_config.yaml +3 -3
- policyengine_uk/utils/water/forecast_water_bills.py +15 -5
- policyengine_uk/variables/gov/local_authorities/domestic_rates.py +0 -14
- {policyengine_uk-2.39.0.data → policyengine_uk-2.39.3.data}/data/share/openfisca/openfisca-country-template/CHANGELOG.md +21 -0
- {policyengine_uk-2.39.0.dist-info → policyengine_uk-2.39.3.dist-info}/METADATA +1 -1
- {policyengine_uk-2.39.0.dist-info → policyengine_uk-2.39.3.dist-info}/RECORD +13 -14
- policyengine_uk/tests/policy/baseline/gov/local_authorities/domestic_rates.yaml +0 -7
- {policyengine_uk-2.39.0.data → policyengine_uk-2.39.3.data}/data/share/openfisca/openfisca-country-template/LICENSE +0 -0
- {policyengine_uk-2.39.0.data → policyengine_uk-2.39.3.data}/data/share/openfisca/openfisca-country-template/README.md +0 -0
- {policyengine_uk-2.39.0.dist-info → policyengine_uk-2.39.3.dist-info}/WHEEL +0 -0
- {policyengine_uk-2.39.0.dist-info → policyengine_uk-2.39.3.dist-info}/licenses/LICENSE +0 -0
@@ -1,33 +1,37 @@
|
|
1
1
|
description: Minimum income guarantee (basic amount) for Pension Credit
|
2
2
|
SINGLE:
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
3
|
+
values:
|
4
|
+
2015-04-06: 151.20
|
5
|
+
2016-04-06: 155.60
|
6
|
+
2017-04-06: 159.35
|
7
|
+
2018-04-06: 163.00
|
8
|
+
2019-04-06: 167.25
|
9
|
+
2020-04-06: 173.75
|
10
|
+
2021-04-06: 177.10
|
11
|
+
2022-04-01: 182.60
|
12
|
+
2023-04-01: 201.05
|
13
|
+
2024-04-01: 218.15
|
14
|
+
2025-04-01: 221.85
|
15
|
+
metadata:
|
16
|
+
uprating: gov.benefit_uprating_cpi
|
14
17
|
COUPLE:
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
18
|
+
values:
|
19
|
+
2015-04-06: 230.85
|
20
|
+
2016-04-06: 237.55
|
21
|
+
2017-04-06: 243.25
|
22
|
+
2018-04-06: 248.80
|
23
|
+
2019-04-06: 255.25
|
24
|
+
2020-04-06: 265.20
|
25
|
+
2021-04-06: 270.30
|
26
|
+
2022-04-01: 278.70
|
27
|
+
2023-04-01: 306.85
|
28
|
+
2024-04-01: 332.95
|
29
|
+
2025-04-01: 338.61
|
30
|
+
metadata:
|
31
|
+
uprating: gov.benefit_uprating_cpi
|
26
32
|
metadata:
|
27
33
|
period: week
|
28
|
-
name: pc_min_guarantee
|
29
34
|
label: Pension Credit minimum guarantee
|
30
|
-
uprating: gov.benefit_uprating_cpi
|
31
35
|
unit: currency-GBP
|
32
36
|
reference:
|
33
37
|
- title: The State Pension Credit Regulations 2002 reg. 6
|
@@ -59,7 +59,7 @@ obr:
|
|
59
59
|
reference:
|
60
60
|
- title: OBR EFO March 2025 (detailed forecast tables, economy, Table 1.6, Row Q)
|
61
61
|
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
62
|
-
|
62
|
+
|
63
63
|
consumer_price_index:
|
64
64
|
description: Consumer price index year-on-year growth.
|
65
65
|
values:
|
@@ -90,7 +90,7 @@ obr:
|
|
90
90
|
reference:
|
91
91
|
- title: OBR EFO March 2025
|
92
92
|
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
93
|
-
|
93
|
+
|
94
94
|
non_labour_income:
|
95
95
|
description: Non-labour income year-on-year growth.
|
96
96
|
values:
|
@@ -109,14 +109,14 @@ obr:
|
|
109
109
|
reference:
|
110
110
|
- title: OBR EFO March 2025
|
111
111
|
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
112
|
-
|
112
|
+
|
113
113
|
council_tax:
|
114
114
|
england:
|
115
|
-
description: Growth in the level
|
115
|
+
description: Growth in the level of council tax receipts in England.
|
116
116
|
values:
|
117
117
|
2023-01-01: 0.051
|
118
118
|
2024-01-01: 0.051
|
119
|
-
2025-01-01: 0.
|
119
|
+
2025-01-01: 0.050
|
120
120
|
2026-01-01: 0.043
|
121
121
|
2027-01-01: 0.043
|
122
122
|
2028-01-01: 0.043
|
@@ -124,14 +124,14 @@ obr:
|
|
124
124
|
metadata:
|
125
125
|
unit: /1
|
126
126
|
reference:
|
127
|
-
|
128
|
-
|
127
|
+
- title: OBR EFO March 2025 (2023-2025 based on outturn)
|
128
|
+
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
129
129
|
scotland:
|
130
|
-
description: Growth in the level
|
130
|
+
description: Growth in the level of council tax receipts in Scotland.
|
131
131
|
values:
|
132
|
-
2023-01-01: 0.
|
133
|
-
2024-01-01: 0.
|
134
|
-
2025-01-01: 0.
|
132
|
+
2023-01-01: 0.052
|
133
|
+
2024-01-01: 0.001
|
134
|
+
2025-01-01: 0.088
|
135
135
|
2026-01-01: 0.027
|
136
136
|
2027-01-01: 0.027
|
137
137
|
2028-01-01: 0.027
|
@@ -139,14 +139,14 @@ obr:
|
|
139
139
|
metadata:
|
140
140
|
unit: /1
|
141
141
|
reference:
|
142
|
-
|
143
|
-
|
142
|
+
- title: OBR EFO March 2025 (2023-2025 based on outturn)
|
143
|
+
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
144
144
|
wales:
|
145
|
-
description: Growth in the level
|
145
|
+
description: Growth in the level of council tax receipts in Wales.
|
146
146
|
values:
|
147
|
-
2023-01-01: 0.
|
148
|
-
2024-01-01: 0.
|
149
|
-
2025-01-01: 0.
|
147
|
+
2023-01-01: 0.058
|
148
|
+
2024-01-01: 0.077
|
149
|
+
2025-01-01: 0.072
|
150
150
|
2026-01-01: 0.041
|
151
151
|
2027-01-01: 0.041
|
152
152
|
2028-01-01: 0.041
|
@@ -154,10 +154,9 @@ obr:
|
|
154
154
|
metadata:
|
155
155
|
unit: /1
|
156
156
|
reference:
|
157
|
-
|
158
|
-
|
157
|
+
- title: OBR EFO March 2025 (2023-2025 based on outturn)
|
158
|
+
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
159
159
|
|
160
|
-
|
161
160
|
per_capita:
|
162
161
|
gdp:
|
163
162
|
description: Per capita GDP year-on-year growth.
|
@@ -177,7 +176,7 @@ obr:
|
|
177
176
|
reference:
|
178
177
|
- title: OBR EFO March 2025
|
179
178
|
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
180
|
-
|
179
|
+
|
181
180
|
mixed_income:
|
182
181
|
description: Per capita mixed income year-on-year growth.
|
183
182
|
values:
|
@@ -196,7 +195,7 @@ obr:
|
|
196
195
|
reference:
|
197
196
|
- title: OBR EFO March 2025
|
198
197
|
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
199
|
-
|
198
|
+
|
200
199
|
non_labour_income:
|
201
200
|
description: Per capita non-labour income year-on-year growth.
|
202
201
|
values:
|
@@ -215,7 +214,7 @@ obr:
|
|
215
214
|
reference:
|
216
215
|
- title: OBR EFO March 2025
|
217
216
|
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
218
|
-
|
217
|
+
|
219
218
|
house_prices:
|
220
219
|
description: House prices year-on-year growth.
|
221
220
|
values:
|
@@ -234,7 +233,7 @@ obr:
|
|
234
233
|
reference:
|
235
234
|
- title: OBR EFO March 2025
|
236
235
|
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
237
|
-
|
236
|
+
|
238
237
|
mortgage_interest:
|
239
238
|
description: Mortgage interest year-on-year growth.
|
240
239
|
values:
|
@@ -253,7 +252,7 @@ obr:
|
|
253
252
|
reference:
|
254
253
|
- title: OBR EFO March 2025
|
255
254
|
href: https://obr.uk/efo/economic-and-fiscal-outlook-march-2025/
|
256
|
-
|
255
|
+
|
257
256
|
social_rent:
|
258
257
|
description: Rent year-on-year growth (CPI+1%, one year lagged).
|
259
258
|
values:
|
@@ -298,14 +297,33 @@ ofwat:
|
|
298
297
|
2022-01-01: 0.052
|
299
298
|
2023-01-01: 0.092
|
300
299
|
2024-01-01: 0.044
|
301
|
-
2025-01-01: 0.
|
302
|
-
2026-01-01: 0.
|
303
|
-
2027-01-01: 0.
|
304
|
-
2028-01-01: 0.
|
305
|
-
2029-01-01: 0.
|
300
|
+
2025-01-01: 0.260
|
301
|
+
2026-01-01: 0.055
|
302
|
+
2027-01-01: 0.046
|
303
|
+
2028-01-01: 0.045
|
304
|
+
2029-01-01: 0.045
|
306
305
|
metadata:
|
307
306
|
unit: /1
|
308
307
|
label: water bills growth
|
309
308
|
reference:
|
310
309
|
- title: Ofwat (and custom projections)
|
311
|
-
href: https://www.ofwat.gov.uk/price-review/
|
310
|
+
href: https://www.ofwat.gov.uk/price-review/
|
311
|
+
- title: Ofwat 2025-26 media statement
|
312
|
+
href: https://www.ofwat.gov.uk/average-bills-2025-26-press-statement/
|
313
|
+
finance_ni:
|
314
|
+
domestic_rates:
|
315
|
+
description: Domestic rates year-on-year growth.
|
316
|
+
values:
|
317
|
+
2024-01-01: 0.050
|
318
|
+
2025-01-01: 0.047
|
319
|
+
2026-01-01: 0.0
|
320
|
+
2027-01-01: 0.0
|
321
|
+
2028-01-01: 0.0
|
322
|
+
2029-01-01: 0.0
|
323
|
+
2020-01-01: 0.0
|
324
|
+
metadata:
|
325
|
+
unit: /1
|
326
|
+
label: domestic rates growth
|
327
|
+
reference:
|
328
|
+
- title: Finance NI (based on outturn)
|
329
|
+
href: https://www.finance-ni.gov.uk/
|
@@ -16,15 +16,15 @@ reforms:
|
|
16
16
|
parameters:
|
17
17
|
gov.hmrc.child_benefit.amount.additional: 25
|
18
18
|
- name: Reduce Universal Credit taper rate to 20%
|
19
|
-
expected_impact: -
|
19
|
+
expected_impact: -36.5
|
20
20
|
parameters:
|
21
21
|
gov.dwp.universal_credit.means_test.reduction_rate: 0.2
|
22
22
|
- name: Raise Class 1 main employee NICs rate to 10%
|
23
|
-
expected_impact: 12.
|
23
|
+
expected_impact: 12.3
|
24
24
|
parameters:
|
25
25
|
gov.hmrc.national_insurance.class_1.rates.employee.main: 0.1
|
26
26
|
- name: Raise VAT standard rate by 2pp
|
27
|
-
expected_impact:
|
27
|
+
expected_impact: 18.8
|
28
28
|
parameters:
|
29
29
|
gov.hmrc.vat.standard_rate: 0.22
|
30
30
|
- name: Raise additional rate by 3pp
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import pandas as pd
|
2
2
|
from pathlib import Path
|
3
|
+
from microdf import MicroDataFrame
|
3
4
|
|
4
5
|
|
5
6
|
def project_water_bills():
|
@@ -26,14 +27,17 @@ def project_water_bills():
|
|
26
27
|
proposed_increases = pd.read_csv(
|
27
28
|
Path(__file__).parent / "ofwat_increases.csv"
|
28
29
|
)
|
30
|
+
proposed_increases = MicroDataFrame(
|
31
|
+
proposed_increases, weights="Customers"
|
32
|
+
)
|
29
33
|
avg_bills_2025_onwards = (
|
30
|
-
proposed_increases[proposed_increases.columns[
|
34
|
+
proposed_increases[proposed_increases.columns[2:]].mean().values
|
31
35
|
)
|
32
36
|
|
33
37
|
df_post_2025 = pd.DataFrame(
|
34
38
|
{
|
35
|
-
"Year": [2025, 2026, 2027, 2028, 2029],
|
36
|
-
"CPIH": [139.0, 142.2, 145.2, 148.2, 151.3],
|
39
|
+
"Year": [2024, 2025, 2026, 2027, 2028, 2029],
|
40
|
+
"CPIH": [134.0, 139.0, 142.2, 145.2, 148.2, 151.3],
|
37
41
|
"Pre-inflation avg bills (nominal)": avg_bills_2025_onwards,
|
38
42
|
}
|
39
43
|
)
|
@@ -45,7 +49,7 @@ def project_water_bills():
|
|
45
49
|
].values
|
46
50
|
df_post_2025["CPIH change"] = df_post_2025["CPIH"].pct_change() * 100
|
47
51
|
|
48
|
-
for year in range(
|
52
|
+
for year in range(2025, 2030):
|
49
53
|
row = df_post_2025[df_post_2025["Year"] == year].iloc[0]
|
50
54
|
cpi_change = (
|
51
55
|
row["CPIH"]
|
@@ -65,6 +69,8 @@ def project_water_bills():
|
|
65
69
|
df_post_2025["Avg bills (nominal)"].pct_change() * 100
|
66
70
|
).round(1)
|
67
71
|
|
72
|
+
df_post_2025.to_csv("test.csv")
|
73
|
+
|
68
74
|
df_post_2025
|
69
75
|
|
70
76
|
combined_water_forecast = pd.DataFrame(
|
@@ -72,9 +78,13 @@ def project_water_bills():
|
|
72
78
|
"Year": list(range(2022, 2030)),
|
73
79
|
"Average nominal bills YoY change": df_pre_2025[
|
74
80
|
"Nominal YoY change"
|
75
|
-
].tolist()[1
|
81
|
+
].tolist()[1:-1]
|
76
82
|
+ df_post_2025["Relative change"].tolist()[1:],
|
77
83
|
}
|
78
84
|
)
|
79
85
|
|
80
86
|
print(combined_water_forecast.to_markdown(index=False))
|
87
|
+
|
88
|
+
|
89
|
+
if __name__ == "__main__":
|
90
|
+
project_water_bills()
|
@@ -7,17 +7,3 @@ class domestic_rates(Variable):
|
|
7
7
|
definition_period = YEAR
|
8
8
|
value_type = float
|
9
9
|
unit = GBP
|
10
|
-
|
11
|
-
def formula(household, period, parameters):
|
12
|
-
rates = parameters(period).gov.local_authorities.domestic_rates.rates
|
13
|
-
local_authority = household("local_authority", period)
|
14
|
-
rate_defined = pd.Series(local_authority.decode_to_str()).isin(
|
15
|
-
rates._children
|
16
|
-
)
|
17
|
-
percent = np.zeros(household.count, dtype=float)
|
18
|
-
if any(rate_defined):
|
19
|
-
percent[rate_defined] = rates[local_authority[rate_defined]]
|
20
|
-
main_residence_value = household("main_residence_value", period)
|
21
|
-
return percent * main_residence_value
|
22
|
-
else:
|
23
|
-
return 0
|
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
+
## [2.39.3] - 2025-07-17 12:45:26
|
9
|
+
|
10
|
+
### Fixed
|
11
|
+
|
12
|
+
- NI domestic rates taken as reported.
|
13
|
+
|
14
|
+
## [2.39.2] - 2025-07-17 10:41:08
|
15
|
+
|
16
|
+
### Fixed
|
17
|
+
|
18
|
+
- Use outturn data for council tax growth in England, Scotland, and Wales for 2023-2025.
|
19
|
+
|
20
|
+
## [2.39.1] - 2025-07-16 11:08:29
|
21
|
+
|
22
|
+
### Fixed
|
23
|
+
|
24
|
+
- Improved water bills projections.
|
25
|
+
|
8
26
|
## [2.39.0] - 2025-07-15 11:58:59
|
9
27
|
|
10
28
|
### Added
|
@@ -1949,6 +1967,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
1949
1967
|
|
1950
1968
|
|
1951
1969
|
|
1970
|
+
[2.39.3]: https://github.com/PolicyEngine/openfisca-uk/compare/2.39.2...2.39.3
|
1971
|
+
[2.39.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.39.1...2.39.2
|
1972
|
+
[2.39.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.39.0...2.39.1
|
1952
1973
|
[2.39.0]: https://github.com/PolicyEngine/openfisca-uk/compare/2.38.2...2.39.0
|
1953
1974
|
[2.38.2]: https://github.com/PolicyEngine/openfisca-uk/compare/2.38.1...2.38.2
|
1954
1975
|
[2.38.1]: https://github.com/PolicyEngine/openfisca-uk/compare/2.38.0...2.38.1
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: policyengine-uk
|
3
|
-
Version: 2.39.
|
3
|
+
Version: 2.39.3
|
4
4
|
Summary: PolicyEngine tax and benefit system for the UK
|
5
5
|
Project-URL: Homepage, https://github.com/PolicyEngine/policyengine-uk
|
6
6
|
Project-URL: Repository, https://github.com/PolicyEngine/policyengine-uk
|
@@ -134,7 +134,7 @@ policyengine_uk/parameters/gov/dwp/JSA/income/income_disregard_single.yaml,sha25
|
|
134
134
|
policyengine_uk/parameters/gov/dwp/JSA/income/takeup.yaml,sha256=YAkrZhjU_SXOQgPktzV6QFlXKVSyhJv26ENNOL67qj8,631
|
135
135
|
policyengine_uk/parameters/gov/dwp/LHA/README.md,sha256=5tGqv1Y9604EHSpFrveWSSku3Fz1OXayWJ1SkLaPvSw,26
|
136
136
|
policyengine_uk/parameters/gov/dwp/LHA/__init__.py,sha256=YMNgG4e3yHHtoJ6hpx5Zuz3MT-IODSC1Q1yNNANqNtk,136
|
137
|
-
policyengine_uk/parameters/gov/dwp/LHA/freeze.yaml,sha256=
|
137
|
+
policyengine_uk/parameters/gov/dwp/LHA/freeze.yaml,sha256=WtWomrgei1cmzRMX6PS71L_8GpXAF4wG5VNUmXV1agY,207
|
138
138
|
policyengine_uk/parameters/gov/dwp/LHA/lha_list_of_rents.csv.gz,sha256=SVaiCl5aBL5aAKvWuEHSm5baJ8pTnlIt1XBTcDESCgI,853159
|
139
139
|
policyengine_uk/parameters/gov/dwp/LHA/percentile.yaml,sha256=TtPLtgck3uJxlrk9PX2R9Ytk9lVkSU4GkCYEKCPE7Ds,247
|
140
140
|
policyengine_uk/parameters/gov/dwp/LHA/means_test/earn_disregard.yaml,sha256=qOLXvpxZT0fvI1WV_NKinNJHqeGQ5tQ_Fa07v_ly-kA,319
|
@@ -215,7 +215,7 @@ policyengine_uk/parameters/gov/dwp/pension_credit/takeup.yaml,sha256=6uqvO5g7v73
|
|
215
215
|
policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/additions.yaml,sha256=ENATVc8mGRdlaxd44Dzt32cPRI62FmDIMNqWMfWlFXY,312
|
216
216
|
policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/earnings_sources.yaml,sha256=grWpDff51dcA450BMOdrYkeIaAsTHa0fKw1eVifa9wQ,456
|
217
217
|
policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/income.yaml,sha256=k2U8I3RqBELV4_QBrOgFumUBgzMneVFWeHUmeOjWiA0,518
|
218
|
-
policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee.yaml,sha256=
|
218
|
+
policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/minimum_guarantee.yaml,sha256=Rvgt6yoR9hTwrgrN2IUsw_F24fXnTlbdjUTXb5iZjJI,961
|
219
219
|
policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/carer/addition.yaml,sha256=WYo1LA8YobxJQRgdSXr8JD_RET4eJWhhvR9g60C_HG0,540
|
220
220
|
policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/addition.yaml,sha256=OVKTox12TFpCB6_ovOaO5YqVt140P3autTP9iNdP_as,512
|
221
221
|
policyengine_uk/parameters/gov/dwp/pension_credit/guarantee_credit/child/disability/addition.yaml,sha256=oGBPstiGFPuD5g1ovEIkpOkzzqaF8GX4cosJKMTCG3M,564
|
@@ -313,7 +313,7 @@ policyengine_uk/parameters/gov/dwp/winter_fuel_payment/eligibility/taxable_incom
|
|
313
313
|
policyengine_uk/parameters/gov/economic_assumptions/create_economic_assumption_indices.py,sha256=Z4dYghSit5gXo4V3wBpnLIc9zgTX4cfEyb_TUlJkTGY,1937
|
314
314
|
policyengine_uk/parameters/gov/economic_assumptions/lag_average_earnings.py,sha256=ksHcyUQkLAJmKizCeSg8j0hzPc7ajgIvbExWLgCra4U,701
|
315
315
|
policyengine_uk/parameters/gov/economic_assumptions/lag_cpi.py,sha256=IdtaMLN1_OSu-RFZsQV8vBlbOvXsPlnNlsOuinRHrxg,642
|
316
|
-
policyengine_uk/parameters/gov/economic_assumptions/yoy_growth.yaml,sha256=
|
316
|
+
policyengine_uk/parameters/gov/economic_assumptions/yoy_growth.yaml,sha256=EALOB7XxTZlxPQcV9PKW7zhgEdMvP1PlUPd8NWmCpYw,8949
|
317
317
|
policyengine_uk/parameters/gov/hmrc/README.md,sha256=nkHVZl6lsjI93sR8uC7wAbul3_61wJrsP08iaW8f5lk,7
|
318
318
|
policyengine_uk/parameters/gov/hmrc/minimum_wage.yaml,sha256=1oMbevU0ESHR51mcAG39POd1DA1FgPUep4hL6ojj-P4,2049
|
319
319
|
policyengine_uk/parameters/gov/hmrc/business_rates/README.md,sha256=9ud50i_gMjGj6VymF-nzFDTzkFRMMJx6ybpLwbWzvpI,17
|
@@ -528,7 +528,7 @@ policyengine_uk/reforms/policyengine/disable_simulated_benefits.py,sha256=siEs1E
|
|
528
528
|
policyengine_uk/tests/test_parameter_metadata.py,sha256=_2w2dSokAf5Jskye_KIL8eh80N7yIrUszlmqnZtwQws,450
|
529
529
|
policyengine_uk/tests/code_health/test_variables.py,sha256=9Y-KpmzhyRGy9eEqocK9z91NXHX5QIF3mDMNGvegb7Q,1398
|
530
530
|
policyengine_uk/tests/microsimulation/README.md,sha256=1toB1Z06ynlUielTrsAaeo9Vb-c3ZrB3tbbR4E1xUGk,3924
|
531
|
-
policyengine_uk/tests/microsimulation/reforms_config.yaml,sha256=
|
531
|
+
policyengine_uk/tests/microsimulation/reforms_config.yaml,sha256=lHBXxuYDtpS5oTfpZEv-9E-o-UZiCn7zf824xvQQ4_s,1086
|
532
532
|
policyengine_uk/tests/microsimulation/test_reform_impacts.py,sha256=xM3M2pclEhA9JIFpnuiPMy1fEBFOKcSzroRPk73FPls,2635
|
533
533
|
policyengine_uk/tests/microsimulation/test_validity.py,sha256=RWhbSKrnrZCNQRVmGYlM8hnpe1_Blo5_xP8vr8u3kV0,694
|
534
534
|
policyengine_uk/tests/microsimulation/update_reform_impacts.py,sha256=2pxp2RNLWxV4CesGKKHmg3qBs79Jq2Jcq3GJIBk4euU,4824
|
@@ -667,7 +667,6 @@ policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_child
|
|
667
667
|
policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_income_condition.yaml,sha256=qpqIYXa4ubJQiuPZnKR2kLk7or_tZhbYMu6Y4em2hi0,1718
|
668
668
|
policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_program_eligible.yaml,sha256=ve_hP9HjD1Gjnscdz71ZU7bRFRlTGmpi_lXBOHkhySU,805
|
669
669
|
policyengine_uk/tests/policy/baseline/gov/hmrc/tax_free_childcare/tax_free_childcare_work_condition.yaml,sha256=kZTgT961Ia33PniUQ6yUeUwa3cVD_-rr3HYvdnbkoFM,3456
|
670
|
-
policyengine_uk/tests/policy/baseline/gov/local_authorities/domestic_rates.yaml,sha256=pYQJD-a2wj6gnLpq9gXAjo1-Ee_hFgJIQterHE2o278,158
|
671
670
|
policyengine_uk/tests/policy/baseline/gov/treasury/energy_bills_rebate/council_tax_rebate.yaml,sha256=tl-dRq-75a7T0ymQ_xwklmqgNqvt3O_orcAYMumqpvU,449
|
672
671
|
policyengine_uk/tests/policy/baseline/gov/treasury/energy_bills_rebate/energy_bills_credit.yaml,sha256=TUHCdT1wvtVY9s4aFMU1nhDMQlPZOBRG6yyTaYY12uQ,114
|
673
672
|
policyengine_uk/tests/policy/baseline/gov/treasury/energy_bills_rebate/energy_bills_rebate.yaml,sha256=w5EpdQMaIiqGVhJkKwoJU3T2T1uE2BvaZAVFT7ioTz0,279
|
@@ -689,7 +688,7 @@ policyengine_uk/utils/create_triple_lock.py,sha256=E8qR51cq5jPL6EOXFoPi1qJhrcUBX
|
|
689
688
|
policyengine_uk/utils/parameters.py,sha256=OQTzTkHMdwbphCo0mV7_n_FJT0rdwIKNFTsk_lsdETE,1301
|
690
689
|
policyengine_uk/utils/solve_private_school_attendance_factor.py,sha256=LUZCgHKAQTY5qHlGJutn7pOFUWT0AP16YcJy-YUjQ3Q,1609
|
691
690
|
policyengine_uk/utils/water/README.md,sha256=sdBI-JZ-jcRoSUfwNx5wjv5Ig_nM8OPvvjSsSMs_Wh8,443
|
692
|
-
policyengine_uk/utils/water/forecast_water_bills.py,sha256=
|
691
|
+
policyengine_uk/utils/water/forecast_water_bills.py,sha256=B4vtfJuR8XfBP-KHGyhRp2Oo7X7buN-lDH6tBIXqE2U,2788
|
693
692
|
policyengine_uk/variables/contrib/cec/non_primary_residence_wealth_tax.py,sha256=Hx5HCHc9ioK6InqTgTt6fX9JwI0sroTLgPB5N5YCJz0,668
|
694
693
|
policyengine_uk/variables/contrib/labour/attends_private_school.py,sha256=OfTnVcRhuBNI6bIPdlbLdVvhCYWYu0eHTXNbLeGl3Bs,2422
|
695
694
|
policyengine_uk/variables/contrib/labour/private_school_vat.py,sha256=IF1XfNNYFuYPiZd4HiGF4aAiPcY1_vGA_nAgTW7M2wg,851
|
@@ -1078,7 +1077,7 @@ policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childc
|
|
1078
1077
|
policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childcare_program_eligible.py,sha256=GZHeYz5tHXwy7iqo-naYXYUNVA6Y1u4bEMQVVS_vN_0,493
|
1079
1078
|
policyengine_uk/variables/gov/hmrc/tax_free_childcare/conditions/tax_free_childcare_work_condition.py,sha256=zuUx7TP8xw79d9WQtY6QO1O2tPjPYQz-PJQ9V7sBbw4,1806
|
1080
1079
|
policyengine_uk/variables/gov/local_authorities/README.md,sha256=XVumqnA1PuLF98hZ3hTQkhU6j2ehCIQHLkkC8Ha16Q8,20
|
1081
|
-
policyengine_uk/variables/gov/local_authorities/domestic_rates.py,sha256=
|
1080
|
+
policyengine_uk/variables/gov/local_authorities/domestic_rates.py,sha256=meAt9FNmcXaxAmZ08nc1ixQUbUDuTqd9Oi6nqfY7yas,193
|
1082
1081
|
policyengine_uk/variables/gov/revenue_scotland/expected_lbtt.py,sha256=xR6hatdjVGf9eBOKOovyKUs-rqVdpDN9TL9ywn4nIwM,538
|
1083
1082
|
policyengine_uk/variables/gov/revenue_scotland/land_and_buildings_transaction_tax.py,sha256=ZwH7XQHYkw8Iw3OtFZeHgFL3R2Z4RkGNGsaJ8GdxGw0,544
|
1084
1083
|
policyengine_uk/variables/gov/revenue_scotland/lbtt_liable.py,sha256=nZ0w0eDFEeJSHYzo2GUvL9BOLyNBjcCEhyC24i3sE7s,486
|
@@ -1368,10 +1367,10 @@ policyengine_uk/variables/misc/spi_imputed.py,sha256=iPVlBF_TisM0rtKvO-3-PQ2UYCe
|
|
1368
1367
|
policyengine_uk/variables/misc/uc_migrated.py,sha256=zFNcUJaO8gwmbL1iY9GKgUt3G6J9yrCraqBV_5dCvlM,306
|
1369
1368
|
policyengine_uk/variables/misc/categories/lower_middle_or_higher.py,sha256=C54tHYz2DmOyvQYCC1bF8RJwRZinhAq_e3aYC-9F5fM,157
|
1370
1369
|
policyengine_uk/variables/misc/categories/lower_or_higher.py,sha256=81NIbLLabRr9NwjpUZDuV8IV8_mqmp5NM-CZvt55TwE,129
|
1371
|
-
policyengine_uk-2.39.
|
1372
|
-
policyengine_uk-2.39.
|
1373
|
-
policyengine_uk-2.39.
|
1374
|
-
policyengine_uk-2.39.
|
1375
|
-
policyengine_uk-2.39.
|
1376
|
-
policyengine_uk-2.39.
|
1377
|
-
policyengine_uk-2.39.
|
1370
|
+
policyengine_uk-2.39.3.data/data/share/openfisca/openfisca-country-template/CHANGELOG.md,sha256=hRgueOlEmOlDaT8DClLXufj7XOusEPoz6nKuAGdXmPc,56825
|
1371
|
+
policyengine_uk-2.39.3.data/data/share/openfisca/openfisca-country-template/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
|
1372
|
+
policyengine_uk-2.39.3.data/data/share/openfisca/openfisca-country-template/README.md,sha256=PCy7LRLdUDQS8U4PaeHeBVnyBZAqHv1dAVDDvEcom20,1976
|
1373
|
+
policyengine_uk-2.39.3.dist-info/METADATA,sha256=tUAXWlVvXVVqCzq0rB29D4a1fCWiwTFjmX5hnmlH1aY,3495
|
1374
|
+
policyengine_uk-2.39.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
1375
|
+
policyengine_uk-2.39.3.dist-info/licenses/LICENSE,sha256=dql8h4yceoMhuzlcK0TT_i-NgTFNIZsgE47Q4t3dUYI,34520
|
1376
|
+
policyengine_uk-2.39.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|