Skip to content
Merged
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.d/368.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Set Marriage Allowance take-up rate to 0.5 (HMRC outturn ~2.1m claimants of ~4.2m eligible couples) instead of the placeholder 1.0, so microsimulation no longer overstates Marriage Allowance cost by ~£500m/year.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
description: Percentage of eligible couples who claim Marriage Allowance.
description: Share of eligible couples who claim Marriage Allowance. HMRC outturn shows ~2.1m claimants vs ~4.2m eligible (~50% take-up). Read by `datasets/frs.py` to populate `would_claim_marriage_allowance` stochastically per person.
metadata:
unit: /1
label: Marriage Allowance take-up rate
reference:
- title: House of Commons Library — Income tax allowances for married couples (SN00870)
href: https://commonslibrary.parliament.uk/research-briefings/sn00870/
values:
2000-01-01: 1
2000-01-01: 0.5
Loading