Skip to content

Commit

Permalink
Merge pull request #927 from PolicyEngine/uprating
Browse files Browse the repository at this point in the history
Fix rent index and AFCS
  • Loading branch information
nikhilwoodruff authored Sep 16, 2024
2 parents 0a9800c + 4071067 commit 5b5ad29
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- Ensure rent index is tracking CPI.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ values:
2023-10-01: 122.6
metadata:
label: Private rental prices index
uprating: calibration.uprating.CPI
uprating: gov.obr.consumer_price_index
reference:
- title: ONS Index of Private Housing Rental Prices, UK monthly estimates
href: https://www.ons.gov.uk/economy/inflationandpriceindices/datasets/indexofprivatehousingrentalpricesreferencetables
1 change: 0 additions & 1 deletion policyengine_uk/variables/gov/dwp/AFCS.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class AFCS(Variable):
label = "Armed Forces Compensation Scheme"
definition_period = YEAR
unit = GBP
uprating = "calibration.uprating.september_cpi"

adds = ["AFCS_reported"]

Expand Down

0 comments on commit 5b5ad29

Please sign in to comment.