Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
changes:
changed:
- Added household-level impact analysis by pension contributions to UK income tax and NI reforms blog post
- Updated UK LSR parameter paths to use British spelling (`labour_supply_responses`) to match policyengine-uk rename.
4 changes: 2 additions & 2 deletions src/pages/policy/PolicyRightSidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ function BehavioralResponseToggle(props) {
const behavioralResponseReforms = useMemo(
() => ({
uk: {
"gov.simulation.labor_supply_responses.income_elasticity": {
"gov.simulation.labour_supply_responses.income_elasticity": {
[dateString]: -0.05,
},
"gov.simulation.labor_supply_responses.substitution_elasticity": {
"gov.simulation.labour_supply_responses.substitution_elasticity": {
[dateString]: 0.25,
Comment on lines +114 to 118
},
},
Expand Down