Skip to content

Commit 2e604c0

Browse files
authored
Merge pull request #1259 from PolicyEngine/maria/parameter_fixes
Standardize parameter floats
2 parents a601629 + 35a5492 commit 2e604c0

85 files changed

Lines changed: 302 additions & 298 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: minor
2+
changes:
3+
changed:
4+
- Standardize decimals in parameters.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: Increase State Pension payments by this percentage.
22
values:
3-
2000-01-01: 0.0
3+
2000-01-01: 0
44
metadata:
55
unit: /1
66
label: State Pension increase

policyengine_uk/parameters/gov/contrib/ubi_center/carbon_tax.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ consumer_incidence:
77
name: carbon_tax_consumer_incidence
88
unit: /1
99
values:
10-
2010-01-01: 1.0
10+
2010-01-01: 1
1111
rate:
1212
description: Price per tonne of carbon emissions
1313
metadata:
1414
label: Carbon tax
1515
unit: currency-GBP
1616
values:
17-
2010-01-01: 0.0
17+
2010-01-01: 0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
rate:
22
description: Tax rate on the unimproved value of land
33
values:
4-
2010-01-01: 0.00
4+
2010-01-01: 0
55
metadata:
66
label: Land value tax
77
unit: /1
88
household_rate:
99
description: Tax rate on the unimproved value of land owned by households
1010
values:
11-
2010-01-01: 0.00
11+
2010-01-01: 0
1212
metadata:
1313
label: Land value tax (households)
1414
unit: /1
1515
corporate_rate:
1616
description: Tax rate on the unimproved value of land owned by corporations
1717
values:
18-
2010-01-01: 0.00
18+
2010-01-01: 0
1919
metadata:
2020
label: Land value tax (corporations)
2121
unit: /1

policyengine_uk/parameters/gov/dcms/bbc/tv_licence/colour.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
description: Full TV licence for a colour TV, before any discounts are applied.
22
values:
3-
2017-04-01: 147.00
4-
2018-04-01: 150.50
5-
2019-04-01: 154.50
6-
2020-04-01: 157.50
7-
2021-04-01: 159.00
3+
2017-04-01: 147
4+
2018-04-01: 150.5
5+
2019-04-01: 154.5
6+
2020-04-01: 157.5
7+
2021-04-01: 159
88
metadata:
99
unit: currency-GBP
1010
period: year

policyengine_uk/parameters/gov/dfe/education_spending.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: Total spending by the Department for Education (DfE) on state education services (£ billions). Includes both Resource Departmental Expenditure Limit and Capital Departmental Expenditure Limit, but excludes depreciation.
22
values:
3-
2023-01-01: 88.0
3+
2023-01-01: 88
44
2024-01-01: 94.9
55
2025-01-01: 100.9
66
metadata:

policyengine_uk/parameters/gov/dft/spending.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
description: Total spending by the Department for Transport (DfT). Includes both Resource Departmental Expenditure Limit and Capital Departmental Expenditure Limit, but excludes depreciation.
22
values:
3-
2023-01-01: 30.0
4-
2024-01-01: 29.0
3+
2023-01-01: 30
4+
2024-01-01: 29
55
2025-01-01: 30.1
66
metadata:
77
unit: currency-GBP

policyengine_uk/parameters/gov/dwp/ESA/income/earn_disregard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ metadata:
77
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=38
88
unit: currency-GBP
99
values:
10-
2015-04-01: 5.0
10+
2015-04-01: 5

policyengine_uk/parameters/gov/dwp/ESA/income/income_disregard_couple.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ metadata:
77
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=38
88
unit: currency-GBP
99
values:
10-
2015-04-01: 10.0
10+
2015-04-01: 10

policyengine_uk/parameters/gov/dwp/ESA/income/income_disregard_lone_parent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ metadata:
77
reference: https://www.iser.essex.ac.uk/files/projects/UKMOD/EUROMOD_country_report.pdf#page=38
88
unit: currency-GBP
99
values:
10-
2015-04-01: 20.0
10+
2015-04-01: 20

0 commit comments

Comments
 (0)