Skip to content

Commit 13ac04d

Browse files
authored
Update UK labour supply responses parameters path (#2772)
* Edit lsr uk param path * changelog
1 parent e738d06 commit 13ac04d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

changelog_entry.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- bump: minor
1+
- bump: patch
22
changes:
3-
added:
4-
- A blog post analyzing the impact of removing the UK two-child benefit limit
3+
fixed:
4+
- Updated UK labor supply elasticity parameter paths to match policyengine-uk v2.39.0

src/pages/policy/PolicyRightSidebar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ function BehavioralResponseToggle(props) {
111111
const behavioralResponseReforms = useMemo(
112112
() => ({
113113
uk: {
114-
"gov.behavioral_responses.labor_supply_income_elasticity": {
114+
"gov.simulation.labor_supply_responses.income_elasticity": {
115115
[dateString]: -0.05,
116116
},
117-
"gov.behavioral_responses.labor_supply_substitution_elasticity": {
117+
"gov.simulation.labor_supply_responses.substitution_elasticity": {
118118
[dateString]: 0.25,
119119
},
120120
},

0 commit comments

Comments
 (0)