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/uk-uc-rebind-808-809.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Re-bind the nine DWP Universal Credit composition targets to benefit-unit grain, because a DWP household is the UC unit of assessment: the old household-grain binding summed `is_child` over the dwelling, counting children from other benefit units and deleting single claimants who share a dwelling with children. Re-bind the two two-child-limit disability children targets to sum `is_child` for sheet 04B's all-children concept (microcosm#808, microcosm#809).
Original file line number Diff line number Diff line change
Expand Up @@ -4058,7 +4058,7 @@
"geography_level": "country",
"geography_id": "K03000001"
},
"entity": "household",
"entity": "benunit",
"measure": "dwp/uc/claimants_with_1_children",
"family": "dwp_universal_credit",
"period": 2025,
Expand All @@ -4081,7 +4081,7 @@
"geography_level": "country",
"geography_id": "K03000001"
},
"entity": "household",
"entity": "benunit",
"measure": "dwp/uc/claimants_with_2_children",
"family": "dwp_universal_credit",
"period": 2025,
Expand All @@ -4104,7 +4104,7 @@
"geography_level": "country",
"geography_id": "K03000001"
},
"entity": "household",
"entity": "benunit",
"measure": "dwp/uc/claimants_with_3_children",
"family": "dwp_universal_credit",
"period": 2025,
Expand All @@ -4127,7 +4127,7 @@
"geography_level": "country",
"geography_id": "K03000001"
},
"entity": "household",
"entity": "benunit",
"measure": "dwp/uc/claimants_with_4_children",
"family": "dwp_universal_credit",
"period": 2025,
Expand All @@ -4150,7 +4150,7 @@
"geography_level": "country",
"geography_id": "K03000001"
},
"entity": "household",
"entity": "benunit",
"measure": "dwp/uc/claimants_with_5+_children",
"family": "dwp_universal_credit",
"period": 2025,
Expand All @@ -4173,7 +4173,7 @@
"geography_level": "country",
"geography_id": "K03000001"
},
"entity": "household",
"entity": "benunit",
"measure": "dwp/uc/claimants_single_no_children",
"family": "dwp_universal_credit",
"period": 2025,
Expand All @@ -4196,7 +4196,7 @@
"geography_level": "country",
"geography_id": "K03000001"
},
"entity": "household",
"entity": "benunit",
"measure": "dwp/uc/claimants_single_with_children",
"family": "dwp_universal_credit",
"period": 2025,
Expand All @@ -4219,7 +4219,7 @@
"geography_level": "country",
"geography_id": "K03000001"
},
"entity": "household",
"entity": "benunit",
"measure": "dwp/uc/claimants_couple_no_children",
"family": "dwp_universal_credit",
"period": 2025,
Expand All @@ -4242,7 +4242,7 @@
"geography_level": "country",
"geography_id": "K03000001"
},
"entity": "household",
"entity": "benunit",
"measure": "dwp/uc/claimants_couple_with_children",
"family": "dwp_universal_credit",
"period": 2025,
Expand Down
Loading
Loading