diff --git a/chronicle/bundle.py b/chronicle/bundle.py index 1b55b97f..b6885891 100644 --- a/chronicle/bundle.py +++ b/chronicle/bundle.py @@ -63,13 +63,15 @@ "dft-veh1103-cars-fuel-type-2025", "dwp-benefit-cap-november-2025", "dwp-benefit-statistics-february-2026", + "dwp-hb-claimants-client-type-tenure-accommodation-type-september-2025-february-2026", + "dwp-hb-claimants-client-type-tenure-january-2023-february-2026", "dwp-pip-daily-living-foi-2025", - "dwp-uc-childcare-element-march-2021-august-2025", + "dwp-uc-childcare-element-march-2021-may-2026", "dwp-uc-deductions-march-2025-february-2026", "dwp-uc-households-by-constituency-children-may-2025", "dwp-uc-households-by-constituency-may-2025", "dwp-uc-households-by-local-authority-may-2025", - "dwp-uc-households-carer-entitlement-april-december-2025", + "dwp-uc-households-carer-entitlement-payment-indicator-january-2023-may-2026", "dwp-uc-households-children-april-december-2025", "dwp-uc-households-children-child-entitlement-april-december-2025", "dwp-uc-households-children-payment-indicator-child-entitlement-april-2023-may-2026", @@ -77,9 +79,12 @@ "dwp-uc-households-family-type-child-entitlement-april-december-2025", "dwp-uc-households-family-type-payment-indicator-april-december-2025", "dwp-uc-households-family-type-payment-indicator-child-entitlement-april-2023-may-2026", - "dwp-uc-households-housing-entitlement-april-december-2025", - "dwp-uc-households-lcwra-entitlement-april-december-2025", + "dwp-uc-households-housing-entitlement-payment-indicator-january-2023-may-2026", + "dwp-uc-households-housing-tenure-payment-indicator-january-2023-may-2026", + "dwp-uc-households-lcw-entitlement-group-payment-indicator-january-2023-may-2026", + "dwp-uc-households-lcw-entitlement-payment-indicator-january-2023-may-2026", "dwp-uc-payment-distribution-april-december-2025", + "dwp-uc-people-employment-indicator-january-2023-may-2026", "dwp-uc-scotland-youngest-child-april-december-2025", "dwp-uc-two-child-limit-2025", "hmrc-cgt-age-2026", diff --git a/chronicle/source_package.py b/chronicle/source_package.py index addc3a77..b4502f7c 100644 --- a/chronicle/source_package.py +++ b/chronicle/source_package.py @@ -166,8 +166,14 @@ "dwp-benefit-statistics-february-2026": Path( "dwp/benefit_statistics_february_2026" ), - "dwp-uc-childcare-element-march-2021-august-2025": Path( - "dwp/uc_childcare_element_march_2021_august_2025" + "dwp-hb-claimants-client-type-tenure-january-2023-february-2026": Path( + "dwp/hb_claimants_client_type_tenure_january_2023_february_2026" + ), + "dwp-hb-claimants-client-type-tenure-accommodation-type-september-2025-february-2026": Path( + "dwp/hb_claimants_client_type_tenure_accommodation_type_september_2025_february_2026" + ), + "dwp-uc-childcare-element-march-2021-may-2026": Path( + "dwp/uc_childcare_element_march_2021_may_2026" ), "dwp-uc-deductions-march-2025-february-2026": Path( "dwp/uc_deductions_march_2025_february_2026" @@ -182,21 +188,12 @@ "dwp-uc-households-by-local-authority-may-2025": Path( "dwp/uc_households_by_local_authority_may_2025" ), - "dwp-uc-households-carer-entitlement-april-december-2025": Path( - "dwp/uc_households_carer_entitlement_april_december_2025" - ), "dwp-uc-households-children-april-december-2025": Path( "dwp/uc_households_children_april_december_2025" ), "dwp-uc-households-family-type-april-december-2025": Path( "dwp/uc_households_family_type_april_december_2025" ), - "dwp-uc-households-housing-entitlement-april-december-2025": Path( - "dwp/uc_households_housing_entitlement_april_december_2025" - ), - "dwp-uc-households-lcwra-entitlement-april-december-2025": Path( - "dwp/uc_households_lcwra_entitlement_april_december_2025" - ), "dwp-uc-households-family-type-child-entitlement-april-december-2025": Path( "dwp/uc_households_family_type_child_entitlement_april_december_2025" ), @@ -212,6 +209,24 @@ "dwp-uc-households-children-payment-indicator-child-entitlement-april-2023-may-2026": Path( "dwp/uc_households_children_payment_indicator_child_entitlement_april_2023_may_2026" ), + "dwp-uc-households-housing-tenure-payment-indicator-january-2023-may-2026": Path( + "dwp/uc_households_housing_tenure_payment_indicator_january_2023_may_2026" + ), + "dwp-uc-households-housing-entitlement-payment-indicator-january-2023-may-2026": Path( + "dwp/uc_households_housing_entitlement_payment_indicator_january_2023_may_2026" + ), + "dwp-uc-households-lcw-entitlement-payment-indicator-january-2023-may-2026": Path( + "dwp/uc_households_lcw_entitlement_payment_indicator_january_2023_may_2026" + ), + "dwp-uc-households-lcw-entitlement-group-payment-indicator-january-2023-may-2026": Path( + "dwp/uc_households_lcw_entitlement_group_payment_indicator_january_2023_may_2026" + ), + "dwp-uc-households-carer-entitlement-payment-indicator-january-2023-may-2026": Path( + "dwp/uc_households_carer_entitlement_payment_indicator_january_2023_may_2026" + ), + "dwp-uc-people-employment-indicator-january-2023-may-2026": Path( + "dwp/uc_people_employment_indicator_january_2023_may_2026" + ), "dwp-uc-payment-distribution-april-december-2025": Path( "dwp/uc_payment_distribution_april_december_2025" ), diff --git a/db/data/dwp/hb_claimants_client_type_tenure_accommodation_type_september_2025_february_2026/housing_benefit_claimants_by_client_type_tenure_and_accommodation_type_september_2025_february_2026.json b/db/data/dwp/hb_claimants_client_type_tenure_accommodation_type_september_2025_february_2026/housing_benefit_claimants_by_client_type_tenure_and_accommodation_type_september_2025_february_2026.json new file mode 100644 index 00000000..90ae3e4a --- /dev/null +++ b/db/data/dwp/hb_claimants_client_type_tenure_accommodation_type_september_2025_february_2026/housing_benefit_claimants_by_client_type_tenure_and_accommodation_type_september_2025_february_2026.json @@ -0,0 +1,132 @@ +{ + "query" : { + "database" : "str:database:hb_new", + "measures" : [ "str:count:hb_new:V_F_HB_NEW" ], + "recodes" : { + "str:field:hb_new:V_F_HB_NEW:PENWORK" : { + "map" : [ [ "str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1" ], [ "str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2" ] ], + "total" : true + }, + "str:field:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME" : { + "map" : [ [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202509" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202510" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202511" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202512" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202601" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202602" ] ], + "total" : false + }, + "str:field:hb_new:V_F_HB_NEW:TENURE_PUB" : { + "map" : [ [ "str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1" ], [ "str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2" ], [ "str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99" ] ], + "total" : true + }, + "str:field:hb_new:V_F_HB_NEW:SATA" : { + "map" : [ [ "str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1" ], [ "str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2" ], [ "str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9" ], [ "str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99" ] ], + "total" : false + } + }, + "dimensions" : [ [ "str:field:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME" ], [ "str:field:hb_new:V_F_HB_NEW:PENWORK" ], [ "str:field:hb_new:V_F_HB_NEW:TENURE_PUB" ], [ "str:field:hb_new:V_F_HB_NEW:SATA" ] ] + }, + "database" : { + "id" : "hb_new", + "uri" : "str:database:hb_new", + "label" : "Housing Benefit - Data from April 2018", + "annotationKeys" : [ "XXI" ] + }, + "measures" : [ { + "uri" : "str:count:hb_new:V_F_HB_NEW", + "label" : "Housing Benefit Claimants", + "measure" : "str:count:hb_new:V_F_HB_NEW", + "function" : "COUNT" + } ], + "fields" : [ { + "uri" : "str:field:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME", + "label" : "Month", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202509" ], + "labels" : [ "202509 (Sep-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202510" ], + "labels" : [ "202510 (Oct-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202511" ], + "labels" : [ "202511 (Nov-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202512" ], + "labels" : [ "202512 (Dec-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202601" ], + "labels" : [ "202601 (Jan-26)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202602" ], + "labels" : [ "202602 (Feb-26)" ] + } ] + }, { + "uri" : "str:field:hb_new:V_F_HB_NEW:PENWORK", + "label" : "Client Type", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1" ], + "labels" : [ "Working age" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2" ], + "labels" : [ "Pension age" ] + }, { + "type" : "Total", + "labels" : [ "Total" ] + } ] + }, { + "uri" : "str:field:hb_new:V_F_HB_NEW:TENURE_PUB", + "label" : "Private or Social Rented", + "annotationKeys" : [ "XXV", "XXVI" ], + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1" ], + "labels" : [ "Social Rented Sector" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2" ], + "labels" : [ "Private Rented Sector" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99" ], + "labels" : [ "Unknown or missing housing sector" ] + }, { + "type" : "Total", + "labels" : [ "Total" ] + } ] + }, { + "uri" : "str:field:hb_new:V_F_HB_NEW:SATA", + "label" : "Accommodation Type", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1" ], + "labels" : [ "Specified Accommodation" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2" ], + "labels" : [ "Temporary Accommodation" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9" ], + "labels" : [ "Other" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99" ], + "labels" : [ "Unknown / Missing" ] + } ] + } ], + "cubes" : { + "str:count:hb_new:V_F_HB_NEW" : { + "values" : [ [ [ [ 150195, 123388, 116196, 11 ], [ 39805, 44, 24405, 0 ], [ 0, 0, 123, 34 ], [ 190000, 123438, 140728, 48 ] ], [ [ 49140, 4037, 838151, 15 ], [ 5080, 492, 211847, 0 ], [ 0, 0, 7, 6 ], [ 54221, 4527, 1050003, 21 ] ], [ [ 199334, 127426, 954352, 24 ], [ 44882, 535, 236247, 0 ], [ 0, 0, 137, 44 ], [ 244218, 127968, 1190731, 69 ] ] ], [ [ [ 150815, 126315, 79053, 13 ], [ 40067, 21, 16533, 0 ], [ 0, 14, 123, 27 ], [ 190890, 126345, 95704, 38 ] ], [ [ 49102, 4135, 838408, 35 ], [ 5107, 26, 212647, 11 ], [ 0, 0, 12, 5 ], [ 54203, 4161, 1051070, 49 ] ], [ [ 199916, 130455, 917465, 45 ], [ 45174, 40, 229177, 11 ], [ 0, 14, 131, 30 ], [ 245094, 130505, 1146775, 85 ] ] ], [ [ [ 150664, 124987, 45759, 15 ], [ 39726, 13, 9124, 0 ], [ 0, 7, 64, 15 ], [ 190389, 125005, 54952, 26 ] ], [ [ 49017, 4104, 836035, 39 ], [ 5102, 46, 212298, 10 ], [ 0, 0, 15, 6 ], [ 54122, 4154, 1048338, 55 ] ], [ [ 199679, 129093, 881795, 47 ], [ 44829, 61, 221417, 10 ], [ 0, 7, 80, 20 ], [ 244506, 129157, 1103295, 79 ] ] ], [ [ [ 152852, 125657, 29278, 5 ], [ 40198, 16, 5644, 0 ], [ 0, 0, 66, 38 ], [ 193049, 125678, 34984, 47 ] ], [ [ 49424, 4196, 835033, 6 ], [ 5115, 45, 212910, 0 ], [ 0, 0, 14, 7 ], [ 54541, 4247, 1047962, 10 ] ], [ [ 202274, 129852, 864312, 13 ], [ 45321, 63, 218553, 0 ], [ 0, 0, 78, 44 ], [ 247593, 129920, 1082944, 51 ] ] ], [ [ [ 155493, 127899, 23603, 5 ], [ 41029, 48, 4460, 0 ], [ 5, 7, 105, 30 ], [ 196528, 127954, 28167, 33 ] ], [ [ 49546, 4340, 836511, 6 ], [ 5175, 49, 213950, 0 ], [ 0, 0, 11, 6 ], [ 54721, 4392, 1050476, 19 ] ], [ [ 205040, 132242, 860112, 13 ], [ 46205, 96, 218408, 0 ], [ 5, 9, 116, 38 ], [ 251246, 132348, 1078644, 51 ] ] ], [ [ [ 155251, 127474, 18184, 6 ], [ 40769, 23, 3364, 0 ], [ 0, 10, 49, 26 ], [ 196021, 127506, 21606, 31 ] ], [ [ 49274, 4339, 834275, 0 ], [ 5144, 45, 213719, 0 ], [ 0, 0, 17, 6 ], [ 54417, 4384, 1048010, 8 ] ], [ [ 204521, 131815, 852464, 5 ], [ 45913, 69, 217086, 0 ], [ 0, 10, 64, 32 ], [ 250434, 131892, 1069608, 38 ] ] ] ], + "precision" : 0 + } + }, + "annotationMap" : { + "XXI" : "\"..\" denotes a nil or negligible number of claimants or award amount based on a nil or negligible number of claimants.", + "XXV" : "For Glasgow City, there has been a misclassification of tenure causing a notable underreporting of the number of Private Rented sector properties between February 2024 and October 2024. Due to this, Detailed Housing Type breakdowns from February 2024 for Glasgow City should be used with caution.", + "XXVI" : "For Calderdale since January 2024 there has been a misclassification of the HB claims where Local Housing Allowance is applied. This means a notable underreporting of Private deregulated tenants (LHA) (PRS) and numbers of Entitled Bedrooms (LHA) and thus over-reporting of Private deregulated tenants (non-LHA) (PRS) and Non-LHA claimants respectively." + } +} \ No newline at end of file diff --git a/db/data/dwp/hb_claimants_client_type_tenure_accommodation_type_september_2025_february_2026/manifest.yaml b/db/data/dwp/hb_claimants_client_type_tenure_accommodation_type_september_2025_february_2026/manifest.yaml new file mode 100644 index 00000000..0f7b3937 --- /dev/null +++ b/db/data/dwp/hb_claimants_client_type_tenure_accommodation_type_september_2025_february_2026/manifest.yaml @@ -0,0 +1,19 @@ +source_id: dwp +package_id: dwp-hb-claimants-client-type-tenure-accommodation-type-september-2025-february-2026 +dataset: dwp_dwp-hb-claimants-client-type-tenure-accommodation-type-september-2025-february-2026 +source_page: https://stat-xplore.dwp.gov.uk/ +table: Housing Benefit claimants by client type, tenure and accommodation type, September + 2025 to February 2026 +files: + 2025: + filename: housing_benefit_claimants_by_client_type_tenure_and_accommodation_type_september_2025_february_2026.json + source_url: https://stat-xplore.dwp.gov.uk/webapi/rest/v1/table + sha256: a2fd55457c9427cd16295489810e8f5fdff0a78e2fabe2aa6e9b835421030bca + size_bytes: 7955 + fetched_at: '2026-09-11T12:11:17Z' + storage: + r2: + provider: r2 + bucket: ledger-raw + key: raw/uk/dwp/dwp-hb-claimants-client-type-tenure-accommodation-type-september-2025-february-2026/2025/a2fd55457c9427cd16295489810e8f5fdff0a78e2fabe2aa6e9b835421030bca/housing_benefit_claimants_by_client_type_tenure_and_accommodation_type_september_2025_february_2026.json + uri: r2://ledger-raw/raw/uk/dwp/dwp-hb-claimants-client-type-tenure-accommodation-type-september-2025-february-2026/2025/a2fd55457c9427cd16295489810e8f5fdff0a78e2fabe2aa6e9b835421030bca/housing_benefit_claimants_by_client_type_tenure_and_accommodation_type_september_2025_february_2026.json diff --git a/db/data/dwp/hb_claimants_client_type_tenure_january_2023_february_2026/housing_benefit_claimants_by_client_type_and_tenure_january_2023_february_2026.json b/db/data/dwp/hb_claimants_client_type_tenure_january_2023_february_2026/housing_benefit_claimants_by_client_type_and_tenure_january_2023_february_2026.json new file mode 100644 index 00000000..6591738c --- /dev/null +++ b/db/data/dwp/hb_claimants_client_type_tenure_january_2023_february_2026/housing_benefit_claimants_by_client_type_and_tenure_january_2023_february_2026.json @@ -0,0 +1,236 @@ +{ + "query" : { + "database" : "str:database:hb_new", + "measures" : [ "str:count:hb_new:V_F_HB_NEW" ], + "recodes" : { + "str:field:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME" : { + "map" : [ [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202301" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202302" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202303" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202304" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202305" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202306" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202307" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202308" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202309" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202310" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202311" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202312" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202401" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202402" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202403" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202404" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202405" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202406" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202407" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202408" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202409" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202410" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202411" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202412" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202501" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202502" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202503" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202504" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202505" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202506" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202507" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202508" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202509" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202510" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202511" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202512" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202601" ], [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202602" ] ], + "total" : false + }, + "str:field:hb_new:V_F_HB_NEW:TENURE_PUB" : { + "map" : [ [ "str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1" ], [ "str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2" ], [ "str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99" ] ], + "total" : true + }, + "str:field:hb_new:V_F_HB_NEW:PENWORK" : { + "map" : [ [ "str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1" ], [ "str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2" ] ], + "total" : true + } + }, + "dimensions" : [ [ "str:field:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME" ], [ "str:field:hb_new:V_F_HB_NEW:PENWORK" ], [ "str:field:hb_new:V_F_HB_NEW:TENURE_PUB" ] ] + }, + "database" : { + "id" : "hb_new", + "uri" : "str:database:hb_new", + "label" : "Housing Benefit - Data from April 2018", + "annotationKeys" : [ "XXI" ] + }, + "measures" : [ { + "uri" : "str:count:hb_new:V_F_HB_NEW", + "label" : "Housing Benefit Claimants", + "measure" : "str:count:hb_new:V_F_HB_NEW", + "function" : "COUNT" + } ], + "fields" : [ { + "uri" : "str:field:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME", + "label" : "Month", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202301" ], + "labels" : [ "202301 (Jan-23)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202302" ], + "labels" : [ "202302 (Feb-23)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202303" ], + "labels" : [ "202303 (Mar-23)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202304" ], + "labels" : [ "202304 (Apr-23)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202305" ], + "labels" : [ "202305 (May-23)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202306" ], + "labels" : [ "202306 (Jun-23)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202307" ], + "labels" : [ "202307 (Jul-23)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202308" ], + "labels" : [ "202308 (Aug-23)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202309" ], + "labels" : [ "202309 (Sep-23)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202310" ], + "labels" : [ "202310 (Oct-23)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202311" ], + "labels" : [ "202311 (Nov-23)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202312" ], + "labels" : [ "202312 (Dec-23)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202401" ], + "labels" : [ "202401 (Jan-24)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202402" ], + "labels" : [ "202402 (Feb-24)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202403" ], + "labels" : [ "202403 (Mar-24)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202404" ], + "labels" : [ "202404 (Apr-24)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202405" ], + "labels" : [ "202405 (May-24)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202406" ], + "labels" : [ "202406 (Jun-24)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202407" ], + "labels" : [ "202407 (Jul-24)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202408" ], + "labels" : [ "202408 (Aug-24)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202409" ], + "labels" : [ "202409 (Sep-24)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202410" ], + "labels" : [ "202410 (Oct-24)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202411" ], + "labels" : [ "202411 (Nov-24)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202412" ], + "labels" : [ "202412 (Dec-24)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202501" ], + "labels" : [ "202501 (Jan-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202502" ], + "labels" : [ "202502 (Feb-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202503" ], + "labels" : [ "202503 (Mar-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202504" ], + "labels" : [ "202504 (Apr-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202505" ], + "labels" : [ "202505 (May-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202506" ], + "labels" : [ "202506 (Jun-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202507" ], + "labels" : [ "202507 (Jul-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202508" ], + "labels" : [ "202508 (Aug-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202509" ], + "labels" : [ "202509 (Sep-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202510" ], + "labels" : [ "202510 (Oct-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202511" ], + "labels" : [ "202511 (Nov-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202512" ], + "labels" : [ "202512 (Dec-25)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202601" ], + "labels" : [ "202601 (Jan-26)" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME:C_HB_NEW_DATE:202602" ], + "labels" : [ "202602 (Feb-26)" ] + } ] + }, { + "uri" : "str:field:hb_new:V_F_HB_NEW:PENWORK", + "label" : "Client Type", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1" ], + "labels" : [ "Working age" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2" ], + "labels" : [ "Pension age" ] + }, { + "type" : "Total", + "labels" : [ "Total" ] + } ] + }, { + "uri" : "str:field:hb_new:V_F_HB_NEW:TENURE_PUB", + "label" : "Private or Social Rented", + "annotationKeys" : [ "XXV", "XXVI" ], + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1" ], + "labels" : [ "Social Rented Sector" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2" ], + "labels" : [ "Private Rented Sector" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99" ], + "labels" : [ "Unknown or missing housing sector" ] + }, { + "type" : "Total", + "labels" : [ "Total" ] + } ] + } ], + "cubes" : { + "str:count:hb_new:V_F_HB_NEW" : { + "values" : [ [ [ 1024911, 319623, 108, 1344641 ], [ 895371, 213779, 22, 1109174 ], [ 1920278, 533399, 132, 2453812 ] ], [ [ 1018444, 314812, 69, 1333321 ], [ 893320, 213640, 15, 1106979 ], [ 1911764, 528452, 87, 2440304 ] ], [ [ 1011339, 309802, 75, 1321213 ], [ 892276, 213685, 22, 1105983 ], [ 1903606, 523490, 98, 2427191 ] ], [ [ 1000207, 303863, 64, 1304137 ], [ 890484, 212989, 26, 1103503 ], [ 1890694, 516851, 91, 2407640 ] ], [ [ 996384, 299594, 72, 1296050 ], [ 891882, 213447, 18, 1105341 ], [ 1888265, 513035, 88, 2401389 ] ], [ [ 991999, 295803, 74, 1287879 ], [ 892661, 213813, 21, 1106497 ], [ 1884658, 509622, 99, 2394371 ] ], [ [ 982298, 290088, 71, 1272451 ], [ 891732, 213507, 14, 1105248 ], [ 1874025, 503595, 85, 2377704 ] ], [ [ 977554, 286650, 53, 1264252 ], [ 892090, 213549, 14, 1105650 ], [ 1869647, 500191, 61, 2369902 ] ], [ [ 966532, 280862, 124, 1247524 ], [ 890645, 213134, 10, 1103789 ], [ 1857179, 493996, 134, 2351313 ] ], [ [ 960042, 276001, 47, 1236091 ], [ 890914, 213410, 7, 1104336 ], [ 1850958, 489412, 56, 2340425 ] ], [ [ 953762, 271337, 60, 1225160 ], [ 891096, 213553, 13, 1104662 ], [ 1844861, 484893, 70, 2329817 ] ], [ [ 945277, 265969, 47, 1211288 ], [ 889585, 213386, 15, 1102991 ], [ 1834862, 479351, 64, 2314278 ] ], [ [ 943683, 263311, 58, 1207052 ], [ 890153, 213966, 8, 1104132 ], [ 1833836, 477276, 70, 2311184 ] ], [ [ 941932, 257335, 73, 1199343 ], [ 890600, 212948, 13, 1103560 ], [ 1832535, 470278, 87, 2302900 ] ], [ [ 928075, 250942, 95, 1179112 ], [ 887717, 212339, 25, 1100079 ], [ 1815794, 463278, 118, 2279192 ] ], [ [ 924698, 247818, 84, 1172603 ], [ 888738, 212674, 19, 1101430 ], [ 1813433, 460491, 105, 2274029 ] ], [ [ 921256, 243437, 127, 1164821 ], [ 891365, 213206, 17, 1104592 ], [ 1812624, 456645, 141, 2269410 ] ], [ [ 903056, 233821, 135, 1137011 ], [ 890379, 212972, 18, 1103374 ], [ 1793434, 446789, 159, 2240385 ] ], [ [ 879470, 220943, 181, 1100594 ], [ 890617, 213310, 19, 1103953 ], [ 1770087, 434256, 196, 2204546 ] ], [ [ 843533, 200350, 187, 1044068 ], [ 891241, 213968, 31, 1105234 ], [ 1734772, 414317, 216, 2149305 ] ], [ [ 800328, 177289, 251, 977876 ], [ 890972, 213957, 22, 1104952 ], [ 1691302, 391251, 274, 2082823 ] ], [ [ 770880, 164062, 211, 935147 ], [ 891591, 214251, 22, 1105863 ], [ 1662470, 378309, 229, 2041010 ] ], [ [ 729464, 150660, 218, 880344 ], [ 889504, 214629, 28, 1104163 ], [ 1618974, 365287, 249, 1984510 ] ], [ [ 706681, 142930, 179, 849791 ], [ 889908, 214926, 31, 1104864 ], [ 1596586, 357855, 214, 1954657 ] ], [ [ 694527, 138167, 242, 832936 ], [ 892018, 215977, 31, 1108028 ], [ 1586545, 354149, 275, 1940965 ] ], [ [ 654276, 125532, 156, 779967 ], [ 889557, 215418, 27, 1104998 ], [ 1543832, 340950, 182, 1884962 ] ], [ [ 626148, 117622, 188, 743953 ], [ 889802, 215710, 35, 1105547 ], [ 1515948, 333327, 216, 1849501 ] ], [ [ 590106, 109311, 248, 699668 ], [ 889759, 216026, 28, 1105816 ], [ 1479869, 325342, 274, 1805482 ] ], [ [ 558503, 102040, 238, 660775 ], [ 891771, 216811, 25, 1108604 ], [ 1450271, 318849, 260, 1769380 ] ], [ [ 503977, 90250, 155, 594390 ], [ 891390, 216685, 15, 1108091 ], [ 1395366, 306937, 172, 1702483 ] ], [ [ 464994, 81899, 154, 547047 ], [ 891911, 217061, 18, 1108985 ], [ 1356903, 298959, 169, 1656034 ] ], [ [ 417381, 71309, 119, 488807 ], [ 890881, 216914, 23, 1107821 ], [ 1308263, 288223, 139, 1596629 ] ], [ [ 389789, 64253, 168, 454213 ], [ 891342, 217418, 16, 1108778 ], [ 1281134, 281668, 182, 1562988 ] ], [ [ 356201, 56621, 155, 412976 ], [ 891682, 217790, 12, 1109480 ], [ 1247879, 274405, 169, 1522456 ] ], [ [ 321420, 48865, 83, 370372 ], [ 889188, 217456, 22, 1106666 ], [ 1210615, 266325, 104, 1477041 ] ], [ [ 307795, 45857, 107, 353756 ], [ 888662, 218078, 19, 1106756 ], [ 1196452, 263938, 123, 1460514 ] ], [ [ 307005, 45538, 138, 352684 ], [ 890405, 219174, 24, 1109600 ], [ 1197415, 264708, 164, 1462284 ] ], [ [ 300913, 44154, 85, 345159 ], [ 887890, 218908, 20, 1106819 ], [ 1188808, 263064, 104, 1451978 ] ] ], + "precision" : 0 + } + }, + "annotationMap" : { + "XXI" : "\"..\" denotes a nil or negligible number of claimants or award amount based on a nil or negligible number of claimants.", + "XXV" : "For Glasgow City, there has been a misclassification of tenure causing a notable underreporting of the number of Private Rented sector properties between February 2024 and October 2024. Due to this, Detailed Housing Type breakdowns from February 2024 for Glasgow City should be used with caution.", + "XXVI" : "For Calderdale since January 2024 there has been a misclassification of the HB claims where Local Housing Allowance is applied. This means a notable underreporting of Private deregulated tenants (LHA) (PRS) and numbers of Entitled Bedrooms (LHA) and thus over-reporting of Private deregulated tenants (non-LHA) (PRS) and Non-LHA claimants respectively." + } +} \ No newline at end of file diff --git a/db/data/dwp/hb_claimants_client_type_tenure_january_2023_february_2026/manifest.yaml b/db/data/dwp/hb_claimants_client_type_tenure_january_2023_february_2026/manifest.yaml new file mode 100644 index 00000000..bed46066 --- /dev/null +++ b/db/data/dwp/hb_claimants_client_type_tenure_january_2023_february_2026/manifest.yaml @@ -0,0 +1,19 @@ +source_id: dwp +package_id: dwp-hb-claimants-client-type-tenure-january-2023-february-2026 +dataset: dwp_dwp-hb-claimants-client-type-tenure-january-2023-february-2026 +source_page: https://stat-xplore.dwp.gov.uk/ +table: Housing Benefit claimants by client type and tenure, January 2023 to February + 2026 +files: + 2025: + filename: housing_benefit_claimants_by_client_type_and_tenure_january_2023_february_2026.json + source_url: https://stat-xplore.dwp.gov.uk/webapi/rest/v1/table + sha256: fbbec9ae81325ec25117d269776d4c5b24f0bb40d2295d56836a067390bceb21 + size_bytes: 16539 + fetched_at: '2026-09-11T12:10:42Z' + storage: + r2: + provider: r2 + bucket: ledger-raw + key: raw/uk/dwp/dwp-hb-claimants-client-type-tenure-january-2023-february-2026/2025/fbbec9ae81325ec25117d269776d4c5b24f0bb40d2295d56836a067390bceb21/housing_benefit_claimants_by_client_type_and_tenure_january_2023_february_2026.json + uri: r2://ledger-raw/raw/uk/dwp/dwp-hb-claimants-client-type-tenure-january-2023-february-2026/2025/fbbec9ae81325ec25117d269776d4c5b24f0bb40d2295d56836a067390bceb21/housing_benefit_claimants_by_client_type_and_tenure_january_2023_february_2026.json diff --git a/db/data/dwp/uc_childcare_element_march_2021_august_2025/manifest.yaml b/db/data/dwp/uc_childcare_element_march_2021_august_2025/manifest.yaml deleted file mode 100644 index 6a12d0a8..00000000 --- a/db/data/dwp/uc_childcare_element_march_2021_august_2025/manifest.yaml +++ /dev/null @@ -1,18 +0,0 @@ -source_id: dwp -package_id: dwp-uc-childcare-element-march-2021-august-2025 -dataset: dwp_dwp-uc-childcare-element-march-2021-august-2025 -source_page: https://www.gov.uk/government/statistics/universal-credit-statistics-29-april-2013-to-9-october-2025 -table: Universal Credit childcare element statistics to August 2025, Table 1 -files: - 2025: - filename: universal-credit-childcare-element-statistics-march-2021-to-to-august-2025.ods - source_url: https://assets.publishing.service.gov.uk/media/6911d3e4663088df8f54f46c/universal-credit-childcare-element-statistics-march-2021-to-to-august-2025.ods - sha256: 9125e9754bf67bcc46da1a8915406ad1d5517119328f3bec49d4a389386ee764 - size_bytes: 71936 - fetched_at: '2026-08-21T11:36:03+00:00' - storage: - r2: - provider: r2 - bucket: ledger-raw - key: raw/dwp/dwp-uc-childcare-element-march-2021-august-2025/2025/9125e9754bf67bcc46da1a8915406ad1d5517119328f3bec49d4a389386ee764/universal-credit-childcare-element-statistics-march-2021-to-to-august-2025.ods - uri: r2://ledger-raw/raw/dwp/dwp-uc-childcare-element-march-2021-august-2025/2025/9125e9754bf67bcc46da1a8915406ad1d5517119328f3bec49d4a389386ee764/universal-credit-childcare-element-statistics-march-2021-to-to-august-2025.ods diff --git a/db/data/dwp/uc_childcare_element_march_2021_august_2025/universal-credit-childcare-element-statistics-march-2021-to-to-august-2025.ods b/db/data/dwp/uc_childcare_element_march_2021_august_2025/universal-credit-childcare-element-statistics-march-2021-to-to-august-2025.ods deleted file mode 100644 index 9b4937e2..00000000 Binary files a/db/data/dwp/uc_childcare_element_march_2021_august_2025/universal-credit-childcare-element-statistics-march-2021-to-to-august-2025.ods and /dev/null differ diff --git a/db/data/dwp/uc_childcare_element_march_2021_may_2026/manifest.yaml b/db/data/dwp/uc_childcare_element_march_2021_may_2026/manifest.yaml new file mode 100644 index 00000000..a972bd9b --- /dev/null +++ b/db/data/dwp/uc_childcare_element_march_2021_may_2026/manifest.yaml @@ -0,0 +1,18 @@ +source_id: dwp +package_id: dwp-uc-childcare-element-march-2021-may-2026 +dataset: dwp_dwp-uc-childcare-element-march-2021-may-2026 +source_page: https://www.gov.uk/government/statistics/universal-credit-quarterly-statistics-29-april-2013-to-14-may-2026 +table: Universal Credit childcare element statistics to May 2026, Tables 1 and 3 +files: + 2025: + filename: universal-credit-childcare-element-statistics-may-2026-tables.ods + source_url: https://assets.publishing.service.gov.uk/media/6a7d95409cba0097fdd83268/universal-credit-childcare-element-statistics-may-2026-tables.ods + sha256: 79ba430bbc3c53899745ef838b37f91b659d2c2c700465145acdff0578ccf675 + size_bytes: 76309 + fetched_at: '2026-09-11T12:10:50+00:00' + storage: + r2: + provider: r2 + bucket: ledger-raw + key: raw/uk/dwp/dwp-uc-childcare-element-march-2021-may-2026/2025/79ba430bbc3c53899745ef838b37f91b659d2c2c700465145acdff0578ccf675/universal-credit-childcare-element-statistics-may-2026-tables.ods + uri: r2://ledger-raw/raw/uk/dwp/dwp-uc-childcare-element-march-2021-may-2026/2025/79ba430bbc3c53899745ef838b37f91b659d2c2c700465145acdff0578ccf675/universal-credit-childcare-element-statistics-may-2026-tables.ods diff --git a/db/data/dwp/uc_childcare_element_march_2021_may_2026/universal-credit-childcare-element-statistics-may-2026-tables.ods b/db/data/dwp/uc_childcare_element_march_2021_may_2026/universal-credit-childcare-element-statistics-may-2026-tables.ods new file mode 100644 index 00000000..8cabdc82 Binary files /dev/null and b/db/data/dwp/uc_childcare_element_march_2021_may_2026/universal-credit-childcare-element-statistics-may-2026-tables.ods differ diff --git a/db/data/dwp/uc_households_carer_entitlement_april_december_2025/manifest.yaml b/db/data/dwp/uc_households_carer_entitlement_april_december_2025/manifest.yaml deleted file mode 100644 index 8e76f6b6..00000000 --- a/db/data/dwp/uc_households_carer_entitlement_april_december_2025/manifest.yaml +++ /dev/null @@ -1,18 +0,0 @@ -source_id: dwp -package_id: dwp-uc-households-carer-entitlement-april-december-2025 -dataset: dwp_dwp-uc-households-carer-entitlement-april-december-2025 -source_page: https://stat-xplore.dwp.gov.uk/ -table: Households on Universal Credit with carer entitlement, April to December 2025 -files: - 2025: - filename: uc_households_carer_entitlement_april_december_2025.json - source_url: https://stat-xplore.dwp.gov.uk/webapi/rest/v1/table - sha256: 1d57b10cc5db7f905553daa43c9192dc72a33d7a6f8052ef482986e45a45cb10 - size_bytes: 5415 - fetched_at: '2026-08-21T12:25:00Z' - storage: - r2: - provider: r2 - bucket: ledger-raw - key: raw/dwp/dwp-uc-households-carer-entitlement-april-december-2025/2025/1d57b10cc5db7f905553daa43c9192dc72a33d7a6f8052ef482986e45a45cb10/uc_households_carer_entitlement_april_december_2025.json - uri: r2://ledger-raw/raw/dwp/dwp-uc-households-carer-entitlement-april-december-2025/2025/1d57b10cc5db7f905553daa43c9192dc72a33d7a6f8052ef482986e45a45cb10/uc_households_carer_entitlement_april_december_2025.json diff --git a/db/data/dwp/uc_households_carer_entitlement_april_december_2025/uc_households_carer_entitlement_april_december_2025.json b/db/data/dwp/uc_households_carer_entitlement_april_december_2025/uc_households_carer_entitlement_april_december_2025.json deleted file mode 100644 index 0659cda3..00000000 --- a/db/data/dwp/uc_households_carer_entitlement_april_december_2025/uc_households_carer_entitlement_april_december_2025.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "query" : { - "database" : "str:database:UC_Households", - "measures" : [ "str:count:UC_Households:V_F_UC_HOUSEHOLDS" ], - "recodes" : { - "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" : { - "map" : [ [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ] ], - "total" : false - }, - "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT" : { - "map" : [ [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1" ] ], - "total" : false - } - }, - "dimensions" : [ [ "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" ], [ "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT" ] ] - }, - "database" : { - "id" : "UC_Households", - "uri" : "str:database:UC_Households", - "label" : "Households on Universal Credit", - "annotationKeys" : [ "I", "II", "III", "IV", "z" ] - }, - "measures" : [ { - "uri" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", - "label" : "Households on Universal Credit", - "measure" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", - "function" : "COUNT" - } ], - "fields" : [ { - "uri" : "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME", - "label" : "Month", - "items" : [ { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], - "labels" : [ "April 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], - "labels" : [ "May 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], - "labels" : [ "June 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], - "labels" : [ "July 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], - "labels" : [ "August 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], - "labels" : [ "September 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], - "labels" : [ "October 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], - "labels" : [ "November 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ], - "labels" : [ "December 2025" ], - "annotationKeys" : [ "r" ] - } ] - }, { - "uri" : "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT", - "label" : "Carer Entitlement", - "items" : [ { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1" ], - "labels" : [ "Yes" ] - } ] - } ], - "cubes" : { - "str:count:UC_Households:V_F_UC_HOUSEHOLDS" : { - "values" : [ [ 1081717 ], [ 1093895 ], [ 1110319 ], [ 1122413 ], [ 1136537 ], [ 1148536 ], [ 1161047 ], [ 1173567 ], [ 1181358 ] ], - "precision" : 0 - } - }, - "annotationMap" : { - "I" : "A limited test of the full Universal Credit service was launched in Sutton, South London on 26th November 2014, and has expanded to other areas since. This publication now includes statistics covering both the live and full Universal Credit service. Please see https://www.gov.uk/government/publications/universal-credit-transition-to-full-service for details of the areas in which the full Universal Credit service is operating.", - "II" : "Data for more recent months will be subject to a higher degree of revision. Universal Credit award amounts may be retrospectively revised.", - "III" : "Monthly award amounts include any awards due to entitlement such as the standard allowance or housing entitlement plus any advance payments. Advance payments will normally be recovered during subsequent assessment periods.", - "IV" : "Award, entitlement and payment information may be missing for a very small number of households on Universal Credit, where more limited information is entered onto IT systems.", - "z" : "\"..\" denotes a nil or negligible number of claimants or award amount based on a nil or negligible number of claimants.", - "r" : "Figures marked \"r\" have been revised since the previous release." - } -} \ No newline at end of file diff --git a/db/data/dwp/uc_households_carer_entitlement_payment_indicator_january_2023_may_2026/manifest.yaml b/db/data/dwp/uc_households_carer_entitlement_payment_indicator_january_2023_may_2026/manifest.yaml new file mode 100644 index 00000000..d639e149 --- /dev/null +++ b/db/data/dwp/uc_households_carer_entitlement_payment_indicator_january_2023_may_2026/manifest.yaml @@ -0,0 +1,19 @@ +source_id: dwp +package_id: dwp-uc-households-carer-entitlement-payment-indicator-january-2023-may-2026 +dataset: dwp_dwp-uc-households-carer-entitlement-payment-indicator-january-2023-may-2026 +source_page: https://stat-xplore.dwp.gov.uk/ +table: Households on Universal Credit by carer entitlement and payment indicator, + January 2023 to May 2026 +files: + 2025: + filename: uc_households_by_carer_entitlement_and_payment_indicator_january_2023_may_2026.json + source_url: https://stat-xplore.dwp.gov.uk/webapi/rest/v1/table + sha256: e7bd8f014c83d9434ca62c8953620c3f0e82bc954f433a63c144422a9d8ae805 + size_bytes: 17222 + fetched_at: '2026-09-11T12:07:00Z' + storage: + r2: + provider: r2 + bucket: ledger-raw + key: raw/uk/dwp/dwp-uc-households-carer-entitlement-payment-indicator-january-2023-may-2026/2025/e7bd8f014c83d9434ca62c8953620c3f0e82bc954f433a63c144422a9d8ae805/uc_households_by_carer_entitlement_and_payment_indicator_january_2023_may_2026.json + uri: r2://ledger-raw/raw/uk/dwp/dwp-uc-households-carer-entitlement-payment-indicator-january-2023-may-2026/2025/e7bd8f014c83d9434ca62c8953620c3f0e82bc954f433a63c144422a9d8ae805/uc_households_by_carer_entitlement_and_payment_indicator_january_2023_may_2026.json diff --git a/db/data/dwp/uc_households_carer_entitlement_payment_indicator_january_2023_may_2026/uc_households_by_carer_entitlement_and_payment_indicator_january_2023_may_2026.json b/db/data/dwp/uc_households_carer_entitlement_payment_indicator_january_2023_may_2026/uc_households_by_carer_entitlement_and_payment_indicator_january_2023_may_2026.json new file mode 100644 index 00000000..c9aa5687 --- /dev/null +++ b/db/data/dwp/uc_households_carer_entitlement_payment_indicator_january_2023_may_2026/uc_households_by_carer_entitlement_and_payment_indicator_january_2023_may_2026.json @@ -0,0 +1,268 @@ +{ + "query" : { + "database" : "str:database:UC_Households", + "measures" : [ "str:count:UC_Households:V_F_UC_HOUSEHOLDS" ], + "recodes" : { + "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" : { + "map" : [ [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202301" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202302" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202303" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202304" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202305" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202306" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202307" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202308" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202309" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202310" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202311" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202312" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202401" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202402" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202403" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202404" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202405" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202406" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202407" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202408" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202409" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202410" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202411" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202412" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202501" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202502" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202503" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202601" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202602" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202603" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202604" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202605" ] ], + "total" : false + }, + "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT" : { + "map" : [ [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:0" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1" ] ], + "total" : false + }, + "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT" : { + "map" : [ [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1" ] ], + "total" : true + } + }, + "dimensions" : [ [ "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" ], [ "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT" ], [ "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT" ] ] + }, + "database" : { + "id" : "UC_Households", + "uri" : "str:database:UC_Households", + "label" : "Households on Universal Credit", + "annotationKeys" : [ "I", "II", "III", "IV", "z" ] + }, + "measures" : [ { + "uri" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", + "label" : "Households on Universal Credit", + "measure" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", + "function" : "COUNT" + } ], + "fields" : [ { + "uri" : "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME", + "label" : "Month", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202301" ], + "labels" : [ "January 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202302" ], + "labels" : [ "February 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202303" ], + "labels" : [ "March 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202304" ], + "labels" : [ "April 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202305" ], + "labels" : [ "May 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202306" ], + "labels" : [ "June 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202307" ], + "labels" : [ "July 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202308" ], + "labels" : [ "August 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202309" ], + "labels" : [ "September 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202310" ], + "labels" : [ "October 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202311" ], + "labels" : [ "November 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202312" ], + "labels" : [ "December 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202401" ], + "labels" : [ "January 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202402" ], + "labels" : [ "February 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202403" ], + "labels" : [ "March 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202404" ], + "labels" : [ "April 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202405" ], + "labels" : [ "May 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202406" ], + "labels" : [ "June 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202407" ], + "labels" : [ "July 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202408" ], + "labels" : [ "August 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202409" ], + "labels" : [ "September 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202410" ], + "labels" : [ "October 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202411" ], + "labels" : [ "November 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202412" ], + "labels" : [ "December 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202501" ], + "labels" : [ "January 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202502" ], + "labels" : [ "February 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202503" ], + "labels" : [ "March 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], + "labels" : [ "April 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], + "labels" : [ "May 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], + "labels" : [ "June 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], + "labels" : [ "July 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], + "labels" : [ "August 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], + "labels" : [ "September 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], + "labels" : [ "October 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], + "labels" : [ "November 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ], + "labels" : [ "December 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202601" ], + "labels" : [ "January 2026" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202602" ], + "labels" : [ "February 2026" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202603" ], + "labels" : [ "March 2026" ], + "annotationKeys" : [ "p" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202604" ], + "labels" : [ "April 2026" ], + "annotationKeys" : [ "p" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202605" ], + "labels" : [ "May 2026" ], + "annotationKeys" : [ "p" ] + } ] + }, { + "uri" : "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT", + "label" : "Carer Entitlement", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:0" ], + "labels" : [ "No" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1" ], + "labels" : [ "Yes" ] + } ] + }, { + "uri" : "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT", + "label" : "Payment Indicator", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0" ], + "labels" : [ "No" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1" ], + "labels" : [ "Yes" ] + }, { + "type" : "Total", + "labels" : [ "Total" ] + } ] + } ], + "cubes" : { + "str:count:UC_Households:V_F_UC_HOUSEHOLDS" : { + "values" : [ [ [ 570562, 3852351, 4422913 ], [ 23997, 524385, 548386 ] ], [ [ 527324, 3923848, 4451165 ], [ 23451, 535330, 558781 ] ], [ [ 507627, 3951818, 4459443 ], [ 23510, 546265, 569776 ] ], [ [ 531921, 3950188, 4482108 ], [ 23971, 559298, 583266 ] ], [ [ 482864, 4011331, 4494196 ], [ 21987, 571440, 593423 ] ], [ [ 520604, 3991008, 4511616 ], [ 23258, 581164, 604420 ] ], [ [ 516594, 4025804, 4542394 ], [ 24437, 593292, 617730 ] ], [ [ 542391, 4026983, 4569372 ], [ 24442, 603557, 627998 ] ], [ [ 527450, 4082087, 4609537 ], [ 26016, 617291, 643307 ] ], [ [ 523699, 4131113, 4654810 ], [ 26470, 631072, 657544 ] ], [ [ 548521, 4151656, 4700183 ], [ 27403, 643639, 671036 ] ], [ [ 560581, 4187777, 4748361 ], [ 29511, 657863, 687375 ] ], [ [ 552522, 4220810, 4773335 ], [ 28006, 675356, 703361 ] ], [ [ 516543, 4319114, 4835659 ], [ 27738, 699056, 726793 ] ], [ [ 518714, 4363886, 4882606 ], [ 29418, 724640, 754058 ] ], [ [ 526951, 4386073, 4913023 ], [ 30080, 742892, 772971 ] ], [ [ 484024, 4465477, 4949493 ], [ 28740, 769499, 798236 ] ], [ [ 512053, 4459558, 4971611 ], [ 30228, 797907, 828136 ] ], [ [ 499279, 4499678, 4998953 ], [ 30190, 835751, 865946 ] ], [ [ 532431, 4501538, 5033970 ], [ 30934, 875685, 906622 ] ], [ [ 529565, 4547083, 5076646 ], [ 33162, 922435, 955595 ] ], [ [ 522962, 4587606, 5110568 ], [ 33955, 943433, 977390 ] ], [ [ 548400, 4615208, 5163614 ], [ 36131, 966661, 1002789 ] ], [ [ 548410, 4663214, 5211627 ], [ 36842, 980430, 1017273 ] ], [ [ 533550, 4712699, 5246252 ], [ 33590, 998360, 1031950 ] ], [ [ 475614, 4857397, 5333016 ], [ 31947, 1023141, 1055082 ] ], [ [ 483381, 4895044, 5378422 ], [ 33590, 1035036, 1068626 ] ], [ [ 500227, 4937249, 5437476 ], [ 34498, 1047219, 1081717 ] ], [ [ 471040, 5019501, 5490540 ], [ 33446, 1060451, 1093895 ] ], [ [ 492966, 5081332, 5574291 ], [ 33961, 1076360, 1110319 ] ], [ [ 488241, 5160519, 5648758 ], [ 34384, 1088031, 1122413 ] ], [ [ 535894, 5201997, 5737893 ], [ 36581, 1099950, 1136537 ] ], [ [ 524503, 5297277, 5821781 ], [ 37335, 1111199, 1148536 ] ], [ [ 504244, 5382938, 5887181 ], [ 36815, 1124236, 1161047 ] ], [ [ 521024, 5423565, 5944588 ], [ 38022, 1135542, 1173567 ] ], [ [ 516671, 5456012, 5972686 ], [ 38707, 1142649, 1181358 ] ], [ [ 506268, 5453458, 5959723 ], [ 36292, 1150134, 1186429 ] ], [ [ 443358, 5525664, 5969023 ], [ 34418, 1160728, 1195144 ] ], [ [ 435421, 5517381, 5952804 ], [ 35300, 1166377, 1201680 ] ], [ [ 448034, 5500523, 5948554 ], [ 35390, 1172456, 1207850 ] ], [ [ 416316, 5525032, 5941347 ], [ 33503, 1182372, 1215880 ] ] ], + "precision" : 0 + } + }, + "annotationMap" : { + "I" : "A limited test of the full Universal Credit service was launched in Sutton, South London on 26th November 2014, and has expanded to other areas since. This publication now includes statistics covering both the live and full Universal Credit service. Please see https://www.gov.uk/government/publications/universal-credit-transition-to-full-service for details of the areas in which the full Universal Credit service is operating.", + "II" : "Data for more recent months will be subject to a higher degree of revision. Universal Credit award amounts may be retrospectively revised.", + "III" : "Monthly award amounts include any awards due to entitlement such as the standard allowance or housing entitlement plus any advance payments. Advance payments will normally be recovered during subsequent assessment periods.", + "IV" : "Award, entitlement and payment information may be missing for a very small number of households on Universal Credit, where more limited information is entered onto IT systems.", + "z" : "\"..\" denotes a nil or negligible number of claimants or award amount based on a nil or negligible number of claimants.", + "r" : "Figures marked \"r\" have been revised since the previous release.", + "p" : "Figures marked \"p\" are provisional. These figures will be subject to revision in subsequent releases. It is expected that overall provisional figures will be within two per cent of their revised figure in future releases." + } +} \ No newline at end of file diff --git a/db/data/dwp/uc_households_housing_entitlement_april_december_2025/manifest.yaml b/db/data/dwp/uc_households_housing_entitlement_april_december_2025/manifest.yaml deleted file mode 100644 index cc6cab81..00000000 --- a/db/data/dwp/uc_households_housing_entitlement_april_december_2025/manifest.yaml +++ /dev/null @@ -1,19 +0,0 @@ -source_id: dwp -package_id: dwp-uc-households-housing-entitlement-april-december-2025 -dataset: dwp_dwp-uc-households-housing-entitlement-april-december-2025 -source_page: https://stat-xplore.dwp.gov.uk/ -table: Households on Universal Credit with housing entitlement, April to December - 2025 -files: - 2025: - filename: uc_households_housing_entitlement_april_december_2025.json - source_url: https://stat-xplore.dwp.gov.uk/webapi/rest/v1/table - sha256: 194104cf1e9c14a5169d2b80b45b0080ad90d6c7e223b3d9d17bad003aea8013 - size_bytes: 5713 - fetched_at: '2026-08-21T12:25:00Z' - storage: - r2: - provider: r2 - bucket: ledger-raw - key: raw/dwp/dwp-uc-households-housing-entitlement-april-december-2025/2025/194104cf1e9c14a5169d2b80b45b0080ad90d6c7e223b3d9d17bad003aea8013/uc_households_housing_entitlement_april_december_2025.json - uri: r2://ledger-raw/raw/dwp/dwp-uc-households-housing-entitlement-april-december-2025/2025/194104cf1e9c14a5169d2b80b45b0080ad90d6c7e223b3d9d17bad003aea8013/uc_households_housing_entitlement_april_december_2025.json diff --git a/db/data/dwp/uc_households_housing_entitlement_april_december_2025/uc_households_housing_entitlement_april_december_2025.json b/db/data/dwp/uc_households_housing_entitlement_april_december_2025/uc_households_housing_entitlement_april_december_2025.json deleted file mode 100644 index 1f030124..00000000 --- a/db/data/dwp/uc_households_housing_entitlement_april_december_2025/uc_households_housing_entitlement_april_december_2025.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "query" : { - "database" : "str:database:UC_Households", - "measures" : [ "str:count:UC_Households:V_F_UC_HOUSEHOLDS" ], - "recodes" : { - "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" : { - "map" : [ [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ] ], - "total" : false - }, - "str:field:UC_Households:V_F_UC_HOUSEHOLDS:TENURE" : { - "map" : [ [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1", "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:2", "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:3" ] ], - "total" : false - } - }, - "dimensions" : [ [ "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" ], [ "str:field:UC_Households:V_F_UC_HOUSEHOLDS:TENURE" ] ] - }, - "database" : { - "id" : "UC_Households", - "uri" : "str:database:UC_Households", - "label" : "Households on Universal Credit", - "annotationKeys" : [ "I", "II", "III", "IV", "z" ] - }, - "measures" : [ { - "uri" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", - "label" : "Households on Universal Credit", - "measure" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", - "function" : "COUNT" - } ], - "fields" : [ { - "uri" : "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME", - "label" : "Month", - "items" : [ { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], - "labels" : [ "April 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], - "labels" : [ "May 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], - "labels" : [ "June 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], - "labels" : [ "July 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], - "labels" : [ "August 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], - "labels" : [ "September 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], - "labels" : [ "October 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], - "labels" : [ "November 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ], - "labels" : [ "December 2025" ], - "annotationKeys" : [ "r" ] - } ] - }, { - "uri" : "str:field:UC_Households:V_F_UC_HOUSEHOLDS:TENURE", - "label" : "Housing Entitlement - Tenure", - "items" : [ { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1", "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:2", "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:3" ], - "labels" : [ "Social Rented Sector", "Private Rented Sector", "Other or unknown" ] - } ] - } ], - "cubes" : { - "str:count:UC_Households:V_F_UC_HOUSEHOLDS" : { - "values" : [ [ 4097119 ], [ 4149985 ], [ 4219939 ], [ 4268742 ], [ 4321601 ], [ 4364070 ], [ 4404489 ], [ 4442383 ], [ 4464277 ] ], - "precision" : 0 - } - }, - "annotationMap" : { - "I" : "A limited test of the full Universal Credit service was launched in Sutton, South London on 26th November 2014, and has expanded to other areas since. This publication now includes statistics covering both the live and full Universal Credit service. Please see https://www.gov.uk/government/publications/universal-credit-transition-to-full-service for details of the areas in which the full Universal Credit service is operating.", - "II" : "Data for more recent months will be subject to a higher degree of revision. Universal Credit award amounts may be retrospectively revised.", - "III" : "Monthly award amounts include any awards due to entitlement such as the standard allowance or housing entitlement plus any advance payments. Advance payments will normally be recovered during subsequent assessment periods.", - "IV" : "Award, entitlement and payment information may be missing for a very small number of households on Universal Credit, where more limited information is entered onto IT systems.", - "z" : "\"..\" denotes a nil or negligible number of claimants or award amount based on a nil or negligible number of claimants.", - "r" : "Figures marked \"r\" have been revised since the previous release." - } -} \ No newline at end of file diff --git a/db/data/dwp/uc_households_housing_entitlement_payment_indicator_january_2023_may_2026/manifest.yaml b/db/data/dwp/uc_households_housing_entitlement_payment_indicator_january_2023_may_2026/manifest.yaml new file mode 100644 index 00000000..dffff5a4 --- /dev/null +++ b/db/data/dwp/uc_households_housing_entitlement_payment_indicator_january_2023_may_2026/manifest.yaml @@ -0,0 +1,19 @@ +source_id: dwp +package_id: dwp-uc-households-housing-entitlement-payment-indicator-january-2023-may-2026 +dataset: dwp_dwp-uc-households-housing-entitlement-payment-indicator-january-2023-may-2026 +source_page: https://stat-xplore.dwp.gov.uk/ +table: Households on Universal Credit by housing entitlement and payment indicator, + January 2023 to May 2026 +files: + 2025: + filename: uc_households_by_housing_entitlement_and_payment_indicator_january_2023_may_2026.json + source_url: https://stat-xplore.dwp.gov.uk/webapi/rest/v1/table + sha256: d59613d31b2c79c526bf6475b4221ca2e23357772baada549c288bc2adc09751 + size_bytes: 17238 + fetched_at: '2026-09-11T12:02:38Z' + storage: + r2: + provider: r2 + bucket: ledger-raw + key: raw/uk/dwp/dwp-uc-households-housing-entitlement-payment-indicator-january-2023-may-2026/2025/d59613d31b2c79c526bf6475b4221ca2e23357772baada549c288bc2adc09751/uc_households_by_housing_entitlement_and_payment_indicator_january_2023_may_2026.json + uri: r2://ledger-raw/raw/uk/dwp/dwp-uc-households-housing-entitlement-payment-indicator-january-2023-may-2026/2025/d59613d31b2c79c526bf6475b4221ca2e23357772baada549c288bc2adc09751/uc_households_by_housing_entitlement_and_payment_indicator_january_2023_may_2026.json diff --git a/db/data/dwp/uc_households_housing_entitlement_payment_indicator_january_2023_may_2026/uc_households_by_housing_entitlement_and_payment_indicator_january_2023_may_2026.json b/db/data/dwp/uc_households_housing_entitlement_payment_indicator_january_2023_may_2026/uc_households_by_housing_entitlement_and_payment_indicator_january_2023_may_2026.json new file mode 100644 index 00000000..ee59f32e --- /dev/null +++ b/db/data/dwp/uc_households_housing_entitlement_payment_indicator_january_2023_may_2026/uc_households_by_housing_entitlement_and_payment_indicator_january_2023_may_2026.json @@ -0,0 +1,268 @@ +{ + "query" : { + "database" : "str:database:UC_Households", + "measures" : [ "str:count:UC_Households:V_F_UC_HOUSEHOLDS" ], + "recodes" : { + "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" : { + "map" : [ [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202301" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202302" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202303" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202304" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202305" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202306" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202307" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202308" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202309" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202310" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202311" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202312" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202401" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202402" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202403" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202404" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202405" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202406" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202407" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202408" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202409" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202410" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202411" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202412" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202501" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202502" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202503" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202601" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202602" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202603" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202604" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202605" ] ], + "total" : false + }, + "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT" : { + "map" : [ [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1" ] ], + "total" : true + }, + "str:field:UC_Households:V_F_UC_HOUSEHOLDS:TENURE" : { + "map" : [ [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_ENTITLEMENT:0" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_ENTITLEMENT:1" ] ], + "total" : false + } + }, + "dimensions" : [ [ "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" ], [ "str:field:UC_Households:V_F_UC_HOUSEHOLDS:TENURE" ], [ "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT" ] ] + }, + "database" : { + "id" : "UC_Households", + "uri" : "str:database:UC_Households", + "label" : "Households on Universal Credit", + "annotationKeys" : [ "I", "II", "III", "IV", "z" ] + }, + "measures" : [ { + "uri" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", + "label" : "Households on Universal Credit", + "measure" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", + "function" : "COUNT" + } ], + "fields" : [ { + "uri" : "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME", + "label" : "Month", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202301" ], + "labels" : [ "January 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202302" ], + "labels" : [ "February 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202303" ], + "labels" : [ "March 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202304" ], + "labels" : [ "April 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202305" ], + "labels" : [ "May 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202306" ], + "labels" : [ "June 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202307" ], + "labels" : [ "July 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202308" ], + "labels" : [ "August 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202309" ], + "labels" : [ "September 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202310" ], + "labels" : [ "October 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202311" ], + "labels" : [ "November 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202312" ], + "labels" : [ "December 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202401" ], + "labels" : [ "January 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202402" ], + "labels" : [ "February 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202403" ], + "labels" : [ "March 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202404" ], + "labels" : [ "April 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202405" ], + "labels" : [ "May 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202406" ], + "labels" : [ "June 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202407" ], + "labels" : [ "July 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202408" ], + "labels" : [ "August 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202409" ], + "labels" : [ "September 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202410" ], + "labels" : [ "October 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202411" ], + "labels" : [ "November 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202412" ], + "labels" : [ "December 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202501" ], + "labels" : [ "January 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202502" ], + "labels" : [ "February 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202503" ], + "labels" : [ "March 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], + "labels" : [ "April 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], + "labels" : [ "May 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], + "labels" : [ "June 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], + "labels" : [ "July 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], + "labels" : [ "August 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], + "labels" : [ "September 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], + "labels" : [ "October 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], + "labels" : [ "November 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ], + "labels" : [ "December 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202601" ], + "labels" : [ "January 2026" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202602" ], + "labels" : [ "February 2026" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202603" ], + "labels" : [ "March 2026" ], + "annotationKeys" : [ "p" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202604" ], + "labels" : [ "April 2026" ], + "annotationKeys" : [ "p" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202605" ], + "labels" : [ "May 2026" ], + "annotationKeys" : [ "p" ] + } ] + }, { + "uri" : "str:field:UC_Households:V_F_UC_HOUSEHOLDS:TENURE", + "label" : "Housing Entitlement - Tenure", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_ENTITLEMENT:0" ], + "labels" : [ "No" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_ENTITLEMENT:1" ], + "labels" : [ "Yes" ] + } ] + }, { + "uri" : "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT", + "label" : "Payment Indicator", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0" ], + "labels" : [ "No" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1" ], + "labels" : [ "Yes" ] + }, { + "type" : "Total", + "labels" : [ "Total" ] + } ] + } ], + "cubes" : { + "str:count:UC_Households:V_F_UC_HOUSEHOLDS" : { + "values" : [ [ [ 379428, 1425541, 1804970 ], [ 215132, 2951190, 3166328 ] ], [ [ 346295, 1475275, 1821574 ], [ 204472, 2983894, 3188371 ] ], [ [ 330544, 1495646, 1826190 ], [ 200588, 3002438, 3203030 ] ], [ [ 348857, 1488275, 1837139 ], [ 207025, 3021207, 3228238 ] ], [ [ 317393, 1524450, 1841839 ], [ 187460, 3058319, 3245783 ] ], [ [ 344680, 1509496, 1854174 ], [ 199183, 3062675, 3261862 ] ], [ [ 336401, 1538442, 1874842 ], [ 204627, 3080652, 3285283 ] ], [ [ 365007, 1530265, 1895270 ], [ 201826, 3100273, 3302100 ] ], [ [ 347032, 1584298, 1931325 ], [ 206439, 3115082, 3321522 ] ], [ [ 344671, 1619612, 1964285 ], [ 205500, 3142573, 3348073 ] ], [ [ 367046, 1631244, 1998288 ], [ 208873, 3164055, 3372931 ] ], [ [ 368393, 1668284, 2036679 ], [ 221700, 3177364, 3399062 ] ], [ [ 376768, 1683894, 2060663 ], [ 203765, 3212272, 3416033 ] ], [ [ 349318, 1766294, 2115614 ], [ 194963, 3251878, 3446842 ] ], [ [ 351087, 1810524, 2161606 ], [ 197050, 3278002, 3475054 ] ], [ [ 360508, 1826232, 2186741 ], [ 196525, 3302736, 3499256 ] ], [ [ 334864, 1880532, 2215391 ], [ 177899, 3354438, 3532338 ] ], [ [ 355642, 1874521, 2230160 ], [ 186644, 3382943, 3569590 ] ], [ [ 346216, 1896538, 2242754 ], [ 183253, 3438896, 3622147 ] ], [ [ 376180, 1881374, 2257557 ], [ 187187, 3495847, 3683035 ] ], [ [ 366999, 1914287, 2281291 ], [ 195720, 3555235, 3750955 ] ], [ [ 359133, 1934385, 2293520 ], [ 197789, 3596649, 3794438 ] ], [ [ 376519, 1932973, 2309489 ], [ 208018, 3648896, 3856916 ] ], [ [ 374515, 1956048, 2330561 ], [ 210733, 3687600, 3898332 ] ], [ [ 378203, 1965906, 2344106 ], [ 188939, 3745159, 3934097 ] ], [ [ 333650, 2055461, 2389112 ], [ 173907, 3825081, 3998986 ] ], [ [ 335570, 2064511, 2400081 ], [ 181399, 3865574, 4046972 ] ], [ [ 348900, 2073173, 2422078 ], [ 185824, 3911297, 4097119 ] ], [ [ 325684, 2108768, 2434453 ], [ 178799, 3971181, 4149985 ] ], [ [ 342638, 2122038, 2464678 ], [ 184283, 4035654, 4219939 ] ], [ [ 338228, 2164197, 2502427 ], [ 184392, 4084353, 4268742 ] ], [ [ 377155, 2175665, 2552820 ], [ 195318, 4126287, 4321601 ] ], [ [ 364135, 2242116, 2606246 ], [ 197704, 4166365, 4364070 ] ], [ [ 347269, 2296470, 2643738 ], [ 193791, 4210699, 4404489 ] ], [ [ 361984, 2313790, 2675774 ], [ 197062, 4245321, 4442383 ] ], [ [ 355939, 2333828, 2689767 ], [ 199444, 4264833, 4464277 ] ], [ [ 359342, 2321484, 2680825 ], [ 183218, 4282104, 4465321 ] ], [ [ 309854, 2378243, 2688092 ], [ 167924, 4308147, 4476074 ] ], [ [ 301534, 2374772, 2676312 ], [ 169184, 4308986, 4478170 ] ], [ [ 312168, 2362616, 2674781 ], [ 171255, 4310363, 4481620 ] ], [ [ 289027, 2383483, 2672509 ], [ 160795, 4323921, 4484716 ] ] ], + "precision" : 0 + } + }, + "annotationMap" : { + "I" : "A limited test of the full Universal Credit service was launched in Sutton, South London on 26th November 2014, and has expanded to other areas since. This publication now includes statistics covering both the live and full Universal Credit service. Please see https://www.gov.uk/government/publications/universal-credit-transition-to-full-service for details of the areas in which the full Universal Credit service is operating.", + "II" : "Data for more recent months will be subject to a higher degree of revision. Universal Credit award amounts may be retrospectively revised.", + "III" : "Monthly award amounts include any awards due to entitlement such as the standard allowance or housing entitlement plus any advance payments. Advance payments will normally be recovered during subsequent assessment periods.", + "IV" : "Award, entitlement and payment information may be missing for a very small number of households on Universal Credit, where more limited information is entered onto IT systems.", + "z" : "\"..\" denotes a nil or negligible number of claimants or award amount based on a nil or negligible number of claimants.", + "r" : "Figures marked \"r\" have been revised since the previous release.", + "p" : "Figures marked \"p\" are provisional. These figures will be subject to revision in subsequent releases. It is expected that overall provisional figures will be within two per cent of their revised figure in future releases." + } +} \ No newline at end of file diff --git a/db/data/dwp/uc_households_housing_tenure_payment_indicator_january_2023_may_2026/manifest.yaml b/db/data/dwp/uc_households_housing_tenure_payment_indicator_january_2023_may_2026/manifest.yaml new file mode 100644 index 00000000..911636fa --- /dev/null +++ b/db/data/dwp/uc_households_housing_tenure_payment_indicator_january_2023_may_2026/manifest.yaml @@ -0,0 +1,19 @@ +source_id: dwp +package_id: dwp-uc-households-housing-tenure-payment-indicator-january-2023-may-2026 +dataset: dwp_dwp-uc-households-housing-tenure-payment-indicator-january-2023-may-2026 +source_page: https://stat-xplore.dwp.gov.uk/ +table: Households on Universal Credit by housing entitlement tenure and payment indicator, + January 2023 to May 2026 +files: + 2025: + filename: uc_households_by_housing_entitlement_tenure_and_payment_indicator_january_2023_may_2026.json + source_url: https://stat-xplore.dwp.gov.uk/webapi/rest/v1/table + sha256: 8b62f225a1ae6a40794d6c4aed05a6828cd12edb31660a68cd626335c8f2aaa9 + size_bytes: 19950 + fetched_at: '2026-09-11T12:01:08Z' + storage: + r2: + provider: r2 + bucket: ledger-raw + key: raw/uk/dwp/dwp-uc-households-housing-tenure-payment-indicator-january-2023-may-2026/2025/8b62f225a1ae6a40794d6c4aed05a6828cd12edb31660a68cd626335c8f2aaa9/uc_households_by_housing_entitlement_tenure_and_payment_indicator_january_2023_may_2026.json + uri: r2://ledger-raw/raw/uk/dwp/dwp-uc-households-housing-tenure-payment-indicator-january-2023-may-2026/2025/8b62f225a1ae6a40794d6c4aed05a6828cd12edb31660a68cd626335c8f2aaa9/uc_households_by_housing_entitlement_tenure_and_payment_indicator_january_2023_may_2026.json diff --git a/db/data/dwp/uc_households_housing_tenure_payment_indicator_january_2023_may_2026/uc_households_by_housing_entitlement_tenure_and_payment_indicator_january_2023_may_2026.json b/db/data/dwp/uc_households_housing_tenure_payment_indicator_january_2023_may_2026/uc_households_by_housing_entitlement_tenure_and_payment_indicator_january_2023_may_2026.json new file mode 100644 index 00000000..3de46c2b --- /dev/null +++ b/db/data/dwp/uc_households_housing_tenure_payment_indicator_january_2023_may_2026/uc_households_by_housing_entitlement_tenure_and_payment_indicator_january_2023_may_2026.json @@ -0,0 +1,276 @@ +{ + "query" : { + "database" : "str:database:UC_Households", + "measures" : [ "str:count:UC_Households:V_F_UC_HOUSEHOLDS" ], + "recodes" : { + "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" : { + "map" : [ [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202301" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202302" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202303" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202304" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202305" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202306" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202307" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202308" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202309" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202310" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202311" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202312" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202401" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202402" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202403" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202404" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202405" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202406" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202407" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202408" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202409" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202410" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202411" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202412" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202501" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202502" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202503" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202601" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202602" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202603" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202604" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202605" ] ], + "total" : false + }, + "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT" : { + "map" : [ [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1" ] ], + "total" : true + }, + "str:field:UC_Households:V_F_UC_HOUSEHOLDS:TENURE" : { + "map" : [ [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:0" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:2" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:3" ] ], + "total" : false + } + }, + "dimensions" : [ [ "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" ], [ "str:field:UC_Households:V_F_UC_HOUSEHOLDS:TENURE" ], [ "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT" ] ] + }, + "database" : { + "id" : "UC_Households", + "uri" : "str:database:UC_Households", + "label" : "Households on Universal Credit", + "annotationKeys" : [ "I", "II", "III", "IV", "z" ] + }, + "measures" : [ { + "uri" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", + "label" : "Households on Universal Credit", + "measure" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", + "function" : "COUNT" + } ], + "fields" : [ { + "uri" : "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME", + "label" : "Month", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202301" ], + "labels" : [ "January 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202302" ], + "labels" : [ "February 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202303" ], + "labels" : [ "March 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202304" ], + "labels" : [ "April 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202305" ], + "labels" : [ "May 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202306" ], + "labels" : [ "June 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202307" ], + "labels" : [ "July 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202308" ], + "labels" : [ "August 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202309" ], + "labels" : [ "September 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202310" ], + "labels" : [ "October 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202311" ], + "labels" : [ "November 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202312" ], + "labels" : [ "December 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202401" ], + "labels" : [ "January 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202402" ], + "labels" : [ "February 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202403" ], + "labels" : [ "March 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202404" ], + "labels" : [ "April 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202405" ], + "labels" : [ "May 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202406" ], + "labels" : [ "June 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202407" ], + "labels" : [ "July 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202408" ], + "labels" : [ "August 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202409" ], + "labels" : [ "September 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202410" ], + "labels" : [ "October 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202411" ], + "labels" : [ "November 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202412" ], + "labels" : [ "December 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202501" ], + "labels" : [ "January 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202502" ], + "labels" : [ "February 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202503" ], + "labels" : [ "March 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], + "labels" : [ "April 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], + "labels" : [ "May 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], + "labels" : [ "June 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], + "labels" : [ "July 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], + "labels" : [ "August 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], + "labels" : [ "September 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], + "labels" : [ "October 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], + "labels" : [ "November 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ], + "labels" : [ "December 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202601" ], + "labels" : [ "January 2026" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202602" ], + "labels" : [ "February 2026" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202603" ], + "labels" : [ "March 2026" ], + "annotationKeys" : [ "p" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202604" ], + "labels" : [ "April 2026" ], + "annotationKeys" : [ "p" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202605" ], + "labels" : [ "May 2026" ], + "annotationKeys" : [ "p" ] + } ] + }, { + "uri" : "str:field:UC_Households:V_F_UC_HOUSEHOLDS:TENURE", + "label" : "Housing Entitlement - Tenure", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:0" ], + "labels" : [ "No Housing Entitlement" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1" ], + "labels" : [ "Social Rented Sector" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:2" ], + "labels" : [ "Private Rented Sector" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:3" ], + "labels" : [ "Other or unknown" ] + } ] + }, { + "uri" : "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT", + "label" : "Payment Indicator", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0" ], + "labels" : [ "No" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1" ], + "labels" : [ "Yes" ] + }, { + "type" : "Total", + "labels" : [ "Total" ] + } ] + } ], + "cubes" : { + "str:count:UC_Households:V_F_UC_HOUSEHOLDS" : { + "values" : [ [ [ 379428, 1425541, 1804970 ], [ 93300, 1549425, 1642728 ], [ 114264, 1330408, 1444674 ], [ 7565, 71355, 78921 ] ], [ [ 346295, 1475275, 1821574 ], [ 88027, 1568433, 1656460 ], [ 109129, 1342553, 1451679 ], [ 7316, 72915, 80234 ] ], [ [ 330544, 1495646, 1826190 ], [ 84911, 1584162, 1669073 ], [ 108154, 1344387, 1452542 ], [ 7527, 73892, 81419 ] ], [ [ 348857, 1488275, 1837139 ], [ 85134, 1604655, 1689788 ], [ 114016, 1343543, 1457560 ], [ 7880, 73012, 80889 ] ], [ [ 317393, 1524450, 1841839 ], [ 77130, 1625640, 1702771 ], [ 103502, 1357668, 1461172 ], [ 6827, 75008, 81839 ] ], [ [ 344680, 1509496, 1854174 ], [ 82585, 1632764, 1715350 ], [ 109348, 1353990, 1463337 ], [ 7252, 75924, 83174 ] ], [ [ 336401, 1538442, 1874842 ], [ 84918, 1648437, 1733357 ], [ 112274, 1354896, 1467170 ], [ 7437, 77316, 84751 ] ], [ [ 365007, 1530265, 1895270 ], [ 85012, 1661673, 1746682 ], [ 109573, 1359766, 1469338 ], [ 7239, 78839, 86076 ] ], [ [ 347032, 1584298, 1931325 ], [ 88736, 1675643, 1764380 ], [ 110328, 1359259, 1469586 ], [ 7372, 80175, 87549 ] ], [ [ 344671, 1619612, 1964285 ], [ 88594, 1695583, 1784173 ], [ 109543, 1365526, 1475072 ], [ 7354, 81471, 88827 ] ], [ [ 367046, 1631244, 1998288 ], [ 90471, 1711483, 1801956 ], [ 110896, 1369932, 1480832 ], [ 7509, 82636, 90142 ] ], [ [ 368393, 1668284, 2036679 ], [ 97921, 1722787, 1820706 ], [ 115637, 1370621, 1486260 ], [ 8144, 83955, 92093 ] ], [ [ 376768, 1683894, 2060663 ], [ 90179, 1743213, 1833391 ], [ 106184, 1383188, 1489376 ], [ 7400, 85869, 93268 ] ], [ [ 349318, 1766294, 2115614 ], [ 85293, 1768371, 1853667 ], [ 102505, 1395562, 1498067 ], [ 7168, 87939, 95108 ] ], [ [ 351087, 1810524, 2161606 ], [ 84029, 1794070, 1878097 ], [ 105365, 1396110, 1501477 ], [ 7653, 87822, 95479 ] ], [ [ 360508, 1826232, 2186741 ], [ 83064, 1816017, 1899084 ], [ 105691, 1399811, 1505506 ], [ 7766, 86906, 94670 ] ], [ [ 334864, 1880532, 2215391 ], [ 78976, 1844197, 1923171 ], [ 91813, 1420823, 1512638 ], [ 7104, 89421, 96528 ] ], [ [ 355642, 1874521, 2230160 ], [ 83128, 1868091, 1951223 ], [ 96027, 1423380, 1519399 ], [ 7490, 91476, 98970 ] ], [ [ 346216, 1896538, 2242754 ], [ 81689, 1907025, 1988709 ], [ 94028, 1438756, 1532782 ], [ 7540, 93108, 100650 ] ], [ [ 376180, 1881374, 2257557 ], [ 84643, 1946169, 2030810 ], [ 94787, 1454877, 1549663 ], [ 7763, 94800, 102560 ] ], [ [ 366999, 1914287, 2281291 ], [ 89929, 1989545, 2079472 ], [ 97672, 1469093, 1566766 ], [ 8118, 96597, 104718 ] ], [ [ 359133, 1934385, 2293520 ], [ 90574, 2020698, 2111271 ], [ 98713, 1477865, 1576580 ], [ 8498, 98088, 106588 ] ], [ [ 376519, 1932973, 2309489 ], [ 95824, 2060567, 2156390 ], [ 103266, 1488387, 1591653 ], [ 8926, 99951, 108869 ] ], [ [ 374515, 1956048, 2330561 ], [ 96930, 2087586, 2184519 ], [ 104677, 1498633, 1603311 ], [ 9131, 101373, 110508 ] ], [ [ 378203, 1965906, 2344106 ], [ 86900, 2122775, 2209669 ], [ 93744, 1518385, 1612131 ], [ 8298, 104001, 112298 ] ], [ [ 333650, 2055461, 2389112 ], [ 78744, 2175396, 2254136 ], [ 87421, 1542323, 1629743 ], [ 7744, 107359, 115103 ] ], [ [ 335570, 2064511, 2400081 ], [ 80614, 2211155, 2291767 ], [ 92554, 1546298, 1638857 ], [ 8231, 108121, 116345 ] ], [ [ 348900, 2073173, 2422078 ], [ 81071, 2253181, 2334247 ], [ 96396, 1551868, 1648265 ], [ 8358, 106247, 114606 ] ], [ [ 325684, 2108768, 2434453 ], [ 77833, 2299049, 2376880 ], [ 92895, 1563597, 1656487 ], [ 8078, 108537, 116616 ] ], [ [ 342638, 2122038, 2464678 ], [ 80475, 2352265, 2432737 ], [ 95352, 1572497, 1667847 ], [ 8454, 110893, 119353 ] ], [ [ 338228, 2164197, 2502427 ], [ 80503, 2392215, 2472716 ], [ 95242, 1579459, 1674702 ], [ 8646, 112678, 121327 ] ], [ [ 377155, 2175665, 2552820 ], [ 87415, 2428814, 2516227 ], [ 98582, 1582828, 1681408 ], [ 9319, 114648, 123965 ] ], [ [ 364135, 2242116, 2606246 ], [ 89213, 2461953, 2551166 ], [ 99014, 1587856, 1686873 ], [ 9471, 116557, 126027 ] ], [ [ 347269, 2296470, 2643738 ], [ 86810, 2496869, 2583678 ], [ 97627, 1595110, 1692740 ], [ 9349, 118721, 128073 ] ], [ [ 361984, 2313790, 2675774 ], [ 87942, 2523943, 2611883 ], [ 99511, 1600894, 1700404 ], [ 9607, 120488, 130091 ] ], [ [ 355939, 2333828, 2689767 ], [ 89190, 2537436, 2626631 ], [ 100507, 1605430, 1705935 ], [ 9745, 121971, 131717 ] ], [ [ 359342, 2321484, 2680825 ], [ 82132, 2545257, 2627388 ], [ 91938, 1613272, 1705214 ], [ 9146, 123576, 132720 ] ], [ [ 309854, 2378243, 2688092 ], [ 74314, 2559049, 2633363 ], [ 85122, 1623450, 1708571 ], [ 8489, 125645, 134130 ] ], [ [ 301534, 2374772, 2676312 ], [ 73892, 2563163, 2637057 ], [ 86629, 1620586, 1707219 ], [ 8665, 125238, 133897 ] ], [ [ 312168, 2362616, 2674781 ], [ 73536, 2570708, 2644246 ], [ 89150, 1616981, 1706123 ], [ 8570, 122676, 131242 ] ], [ [ 289027, 2383483, 2672509 ], [ 68737, 2580761, 2649503 ], [ 84330, 1619930, 1704264 ], [ 7727, 123224, 130950 ] ] ], + "precision" : 0 + } + }, + "annotationMap" : { + "I" : "A limited test of the full Universal Credit service was launched in Sutton, South London on 26th November 2014, and has expanded to other areas since. This publication now includes statistics covering both the live and full Universal Credit service. Please see https://www.gov.uk/government/publications/universal-credit-transition-to-full-service for details of the areas in which the full Universal Credit service is operating.", + "II" : "Data for more recent months will be subject to a higher degree of revision. Universal Credit award amounts may be retrospectively revised.", + "III" : "Monthly award amounts include any awards due to entitlement such as the standard allowance or housing entitlement plus any advance payments. Advance payments will normally be recovered during subsequent assessment periods.", + "IV" : "Award, entitlement and payment information may be missing for a very small number of households on Universal Credit, where more limited information is entered onto IT systems.", + "z" : "\"..\" denotes a nil or negligible number of claimants or award amount based on a nil or negligible number of claimants.", + "r" : "Figures marked \"r\" have been revised since the previous release.", + "p" : "Figures marked \"p\" are provisional. These figures will be subject to revision in subsequent releases. It is expected that overall provisional figures will be within two per cent of their revised figure in future releases." + } +} \ No newline at end of file diff --git a/db/data/dwp/uc_households_lcw_entitlement_group_payment_indicator_january_2023_may_2026/manifest.yaml b/db/data/dwp/uc_households_lcw_entitlement_group_payment_indicator_january_2023_may_2026/manifest.yaml new file mode 100644 index 00000000..05103e7e --- /dev/null +++ b/db/data/dwp/uc_households_lcw_entitlement_group_payment_indicator_january_2023_may_2026/manifest.yaml @@ -0,0 +1,19 @@ +source_id: dwp +package_id: dwp-uc-households-lcw-entitlement-group-payment-indicator-january-2023-may-2026 +dataset: dwp_dwp-uc-households-lcw-entitlement-group-payment-indicator-january-2023-may-2026 +source_page: https://stat-xplore.dwp.gov.uk/ +table: Households on Universal Credit by limited capability for work entitlement group + and payment indicator, January 2023 to May 2026 +files: + 2025: + filename: uc_households_by_lcw_entitlement_group_and_payment_indicator_january_2023_may_2026.json + source_url: https://stat-xplore.dwp.gov.uk/webapi/rest/v1/table + sha256: 02b9b993ef3fdc67b06ab9923ee148819ca924f5abd7369ea234c74da03030f3 + size_bytes: 19512 + fetched_at: '2026-09-11T12:05:35Z' + storage: + r2: + provider: r2 + bucket: ledger-raw + key: raw/uk/dwp/dwp-uc-households-lcw-entitlement-group-payment-indicator-january-2023-may-2026/2025/02b9b993ef3fdc67b06ab9923ee148819ca924f5abd7369ea234c74da03030f3/uc_households_by_lcw_entitlement_group_and_payment_indicator_january_2023_may_2026.json + uri: r2://ledger-raw/raw/uk/dwp/dwp-uc-households-lcw-entitlement-group-payment-indicator-january-2023-may-2026/2025/02b9b993ef3fdc67b06ab9923ee148819ca924f5abd7369ea234c74da03030f3/uc_households_by_lcw_entitlement_group_and_payment_indicator_january_2023_may_2026.json diff --git a/db/data/dwp/uc_households_lcw_entitlement_group_payment_indicator_january_2023_may_2026/uc_households_by_lcw_entitlement_group_and_payment_indicator_january_2023_may_2026.json b/db/data/dwp/uc_households_lcw_entitlement_group_payment_indicator_january_2023_may_2026/uc_households_by_lcw_entitlement_group_and_payment_indicator_january_2023_may_2026.json new file mode 100644 index 00000000..98d29f99 --- /dev/null +++ b/db/data/dwp/uc_households_lcw_entitlement_group_payment_indicator_january_2023_may_2026/uc_households_by_lcw_entitlement_group_and_payment_indicator_january_2023_may_2026.json @@ -0,0 +1,280 @@ +{ + "query" : { + "database" : "str:database:UC_Households", + "measures" : [ "str:count:UC_Households:V_F_UC_HOUSEHOLDS" ], + "recodes" : { + "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" : { + "map" : [ [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202301" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202302" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202303" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202304" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202305" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202306" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202307" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202308" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202309" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202310" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202311" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202312" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202401" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202402" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202403" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202404" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202405" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202406" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202407" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202408" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202409" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202410" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202411" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202412" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202501" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202502" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202503" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202601" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202602" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202603" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202604" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202605" ] ], + "total" : false + }, + "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT" : { + "map" : [ [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT_GROUP:0" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT_GROUP:1" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT_GROUP:2" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT_GROUP:3" ] ], + "total" : false + }, + "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT" : { + "map" : [ [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1" ] ], + "total" : true + } + }, + "dimensions" : [ [ "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" ], [ "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT" ], [ "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT" ] ] + }, + "database" : { + "id" : "UC_Households", + "uri" : "str:database:UC_Households", + "label" : "Households on Universal Credit", + "annotationKeys" : [ "I", "II", "III", "IV", "z" ] + }, + "measures" : [ { + "uri" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", + "label" : "Households on Universal Credit", + "measure" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", + "function" : "COUNT" + } ], + "fields" : [ { + "uri" : "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME", + "label" : "Month", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202301" ], + "labels" : [ "January 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202302" ], + "labels" : [ "February 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202303" ], + "labels" : [ "March 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202304" ], + "labels" : [ "April 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202305" ], + "labels" : [ "May 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202306" ], + "labels" : [ "June 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202307" ], + "labels" : [ "July 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202308" ], + "labels" : [ "August 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202309" ], + "labels" : [ "September 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202310" ], + "labels" : [ "October 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202311" ], + "labels" : [ "November 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202312" ], + "labels" : [ "December 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202401" ], + "labels" : [ "January 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202402" ], + "labels" : [ "February 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202403" ], + "labels" : [ "March 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202404" ], + "labels" : [ "April 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202405" ], + "labels" : [ "May 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202406" ], + "labels" : [ "June 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202407" ], + "labels" : [ "July 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202408" ], + "labels" : [ "August 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202409" ], + "labels" : [ "September 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202410" ], + "labels" : [ "October 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202411" ], + "labels" : [ "November 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202412" ], + "labels" : [ "December 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202501" ], + "labels" : [ "January 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202502" ], + "labels" : [ "February 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202503" ], + "labels" : [ "March 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], + "labels" : [ "April 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], + "labels" : [ "May 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], + "labels" : [ "June 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], + "labels" : [ "July 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], + "labels" : [ "August 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], + "labels" : [ "September 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], + "labels" : [ "October 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], + "labels" : [ "November 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ], + "labels" : [ "December 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202601" ], + "labels" : [ "January 2026" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202602" ], + "labels" : [ "February 2026" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202603" ], + "labels" : [ "March 2026" ], + "annotationKeys" : [ "p" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202604" ], + "labels" : [ "April 2026" ], + "annotationKeys" : [ "p" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202605" ], + "labels" : [ "May 2026" ], + "annotationKeys" : [ "p" ] + } ] + }, { + "uri" : "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT", + "label" : "Limited Capability for Work Entitlement", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT_GROUP:0" ], + "labels" : [ "None" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT_GROUP:1" ], + "labels" : [ "LCW or LCWRA" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT_GROUP:2" ], + "labels" : [ "LCW" ], + "annotationKeys" : [ "VIII" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT_GROUP:3" ], + "labels" : [ "LCWRA" ], + "annotationKeys" : [ "IX" ] + } ] + }, { + "uri" : "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT", + "label" : "Payment Indicator", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0" ], + "labels" : [ "No" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1" ], + "labels" : [ "Yes" ] + }, { + "type" : "Total", + "labels" : [ "Total" ] + } ] + } ], + "cubes" : { + "str:count:UC_Households:V_F_UC_HOUSEHOLDS" : { + "values" : [ [ [ 577877, 3249560, 3827434 ], [ 0, 0, 0 ], [ 407, 23658, 24060 ], [ 16280, 1103516, 1119796 ] ], [ [ 534351, 3309908, 3844259 ], [ 0, 0, 0 ], [ 374, 23621, 23999 ], [ 16041, 1125645, 1141688 ] ], [ [ 514460, 3325775, 3840237 ], [ 0, 0, 0 ], [ 377, 23535, 23909 ], [ 16302, 1148775, 1165077 ] ], [ [ 538971, 3313899, 3852875 ], [ 0, 0, 0 ], [ 400, 23469, 23868 ], [ 16516, 1172119, 1188631 ] ], [ [ 490248, 3363061, 3853309 ], [ 0, 0, 0 ], [ 323, 23446, 23768 ], [ 14283, 1196259, 1210547 ] ], [ [ 527624, 3331870, 3859489 ], [ 0, 0, 0 ], [ 357, 23274, 23637 ], [ 15881, 1217026, 1232912 ] ], [ [ 523733, 3352317, 3876053 ], [ 0, 0, 0 ], [ 389, 23066, 23459 ], [ 16902, 1243712, 1260613 ] ], [ [ 549605, 3343764, 3893364 ], [ 0, 0, 0 ], [ 381, 22924, 23307 ], [ 16849, 1263855, 1280698 ] ], [ [ 534707, 3387811, 3922518 ], [ 0, 0, 0 ], [ 413, 22633, 23049 ], [ 18346, 1288933, 1307279 ] ], [ [ 531315, 3427440, 3958751 ], [ 0, 0, 0 ], [ 381, 22534, 22920 ], [ 18475, 1312210, 1330681 ] ], [ [ 556461, 3438941, 3995402 ], [ 0, 0, 0 ], [ 359, 22447, 22805 ], [ 19105, 1333903, 1353010 ] ], [ [ 568530, 3461710, 4030243 ], [ 0, 0, 0 ], [ 403, 22168, 22565 ], [ 21159, 1361770, 1382925 ] ], [ [ 559905, 3489247, 4049156 ], [ 0, 0, 0 ], [ 373, 21946, 22321 ], [ 20249, 1384969, 1405219 ] ], [ [ 524036, 3587134, 4111171 ], [ 0, 0, 0 ], [ 342, 21792, 22134 ], [ 19905, 1409244, 1429145 ] ], [ [ 526956, 3627399, 4154356 ], [ 0, 0, 0 ], [ 344, 21325, 21673 ], [ 20833, 1439802, 1460636 ] ], [ [ 536142, 3647834, 4183971 ], [ 0, 0, 0 ], [ 364, 21068, 21432 ], [ 20523, 1460064, 1480593 ] ], [ [ 493931, 3727675, 4221601 ], [ 0, 0, 0 ], [ 305, 20839, 21149 ], [ 18526, 1486455, 1504985 ] ], [ [ 522337, 3719018, 4241359 ], [ 0, 0, 0 ], [ 335, 20211, 20542 ], [ 19612, 1518234, 1537846 ] ], [ [ 509448, 3769695, 4279142 ], [ 0, 0, 0 ], [ 303, 19853, 20156 ], [ 19719, 1545885, 1565603 ] ], [ [ 542950, 3782814, 4325765 ], [ 0, 0, 0 ], [ 306, 19671, 19976 ], [ 20118, 1574731, 1594849 ] ], [ [ 541600, 3834412, 4376013 ], [ 0, 0, 0 ], [ 329, 20138, 20469 ], [ 20790, 1614965, 1635762 ] ], [ [ 535253, 3850315, 4385564 ], [ 0, 0, 0 ], [ 296, 21295, 21591 ], [ 21377, 1659428, 1680800 ] ], [ [ 561818, 3834784, 4396600 ], [ 0, 0, 0 ], [ 318, 23289, 23603 ], [ 22402, 1723798, 1746202 ] ], [ [ 561978, 3846844, 4408821 ], [ 0, 0, 0 ], [ 336, 24544, 24877 ], [ 22936, 1772263, 1795200 ] ], [ [ 545715, 3859716, 4405433 ], [ 0, 0, 0 ], [ 314, 26288, 26602 ], [ 21118, 1825054, 1846170 ] ], [ [ 487204, 3940765, 4427969 ], [ 0, 0, 0 ], [ 289, 30292, 30584 ], [ 20065, 1909477, 1929537 ] ], [ [ 495634, 3914804, 4410439 ], [ 0, 0, 0 ], [ 302, 34138, 34438 ], [ 21036, 1981141, 2002174 ] ], [ [ 513435, 3896244, 4409680 ], [ 0, 0, 0 ], [ 326, 38064, 38388 ], [ 20964, 2050162, 2071127 ] ], [ [ 483890, 3909829, 4393715 ], [ 0, 0, 0 ], [ 323, 42265, 42585 ], [ 20272, 2127859, 2148135 ] ], [ [ 505580, 3880243, 4385821 ], [ 0, 0, 0 ], [ 329, 47736, 48063 ], [ 21018, 2229719, 2250729 ] ], [ [ 501305, 3884366, 4385670 ], [ 0, 0, 0 ], [ 338, 51738, 52070 ], [ 20983, 2312448, 2333430 ] ], [ [ 549659, 3837075, 4386731 ], [ 0, 0, 0 ], [ 365, 55775, 56142 ], [ 22450, 2409102, 2431552 ] ], [ [ 538764, 3846120, 4384888 ], [ 0, 0, 0 ], [ 353, 59298, 59654 ], [ 22717, 2503058, 2525780 ] ], [ [ 518519, 3861772, 4380297 ], [ 0, 0, 0 ], [ 344, 61906, 62246 ], [ 22191, 2583494, 2605687 ] ], [ [ 536258, 3841816, 4378073 ], [ 0, 0, 0 ], [ 368, 63751, 64119 ], [ 22422, 2653544, 2675966 ] ], [ [ 532142, 3850312, 4382452 ], [ 0, 0, 0 ], [ 377, 64312, 64689 ], [ 22862, 2684044, 2706904 ] ], [ [ 520841, 3842710, 4363551 ], [ 0, 0, 0 ], [ 358, 64022, 64375 ], [ 21361, 2696861, 2718224 ] ], [ [ 457767, 3912411, 4370178 ], [ 0, 0, 0 ], [ 313, 63551, 63861 ], [ 19702, 2710421, 2730122 ] ], [ [ 450830, 3905712, 4356547 ], [ 0, 0, 0 ], [ 287, 62985, 63271 ], [ 19603, 2715060, 2734660 ] ], [ [ 463935, 3894630, 4358564 ], [ 0, 0, 0 ], [ 286, 62679, 62963 ], [ 19201, 2715667, 2734868 ] ], [ [ 431391, 3929043, 4360434 ], [ 0, 0, 0 ], [ 267, 62250, 62518 ], [ 18159, 2716106, 2734269 ] ] ], + "precision" : 0 + } + }, + "annotationMap" : { + "I" : "A limited test of the full Universal Credit service was launched in Sutton, South London on 26th November 2014, and has expanded to other areas since. This publication now includes statistics covering both the live and full Universal Credit service. Please see https://www.gov.uk/government/publications/universal-credit-transition-to-full-service for details of the areas in which the full Universal Credit service is operating.", + "II" : "Data for more recent months will be subject to a higher degree of revision. Universal Credit award amounts may be retrospectively revised.", + "III" : "Monthly award amounts include any awards due to entitlement such as the standard allowance or housing entitlement plus any advance payments. Advance payments will normally be recovered during subsequent assessment periods.", + "IV" : "Award, entitlement and payment information may be missing for a very small number of households on Universal Credit, where more limited information is entered onto IT systems.", + "z" : "\"..\" denotes a nil or negligible number of claimants or award amount based on a nil or negligible number of claimants.", + "r" : "Figures marked \"r\" have been revised since the previous release.", + "p" : "Figures marked \"p\" are provisional. These figures will be subject to revision in subsequent releases. It is expected that overall provisional figures will be within two per cent of their revised figure in future releases.", + "VIII" : "Limited Capability for Work.", + "IX" : "Limited Capability for Work and Work Related Activity." + } +} \ No newline at end of file diff --git a/db/data/dwp/uc_households_lcw_entitlement_payment_indicator_january_2023_may_2026/manifest.yaml b/db/data/dwp/uc_households_lcw_entitlement_payment_indicator_january_2023_may_2026/manifest.yaml new file mode 100644 index 00000000..db477c19 --- /dev/null +++ b/db/data/dwp/uc_households_lcw_entitlement_payment_indicator_january_2023_may_2026/manifest.yaml @@ -0,0 +1,19 @@ +source_id: dwp +package_id: dwp-uc-households-lcw-entitlement-payment-indicator-january-2023-may-2026 +dataset: dwp_dwp-uc-households-lcw-entitlement-payment-indicator-january-2023-may-2026 +source_page: https://stat-xplore.dwp.gov.uk/ +table: Households on Universal Credit by limited capability for work entitlement and + payment indicator, January 2023 to May 2026 +files: + 2025: + filename: uc_households_by_lcw_entitlement_and_payment_indicator_january_2023_may_2026.json + source_url: https://stat-xplore.dwp.gov.uk/webapi/rest/v1/table + sha256: bbd0eb5df27378d1e3f4890c5da7a6df4ede054ff2c5c6d1ac9432b035fb27c6 + size_bytes: 20410 + fetched_at: '2026-09-11T12:04:03Z' + storage: + r2: + provider: r2 + bucket: ledger-raw + key: raw/uk/dwp/dwp-uc-households-lcw-entitlement-payment-indicator-january-2023-may-2026/2025/bbd0eb5df27378d1e3f4890c5da7a6df4ede054ff2c5c6d1ac9432b035fb27c6/uc_households_by_lcw_entitlement_and_payment_indicator_january_2023_may_2026.json + uri: r2://ledger-raw/raw/uk/dwp/dwp-uc-households-lcw-entitlement-payment-indicator-january-2023-may-2026/2025/bbd0eb5df27378d1e3f4890c5da7a6df4ede054ff2c5c6d1ac9432b035fb27c6/uc_households_by_lcw_entitlement_and_payment_indicator_january_2023_may_2026.json diff --git a/db/data/dwp/uc_households_lcw_entitlement_payment_indicator_january_2023_may_2026/uc_households_by_lcw_entitlement_and_payment_indicator_january_2023_may_2026.json b/db/data/dwp/uc_households_lcw_entitlement_payment_indicator_january_2023_may_2026/uc_households_by_lcw_entitlement_and_payment_indicator_january_2023_may_2026.json new file mode 100644 index 00000000..5becb6d4 --- /dev/null +++ b/db/data/dwp/uc_households_lcw_entitlement_payment_indicator_january_2023_may_2026/uc_households_by_lcw_entitlement_and_payment_indicator_january_2023_may_2026.json @@ -0,0 +1,286 @@ +{ + "query" : { + "database" : "str:database:UC_Households", + "measures" : [ "str:count:UC_Households:V_F_UC_HOUSEHOLDS" ], + "recodes" : { + "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" : { + "map" : [ [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202301" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202302" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202303" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202304" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202305" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202306" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202307" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202308" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202309" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202310" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202311" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202312" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202401" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202402" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202403" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202404" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202405" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202406" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202407" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202408" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202409" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202410" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202411" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202412" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202501" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202502" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202503" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202601" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202602" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202603" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202604" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202605" ] ], + "total" : false + }, + "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT" : { + "map" : [ [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:0" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:1" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:2" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:4" ] ], + "total" : false + }, + "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT" : { + "map" : [ [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0" ], [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1" ] ], + "total" : true + } + }, + "dimensions" : [ [ "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" ], [ "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT" ], [ "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT" ] ] + }, + "database" : { + "id" : "UC_Households", + "uri" : "str:database:UC_Households", + "label" : "Households on Universal Credit", + "annotationKeys" : [ "I", "II", "III", "IV", "z" ] + }, + "measures" : [ { + "uri" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", + "label" : "Households on Universal Credit", + "measure" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", + "function" : "COUNT" + } ], + "fields" : [ { + "uri" : "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME", + "label" : "Month", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202301" ], + "labels" : [ "January 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202302" ], + "labels" : [ "February 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202303" ], + "labels" : [ "March 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202304" ], + "labels" : [ "April 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202305" ], + "labels" : [ "May 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202306" ], + "labels" : [ "June 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202307" ], + "labels" : [ "July 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202308" ], + "labels" : [ "August 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202309" ], + "labels" : [ "September 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202310" ], + "labels" : [ "October 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202311" ], + "labels" : [ "November 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202312" ], + "labels" : [ "December 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202401" ], + "labels" : [ "January 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202402" ], + "labels" : [ "February 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202403" ], + "labels" : [ "March 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202404" ], + "labels" : [ "April 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202405" ], + "labels" : [ "May 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202406" ], + "labels" : [ "June 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202407" ], + "labels" : [ "July 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202408" ], + "labels" : [ "August 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202409" ], + "labels" : [ "September 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202410" ], + "labels" : [ "October 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202411" ], + "labels" : [ "November 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202412" ], + "labels" : [ "December 2024" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202501" ], + "labels" : [ "January 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202502" ], + "labels" : [ "February 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202503" ], + "labels" : [ "March 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], + "labels" : [ "April 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], + "labels" : [ "May 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], + "labels" : [ "June 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], + "labels" : [ "July 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], + "labels" : [ "August 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], + "labels" : [ "September 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], + "labels" : [ "October 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], + "labels" : [ "November 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ], + "labels" : [ "December 2025" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202601" ], + "labels" : [ "January 2026" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202602" ], + "labels" : [ "February 2026" ], + "annotationKeys" : [ "r" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202603" ], + "labels" : [ "March 2026" ], + "annotationKeys" : [ "p" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202604" ], + "labels" : [ "April 2026" ], + "annotationKeys" : [ "p" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202605" ], + "labels" : [ "May 2026" ], + "annotationKeys" : [ "p" ] + } ] + }, { + "uri" : "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT", + "label" : "Limited Capability for Work Entitlement", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:0" ], + "labels" : [ "None" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:1" ], + "labels" : [ "LCW or LCWRA" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:2" ], + "labels" : [ "LCW" ], + "annotationKeys" : [ "VIII" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3" ], + "labels" : [ "LCWRA - Higher" ], + "annotationKeys" : [ "XIII" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:4" ], + "labels" : [ "LCWRA - Lower" ], + "annotationKeys" : [ "XIV" ] + } ] + }, { + "uri" : "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT", + "label" : "Payment Indicator", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0" ], + "labels" : [ "No" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1" ], + "labels" : [ "Yes" ] + }, { + "type" : "Total", + "labels" : [ "Total" ] + } ] + } ], + "cubes" : { + "str:count:UC_Households:V_F_UC_HOUSEHOLDS" : { + "values" : [ [ [ 577877, 3249560, 3827434 ], [ 0, 0, 0 ], [ 407, 23658, 24060 ], [ 16280, 1103516, 1119796 ], [ 0, 0, 0 ] ], [ [ 534351, 3309908, 3844259 ], [ 0, 0, 0 ], [ 374, 23621, 23999 ], [ 16041, 1125645, 1141688 ], [ 0, 0, 0 ] ], [ [ 514460, 3325775, 3840237 ], [ 0, 0, 0 ], [ 377, 23535, 23909 ], [ 16302, 1148775, 1165077 ], [ 0, 0, 0 ] ], [ [ 538971, 3313899, 3852875 ], [ 0, 0, 0 ], [ 400, 23469, 23868 ], [ 16516, 1172119, 1188631 ], [ 0, 0, 0 ] ], [ [ 490248, 3363061, 3853309 ], [ 0, 0, 0 ], [ 323, 23446, 23768 ], [ 14283, 1196259, 1210547 ], [ 0, 0, 0 ] ], [ [ 527624, 3331870, 3859489 ], [ 0, 0, 0 ], [ 357, 23274, 23637 ], [ 15881, 1217026, 1232912 ], [ 0, 0, 0 ] ], [ [ 523733, 3352317, 3876053 ], [ 0, 0, 0 ], [ 389, 23066, 23459 ], [ 16902, 1243712, 1260613 ], [ 0, 0, 0 ] ], [ [ 549605, 3343764, 3893364 ], [ 0, 0, 0 ], [ 381, 22924, 23307 ], [ 16849, 1263855, 1280698 ], [ 0, 0, 0 ] ], [ [ 534707, 3387811, 3922518 ], [ 0, 0, 0 ], [ 413, 22633, 23049 ], [ 18346, 1288933, 1307279 ], [ 0, 0, 0 ] ], [ [ 531315, 3427440, 3958751 ], [ 0, 0, 0 ], [ 381, 22534, 22920 ], [ 18475, 1312210, 1330681 ], [ 0, 0, 0 ] ], [ [ 556461, 3438941, 3995402 ], [ 0, 0, 0 ], [ 359, 22447, 22805 ], [ 19105, 1333903, 1353010 ], [ 0, 0, 0 ] ], [ [ 568530, 3461710, 4030243 ], [ 0, 0, 0 ], [ 403, 22168, 22565 ], [ 21159, 1361770, 1382925 ], [ 0, 0, 0 ] ], [ [ 559905, 3489247, 4049156 ], [ 0, 0, 0 ], [ 373, 21946, 22321 ], [ 20249, 1384969, 1405219 ], [ 0, 0, 0 ] ], [ [ 524036, 3587134, 4111171 ], [ 0, 0, 0 ], [ 342, 21792, 22134 ], [ 19905, 1409244, 1429145 ], [ 0, 0, 0 ] ], [ [ 526956, 3627399, 4154356 ], [ 0, 0, 0 ], [ 344, 21325, 21673 ], [ 20833, 1439802, 1460636 ], [ 0, 0, 0 ] ], [ [ 536142, 3647834, 4183971 ], [ 0, 0, 0 ], [ 364, 21068, 21432 ], [ 20523, 1460064, 1480593 ], [ 0, 0, 0 ] ], [ [ 493931, 3727675, 4221601 ], [ 0, 0, 0 ], [ 305, 20839, 21149 ], [ 18526, 1486455, 1504985 ], [ 0, 0, 0 ] ], [ [ 522337, 3719018, 4241359 ], [ 0, 0, 0 ], [ 335, 20211, 20542 ], [ 19612, 1518234, 1537846 ], [ 0, 0, 0 ] ], [ [ 509448, 3769695, 4279142 ], [ 0, 0, 0 ], [ 303, 19853, 20156 ], [ 19719, 1545885, 1565603 ], [ 0, 0, 0 ] ], [ [ 542950, 3782814, 4325765 ], [ 0, 0, 0 ], [ 306, 19671, 19976 ], [ 20118, 1574731, 1594849 ], [ 0, 0, 0 ] ], [ [ 541600, 3834412, 4376013 ], [ 0, 0, 0 ], [ 329, 20138, 20469 ], [ 20790, 1614965, 1635762 ], [ 0, 0, 0 ] ], [ [ 535253, 3850315, 4385564 ], [ 0, 0, 0 ], [ 296, 21295, 21591 ], [ 21377, 1659428, 1680800 ], [ 0, 0, 0 ] ], [ [ 561818, 3834784, 4396600 ], [ 0, 0, 0 ], [ 318, 23289, 23603 ], [ 22402, 1723798, 1746202 ], [ 0, 0, 0 ] ], [ [ 561978, 3846844, 4408821 ], [ 0, 0, 0 ], [ 336, 24544, 24877 ], [ 22936, 1772263, 1795200 ], [ 0, 0, 0 ] ], [ [ 545715, 3859716, 4405433 ], [ 0, 0, 0 ], [ 314, 26288, 26602 ], [ 21118, 1825054, 1846170 ], [ 0, 0, 0 ] ], [ [ 487204, 3940765, 4427969 ], [ 0, 0, 0 ], [ 289, 30292, 30584 ], [ 20065, 1909477, 1929537 ], [ 0, 0, 0 ] ], [ [ 495634, 3914804, 4410439 ], [ 0, 0, 0 ], [ 302, 34138, 34438 ], [ 21036, 1981141, 2002174 ], [ 0, 0, 0 ] ], [ [ 513435, 3896244, 4409680 ], [ 0, 0, 0 ], [ 326, 38064, 38388 ], [ 20964, 2050162, 2071127 ], [ 0, 0, 0 ] ], [ [ 483890, 3909829, 4393715 ], [ 0, 0, 0 ], [ 323, 42265, 42585 ], [ 20272, 2127859, 2148135 ], [ 0, 0, 0 ] ], [ [ 505580, 3880243, 4385821 ], [ 0, 0, 0 ], [ 329, 47736, 48063 ], [ 21018, 2229719, 2250729 ], [ 0, 0, 0 ] ], [ [ 501305, 3884366, 4385670 ], [ 0, 0, 0 ], [ 338, 51738, 52070 ], [ 20983, 2312448, 2333430 ], [ 0, 0, 0 ] ], [ [ 549659, 3837075, 4386731 ], [ 0, 0, 0 ], [ 365, 55775, 56142 ], [ 22450, 2409102, 2431552 ], [ 0, 0, 0 ] ], [ [ 538764, 3846120, 4384888 ], [ 0, 0, 0 ], [ 353, 59298, 59654 ], [ 22717, 2503058, 2525780 ], [ 0, 0, 0 ] ], [ [ 518519, 3861772, 4380297 ], [ 0, 0, 0 ], [ 344, 61906, 62246 ], [ 22191, 2583494, 2605687 ], [ 0, 0, 0 ] ], [ [ 536258, 3841816, 4378073 ], [ 0, 0, 0 ], [ 368, 63751, 64119 ], [ 22422, 2653544, 2675966 ], [ 0, 0, 0 ] ], [ [ 532142, 3850312, 4382452 ], [ 0, 0, 0 ], [ 377, 64312, 64689 ], [ 22862, 2684044, 2706904 ], [ 0, 0, 0 ] ], [ [ 520841, 3842710, 4363551 ], [ 0, 0, 0 ], [ 358, 64022, 64375 ], [ 21361, 2696861, 2718224 ], [ 0, 0, 0 ] ], [ [ 457767, 3912411, 4370178 ], [ 0, 0, 0 ], [ 313, 63551, 63861 ], [ 19702, 2710421, 2730122 ], [ 0, 0, 0 ] ], [ [ 450830, 3905712, 4356547 ], [ 0, 0, 0 ], [ 287, 62985, 63271 ], [ 19603, 2715060, 2734660 ], [ 0, 0, 0 ] ], [ [ 463935, 3894630, 4358564 ], [ 0, 0, 0 ], [ 286, 62679, 62963 ], [ 19199, 2715585, 2734786 ], [ 7, 80, 88 ] ], [ [ 431391, 3929043, 4360434 ], [ 0, 0, 0 ], [ 267, 62250, 62518 ], [ 18096, 2715434, 2733533 ], [ 65, 672, 735 ] ] ], + "precision" : 0 + } + }, + "annotationMap" : { + "I" : "A limited test of the full Universal Credit service was launched in Sutton, South London on 26th November 2014, and has expanded to other areas since. This publication now includes statistics covering both the live and full Universal Credit service. Please see https://www.gov.uk/government/publications/universal-credit-transition-to-full-service for details of the areas in which the full Universal Credit service is operating.", + "II" : "Data for more recent months will be subject to a higher degree of revision. Universal Credit award amounts may be retrospectively revised.", + "III" : "Monthly award amounts include any awards due to entitlement such as the standard allowance or housing entitlement plus any advance payments. Advance payments will normally be recovered during subsequent assessment periods.", + "IV" : "Award, entitlement and payment information may be missing for a very small number of households on Universal Credit, where more limited information is entered onto IT systems.", + "z" : "\"..\" denotes a nil or negligible number of claimants or award amount based on a nil or negligible number of claimants.", + "r" : "Figures marked \"r\" have been revised since the previous release.", + "p" : "Figures marked \"p\" are provisional. These figures will be subject to revision in subsequent releases. It is expected that overall provisional figures will be within two per cent of their revised figure in future releases.", + "VIII" : "Limited Capability for Work.", + "XIII" : "Limited Capability for Work and Work Related Activity - Higher.", + "XIV" : "Limited Capability for Work and Work Related Activity - Lower." + } +} \ No newline at end of file diff --git a/db/data/dwp/uc_households_lcwra_entitlement_april_december_2025/manifest.yaml b/db/data/dwp/uc_households_lcwra_entitlement_april_december_2025/manifest.yaml deleted file mode 100644 index 553bff4d..00000000 --- a/db/data/dwp/uc_households_lcwra_entitlement_april_december_2025/manifest.yaml +++ /dev/null @@ -1,18 +0,0 @@ -source_id: dwp -package_id: dwp-uc-households-lcwra-entitlement-april-december-2025 -dataset: dwp_dwp-uc-households-lcwra-entitlement-april-december-2025 -source_page: https://stat-xplore.dwp.gov.uk/ -table: Households on Universal Credit with LCWRA entitlement, April to December 2025 -files: - 2025: - filename: uc_households_lcwra_entitlement_april_december_2025.json - source_url: https://stat-xplore.dwp.gov.uk/webapi/rest/v1/table - sha256: 6a8224f34832ac096fbf212fe12ede64a4709d8caadff7f2fc6e4a397d2d2012 - size_bytes: 5551 - fetched_at: '2026-08-21T12:25:00Z' - storage: - r2: - provider: r2 - bucket: ledger-raw - key: raw/dwp/dwp-uc-households-lcwra-entitlement-april-december-2025/2025/6a8224f34832ac096fbf212fe12ede64a4709d8caadff7f2fc6e4a397d2d2012/uc_households_lcwra_entitlement_april_december_2025.json - uri: r2://ledger-raw/raw/dwp/dwp-uc-households-lcwra-entitlement-april-december-2025/2025/6a8224f34832ac096fbf212fe12ede64a4709d8caadff7f2fc6e4a397d2d2012/uc_households_lcwra_entitlement_april_december_2025.json diff --git a/db/data/dwp/uc_households_lcwra_entitlement_april_december_2025/uc_households_lcwra_entitlement_april_december_2025.json b/db/data/dwp/uc_households_lcwra_entitlement_april_december_2025/uc_households_lcwra_entitlement_april_december_2025.json deleted file mode 100644 index c70dcdf9..00000000 --- a/db/data/dwp/uc_households_lcwra_entitlement_april_december_2025/uc_households_lcwra_entitlement_april_december_2025.json +++ /dev/null @@ -1,103 +0,0 @@ -{ - "query" : { - "database" : "str:database:UC_Households", - "measures" : [ "str:count:UC_Households:V_F_UC_HOUSEHOLDS" ], - "recodes" : { - "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" : { - "map" : [ [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ] ], - "total" : false - }, - "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT" : { - "map" : [ [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3" ] ], - "total" : false - } - }, - "dimensions" : [ [ "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME" ], [ "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT" ] ] - }, - "database" : { - "id" : "UC_Households", - "uri" : "str:database:UC_Households", - "label" : "Households on Universal Credit", - "annotationKeys" : [ "I", "II", "III", "IV", "z" ] - }, - "measures" : [ { - "uri" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", - "label" : "Households on Universal Credit", - "measure" : "str:count:UC_Households:V_F_UC_HOUSEHOLDS", - "function" : "COUNT" - } ], - "fields" : [ { - "uri" : "str:field:UC_Households:F_UC_HH_DATE:DATE_NAME", - "label" : "Month", - "items" : [ { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202504" ], - "labels" : [ "April 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202505" ], - "labels" : [ "May 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202506" ], - "labels" : [ "June 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202507" ], - "labels" : [ "July 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202508" ], - "labels" : [ "August 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202509" ], - "labels" : [ "September 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202510" ], - "labels" : [ "October 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202511" ], - "labels" : [ "November 2025" ], - "annotationKeys" : [ "r" ] - }, { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:F_UC_HH_DATE:DATE_NAME:C_UC_HH_DATE:202512" ], - "labels" : [ "December 2025" ], - "annotationKeys" : [ "r" ] - } ] - }, { - "uri" : "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT", - "label" : "Limited Capability for Work Entitlement", - "items" : [ { - "type" : "RecodeItem", - "uris" : [ "str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3" ], - "labels" : [ "LCWRA - Higher" ], - "annotationKeys" : [ "XIII" ] - } ] - } ], - "cubes" : { - "str:count:UC_Households:V_F_UC_HOUSEHOLDS" : { - "values" : [ [ 2071127 ], [ 2148135 ], [ 2250729 ], [ 2333430 ], [ 2431552 ], [ 2525780 ], [ 2605687 ], [ 2675966 ], [ 2706904 ] ], - "precision" : 0 - } - }, - "annotationMap" : { - "I" : "A limited test of the full Universal Credit service was launched in Sutton, South London on 26th November 2014, and has expanded to other areas since. This publication now includes statistics covering both the live and full Universal Credit service. Please see https://www.gov.uk/government/publications/universal-credit-transition-to-full-service for details of the areas in which the full Universal Credit service is operating.", - "II" : "Data for more recent months will be subject to a higher degree of revision. Universal Credit award amounts may be retrospectively revised.", - "III" : "Monthly award amounts include any awards due to entitlement such as the standard allowance or housing entitlement plus any advance payments. Advance payments will normally be recovered during subsequent assessment periods.", - "IV" : "Award, entitlement and payment information may be missing for a very small number of households on Universal Credit, where more limited information is entered onto IT systems.", - "z" : "\"..\" denotes a nil or negligible number of claimants or award amount based on a nil or negligible number of claimants.", - "r" : "Figures marked \"r\" have been revised since the previous release.", - "XIII" : "Limited Capability for Work and Work Related Activity - Higher." - } -} \ No newline at end of file diff --git a/db/data/dwp/uc_people_employment_indicator_january_2023_may_2026/manifest.yaml b/db/data/dwp/uc_people_employment_indicator_january_2023_may_2026/manifest.yaml new file mode 100644 index 00000000..721b1815 --- /dev/null +++ b/db/data/dwp/uc_people_employment_indicator_january_2023_may_2026/manifest.yaml @@ -0,0 +1,18 @@ +source_id: dwp +package_id: dwp-uc-people-employment-indicator-january-2023-may-2026 +dataset: dwp_dwp-uc-people-employment-indicator-january-2023-may-2026 +source_page: https://stat-xplore.dwp.gov.uk/ +table: People on Universal Credit by employment indicator, January 2023 to May 2026 +files: + 2025: + filename: people_on_uc_by_employment_indicator_january_2023_may_2026.json + source_url: https://stat-xplore.dwp.gov.uk/webapi/rest/v1/table + sha256: 014a92f285f49383dcbd8e2927052a7fe7dc9233716fddecfb39982f8a5918d8 + size_bytes: 13977 + fetched_at: '2026-09-11T12:08:30Z' + storage: + r2: + provider: r2 + bucket: ledger-raw + key: raw/uk/dwp/dwp-uc-people-employment-indicator-january-2023-may-2026/2025/014a92f285f49383dcbd8e2927052a7fe7dc9233716fddecfb39982f8a5918d8/people_on_uc_by_employment_indicator_january_2023_may_2026.json + uri: r2://ledger-raw/raw/uk/dwp/dwp-uc-people-employment-indicator-january-2023-may-2026/2025/014a92f285f49383dcbd8e2927052a7fe7dc9233716fddecfb39982f8a5918d8/people_on_uc_by_employment_indicator_january_2023_may_2026.json diff --git a/db/data/dwp/uc_people_employment_indicator_january_2023_may_2026/people_on_uc_by_employment_indicator_january_2023_may_2026.json b/db/data/dwp/uc_people_employment_indicator_january_2023_may_2026/people_on_uc_by_employment_indicator_january_2023_may_2026.json new file mode 100644 index 00000000..6c5f6320 --- /dev/null +++ b/db/data/dwp/uc_people_employment_indicator_january_2023_may_2026/people_on_uc_by_employment_indicator_january_2023_may_2026.json @@ -0,0 +1,233 @@ +{ + "query" : { + "database" : "str:database:UC_Monthly", + "measures" : [ "str:count:UC_Monthly:V_F_UC_CASELOAD_FULL" ], + "recodes" : { + "str:field:UC_Monthly:F_UC_DATE:DATE_NAME" : { + "map" : [ [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202301" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202302" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202303" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202304" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202305" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202306" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202307" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202308" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202309" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202310" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202311" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202312" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202401" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202402" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202403" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202404" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202405" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202406" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202407" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202408" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202409" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202410" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202411" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202412" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202501" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202502" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202503" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202504" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202505" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202506" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202507" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202508" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202509" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202510" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202511" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202512" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202601" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202602" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202603" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202604" ], [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202605" ] ], + "total" : false + }, + "str:field:UC_Monthly:V_F_UC_CASELOAD_FULL:EMPLOYMENT_CODE" : { + "map" : [ [ "str:value:UC_Monthly:V_F_UC_CASELOAD_FULL:EMPLOYMENT_CODE:C_UC_EMPLOYMENT_2023_BAND:0" ], [ "str:value:UC_Monthly:V_F_UC_CASELOAD_FULL:EMPLOYMENT_CODE:C_UC_EMPLOYMENT_2023_BAND:1" ], [ "str:value:UC_Monthly:V_F_UC_CASELOAD_FULL:EMPLOYMENT_CODE:C_UC_EMPLOYMENT_2023_BAND:99" ] ], + "total" : true + } + }, + "dimensions" : [ [ "str:field:UC_Monthly:F_UC_DATE:DATE_NAME" ], [ "str:field:UC_Monthly:V_F_UC_CASELOAD_FULL:EMPLOYMENT_CODE" ] ] + }, + "database" : { + "id" : "UC_Monthly", + "uri" : "str:database:UC_Monthly", + "label" : "People on Universal Credit", + "annotationKeys" : [ "I", "II", "z" ] + }, + "measures" : [ { + "uri" : "str:count:UC_Monthly:V_F_UC_CASELOAD_FULL", + "label" : "People on Universal Credit", + "measure" : "str:count:UC_Monthly:V_F_UC_CASELOAD_FULL", + "function" : "COUNT" + } ], + "fields" : [ { + "uri" : "str:field:UC_Monthly:F_UC_DATE:DATE_NAME", + "label" : "Month", + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202301" ], + "labels" : [ "January 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202302" ], + "labels" : [ "February 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202303" ], + "labels" : [ "March 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202304" ], + "labels" : [ "April 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202305" ], + "labels" : [ "May 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202306" ], + "labels" : [ "June 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202307" ], + "labels" : [ "July 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202308" ], + "labels" : [ "August 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202309" ], + "labels" : [ "September 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202310" ], + "labels" : [ "October 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202311" ], + "labels" : [ "November 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202312" ], + "labels" : [ "December 2023" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202401" ], + "labels" : [ "January 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202402" ], + "labels" : [ "February 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202403" ], + "labels" : [ "March 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202404" ], + "labels" : [ "April 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202405" ], + "labels" : [ "May 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202406" ], + "labels" : [ "June 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202407" ], + "labels" : [ "July 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202408" ], + "labels" : [ "August 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202409" ], + "labels" : [ "September 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202410" ], + "labels" : [ "October 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202411" ], + "labels" : [ "November 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202412" ], + "labels" : [ "December 2024" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202501" ], + "labels" : [ "January 2025" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202502" ], + "labels" : [ "February 2025" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202503" ], + "labels" : [ "March 2025" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202504" ], + "labels" : [ "April 2025" ], + "annotationKeys" : [ "rev" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202505" ], + "labels" : [ "May 2025" ], + "annotationKeys" : [ "rev" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202506" ], + "labels" : [ "June 2025" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202507" ], + "labels" : [ "July 2025" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202508" ], + "labels" : [ "August 2025" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202509" ], + "labels" : [ "September 2025" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202510" ], + "labels" : [ "October 2025" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202511" ], + "labels" : [ "November 2025" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202512" ], + "labels" : [ "December 2025" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202601" ], + "labels" : [ "January 2026" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202602" ], + "labels" : [ "February 2026" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202603" ], + "labels" : [ "March 2026" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202604" ], + "labels" : [ "April 2026" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:F_UC_DATE:DATE_NAME:C_UC_DATE:202605" ], + "labels" : [ "May 2026" ] + } ] + }, { + "uri" : "str:field:UC_Monthly:V_F_UC_CASELOAD_FULL:EMPLOYMENT_CODE", + "label" : "Employment Indicator", + "annotationKeys" : [ "V" ], + "items" : [ { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:V_F_UC_CASELOAD_FULL:EMPLOYMENT_CODE:C_UC_EMPLOYMENT_2023_BAND:0" ], + "labels" : [ "Not in employment (PAYE) or self-employment" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:V_F_UC_CASELOAD_FULL:EMPLOYMENT_CODE:C_UC_EMPLOYMENT_2023_BAND:1" ], + "labels" : [ "In employment (PAYE) or self-employment" ] + }, { + "type" : "RecodeItem", + "uris" : [ "str:value:UC_Monthly:V_F_UC_CASELOAD_FULL:EMPLOYMENT_CODE:C_UC_EMPLOYMENT_2023_BAND:99" ], + "labels" : [ "Not available" ] + }, { + "type" : "Total", + "labels" : [ "Total" ] + } ] + } ], + "cubes" : { + "str:count:UC_Monthly:V_F_UC_CASELOAD_FULL" : { + "values" : [ [ 3153329, 2646274, 0, 5799603 ], [ 3197706, 2638616, 0, 5836325 ], [ 3212404, 2640787, 0, 5853185 ], [ 3231178, 2665528, 0, 5896704 ], [ 3257636, 2672758, 0, 5930392 ], [ 3265034, 2700158, 0, 5965194 ], [ 3290525, 2720756, 0, 6011281 ], [ 3328540, 2714630, 0, 6043174 ], [ 3366983, 2729234, 0, 6096218 ], [ 3382076, 2778395, 0, 6160471 ], [ 3395897, 2824225, 0, 6220120 ], [ 3459441, 2851976, 0, 6311416 ], [ 3530131, 2829181, 0, 6359305 ], [ 3580777, 2877967, 0, 6458747 ], [ 3640755, 2958129, 0, 6598882 ], [ 3668848, 3008380, 0, 6677225 ], [ 3695069, 3062569, 0, 6757645 ], [ 3719512, 3125303, 0, 6844817 ], [ 3778378, 3126233, 0, 6904613 ], [ 3834539, 3134267, 0, 6968805 ], [ 3917285, 3161526, 0, 7078809 ], [ 3961663, 3202048, 0, 7163713 ], [ 4045378, 3230796, 0, 7276174 ], [ 4107492, 3247985, 0, 7355479 ], [ 4193545, 3198215, 0, 7391758 ], [ 4323803, 3191281, 0, 7515081 ], [ 4377612, 3217496, 0, 7595104 ], [ 4461078, 3218378, 0, 7679452 ], [ 4532673, 3203815, 0, 7736489 ], [ 4633406, 3218081, 0, 7851487 ], [ 4721779, 3212144, 0, 7933923 ], [ 4853110, 3188019, 0, 8041126 ], [ 4940195, 3177445, 0, 8117635 ], [ 5016045, 3191768, 0, 8207815 ], [ 5084828, 3217951, 0, 8302781 ], [ 5138629, 3205023, 0, 8343654 ], [ 5174660, 3148175, 0, 8322836 ], [ 5223325, 3118614, 0, 8341941 ], [ 5173890, 3115321, 0, 8289214 ], [ 5177584, 3138941, 0, 8316522 ], [ 0, 0, 8359744, 8359744 ] ], + "precision" : 0 + } + }, + "annotationMap" : { + "I" : "Figures are a count of the number of people on Universal Credit on the second Thursday of each month.", + "II" : "Figures provided for starts show the Jobcentre Plus office recorded at the start of the claim, whereas the figures for the number of people on Universal Credit are representative of the current Jobcentre Plus office that the claimant is attending. It is possible for people to have started on Universal Credit in one office and have moved to another office during their claim, and for this reason, the number of people on Universal Credit can be higher than the starts figure for any particular office, however it is more noticeable when numbers are low.", + "z" : "\"..\" denotes a nil or negligible number of claimants or award amount based on a nil or negligible number of claimants.", + "V" : "The employment indicator is available from November 2013 onwards. To allow sufficient time for earnings information to be gathered on all claimants, figures for the latest month in the series will not be available until the next release.", + "rev" : "Figures marked \"rev\" have been revised. However, they have not been previously released on Stat-Xplore as the data was suspended. They have only been previously released in an ODS table format on gov.uk." + } +} \ No newline at end of file diff --git a/docs/agent-source-package-harness.md b/docs/agent-source-package-harness.md index bbb12a6e..0028d82b 100644 --- a/docs/agent-source-package-harness.md +++ b/docs/agent-source-package-harness.md @@ -340,16 +340,10 @@ uv run chronicle build-suite dwp-uc-payment-distribution-april-december-2025 \ --out /tmp/chronicle-dwp-uc-payment-distribution-april-december-2025 \ --replace -uv run chronicle validate-package dwp-uc-childcare-element-march-2021-august-2025 --year 2025 -uv run chronicle build-suite dwp-uc-childcare-element-march-2021-august-2025 \ +uv run chronicle validate-package dwp-uc-childcare-element-march-2021-may-2026 --year 2025 +uv run chronicle build-suite dwp-uc-childcare-element-march-2021-may-2026 \ --year 2025 \ - --out /tmp/chronicle-dwp-uc-childcare-element-2025 \ - --replace - -uv run chronicle validate-package dwp-uc-households-carer-entitlement-april-december-2025 --year 2025 -uv run chronicle build-suite dwp-uc-households-carer-entitlement-april-december-2025 \ - --year 2025 \ - --out /tmp/chronicle-dwp-uc-carer-entitlement-2025 \ + --out /tmp/chronicle-dwp-uc-childcare-element-2021-2026 \ --replace uv run chronicle validate-package dwp-uc-households-children-april-december-2025 --year 2025 @@ -364,18 +358,6 @@ uv run chronicle build-suite dwp-uc-households-family-type-april-december-2025 \ --out /tmp/chronicle-dwp-uc-households-family-type-april-december-2025 \ --replace -uv run chronicle validate-package dwp-uc-households-housing-entitlement-april-december-2025 --year 2025 -uv run chronicle build-suite dwp-uc-households-housing-entitlement-april-december-2025 \ - --year 2025 \ - --out /tmp/chronicle-dwp-uc-housing-entitlement-2025 \ - --replace - -uv run chronicle validate-package dwp-uc-households-lcwra-entitlement-april-december-2025 --year 2025 -uv run chronicle build-suite dwp-uc-households-lcwra-entitlement-april-december-2025 \ - --year 2025 \ - --out /tmp/chronicle-dwp-uc-lcwra-entitlement-2025 \ - --replace - uv run chronicle validate-package dwp-uc-scotland-youngest-child-april-december-2025 --year 2025 uv run chronicle build-suite dwp-uc-scotland-youngest-child-april-december-2025 \ --year 2025 \ @@ -412,6 +394,54 @@ uv run chronicle build-suite dwp-uc-households-children-payment-indicator-child- --out /tmp/chronicle-dwp-uc-children-payment-indicator-child-entitlement-2023-2026 \ --replace +uv run chronicle validate-package dwp-uc-households-housing-tenure-payment-indicator-january-2023-may-2026 --year 2025 +uv run chronicle build-suite dwp-uc-households-housing-tenure-payment-indicator-january-2023-may-2026 \ + --year 2025 \ + --out /tmp/chronicle-dwp-uc-housing-tenure-payment-indicator-2023-2026 \ + --replace + +uv run chronicle validate-package dwp-uc-households-housing-entitlement-payment-indicator-january-2023-may-2026 --year 2025 +uv run chronicle build-suite dwp-uc-households-housing-entitlement-payment-indicator-january-2023-may-2026 \ + --year 2025 \ + --out /tmp/chronicle-dwp-uc-housing-entitlement-payment-indicator-2023-2026 \ + --replace + +uv run chronicle validate-package dwp-uc-households-lcw-entitlement-payment-indicator-january-2023-may-2026 --year 2025 +uv run chronicle build-suite dwp-uc-households-lcw-entitlement-payment-indicator-january-2023-may-2026 \ + --year 2025 \ + --out /tmp/chronicle-dwp-uc-lcw-entitlement-payment-indicator-2023-2026 \ + --replace + +uv run chronicle validate-package dwp-uc-households-lcw-entitlement-group-payment-indicator-january-2023-may-2026 --year 2025 +uv run chronicle build-suite dwp-uc-households-lcw-entitlement-group-payment-indicator-january-2023-may-2026 \ + --year 2025 \ + --out /tmp/chronicle-dwp-uc-lcw-entitlement-group-payment-indicator-2023-2026 \ + --replace + +uv run chronicle validate-package dwp-uc-households-carer-entitlement-payment-indicator-january-2023-may-2026 --year 2025 +uv run chronicle build-suite dwp-uc-households-carer-entitlement-payment-indicator-january-2023-may-2026 \ + --year 2025 \ + --out /tmp/chronicle-dwp-uc-carer-entitlement-payment-indicator-2023-2026 \ + --replace + +uv run chronicle validate-package dwp-uc-people-employment-indicator-january-2023-may-2026 --year 2025 +uv run chronicle build-suite dwp-uc-people-employment-indicator-january-2023-may-2026 \ + --year 2025 \ + --out /tmp/chronicle-dwp-uc-people-employment-indicator-2023-2026 \ + --replace + +uv run chronicle validate-package dwp-hb-claimants-client-type-tenure-january-2023-february-2026 --year 2025 +uv run chronicle build-suite dwp-hb-claimants-client-type-tenure-january-2023-february-2026 \ + --year 2025 \ + --out /tmp/chronicle-dwp-hb-claimants-client-type-tenure-2023-2026 \ + --replace + +uv run chronicle validate-package dwp-hb-claimants-client-type-tenure-accommodation-type-september-2025-february-2026 --year 2025 +uv run chronicle build-suite dwp-hb-claimants-client-type-tenure-accommodation-type-september-2025-february-2026 \ + --year 2025 \ + --out /tmp/chronicle-dwp-hb-claimants-accommodation-type-2025-2026 \ + --replace + uv run chronicle validate-package hmrc-child-benefit-august-2025 --year 2025 uv run chronicle build-suite hmrc-child-benefit-august-2025 \ --year 2025 \ diff --git a/docs/pe-uk-source-checklist.md b/docs/pe-uk-source-checklist.md index 87682e06..49e476be 100644 --- a/docs/pe-uk-source-checklist.md +++ b/docs/pe-uk-source-checklist.md @@ -72,7 +72,9 @@ cannot be obtained. Nothing in uk-data is absent from this table. | UC payment distribution ([`dwp.py`](https://github.com/PolicyEngine/policyengine-uk-data/blob/ebf733c/policyengine_uk_data/targets/sources/dwp.py) → `utils/uc_data.py`) | 104 `dwp/uc_payment_dist/*` | **ported** | `dwp-uc-payment-distribution-april-december-2025` (1,215 facts, 27 bands × 5 family types × 9 months, Stat-Xplore; the `£1500.01 or over` band applies to months up to August 2022 only and is not ported; the May-2025 snapshot package is retired) | [#141](https://github.com/PolicyEngine/chronicle/pull/141), [#234](https://github.com/PolicyEngine/chronicle/issues/234) | Monthly history covers the April–December 2025 caseload averaging window, including the `No payment` (nil-award) band per family type. uk-data parses a committed provisional export with no API provenance; its open `£2500.01 or over` band parses to NaN (4 impossible `nan_to_nan` targets) — here it is an ordinary category. Band identities are exact publisher labels; the ×12 annualization is populace-side. | | UC claimants by children ([`dwp.py`](https://github.com/PolicyEngine/policyengine-uk-data/blob/ebf733c/policyengine_uk_data/targets/sources/dwp.py)) | 5 `dwp/uc/claimants_with_{n}_children` | **ported** | `dwp-uc-households-children-april-december-2025` (72 facts, Stat-Xplore) | [#141](https://github.com/PolicyEngine/chronicle/pull/141), [#187](https://github.com/PolicyEngine/chronicle/issues/187) | Monthly history now covers the April–December 2025 caseload averaging window. Digit categories carry integer `number_of_children` constraints; `5 or more` and the unknown tail stay categorical (uk-data merged the tail into its `5+`). Raw revised publisher cells are preserved. | | UC claimants by family type ([`dwp.py`](https://github.com/PolicyEngine/policyengine-uk-data/blob/ebf733c/policyengine_uk_data/targets/sources/dwp.py)) | 4 `dwp/uc/claimants_{family_type}` | **ported** | `dwp-uc-households-family-type-april-december-2025` (162 facts, Stat-Xplore: five family types plus the separately published Total for April–December 2023, 2024, and 2025); [#233](https://github.com/PolicyEngine/chronicle/issues/233) crosses: `dwp-uc-households-family-type-child-entitlement-april-december-2025` (90 facts, family type × child element in the award), `dwp-uc-households-children-child-entitlement-april-december-2025` (144 facts, number of children × child element), `dwp-uc-households-family-type-payment-indicator-april-december-2025` (90 facts, family type × in payment / nil award); [#251](https://github.com/PolicyEngine/chronicle/issues/251) crosses, April 2023 to May 2026: `dwp-uc-households-family-type-payment-indicator-child-entitlement-april-2023-may-2026` (760 facts, family type × payment indicator × child entitlement), `dwp-uc-households-children-payment-indicator-child-entitlement-april-2023-may-2026` (1,216 joint facts, number of children × payment indicator × child entitlement, plus 608 publisher Total-over-child-entitlement facts as `total_benefit_units`) | [#141](https://github.com/PolicyEngine/chronicle/pull/141), [#187](https://github.com/PolicyEngine/chronicle/issues/187), [#233](https://github.com/PolicyEngine/chronicle/issues/233), [#247](https://github.com/PolicyEngine/chronicle/issues/247), [#251](https://github.com/PolicyEngine/chronicle/issues/251) | Family-type history covers the April–December windows from 2023 onward through the latest complete window, with the DWP Total kept as `total_benefit_units` rather than derived from detail cells. DWP's family-type 'with children' counts any verified child or young person under 20 in the household; the Child Entitlement cross carries the child-element concept and the Payment Indicator cross the nil-award split on the 2025 months, both as published. The #251 crosses cover all 38 months from April 2023 to May 2026; DWP emits their margin as a Total item and Chronicle does not sum the joint cells. In the #251 extracts from the 18 August 2026 release, DWP flags June 2024–February 2026 as revised (`r`) and March–May 2026 as provisional (`p`). Raw publisher counts only — uk-data's `undercount_relative` inflation is **excluded (computed)** and stays populace-side. | -| UC element caseloads | Childcare, housing, LCWRA and carer benefit units | **ported** | `dwp-uc-childcare-element-march-2021-august-2025` (54 facts) plus three April–December 2025 Stat-Xplore entitlement packages (9 facts each) | [#187](https://github.com/PolicyEngine/chronicle/issues/187) | DWP's “household” is normalized to the UC benefit unit. Housing is a publisher-side grouped API cell across social, private and other tenure categories; no Chronicle-side summation or annual averaging is introduced. Coverage is Great Britain (`K03000001`), matching the source. | +| UC element caseloads | Childcare, housing, LCW/LCWRA and carer benefit units, by payment indicator | **ported** | `dwp-uc-childcare-element-march-2021-may-2026` (252 facts: Table 1 total, single and couple households receiving the element and the Table 3 mean monthly amount, March 2021 to May 2026); [#259](https://github.com/PolicyEngine/chronicle/issues/259) crosses, January 2023 to May 2026, each element category × payment indicator plus DWP's Total over payment indicator: `dwp-uc-households-housing-tenure-payment-indicator-january-2023-may-2026` (492 facts), `dwp-uc-households-housing-entitlement-payment-indicator-january-2023-may-2026` (123 facts, housing entitlement 'Yes'), `dwp-uc-households-lcw-entitlement-payment-indicator-january-2023-may-2026` (492 facts), `dwp-uc-households-lcw-entitlement-group-payment-indicator-january-2023-may-2026` (123 facts, LCWRA at either rate), `dwp-uc-households-carer-entitlement-payment-indicator-january-2023-may-2026` (246 facts) | [#187](https://github.com/PolicyEngine/chronicle/issues/187), [#259](https://github.com/PolicyEngine/chronicle/issues/259) | DWP's “household” is normalized to the UC benefit unit; coverage is Great Britain (`K03000001`), matching the source. #259 retired the April–December 2025 housing package: its grouped recode of tenure codes 1–3 was labelled 'Social Rented Sector', and DWP's own Housing Entitlement 'Yes' value now carries the same cells, with each tenure and 'No Housing Entitlement' emitted separately. With it, the concept `dwp.uc_households_with_housing_entitlement` leaves the feed: bind `dwp.uc_households` with `housing_entitlement_tenure: 'Yes'` (none of its nine keys survive). The #187 LCWRA - Higher and carer April–December 2025 packages are retired too: their nine cells each equal the crosses' all-claims rows exactly, so `dwp.uc_households_with_lcwra_entitlement` and `dwp.uc_households_with_carer_entitlement` also leave the feed. 'LCWRA - Lower' is DWP's second LCWRA rate from April 2026; 'LCW or LCWRA' is zero throughout and not ported. Values of one variable overlap across packages ('Yes' spans the three tenures; 'LCWRA' spans Higher and Lower), so never sum over a variable's values. UC_Households has no childcare field, so the childcare count stays on the ODS publication and covers all claims; DWP publishes only a mean amount, and no total amount is computed. The May 2026 tables superseded the August 2025 package: its 54 semantic keys persist, 25 with revised values (up to 5,000), and its aggregate keys are re-minted. DWP flags June 2024–February 2026 revised (`r`) and March–May 2026 provisional (`p`). No Chronicle-side summation or annual averaging is introduced. | +| UC employment indicator | People on UC in and not in employment (PAYE) or self-employment | **ported** | `dwp-uc-people-employment-indicator-january-2023-may-2026` (162 facts) | [#259](https://github.com/PolicyEngine/chronicle/issues/259) | Stat-Xplore People on Universal Credit, banded employment indicator plus DWP's Total, person grain: both partners of a joint claim are counted, so these are not benefit-unit shares. UC_Households carries no earnings or employment field. DWP holds the latest month back until its next release, so May 2026 is 'Not available' for everyone and its two employment categories are not ported. | +| Housing Benefit caseload | HB claimants by client type (working/pension age), private or social rented sector, and accommodation type | **ported** | `dwp-hb-claimants-client-type-tenure-january-2023-february-2026` (456 facts), `dwp-hb-claimants-client-type-tenure-accommodation-type-september-2025-february-2026` (288 facts) | [#259](https://github.com/PolicyEngine/chronicle/issues/259) | Stat-Xplore Housing Benefit (Single Housing Benefit Extract), Great Britain, monthly to February 2026, the latest month on Stat-Xplore, with DWP's margins over both axes. Accommodation type (specified, temporary, other) is published from September 2025 only; earlier months carry no breakdown and none is ported. DWP's Glasgow City (tenure, February–October 2024) and Calderdale (LHA, since January 2024) misclassification notes are carried in the package headers. Complements the OBR `obr.housing_benefit` spend line. | | Childcare programme anchors | Tax-Free Childcare annual top-up and annual/monthly child activity; funded early-education registered and eligible child measures | **ported; downstream activity and mutually exclusive target arithmetic excluded (computed)** | `hmrc-tax-free-childcare-march-2026` (126 facts: 108 monthly used-account child counts, 9 annual-unique child counts, 9 annual top-up flows); `dfe-funded-early-education-childcare-2026` (770 national child headline facts, 2011–2026) | [#219](https://github.com/PolicyEngine/chronicle/issues/219) | **Publisher cells only.** HMRC's April-2025 used-account definition break is an exact filter and constraint on every monthly fact; consumers combining months must select one `definition_regime`. Annual figures use the revised treatment from FY2024-25. DfE facts are third-week-of-January England stocks: raw entitlement and age labels are row constraints, while registration/eligibility and nursery/reception identities use explicit guarded source-column dimension declarations rather than column-name inference. Total and component columns have distinct concepts, and the release vintage is pinned in provenance. The TFC duration proxy, `379,029 + 242,453`, and `778,327 - 361,790` remain consumer computations; overlapping universal and working-parent universes are not reconciled. | | Scotland UC households, child under 1 ([`dwp.py`](https://github.com/PolicyEngine/policyengine-uk-data/blob/ebf733c/policyengine_uk_data/targets/sources/dwp.py)) | 1 `dwp/scotland_uc_households_child_under_1` (14,000) | **ported** | `dwp-uc-scotland-youngest-child-april-december-2025` (207 facts, single year of age × 9 months, Stat-Xplore; the May-2025 snapshot package is retired) | [#141](https://github.com/PolicyEngine/chronicle/pull/141), [#234](https://github.com/PolicyEngine/chronicle/issues/234) | The age-0 row (14,412 in the retired May snapshot; 14,448 in the revised May 2025 cell of the history) is the precise value behind uk-data's rounded 14,000. Single-year cells differ from the published 0–4 band by 4 households — Stat-Xplore disclosure-control rounding, both publisher-emitted. | | Land values ([`_land.py`](https://github.com/PolicyEngine/policyengine-uk-data/blob/ebf733c/policyengine_uk_data/targets/sources/_land.py), [`ons_land_values.py`](https://github.com/PolicyEngine/policyengine-uk-data/blob/ebf733c/policyengine_uk_data/targets/sources/ons_land_values.py), [`mhclg_regional_land.py`](https://github.com/PolicyEngine/policyengine-uk-data/blob/ebf733c/policyengine_uk_data/targets/sources/mhclg_regional_land.py)) | `ons/{household,corporate,}_land_value` + 11 regional | **ported** | `ons-national-balance-sheet-land-2025` (90 facts: Land AN.211 × total/households/NFCs × 1995–2024) | [#141](https://github.com/PolicyEngine/chronicle/pull/141) | **Re-pinned to the dataset, vintage partially revised.** From the [2025-edition NBS reference tables](https://www.ons.gov.uk/economy/nationalaccounts/uksectoraccounts/datasets/thenationalbalancesheetestimates) (E44R/E44N/E43B). uk-data's totals match exactly for 2021–2023; its 2024 (£7,100,000m) approximated the published £7,117,771m; its 2020 household/corporate split matches no series in this edition (earlier vintage, since revised). **Excluded (computed):** flat-fills, the fixed 2020 share split, and the regional split over the unattributed prices×dwellings CSV. | diff --git a/packages/dwp/hb_claimants_client_type_tenure_accommodation_type_september_2025_february_2026/source_package.yaml b/packages/dwp/hb_claimants_client_type_tenure_accommodation_type_september_2025_february_2026/source_package.yaml new file mode 100644 index 00000000..e792c6b4 --- /dev/null +++ b/packages/dwp/hb_claimants_client_type_tenure_accommodation_type_september_2025_february_2026/source_package.yaml @@ -0,0 +1,1064 @@ +# DWP Housing Benefit caseload by accommodation type (Stat-Xplore hb_new), Great Britain, for +# chronicle#259 item 5. DWP publishes Accommodation Type from September 2025 (the breakdown +# was added in the February 2026 release); every earlier month of hb_new puts the whole +# caseload in 'Unknown / Missing' with zeros elsewhere, so this cube starts at September +# 2025 and no earlier zero is ported. September 2025 through February 2026 (6 months). +# Specified Accommodation is the supported housing defined in the Housing Benefit +# regulations (which includes exempt accommodation); Temporary Accommodation is housing a +# local authority or a registered housing association arranged by it provides to prevent +# homelessness; Other is every remaining claim. Client Type and Private or Social Rented +# request total: true (DWP-emitted margins in .total record sets); Accommodation Type has +# no Total, as the all-types count is dwp-hb-claimants-client-type-tenure-january-2023- +# february-2026. Literal publisher zeros (for example the unknown housing sector in +# specified accommodation) are retained. No Chronicle-side summation is emitted. The +# Glasgow City and Calderdale tenure annotations of the client type x tenure package apply. +schema_version: ledger.source_package.v1 +package_id: dwp-hb-claimants-client-type-tenure-accommodation-type-september-2025-february-2026 +label: 'DWP Stat-Xplore: Housing Benefit claimants by client type, tenure and accommodation type, Great Britain, September 2025 to February 2026' +artifact: + source_name: dwp + source_table: 'Housing Benefit claimants by client type, tenure and accommodation type, September 2025 to February 2026' + resource_package: db + resource_directory: data/dwp/hb_claimants_client_type_tenure_accommodation_type_september_2025_february_2026 + manifest: manifest.yaml + vintage: stat_xplore_2026_09_11 + extracted_at: '2026-09-11' + extraction_method: >- + Stat-Xplore Open Data API table response parsed and unpivoted to one row per cube cell; + database str:database:hb_new; measure str:count:hb_new:V_F_HB_NEW; + fields in response order: + str:field:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME; + str:field:hb_new:V_F_HB_NEW:PENWORK; + str:field:hb_new:V_F_HB_NEW:TENURE_PUB; + str:field:hb_new:V_F_HB_NEW:SATA; + value sets: C_HB_NEW_DATE, C_HOUSING_SECTOR, C_PENWORK, C_SATA; + months 202509 (Sep-25) through 202602 (Feb-26) (202509 through 202602), inclusive; + recode total: true on PENWORK and TENURE_PUB only, all other recodes total: false. + parser: statxplore_table_json_rows + sheet_name: api_response + artifact_year: 2025 +record_sets: +- &monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_09.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_09 + sheet_name: api_response + period_type: month + period: 2025-09 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: housing_benefit_claim + domain: housing_benefit + groupby_dimension: dwp.hb_accommodation_type + assertion: observation + rows: + - &client_type_working_age__tenure_social_rented_sector__accommodation_specified_accommodation + value_id: client_type_working_age__tenure_social_rented_sector__accommodation_specified_accommodation + label: 'Working age, Social Rented Sector, Specified Accommodation' + ordinal: 0 + row_number: 2 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Social Rented Sector', accommodation_type: 'Specified Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Specified Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 2, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 2, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 2, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}] + - &client_type_working_age__tenure_social_rented_sector__accommodation_temporary_accommodation + value_id: client_type_working_age__tenure_social_rented_sector__accommodation_temporary_accommodation + label: 'Working age, Social Rented Sector, Temporary Accommodation' + ordinal: 1 + row_number: 3 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Social Rented Sector', accommodation_type: 'Temporary Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Temporary Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 3, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 3, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 3, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}] + - &client_type_working_age__tenure_social_rented_sector__accommodation_other + value_id: client_type_working_age__tenure_social_rented_sector__accommodation_other + label: 'Working age, Social Rented Sector, Other' + ordinal: 2 + row_number: 4 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Social Rented Sector', accommodation_type: 'Other'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Other', label: accommodation type} + guard_cells: [{column: C, row: 4, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 4, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 4, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}] + - &client_type_working_age__tenure_social_rented_sector__accommodation_unknown_missing + value_id: client_type_working_age__tenure_social_rented_sector__accommodation_unknown_missing + label: 'Working age, Social Rented Sector, Unknown / Missing' + ordinal: 3 + row_number: 5 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Social Rented Sector', accommodation_type: 'Unknown / Missing'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Unknown / Missing', label: accommodation type} + guard_cells: [{column: C, row: 5, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 5, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 5, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}] + - &client_type_working_age__tenure_private_rented_sector__accommodation_specified_accommodation + value_id: client_type_working_age__tenure_private_rented_sector__accommodation_specified_accommodation + label: 'Working age, Private Rented Sector, Specified Accommodation' + ordinal: 4 + row_number: 6 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Private Rented Sector', accommodation_type: 'Specified Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Specified Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 6, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 6, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 6, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}] + - &client_type_working_age__tenure_private_rented_sector__accommodation_temporary_accommodation + value_id: client_type_working_age__tenure_private_rented_sector__accommodation_temporary_accommodation + label: 'Working age, Private Rented Sector, Temporary Accommodation' + ordinal: 5 + row_number: 7 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Private Rented Sector', accommodation_type: 'Temporary Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Temporary Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 7, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 7, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 7, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}] + - &client_type_working_age__tenure_private_rented_sector__accommodation_other + value_id: client_type_working_age__tenure_private_rented_sector__accommodation_other + label: 'Working age, Private Rented Sector, Other' + ordinal: 6 + row_number: 8 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Private Rented Sector', accommodation_type: 'Other'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Other', label: accommodation type} + guard_cells: [{column: C, row: 8, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 8, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 8, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}] + - &client_type_working_age__tenure_private_rented_sector__accommodation_unknown_missing + value_id: client_type_working_age__tenure_private_rented_sector__accommodation_unknown_missing + label: 'Working age, Private Rented Sector, Unknown / Missing' + ordinal: 7 + row_number: 9 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Private Rented Sector', accommodation_type: 'Unknown / Missing'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Unknown / Missing', label: accommodation type} + guard_cells: [{column: C, row: 9, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 9, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 9, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}] + - &client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation + value_id: client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation + label: 'Working age, Unknown or missing housing sector, Specified Accommodation' + ordinal: 8 + row_number: 10 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Unknown or missing housing sector', accommodation_type: 'Specified Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Specified Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 10, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 10, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 10, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}] + - &client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation + value_id: client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation + label: 'Working age, Unknown or missing housing sector, Temporary Accommodation' + ordinal: 9 + row_number: 11 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Unknown or missing housing sector', accommodation_type: 'Temporary Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Temporary Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 11, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 11, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 11, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}] + - &client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_other + value_id: client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_other + label: 'Working age, Unknown or missing housing sector, Other' + ordinal: 10 + row_number: 12 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Unknown or missing housing sector', accommodation_type: 'Other'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Other', label: accommodation type} + guard_cells: [{column: C, row: 12, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 12, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 12, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}] + - &client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing + value_id: client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing + label: 'Working age, Unknown or missing housing sector, Unknown / Missing' + ordinal: 11 + row_number: 13 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Unknown or missing housing sector', accommodation_type: 'Unknown / Missing'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Unknown / Missing', label: accommodation type} + guard_cells: [{column: C, row: 13, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 13, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 13, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}] + - &client_type_pension_age__tenure_social_rented_sector__accommodation_specified_accommodation + value_id: client_type_pension_age__tenure_social_rented_sector__accommodation_specified_accommodation + label: 'Pension age, Social Rented Sector, Specified Accommodation' + ordinal: 12 + row_number: 18 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Social Rented Sector', accommodation_type: 'Specified Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Specified Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 18, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 18, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 18, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}] + - &client_type_pension_age__tenure_social_rented_sector__accommodation_temporary_accommodation + value_id: client_type_pension_age__tenure_social_rented_sector__accommodation_temporary_accommodation + label: 'Pension age, Social Rented Sector, Temporary Accommodation' + ordinal: 13 + row_number: 19 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Social Rented Sector', accommodation_type: 'Temporary Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Temporary Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 19, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 19, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 19, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}] + - &client_type_pension_age__tenure_social_rented_sector__accommodation_other + value_id: client_type_pension_age__tenure_social_rented_sector__accommodation_other + label: 'Pension age, Social Rented Sector, Other' + ordinal: 14 + row_number: 20 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Social Rented Sector', accommodation_type: 'Other'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Other', label: accommodation type} + guard_cells: [{column: C, row: 20, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 20, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 20, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}] + - &client_type_pension_age__tenure_social_rented_sector__accommodation_unknown_missing + value_id: client_type_pension_age__tenure_social_rented_sector__accommodation_unknown_missing + label: 'Pension age, Social Rented Sector, Unknown / Missing' + ordinal: 15 + row_number: 21 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Social Rented Sector', accommodation_type: 'Unknown / Missing'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Unknown / Missing', label: accommodation type} + guard_cells: [{column: C, row: 21, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 21, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 21, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}] + - &client_type_pension_age__tenure_private_rented_sector__accommodation_specified_accommodation + value_id: client_type_pension_age__tenure_private_rented_sector__accommodation_specified_accommodation + label: 'Pension age, Private Rented Sector, Specified Accommodation' + ordinal: 16 + row_number: 22 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Private Rented Sector', accommodation_type: 'Specified Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Specified Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 22, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 22, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 22, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}] + - &client_type_pension_age__tenure_private_rented_sector__accommodation_temporary_accommodation + value_id: client_type_pension_age__tenure_private_rented_sector__accommodation_temporary_accommodation + label: 'Pension age, Private Rented Sector, Temporary Accommodation' + ordinal: 17 + row_number: 23 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Private Rented Sector', accommodation_type: 'Temporary Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Temporary Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 23, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 23, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 23, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}] + - &client_type_pension_age__tenure_private_rented_sector__accommodation_other + value_id: client_type_pension_age__tenure_private_rented_sector__accommodation_other + label: 'Pension age, Private Rented Sector, Other' + ordinal: 18 + row_number: 24 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Private Rented Sector', accommodation_type: 'Other'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Other', label: accommodation type} + guard_cells: [{column: C, row: 24, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 24, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 24, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}] + - &client_type_pension_age__tenure_private_rented_sector__accommodation_unknown_missing + value_id: client_type_pension_age__tenure_private_rented_sector__accommodation_unknown_missing + label: 'Pension age, Private Rented Sector, Unknown / Missing' + ordinal: 19 + row_number: 25 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Private Rented Sector', accommodation_type: 'Unknown / Missing'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Unknown / Missing', label: accommodation type} + guard_cells: [{column: C, row: 25, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 25, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 25, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}] + - &client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation + value_id: client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation + label: 'Pension age, Unknown or missing housing sector, Specified Accommodation' + ordinal: 20 + row_number: 26 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Unknown or missing housing sector', accommodation_type: 'Specified Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Specified Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 26, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 26, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 26, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}] + - &client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation + value_id: client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation + label: 'Pension age, Unknown or missing housing sector, Temporary Accommodation' + ordinal: 21 + row_number: 27 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Unknown or missing housing sector', accommodation_type: 'Temporary Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Temporary Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 27, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 27, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 27, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}] + - &client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_other + value_id: client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_other + label: 'Pension age, Unknown or missing housing sector, Other' + ordinal: 22 + row_number: 28 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Unknown or missing housing sector', accommodation_type: 'Other'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Other', label: accommodation type} + guard_cells: [{column: C, row: 28, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 28, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 28, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}] + - &client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing + value_id: client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing + label: 'Pension age, Unknown or missing housing sector, Unknown / Missing' + ordinal: 23 + row_number: 29 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Unknown or missing housing sector', accommodation_type: 'Unknown / Missing'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Unknown / Missing', label: accommodation type} + guard_cells: [{column: C, row: 29, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 29, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 29, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}] + measures: + - measure_id: claimants + label: 'Housing Benefit claimants' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.hb_claimants + source_concept: dwp.housing_benefit_claimants + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/hb_new/Accommodation%20Type.html + concept_evidence_notes: 'DWP Housing Benefit (Stat-Xplore hb_new) cube cells for September 2025 to February 2026 by client type, private or social rented sector and accommodation type preserve the publisher labels and value URIs; Chronicle normalizes the claim to benefit_unit.' + unit: count + aggregation: sum + expected_cell_type: number +- &monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_09.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_09.total + sheet_name: api_response + period_type: month + period: 2025-09 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: housing_benefit_claim + domain: housing_benefit + groupby_dimension: dwp.hb_accommodation_type + assertion: observation + rows: + - &client_type_working_age__tenure_all__accommodation_specified_accommodation + value_id: client_type_working_age__tenure_all__accommodation_specified_accommodation + label: 'Working age, Total, Specified Accommodation' + ordinal: 0 + row_number: 14 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: total + filters: {client_type: 'Working age', private_or_social_rented: 'all', accommodation_type: 'Specified Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: accommodation_type, operator: '==', value: 'Specified Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 14, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 14, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 14, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}] + - &client_type_working_age__tenure_all__accommodation_temporary_accommodation + value_id: client_type_working_age__tenure_all__accommodation_temporary_accommodation + label: 'Working age, Total, Temporary Accommodation' + ordinal: 1 + row_number: 15 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: total + filters: {client_type: 'Working age', private_or_social_rented: 'all', accommodation_type: 'Temporary Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: accommodation_type, operator: '==', value: 'Temporary Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 15, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 15, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 15, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}] + - &client_type_working_age__tenure_all__accommodation_other + value_id: client_type_working_age__tenure_all__accommodation_other + label: 'Working age, Total, Other' + ordinal: 2 + row_number: 16 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: total + filters: {client_type: 'Working age', private_or_social_rented: 'all', accommodation_type: 'Other'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: accommodation_type, operator: '==', value: 'Other', label: accommodation type} + guard_cells: [{column: C, row: 16, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 16, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 16, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}] + - &client_type_working_age__tenure_all__accommodation_unknown_missing + value_id: client_type_working_age__tenure_all__accommodation_unknown_missing + label: 'Working age, Total, Unknown / Missing' + ordinal: 3 + row_number: 17 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: total + filters: {client_type: 'Working age', private_or_social_rented: 'all', accommodation_type: 'Unknown / Missing'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: accommodation_type, operator: '==', value: 'Unknown / Missing', label: accommodation type} + guard_cells: [{column: C, row: 17, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 17, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 17, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}] + - &client_type_pension_age__tenure_all__accommodation_specified_accommodation + value_id: client_type_pension_age__tenure_all__accommodation_specified_accommodation + label: 'Pension age, Total, Specified Accommodation' + ordinal: 4 + row_number: 30 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: total + filters: {client_type: 'Pension age', private_or_social_rented: 'all', accommodation_type: 'Specified Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: accommodation_type, operator: '==', value: 'Specified Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 30, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 30, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 30, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}] + - &client_type_pension_age__tenure_all__accommodation_temporary_accommodation + value_id: client_type_pension_age__tenure_all__accommodation_temporary_accommodation + label: 'Pension age, Total, Temporary Accommodation' + ordinal: 5 + row_number: 31 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: total + filters: {client_type: 'Pension age', private_or_social_rented: 'all', accommodation_type: 'Temporary Accommodation'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: accommodation_type, operator: '==', value: 'Temporary Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 31, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 31, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 31, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}] + - &client_type_pension_age__tenure_all__accommodation_other + value_id: client_type_pension_age__tenure_all__accommodation_other + label: 'Pension age, Total, Other' + ordinal: 6 + row_number: 32 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: total + filters: {client_type: 'Pension age', private_or_social_rented: 'all', accommodation_type: 'Other'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: accommodation_type, operator: '==', value: 'Other', label: accommodation type} + guard_cells: [{column: C, row: 32, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 32, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 32, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}] + - &client_type_pension_age__tenure_all__accommodation_unknown_missing + value_id: client_type_pension_age__tenure_all__accommodation_unknown_missing + label: 'Pension age, Total, Unknown / Missing' + ordinal: 7 + row_number: 33 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: total + filters: {client_type: 'Pension age', private_or_social_rented: 'all', accommodation_type: 'Unknown / Missing'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: accommodation_type, operator: '==', value: 'Unknown / Missing', label: accommodation type} + guard_cells: [{column: C, row: 33, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 33, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 33, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}] + - &client_type_all__tenure_social_rented_sector__accommodation_specified_accommodation + value_id: client_type_all__tenure_social_rented_sector__accommodation_specified_accommodation + label: 'Total, Social Rented Sector, Specified Accommodation' + ordinal: 8 + row_number: 34 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Social Rented Sector', accommodation_type: 'Specified Accommodation'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Specified Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 34, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 34, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 34, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}] + - &client_type_all__tenure_social_rented_sector__accommodation_temporary_accommodation + value_id: client_type_all__tenure_social_rented_sector__accommodation_temporary_accommodation + label: 'Total, Social Rented Sector, Temporary Accommodation' + ordinal: 9 + row_number: 35 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Social Rented Sector', accommodation_type: 'Temporary Accommodation'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Temporary Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 35, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 35, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 35, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}] + - &client_type_all__tenure_social_rented_sector__accommodation_other + value_id: client_type_all__tenure_social_rented_sector__accommodation_other + label: 'Total, Social Rented Sector, Other' + ordinal: 10 + row_number: 36 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Social Rented Sector', accommodation_type: 'Other'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Other', label: accommodation type} + guard_cells: [{column: C, row: 36, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 36, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 36, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}] + - &client_type_all__tenure_social_rented_sector__accommodation_unknown_missing + value_id: client_type_all__tenure_social_rented_sector__accommodation_unknown_missing + label: 'Total, Social Rented Sector, Unknown / Missing' + ordinal: 11 + row_number: 37 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Social Rented Sector', accommodation_type: 'Unknown / Missing'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Unknown / Missing', label: accommodation type} + guard_cells: [{column: C, row: 37, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 37, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 37, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}] + - &client_type_all__tenure_private_rented_sector__accommodation_specified_accommodation + value_id: client_type_all__tenure_private_rented_sector__accommodation_specified_accommodation + label: 'Total, Private Rented Sector, Specified Accommodation' + ordinal: 12 + row_number: 38 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Private Rented Sector', accommodation_type: 'Specified Accommodation'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Specified Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 38, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 38, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 38, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}] + - &client_type_all__tenure_private_rented_sector__accommodation_temporary_accommodation + value_id: client_type_all__tenure_private_rented_sector__accommodation_temporary_accommodation + label: 'Total, Private Rented Sector, Temporary Accommodation' + ordinal: 13 + row_number: 39 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Private Rented Sector', accommodation_type: 'Temporary Accommodation'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Temporary Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 39, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 39, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 39, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}] + - &client_type_all__tenure_private_rented_sector__accommodation_other + value_id: client_type_all__tenure_private_rented_sector__accommodation_other + label: 'Total, Private Rented Sector, Other' + ordinal: 14 + row_number: 40 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Private Rented Sector', accommodation_type: 'Other'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Other', label: accommodation type} + guard_cells: [{column: C, row: 40, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 40, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 40, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}] + - &client_type_all__tenure_private_rented_sector__accommodation_unknown_missing + value_id: client_type_all__tenure_private_rented_sector__accommodation_unknown_missing + label: 'Total, Private Rented Sector, Unknown / Missing' + ordinal: 15 + row_number: 41 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Private Rented Sector', accommodation_type: 'Unknown / Missing'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Unknown / Missing', label: accommodation type} + guard_cells: [{column: C, row: 41, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 41, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 41, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}] + - &client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation + value_id: client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation + label: 'Total, Unknown or missing housing sector, Specified Accommodation' + ordinal: 16 + row_number: 42 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Unknown or missing housing sector', accommodation_type: 'Specified Accommodation'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Specified Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 42, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 42, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 42, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}] + - &client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation + value_id: client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation + label: 'Total, Unknown or missing housing sector, Temporary Accommodation' + ordinal: 17 + row_number: 43 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Unknown or missing housing sector', accommodation_type: 'Temporary Accommodation'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Temporary Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 43, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 43, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 43, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}] + - &client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_other + value_id: client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_other + label: 'Total, Unknown or missing housing sector, Other' + ordinal: 18 + row_number: 44 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Unknown or missing housing sector', accommodation_type: 'Other'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Other', label: accommodation type} + guard_cells: [{column: C, row: 44, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 44, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 44, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}] + - &client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing + value_id: client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing + label: 'Total, Unknown or missing housing sector, Unknown / Missing' + ordinal: 19 + row_number: 45 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Unknown or missing housing sector', accommodation_type: 'Unknown / Missing'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + - {variable: accommodation_type, operator: '==', value: 'Unknown / Missing', label: accommodation type} + guard_cells: [{column: C, row: 45, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 45, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 45, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}] + - &client_type_all__tenure_all__accommodation_specified_accommodation + value_id: client_type_all__tenure_all__accommodation_specified_accommodation + label: 'Total, Total, Specified Accommodation' + ordinal: 20 + row_number: 46 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'all', accommodation_type: 'Specified Accommodation'} + constraints: + - {variable: accommodation_type, operator: '==', value: 'Specified Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 46, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 46, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 46, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}] + - &client_type_all__tenure_all__accommodation_temporary_accommodation + value_id: client_type_all__tenure_all__accommodation_temporary_accommodation + label: 'Total, Total, Temporary Accommodation' + ordinal: 21 + row_number: 47 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'all', accommodation_type: 'Temporary Accommodation'} + constraints: + - {variable: accommodation_type, operator: '==', value: 'Temporary Accommodation', label: accommodation type} + guard_cells: [{column: C, row: 47, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 47, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 47, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}] + - &client_type_all__tenure_all__accommodation_other + value_id: client_type_all__tenure_all__accommodation_other + label: 'Total, Total, Other' + ordinal: 22 + row_number: 48 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'all', accommodation_type: 'Other'} + constraints: + - {variable: accommodation_type, operator: '==', value: 'Other', label: accommodation type} + guard_cells: [{column: C, row: 48, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 48, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 48, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}] + - &client_type_all__tenure_all__accommodation_unknown_missing + value_id: client_type_all__tenure_all__accommodation_unknown_missing + label: 'Total, Total, Unknown / Missing' + ordinal: 23 + row_number: 49 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'all', accommodation_type: 'Unknown / Missing'} + constraints: + - {variable: accommodation_type, operator: '==', value: 'Unknown / Missing', label: accommodation type} + guard_cells: [{column: C, row: 49, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 49, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 49, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}] + measures: + - measure_id: total_claimants + label: 'Housing Benefit claimants, published total over client type and/or tenure' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.hb_claimants + source_concept: dwp.housing_benefit_claimants + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/hb_new/Accommodation%20Type.html + concept_evidence_notes: 'DWP emits this Total item itself (recode total: true on PENWORK and TENURE_PUB); Chronicle does not sum the categories.' + unit: count + aggregation: sum + expected_cell_type: number +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_10.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_10 + period: 2025-10 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 0, row_number: 50, guard_cells: [{column: C, row: 50, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 50, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 50, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 1, row_number: 51, guard_cells: [{column: C, row: 51, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 51, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 51, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_other, ordinal: 2, row_number: 52, guard_cells: [{column: C, row: 52, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 52, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 52, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 3, row_number: 53, guard_cells: [{column: C, row: 53, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 53, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 53, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 4, row_number: 54, guard_cells: [{column: C, row: 54, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 54, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 54, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 5, row_number: 55, guard_cells: [{column: C, row: 55, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 55, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 55, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_other, ordinal: 6, row_number: 56, guard_cells: [{column: C, row: 56, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 56, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 56, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 7, row_number: 57, guard_cells: [{column: C, row: 57, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 57, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 57, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 8, row_number: 58, guard_cells: [{column: C, row: 58, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 58, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 58, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 9, row_number: 59, guard_cells: [{column: C, row: 59, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 59, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 59, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 10, row_number: 60, guard_cells: [{column: C, row: 60, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 60, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 60, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 11, row_number: 61, guard_cells: [{column: C, row: 61, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 61, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 61, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 12, row_number: 66, guard_cells: [{column: C, row: 66, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 66, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 66, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 13, row_number: 67, guard_cells: [{column: C, row: 67, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 67, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 67, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_other, ordinal: 14, row_number: 68, guard_cells: [{column: C, row: 68, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 68, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 68, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 15, row_number: 69, guard_cells: [{column: C, row: 69, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 69, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 69, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 16, row_number: 70, guard_cells: [{column: C, row: 70, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 70, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 70, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 17, row_number: 71, guard_cells: [{column: C, row: 71, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 71, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 71, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_other, ordinal: 18, row_number: 72, guard_cells: [{column: C, row: 72, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 72, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 72, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 19, row_number: 73, guard_cells: [{column: C, row: 73, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 73, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 73, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 20, row_number: 74, guard_cells: [{column: C, row: 74, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 74, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 74, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 21, row_number: 75, guard_cells: [{column: C, row: 75, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 75, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 75, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 22, row_number: 76, guard_cells: [{column: C, row: 76, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 76, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 76, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 23, row_number: 77, guard_cells: [{column: C, row: 77, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 77, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 77, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_10.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_10.total + period: 2025-10 + rows: + - {<<: *client_type_working_age__tenure_all__accommodation_specified_accommodation, ordinal: 0, row_number: 62, guard_cells: [{column: C, row: 62, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 62, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 62, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_temporary_accommodation, ordinal: 1, row_number: 63, guard_cells: [{column: C, row: 63, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 63, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 63, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_other, ordinal: 2, row_number: 64, guard_cells: [{column: C, row: 64, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 64, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 64, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_unknown_missing, ordinal: 3, row_number: 65, guard_cells: [{column: C, row: 65, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 65, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 65, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_specified_accommodation, ordinal: 4, row_number: 78, guard_cells: [{column: C, row: 78, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 78, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 78, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_temporary_accommodation, ordinal: 5, row_number: 79, guard_cells: [{column: C, row: 79, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 79, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 79, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_other, ordinal: 6, row_number: 80, guard_cells: [{column: C, row: 80, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 80, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 80, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_unknown_missing, ordinal: 7, row_number: 81, guard_cells: [{column: C, row: 81, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 81, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 81, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 8, row_number: 82, guard_cells: [{column: C, row: 82, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 82, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 82, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 9, row_number: 83, guard_cells: [{column: C, row: 83, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 83, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 83, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_other, ordinal: 10, row_number: 84, guard_cells: [{column: C, row: 84, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 84, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 84, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 11, row_number: 85, guard_cells: [{column: C, row: 85, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 85, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 85, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 12, row_number: 86, guard_cells: [{column: C, row: 86, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 86, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 86, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 13, row_number: 87, guard_cells: [{column: C, row: 87, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 87, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 87, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_other, ordinal: 14, row_number: 88, guard_cells: [{column: C, row: 88, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 88, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 88, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 15, row_number: 89, guard_cells: [{column: C, row: 89, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 89, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 89, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 16, row_number: 90, guard_cells: [{column: C, row: 90, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 90, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 90, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 17, row_number: 91, guard_cells: [{column: C, row: 91, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 91, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 91, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 18, row_number: 92, guard_cells: [{column: C, row: 92, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 92, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 92, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 19, row_number: 93, guard_cells: [{column: C, row: 93, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 93, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 93, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_specified_accommodation, ordinal: 20, row_number: 94, guard_cells: [{column: C, row: 94, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 94, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 94, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_temporary_accommodation, ordinal: 21, row_number: 95, guard_cells: [{column: C, row: 95, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 95, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 95, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_other, ordinal: 22, row_number: 96, guard_cells: [{column: C, row: 96, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 96, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 96, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_unknown_missing, ordinal: 23, row_number: 97, guard_cells: [{column: C, row: 97, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 97, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 97, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_11.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_11 + period: 2025-11 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 0, row_number: 98, guard_cells: [{column: C, row: 98, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 98, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 98, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 1, row_number: 99, guard_cells: [{column: C, row: 99, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 99, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 99, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_other, ordinal: 2, row_number: 100, guard_cells: [{column: C, row: 100, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 100, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 100, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 3, row_number: 101, guard_cells: [{column: C, row: 101, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 101, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 101, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 4, row_number: 102, guard_cells: [{column: C, row: 102, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 102, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 102, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 5, row_number: 103, guard_cells: [{column: C, row: 103, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 103, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 103, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_other, ordinal: 6, row_number: 104, guard_cells: [{column: C, row: 104, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 104, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 104, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 7, row_number: 105, guard_cells: [{column: C, row: 105, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 105, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 105, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 8, row_number: 106, guard_cells: [{column: C, row: 106, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 106, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 106, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 9, row_number: 107, guard_cells: [{column: C, row: 107, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 107, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 107, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 10, row_number: 108, guard_cells: [{column: C, row: 108, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 108, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 108, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 11, row_number: 109, guard_cells: [{column: C, row: 109, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 109, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 109, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 12, row_number: 114, guard_cells: [{column: C, row: 114, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 114, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 114, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 13, row_number: 115, guard_cells: [{column: C, row: 115, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 115, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 115, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_other, ordinal: 14, row_number: 116, guard_cells: [{column: C, row: 116, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 116, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 116, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 15, row_number: 117, guard_cells: [{column: C, row: 117, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 117, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 117, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 16, row_number: 118, guard_cells: [{column: C, row: 118, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 118, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 118, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 17, row_number: 119, guard_cells: [{column: C, row: 119, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 119, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 119, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_other, ordinal: 18, row_number: 120, guard_cells: [{column: C, row: 120, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 120, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 120, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 19, row_number: 121, guard_cells: [{column: C, row: 121, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 121, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 121, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 20, row_number: 122, guard_cells: [{column: C, row: 122, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 122, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 122, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 21, row_number: 123, guard_cells: [{column: C, row: 123, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 123, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 123, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 22, row_number: 124, guard_cells: [{column: C, row: 124, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 124, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 124, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 23, row_number: 125, guard_cells: [{column: C, row: 125, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 125, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 125, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_11.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_11.total + period: 2025-11 + rows: + - {<<: *client_type_working_age__tenure_all__accommodation_specified_accommodation, ordinal: 0, row_number: 110, guard_cells: [{column: C, row: 110, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 110, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 110, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_temporary_accommodation, ordinal: 1, row_number: 111, guard_cells: [{column: C, row: 111, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 111, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 111, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_other, ordinal: 2, row_number: 112, guard_cells: [{column: C, row: 112, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 112, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 112, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_unknown_missing, ordinal: 3, row_number: 113, guard_cells: [{column: C, row: 113, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 113, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 113, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_specified_accommodation, ordinal: 4, row_number: 126, guard_cells: [{column: C, row: 126, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 126, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 126, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_temporary_accommodation, ordinal: 5, row_number: 127, guard_cells: [{column: C, row: 127, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 127, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 127, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_other, ordinal: 6, row_number: 128, guard_cells: [{column: C, row: 128, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 128, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 128, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_unknown_missing, ordinal: 7, row_number: 129, guard_cells: [{column: C, row: 129, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 129, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 129, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 8, row_number: 130, guard_cells: [{column: C, row: 130, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 130, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 130, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 9, row_number: 131, guard_cells: [{column: C, row: 131, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 131, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 131, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_other, ordinal: 10, row_number: 132, guard_cells: [{column: C, row: 132, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 132, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 132, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 11, row_number: 133, guard_cells: [{column: C, row: 133, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 133, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 133, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 12, row_number: 134, guard_cells: [{column: C, row: 134, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 134, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 134, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 13, row_number: 135, guard_cells: [{column: C, row: 135, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 135, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 135, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_other, ordinal: 14, row_number: 136, guard_cells: [{column: C, row: 136, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 136, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 136, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 15, row_number: 137, guard_cells: [{column: C, row: 137, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 137, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 137, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 16, row_number: 138, guard_cells: [{column: C, row: 138, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 138, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 138, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 17, row_number: 139, guard_cells: [{column: C, row: 139, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 139, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 139, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 18, row_number: 140, guard_cells: [{column: C, row: 140, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 140, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 140, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 19, row_number: 141, guard_cells: [{column: C, row: 141, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 141, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 141, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_specified_accommodation, ordinal: 20, row_number: 142, guard_cells: [{column: C, row: 142, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 142, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 142, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_temporary_accommodation, ordinal: 21, row_number: 143, guard_cells: [{column: C, row: 143, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 143, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 143, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_other, ordinal: 22, row_number: 144, guard_cells: [{column: C, row: 144, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 144, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 144, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_unknown_missing, ordinal: 23, row_number: 145, guard_cells: [{column: C, row: 145, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 145, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 145, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_12.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_12 + period: 2025-12 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 0, row_number: 146, guard_cells: [{column: C, row: 146, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 146, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 146, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 1, row_number: 147, guard_cells: [{column: C, row: 147, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 147, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 147, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_other, ordinal: 2, row_number: 148, guard_cells: [{column: C, row: 148, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 148, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 148, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 3, row_number: 149, guard_cells: [{column: C, row: 149, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 149, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 149, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 4, row_number: 150, guard_cells: [{column: C, row: 150, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 150, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 150, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 5, row_number: 151, guard_cells: [{column: C, row: 151, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 151, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 151, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_other, ordinal: 6, row_number: 152, guard_cells: [{column: C, row: 152, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 152, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 152, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 7, row_number: 153, guard_cells: [{column: C, row: 153, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 153, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 153, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 8, row_number: 154, guard_cells: [{column: C, row: 154, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 154, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 154, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 9, row_number: 155, guard_cells: [{column: C, row: 155, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 155, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 155, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 10, row_number: 156, guard_cells: [{column: C, row: 156, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 156, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 156, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 11, row_number: 157, guard_cells: [{column: C, row: 157, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 157, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 157, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 12, row_number: 162, guard_cells: [{column: C, row: 162, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 162, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 162, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 13, row_number: 163, guard_cells: [{column: C, row: 163, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 163, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 163, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_other, ordinal: 14, row_number: 164, guard_cells: [{column: C, row: 164, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 164, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 164, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 15, row_number: 165, guard_cells: [{column: C, row: 165, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 165, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 165, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 16, row_number: 166, guard_cells: [{column: C, row: 166, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 166, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 166, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 17, row_number: 167, guard_cells: [{column: C, row: 167, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 167, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 167, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_other, ordinal: 18, row_number: 168, guard_cells: [{column: C, row: 168, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 168, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 168, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 19, row_number: 169, guard_cells: [{column: C, row: 169, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 169, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 169, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 20, row_number: 170, guard_cells: [{column: C, row: 170, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 170, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 170, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 21, row_number: 171, guard_cells: [{column: C, row: 171, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 171, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 171, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 22, row_number: 172, guard_cells: [{column: C, row: 172, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 172, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 172, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 23, row_number: 173, guard_cells: [{column: C, row: 173, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 173, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 173, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_12.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2025_12.total + period: 2025-12 + rows: + - {<<: *client_type_working_age__tenure_all__accommodation_specified_accommodation, ordinal: 0, row_number: 158, guard_cells: [{column: C, row: 158, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 158, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 158, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_temporary_accommodation, ordinal: 1, row_number: 159, guard_cells: [{column: C, row: 159, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 159, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 159, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_other, ordinal: 2, row_number: 160, guard_cells: [{column: C, row: 160, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 160, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 160, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_unknown_missing, ordinal: 3, row_number: 161, guard_cells: [{column: C, row: 161, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 161, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 161, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_specified_accommodation, ordinal: 4, row_number: 174, guard_cells: [{column: C, row: 174, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 174, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 174, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_temporary_accommodation, ordinal: 5, row_number: 175, guard_cells: [{column: C, row: 175, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 175, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 175, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_other, ordinal: 6, row_number: 176, guard_cells: [{column: C, row: 176, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 176, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 176, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_unknown_missing, ordinal: 7, row_number: 177, guard_cells: [{column: C, row: 177, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 177, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 177, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 8, row_number: 178, guard_cells: [{column: C, row: 178, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 178, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 178, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 9, row_number: 179, guard_cells: [{column: C, row: 179, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 179, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 179, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_other, ordinal: 10, row_number: 180, guard_cells: [{column: C, row: 180, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 180, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 180, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 11, row_number: 181, guard_cells: [{column: C, row: 181, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 181, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 181, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 12, row_number: 182, guard_cells: [{column: C, row: 182, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 182, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 182, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 13, row_number: 183, guard_cells: [{column: C, row: 183, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 183, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 183, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_other, ordinal: 14, row_number: 184, guard_cells: [{column: C, row: 184, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 184, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 184, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 15, row_number: 185, guard_cells: [{column: C, row: 185, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 185, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 185, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 16, row_number: 186, guard_cells: [{column: C, row: 186, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 186, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 186, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 17, row_number: 187, guard_cells: [{column: C, row: 187, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 187, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 187, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 18, row_number: 188, guard_cells: [{column: C, row: 188, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 188, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 188, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 19, row_number: 189, guard_cells: [{column: C, row: 189, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 189, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 189, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_specified_accommodation, ordinal: 20, row_number: 190, guard_cells: [{column: C, row: 190, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 190, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 190, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_temporary_accommodation, ordinal: 21, row_number: 191, guard_cells: [{column: C, row: 191, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 191, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 191, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_other, ordinal: 22, row_number: 192, guard_cells: [{column: C, row: 192, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 192, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 192, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_unknown_missing, ordinal: 23, row_number: 193, guard_cells: [{column: C, row: 193, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 193, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 193, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2026_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2026_01.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2026_01 + period: 2026-01 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 0, row_number: 194, guard_cells: [{column: C, row: 194, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 194, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 194, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 1, row_number: 195, guard_cells: [{column: C, row: 195, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 195, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 195, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_other, ordinal: 2, row_number: 196, guard_cells: [{column: C, row: 196, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 196, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 196, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 3, row_number: 197, guard_cells: [{column: C, row: 197, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 197, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 197, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 4, row_number: 198, guard_cells: [{column: C, row: 198, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 198, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 198, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 5, row_number: 199, guard_cells: [{column: C, row: 199, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 199, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 199, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_other, ordinal: 6, row_number: 200, guard_cells: [{column: C, row: 200, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 200, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 200, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 7, row_number: 201, guard_cells: [{column: C, row: 201, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 201, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 201, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 8, row_number: 202, guard_cells: [{column: C, row: 202, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 202, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 202, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 9, row_number: 203, guard_cells: [{column: C, row: 203, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 203, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 203, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 10, row_number: 204, guard_cells: [{column: C, row: 204, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 204, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 204, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 11, row_number: 205, guard_cells: [{column: C, row: 205, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 205, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 205, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 12, row_number: 210, guard_cells: [{column: C, row: 210, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 210, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 210, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 13, row_number: 211, guard_cells: [{column: C, row: 211, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 211, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 211, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_other, ordinal: 14, row_number: 212, guard_cells: [{column: C, row: 212, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 212, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 212, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 15, row_number: 213, guard_cells: [{column: C, row: 213, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 213, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 213, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 16, row_number: 214, guard_cells: [{column: C, row: 214, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 214, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 214, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 17, row_number: 215, guard_cells: [{column: C, row: 215, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 215, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 215, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_other, ordinal: 18, row_number: 216, guard_cells: [{column: C, row: 216, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 216, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 216, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 19, row_number: 217, guard_cells: [{column: C, row: 217, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 217, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 217, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 20, row_number: 218, guard_cells: [{column: C, row: 218, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 218, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 218, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 21, row_number: 219, guard_cells: [{column: C, row: 219, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 219, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 219, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 22, row_number: 220, guard_cells: [{column: C, row: 220, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 220, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 220, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 23, row_number: 221, guard_cells: [{column: C, row: 221, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 221, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 221, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2026_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2026_01.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2026_01.total + period: 2026-01 + rows: + - {<<: *client_type_working_age__tenure_all__accommodation_specified_accommodation, ordinal: 0, row_number: 206, guard_cells: [{column: C, row: 206, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 206, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 206, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_temporary_accommodation, ordinal: 1, row_number: 207, guard_cells: [{column: C, row: 207, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 207, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 207, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_other, ordinal: 2, row_number: 208, guard_cells: [{column: C, row: 208, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 208, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 208, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_unknown_missing, ordinal: 3, row_number: 209, guard_cells: [{column: C, row: 209, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 209, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 209, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_specified_accommodation, ordinal: 4, row_number: 222, guard_cells: [{column: C, row: 222, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 222, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 222, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_temporary_accommodation, ordinal: 5, row_number: 223, guard_cells: [{column: C, row: 223, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 223, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 223, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_other, ordinal: 6, row_number: 224, guard_cells: [{column: C, row: 224, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 224, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 224, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_unknown_missing, ordinal: 7, row_number: 225, guard_cells: [{column: C, row: 225, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 225, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 225, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 8, row_number: 226, guard_cells: [{column: C, row: 226, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 226, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 226, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 9, row_number: 227, guard_cells: [{column: C, row: 227, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 227, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 227, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_other, ordinal: 10, row_number: 228, guard_cells: [{column: C, row: 228, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 228, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 228, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 11, row_number: 229, guard_cells: [{column: C, row: 229, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 229, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 229, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 12, row_number: 230, guard_cells: [{column: C, row: 230, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 230, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 230, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 13, row_number: 231, guard_cells: [{column: C, row: 231, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 231, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 231, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_other, ordinal: 14, row_number: 232, guard_cells: [{column: C, row: 232, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 232, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 232, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 15, row_number: 233, guard_cells: [{column: C, row: 233, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 233, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 233, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 16, row_number: 234, guard_cells: [{column: C, row: 234, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 234, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 234, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 17, row_number: 235, guard_cells: [{column: C, row: 235, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 235, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 235, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 18, row_number: 236, guard_cells: [{column: C, row: 236, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 236, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 236, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 19, row_number: 237, guard_cells: [{column: C, row: 237, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 237, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 237, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_specified_accommodation, ordinal: 20, row_number: 238, guard_cells: [{column: C, row: 238, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 238, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 238, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_temporary_accommodation, ordinal: 21, row_number: 239, guard_cells: [{column: C, row: 239, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 239, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 239, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_other, ordinal: 22, row_number: 240, guard_cells: [{column: C, row: 240, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 240, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 240, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_unknown_missing, ordinal: 23, row_number: 241, guard_cells: [{column: C, row: 241, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 241, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 241, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2026_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2026_02.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2026_02 + period: 2026-02 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 0, row_number: 242, guard_cells: [{column: C, row: 242, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 242, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 242, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 1, row_number: 243, guard_cells: [{column: C, row: 243, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 243, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 243, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_other, ordinal: 2, row_number: 244, guard_cells: [{column: C, row: 244, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 244, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 244, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 3, row_number: 245, guard_cells: [{column: C, row: 245, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 245, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 245, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 4, row_number: 246, guard_cells: [{column: C, row: 246, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 246, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 246, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 5, row_number: 247, guard_cells: [{column: C, row: 247, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 247, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 247, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_other, ordinal: 6, row_number: 248, guard_cells: [{column: C, row: 248, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 248, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 248, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 7, row_number: 249, guard_cells: [{column: C, row: 249, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 249, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 249, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 8, row_number: 250, guard_cells: [{column: C, row: 250, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 250, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 250, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 9, row_number: 251, guard_cells: [{column: C, row: 251, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 251, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 251, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 10, row_number: 252, guard_cells: [{column: C, row: 252, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 252, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 252, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 11, row_number: 253, guard_cells: [{column: C, row: 253, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 253, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 253, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 12, row_number: 258, guard_cells: [{column: C, row: 258, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 258, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 258, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 13, row_number: 259, guard_cells: [{column: C, row: 259, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 259, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 259, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_other, ordinal: 14, row_number: 260, guard_cells: [{column: C, row: 260, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 260, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 260, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 15, row_number: 261, guard_cells: [{column: C, row: 261, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 261, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 261, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 16, row_number: 262, guard_cells: [{column: C, row: 262, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 262, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 262, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 17, row_number: 263, guard_cells: [{column: C, row: 263, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 263, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 263, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_other, ordinal: 18, row_number: 264, guard_cells: [{column: C, row: 264, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 264, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 264, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 19, row_number: 265, guard_cells: [{column: C, row: 265, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 265, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 265, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 20, row_number: 266, guard_cells: [{column: C, row: 266, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 266, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 266, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 21, row_number: 267, guard_cells: [{column: C, row: 267, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 267, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 267, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 22, row_number: 268, guard_cells: [{column: C, row: 268, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 268, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 268, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 23, row_number: 269, guard_cells: [{column: C, row: 269, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 269, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 269, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2026_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2026_02.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure_accommodation_type.month2026_02.total + period: 2026-02 + rows: + - {<<: *client_type_working_age__tenure_all__accommodation_specified_accommodation, ordinal: 0, row_number: 254, guard_cells: [{column: C, row: 254, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 254, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 254, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_temporary_accommodation, ordinal: 1, row_number: 255, guard_cells: [{column: C, row: 255, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 255, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 255, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_other, ordinal: 2, row_number: 256, guard_cells: [{column: C, row: 256, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 256, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 256, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_working_age__tenure_all__accommodation_unknown_missing, ordinal: 3, row_number: 257, guard_cells: [{column: C, row: 257, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 257, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 257, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_specified_accommodation, ordinal: 4, row_number: 270, guard_cells: [{column: C, row: 270, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 270, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 270, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_temporary_accommodation, ordinal: 5, row_number: 271, guard_cells: [{column: C, row: 271, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 271, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 271, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_other, ordinal: 6, row_number: 272, guard_cells: [{column: C, row: 272, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 272, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 272, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_pension_age__tenure_all__accommodation_unknown_missing, ordinal: 7, row_number: 273, guard_cells: [{column: C, row: 273, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 273, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 273, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_specified_accommodation, ordinal: 8, row_number: 274, guard_cells: [{column: C, row: 274, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 274, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 274, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_temporary_accommodation, ordinal: 9, row_number: 275, guard_cells: [{column: C, row: 275, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 275, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 275, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_other, ordinal: 10, row_number: 276, guard_cells: [{column: C, row: 276, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 276, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 276, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_social_rented_sector__accommodation_unknown_missing, ordinal: 11, row_number: 277, guard_cells: [{column: C, row: 277, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 277, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}, {column: J, row: 277, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_specified_accommodation, ordinal: 12, row_number: 278, guard_cells: [{column: C, row: 278, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 278, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 278, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_temporary_accommodation, ordinal: 13, row_number: 279, guard_cells: [{column: C, row: 279, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 279, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 279, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_other, ordinal: 14, row_number: 280, guard_cells: [{column: C, row: 280, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 280, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 280, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector__accommodation_unknown_missing, ordinal: 15, row_number: 281, guard_cells: [{column: C, row: 281, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 281, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}, {column: J, row: 281, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_specified_accommodation, ordinal: 16, row_number: 282, guard_cells: [{column: C, row: 282, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 282, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 282, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_temporary_accommodation, ordinal: 17, row_number: 283, guard_cells: [{column: C, row: 283, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 283, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 283, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_other, ordinal: 18, row_number: 284, guard_cells: [{column: C, row: 284, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 284, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 284, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector__accommodation_unknown_missing, ordinal: 19, row_number: 285, guard_cells: [{column: C, row: 285, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 285, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}, {column: J, row: 285, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_specified_accommodation, ordinal: 20, row_number: 286, guard_cells: [{column: C, row: 286, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 286, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 286, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:1', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_temporary_accommodation, ordinal: 21, row_number: 287, guard_cells: [{column: C, row: 287, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 287, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 287, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:2', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_other, ordinal: 22, row_number: 288, guard_cells: [{column: C, row: 288, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 288, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 288, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:9', label: accommodation type value URI}]} + - {<<: *client_type_all__tenure_all__accommodation_unknown_missing, ordinal: 23, row_number: 289, guard_cells: [{column: C, row: 289, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 289, expected_value: Total, label: private or social rented publisher Total}, {column: J, row: 289, expected_value: 'str:value:hb_new:V_F_HB_NEW:SATA:C_SATA:99', label: accommodation type value URI}]} diff --git a/packages/dwp/hb_claimants_client_type_tenure_january_2023_february_2026/source_package.yaml b/packages/dwp/hb_claimants_client_type_tenure_january_2023_february_2026/source_package.yaml new file mode 100644 index 00000000..9b179159 --- /dev/null +++ b/packages/dwp/hb_claimants_client_type_tenure_january_2023_february_2026/source_package.yaml @@ -0,0 +1,1218 @@ +# DWP Housing Benefit caseload (Stat-Xplore hb_new, from the Single Housing Benefit Extract), +# Great Britain, for chronicle#259 item 5. Monthly January 2023 through February 2026, the +# latest month on Stat-Xplore (38 months; 202603 is rejected). The count is Housing +# Benefit claimants: one per claim, made by a single claimant or a couple, normalized to +# benefit_unit. Client Type (Working age, Pension age) and Private or Social Rented (Social +# Rented Sector, Private Rented Sector, Unknown or missing housing sector) keep the +# publisher field keys client_type and private_or_social_rented. Both recodes request +# total: true, so DWP emits both margins and the grand total itself (.total record sets, +# all filters, no all constraint). No Chronicle-side summation is emitted. +# DWP's annotations on the response: Glasgow City misclassified tenure from February to +# October 2024, under-reporting the private rented sector; Calderdale has misclassified +# Local Housing Allowance claims since January 2024 (detailed housing type). Neither is +# corrected here. Accommodation type is the separate September 2025 onward package. +schema_version: ledger.source_package.v1 +package_id: dwp-hb-claimants-client-type-tenure-january-2023-february-2026 +label: 'DWP Stat-Xplore: Housing Benefit claimants by client type and tenure, Great Britain, January 2023 to February 2026' +artifact: + source_name: dwp + source_table: 'Housing Benefit claimants by client type and tenure, January 2023 to February 2026' + resource_package: db + resource_directory: data/dwp/hb_claimants_client_type_tenure_january_2023_february_2026 + manifest: manifest.yaml + vintage: stat_xplore_2026_09_11 + extracted_at: '2026-09-11' + extraction_method: >- + Stat-Xplore Open Data API table response parsed and unpivoted to one row per cube cell; + database str:database:hb_new; measure str:count:hb_new:V_F_HB_NEW; + fields in response order: + str:field:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME; + str:field:hb_new:V_F_HB_NEW:PENWORK; + str:field:hb_new:V_F_HB_NEW:TENURE_PUB; + value sets: C_HB_NEW_DATE, C_HOUSING_SECTOR, C_PENWORK; + months 202301 (Jan-23) through 202602 (Feb-26) (202301 through 202602), inclusive; + recode total: true on PENWORK and TENURE_PUB only, all other recodes total: false. + parser: statxplore_table_json_rows + sheet_name: api_response + artifact_year: 2025 +record_sets: +- &monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_01.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_01 + sheet_name: api_response + period_type: month + period: 2023-01 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: housing_benefit_claim + domain: housing_benefit + groupby_dimension: dwp.hb_client_type + assertion: observation + rows: + - &client_type_working_age__tenure_social_rented_sector + value_id: client_type_working_age__tenure_social_rented_sector + label: 'Working age, Social Rented Sector' + ordinal: 0 + row_number: 2 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Social Rented Sector'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + guard_cells: [{column: C, row: 2, expected_value: '202301 (Jan-23)', label: month}, {column: H, row: 2, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}] + - &client_type_working_age__tenure_private_rented_sector + value_id: client_type_working_age__tenure_private_rented_sector + label: 'Working age, Private Rented Sector' + ordinal: 1 + row_number: 3 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Private Rented Sector'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + guard_cells: [{column: C, row: 3, expected_value: '202301 (Jan-23)', label: month}, {column: H, row: 3, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}] + - &client_type_working_age__tenure_unknown_or_missing_housing_sector + value_id: client_type_working_age__tenure_unknown_or_missing_housing_sector + label: 'Working age, Unknown or missing housing sector' + ordinal: 2 + row_number: 4 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: detail + filters: {client_type: 'Working age', private_or_social_rented: 'Unknown or missing housing sector'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + guard_cells: [{column: C, row: 4, expected_value: '202301 (Jan-23)', label: month}, {column: H, row: 4, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}] + - &client_type_pension_age__tenure_social_rented_sector + value_id: client_type_pension_age__tenure_social_rented_sector + label: 'Pension age, Social Rented Sector' + ordinal: 3 + row_number: 6 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Social Rented Sector'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + guard_cells: [{column: C, row: 6, expected_value: '202301 (Jan-23)', label: month}, {column: H, row: 6, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}] + - &client_type_pension_age__tenure_private_rented_sector + value_id: client_type_pension_age__tenure_private_rented_sector + label: 'Pension age, Private Rented Sector' + ordinal: 4 + row_number: 7 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Private Rented Sector'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + guard_cells: [{column: C, row: 7, expected_value: '202301 (Jan-23)', label: month}, {column: H, row: 7, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}] + - &client_type_pension_age__tenure_unknown_or_missing_housing_sector + value_id: client_type_pension_age__tenure_unknown_or_missing_housing_sector + label: 'Pension age, Unknown or missing housing sector' + ordinal: 5 + row_number: 8 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: detail + filters: {client_type: 'Pension age', private_or_social_rented: 'Unknown or missing housing sector'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + guard_cells: [{column: C, row: 8, expected_value: '202301 (Jan-23)', label: month}, {column: H, row: 8, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}] + measures: + - measure_id: claimants + label: 'Housing Benefit claimants' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.hb_claimants + source_concept: dwp.housing_benefit_claimants + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/hb_new/hb_new.html + concept_evidence_notes: 'DWP Housing Benefit (Stat-Xplore hb_new, Single Housing Benefit Extract) cube cells for January 2023 to February 2026 by client type and private or social rented sector preserve the publisher labels and value URIs. One claimant per claim (single claimant or couple); Chronicle normalizes the claim to benefit_unit.' + unit: count + aggregation: sum + expected_cell_type: number +- &monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_01.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_01.total + sheet_name: api_response + period_type: month + period: 2023-01 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: housing_benefit_claim + domain: housing_benefit + groupby_dimension: dwp.hb_client_type + assertion: observation + rows: + - &client_type_working_age__tenure_all + value_id: client_type_working_age__tenure_all + label: 'Working age, Total' + ordinal: 0 + row_number: 5 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:1' + table_record_kind: total + filters: {client_type: 'Working age', private_or_social_rented: 'all'} + constraints: + - {variable: client_type, operator: '==', value: 'Working age', label: client type} + guard_cells: [{column: C, row: 5, expected_value: '202301 (Jan-23)', label: month}, {column: G, row: 5, expected_value: Total, label: private or social rented publisher Total}] + - &client_type_pension_age__tenure_all + value_id: client_type_pension_age__tenure_all + label: 'Pension age, Total' + ordinal: 1 + row_number: 9 + expected_row_header_column: F + expected_row_header: 'str:value:hb_new:V_F_HB_NEW:PENWORK:C_PENWORK:2' + table_record_kind: total + filters: {client_type: 'Pension age', private_or_social_rented: 'all'} + constraints: + - {variable: client_type, operator: '==', value: 'Pension age', label: client type} + guard_cells: [{column: C, row: 9, expected_value: '202301 (Jan-23)', label: month}, {column: G, row: 9, expected_value: Total, label: private or social rented publisher Total}] + - &client_type_all__tenure_social_rented_sector + value_id: client_type_all__tenure_social_rented_sector + label: 'Total, Social Rented Sector' + ordinal: 2 + row_number: 10 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Social Rented Sector'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Social Rented Sector', label: private or social rented} + guard_cells: [{column: C, row: 10, expected_value: '202301 (Jan-23)', label: month}, {column: H, row: 10, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}] + - &client_type_all__tenure_private_rented_sector + value_id: client_type_all__tenure_private_rented_sector + label: 'Total, Private Rented Sector' + ordinal: 3 + row_number: 11 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Private Rented Sector'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Private Rented Sector', label: private or social rented} + guard_cells: [{column: C, row: 11, expected_value: '202301 (Jan-23)', label: month}, {column: H, row: 11, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}] + - &client_type_all__tenure_unknown_or_missing_housing_sector + value_id: client_type_all__tenure_unknown_or_missing_housing_sector + label: 'Total, Unknown or missing housing sector' + ordinal: 4 + row_number: 12 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'Unknown or missing housing sector'} + constraints: + - {variable: private_or_social_rented, operator: '==', value: 'Unknown or missing housing sector', label: private or social rented} + guard_cells: [{column: C, row: 12, expected_value: '202301 (Jan-23)', label: month}, {column: H, row: 12, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}] + - &client_type_all__tenure_all + value_id: client_type_all__tenure_all + label: 'Total, Total' + ordinal: 5 + row_number: 13 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {client_type: 'all', private_or_social_rented: 'all'} + guard_cells: [{column: C, row: 13, expected_value: '202301 (Jan-23)', label: month}, {column: G, row: 13, expected_value: Total, label: private or social rented publisher Total}] + measures: + - measure_id: total_claimants + label: 'Housing Benefit claimants, published total over client type and/or tenure' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.hb_claimants + source_concept: dwp.housing_benefit_claimants + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/hb_new/hb_new.html + concept_evidence_notes: 'DWP emits this Total item itself (recode total: true on PENWORK and TENURE_PUB); Chronicle does not sum the categories.' + unit: count + aggregation: sum + expected_cell_type: number +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_02.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_02 + period: 2023-02 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 14, guard_cells: [{column: C, row: 14, expected_value: '202302 (Feb-23)', label: month}, {column: H, row: 14, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 15, guard_cells: [{column: C, row: 15, expected_value: '202302 (Feb-23)', label: month}, {column: H, row: 15, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 16, guard_cells: [{column: C, row: 16, expected_value: '202302 (Feb-23)', label: month}, {column: H, row: 16, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 18, guard_cells: [{column: C, row: 18, expected_value: '202302 (Feb-23)', label: month}, {column: H, row: 18, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 19, guard_cells: [{column: C, row: 19, expected_value: '202302 (Feb-23)', label: month}, {column: H, row: 19, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 20, guard_cells: [{column: C, row: 20, expected_value: '202302 (Feb-23)', label: month}, {column: H, row: 20, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_02.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_02.total + period: 2023-02 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 17, guard_cells: [{column: C, row: 17, expected_value: '202302 (Feb-23)', label: month}, {column: G, row: 17, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 21, guard_cells: [{column: C, row: 21, expected_value: '202302 (Feb-23)', label: month}, {column: G, row: 21, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 22, guard_cells: [{column: C, row: 22, expected_value: '202302 (Feb-23)', label: month}, {column: H, row: 22, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 23, guard_cells: [{column: C, row: 23, expected_value: '202302 (Feb-23)', label: month}, {column: H, row: 23, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 24, guard_cells: [{column: C, row: 24, expected_value: '202302 (Feb-23)', label: month}, {column: H, row: 24, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 25, guard_cells: [{column: C, row: 25, expected_value: '202302 (Feb-23)', label: month}, {column: G, row: 25, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_03.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_03 + period: 2023-03 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 26, guard_cells: [{column: C, row: 26, expected_value: '202303 (Mar-23)', label: month}, {column: H, row: 26, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 27, guard_cells: [{column: C, row: 27, expected_value: '202303 (Mar-23)', label: month}, {column: H, row: 27, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 28, guard_cells: [{column: C, row: 28, expected_value: '202303 (Mar-23)', label: month}, {column: H, row: 28, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 30, guard_cells: [{column: C, row: 30, expected_value: '202303 (Mar-23)', label: month}, {column: H, row: 30, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 31, guard_cells: [{column: C, row: 31, expected_value: '202303 (Mar-23)', label: month}, {column: H, row: 31, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 32, guard_cells: [{column: C, row: 32, expected_value: '202303 (Mar-23)', label: month}, {column: H, row: 32, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_03.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_03.total + period: 2023-03 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 29, guard_cells: [{column: C, row: 29, expected_value: '202303 (Mar-23)', label: month}, {column: G, row: 29, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 33, guard_cells: [{column: C, row: 33, expected_value: '202303 (Mar-23)', label: month}, {column: G, row: 33, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 34, guard_cells: [{column: C, row: 34, expected_value: '202303 (Mar-23)', label: month}, {column: H, row: 34, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 35, guard_cells: [{column: C, row: 35, expected_value: '202303 (Mar-23)', label: month}, {column: H, row: 35, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 36, guard_cells: [{column: C, row: 36, expected_value: '202303 (Mar-23)', label: month}, {column: H, row: 36, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 37, guard_cells: [{column: C, row: 37, expected_value: '202303 (Mar-23)', label: month}, {column: G, row: 37, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_04.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_04 + period: 2023-04 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 38, guard_cells: [{column: C, row: 38, expected_value: '202304 (Apr-23)', label: month}, {column: H, row: 38, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 39, guard_cells: [{column: C, row: 39, expected_value: '202304 (Apr-23)', label: month}, {column: H, row: 39, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 40, guard_cells: [{column: C, row: 40, expected_value: '202304 (Apr-23)', label: month}, {column: H, row: 40, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 42, guard_cells: [{column: C, row: 42, expected_value: '202304 (Apr-23)', label: month}, {column: H, row: 42, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 43, guard_cells: [{column: C, row: 43, expected_value: '202304 (Apr-23)', label: month}, {column: H, row: 43, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 44, guard_cells: [{column: C, row: 44, expected_value: '202304 (Apr-23)', label: month}, {column: H, row: 44, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_04.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_04.total + period: 2023-04 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 41, guard_cells: [{column: C, row: 41, expected_value: '202304 (Apr-23)', label: month}, {column: G, row: 41, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 45, guard_cells: [{column: C, row: 45, expected_value: '202304 (Apr-23)', label: month}, {column: G, row: 45, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 46, guard_cells: [{column: C, row: 46, expected_value: '202304 (Apr-23)', label: month}, {column: H, row: 46, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 47, guard_cells: [{column: C, row: 47, expected_value: '202304 (Apr-23)', label: month}, {column: H, row: 47, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 48, guard_cells: [{column: C, row: 48, expected_value: '202304 (Apr-23)', label: month}, {column: H, row: 48, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 49, guard_cells: [{column: C, row: 49, expected_value: '202304 (Apr-23)', label: month}, {column: G, row: 49, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_05.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_05 + period: 2023-05 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 50, guard_cells: [{column: C, row: 50, expected_value: '202305 (May-23)', label: month}, {column: H, row: 50, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 51, guard_cells: [{column: C, row: 51, expected_value: '202305 (May-23)', label: month}, {column: H, row: 51, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 52, guard_cells: [{column: C, row: 52, expected_value: '202305 (May-23)', label: month}, {column: H, row: 52, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 54, guard_cells: [{column: C, row: 54, expected_value: '202305 (May-23)', label: month}, {column: H, row: 54, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 55, guard_cells: [{column: C, row: 55, expected_value: '202305 (May-23)', label: month}, {column: H, row: 55, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 56, guard_cells: [{column: C, row: 56, expected_value: '202305 (May-23)', label: month}, {column: H, row: 56, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_05.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_05.total + period: 2023-05 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 53, guard_cells: [{column: C, row: 53, expected_value: '202305 (May-23)', label: month}, {column: G, row: 53, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 57, guard_cells: [{column: C, row: 57, expected_value: '202305 (May-23)', label: month}, {column: G, row: 57, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 58, guard_cells: [{column: C, row: 58, expected_value: '202305 (May-23)', label: month}, {column: H, row: 58, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 59, guard_cells: [{column: C, row: 59, expected_value: '202305 (May-23)', label: month}, {column: H, row: 59, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 60, guard_cells: [{column: C, row: 60, expected_value: '202305 (May-23)', label: month}, {column: H, row: 60, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 61, guard_cells: [{column: C, row: 61, expected_value: '202305 (May-23)', label: month}, {column: G, row: 61, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_06.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_06 + period: 2023-06 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 62, guard_cells: [{column: C, row: 62, expected_value: '202306 (Jun-23)', label: month}, {column: H, row: 62, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 63, guard_cells: [{column: C, row: 63, expected_value: '202306 (Jun-23)', label: month}, {column: H, row: 63, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 64, guard_cells: [{column: C, row: 64, expected_value: '202306 (Jun-23)', label: month}, {column: H, row: 64, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 66, guard_cells: [{column: C, row: 66, expected_value: '202306 (Jun-23)', label: month}, {column: H, row: 66, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 67, guard_cells: [{column: C, row: 67, expected_value: '202306 (Jun-23)', label: month}, {column: H, row: 67, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 68, guard_cells: [{column: C, row: 68, expected_value: '202306 (Jun-23)', label: month}, {column: H, row: 68, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_06.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_06.total + period: 2023-06 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 65, guard_cells: [{column: C, row: 65, expected_value: '202306 (Jun-23)', label: month}, {column: G, row: 65, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 69, guard_cells: [{column: C, row: 69, expected_value: '202306 (Jun-23)', label: month}, {column: G, row: 69, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 70, guard_cells: [{column: C, row: 70, expected_value: '202306 (Jun-23)', label: month}, {column: H, row: 70, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 71, guard_cells: [{column: C, row: 71, expected_value: '202306 (Jun-23)', label: month}, {column: H, row: 71, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 72, guard_cells: [{column: C, row: 72, expected_value: '202306 (Jun-23)', label: month}, {column: H, row: 72, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 73, guard_cells: [{column: C, row: 73, expected_value: '202306 (Jun-23)', label: month}, {column: G, row: 73, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_07.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_07 + period: 2023-07 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 74, guard_cells: [{column: C, row: 74, expected_value: '202307 (Jul-23)', label: month}, {column: H, row: 74, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 75, guard_cells: [{column: C, row: 75, expected_value: '202307 (Jul-23)', label: month}, {column: H, row: 75, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 76, guard_cells: [{column: C, row: 76, expected_value: '202307 (Jul-23)', label: month}, {column: H, row: 76, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 78, guard_cells: [{column: C, row: 78, expected_value: '202307 (Jul-23)', label: month}, {column: H, row: 78, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 79, guard_cells: [{column: C, row: 79, expected_value: '202307 (Jul-23)', label: month}, {column: H, row: 79, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 80, guard_cells: [{column: C, row: 80, expected_value: '202307 (Jul-23)', label: month}, {column: H, row: 80, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_07.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_07.total + period: 2023-07 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 77, guard_cells: [{column: C, row: 77, expected_value: '202307 (Jul-23)', label: month}, {column: G, row: 77, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 81, guard_cells: [{column: C, row: 81, expected_value: '202307 (Jul-23)', label: month}, {column: G, row: 81, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 82, guard_cells: [{column: C, row: 82, expected_value: '202307 (Jul-23)', label: month}, {column: H, row: 82, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 83, guard_cells: [{column: C, row: 83, expected_value: '202307 (Jul-23)', label: month}, {column: H, row: 83, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 84, guard_cells: [{column: C, row: 84, expected_value: '202307 (Jul-23)', label: month}, {column: H, row: 84, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 85, guard_cells: [{column: C, row: 85, expected_value: '202307 (Jul-23)', label: month}, {column: G, row: 85, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_08.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_08 + period: 2023-08 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 86, guard_cells: [{column: C, row: 86, expected_value: '202308 (Aug-23)', label: month}, {column: H, row: 86, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 87, guard_cells: [{column: C, row: 87, expected_value: '202308 (Aug-23)', label: month}, {column: H, row: 87, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 88, guard_cells: [{column: C, row: 88, expected_value: '202308 (Aug-23)', label: month}, {column: H, row: 88, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 90, guard_cells: [{column: C, row: 90, expected_value: '202308 (Aug-23)', label: month}, {column: H, row: 90, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 91, guard_cells: [{column: C, row: 91, expected_value: '202308 (Aug-23)', label: month}, {column: H, row: 91, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 92, guard_cells: [{column: C, row: 92, expected_value: '202308 (Aug-23)', label: month}, {column: H, row: 92, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_08.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_08.total + period: 2023-08 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 89, guard_cells: [{column: C, row: 89, expected_value: '202308 (Aug-23)', label: month}, {column: G, row: 89, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 93, guard_cells: [{column: C, row: 93, expected_value: '202308 (Aug-23)', label: month}, {column: G, row: 93, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 94, guard_cells: [{column: C, row: 94, expected_value: '202308 (Aug-23)', label: month}, {column: H, row: 94, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 95, guard_cells: [{column: C, row: 95, expected_value: '202308 (Aug-23)', label: month}, {column: H, row: 95, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 96, guard_cells: [{column: C, row: 96, expected_value: '202308 (Aug-23)', label: month}, {column: H, row: 96, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 97, guard_cells: [{column: C, row: 97, expected_value: '202308 (Aug-23)', label: month}, {column: G, row: 97, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_09.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_09 + period: 2023-09 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 98, guard_cells: [{column: C, row: 98, expected_value: '202309 (Sep-23)', label: month}, {column: H, row: 98, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 99, guard_cells: [{column: C, row: 99, expected_value: '202309 (Sep-23)', label: month}, {column: H, row: 99, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 100, guard_cells: [{column: C, row: 100, expected_value: '202309 (Sep-23)', label: month}, {column: H, row: 100, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 102, guard_cells: [{column: C, row: 102, expected_value: '202309 (Sep-23)', label: month}, {column: H, row: 102, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 103, guard_cells: [{column: C, row: 103, expected_value: '202309 (Sep-23)', label: month}, {column: H, row: 103, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 104, guard_cells: [{column: C, row: 104, expected_value: '202309 (Sep-23)', label: month}, {column: H, row: 104, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_09.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_09.total + period: 2023-09 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 101, guard_cells: [{column: C, row: 101, expected_value: '202309 (Sep-23)', label: month}, {column: G, row: 101, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 105, guard_cells: [{column: C, row: 105, expected_value: '202309 (Sep-23)', label: month}, {column: G, row: 105, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 106, guard_cells: [{column: C, row: 106, expected_value: '202309 (Sep-23)', label: month}, {column: H, row: 106, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 107, guard_cells: [{column: C, row: 107, expected_value: '202309 (Sep-23)', label: month}, {column: H, row: 107, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 108, guard_cells: [{column: C, row: 108, expected_value: '202309 (Sep-23)', label: month}, {column: H, row: 108, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 109, guard_cells: [{column: C, row: 109, expected_value: '202309 (Sep-23)', label: month}, {column: G, row: 109, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_10.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_10 + period: 2023-10 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 110, guard_cells: [{column: C, row: 110, expected_value: '202310 (Oct-23)', label: month}, {column: H, row: 110, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 111, guard_cells: [{column: C, row: 111, expected_value: '202310 (Oct-23)', label: month}, {column: H, row: 111, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 112, guard_cells: [{column: C, row: 112, expected_value: '202310 (Oct-23)', label: month}, {column: H, row: 112, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 114, guard_cells: [{column: C, row: 114, expected_value: '202310 (Oct-23)', label: month}, {column: H, row: 114, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 115, guard_cells: [{column: C, row: 115, expected_value: '202310 (Oct-23)', label: month}, {column: H, row: 115, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 116, guard_cells: [{column: C, row: 116, expected_value: '202310 (Oct-23)', label: month}, {column: H, row: 116, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_10.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_10.total + period: 2023-10 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 113, guard_cells: [{column: C, row: 113, expected_value: '202310 (Oct-23)', label: month}, {column: G, row: 113, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 117, guard_cells: [{column: C, row: 117, expected_value: '202310 (Oct-23)', label: month}, {column: G, row: 117, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 118, guard_cells: [{column: C, row: 118, expected_value: '202310 (Oct-23)', label: month}, {column: H, row: 118, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 119, guard_cells: [{column: C, row: 119, expected_value: '202310 (Oct-23)', label: month}, {column: H, row: 119, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 120, guard_cells: [{column: C, row: 120, expected_value: '202310 (Oct-23)', label: month}, {column: H, row: 120, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 121, guard_cells: [{column: C, row: 121, expected_value: '202310 (Oct-23)', label: month}, {column: G, row: 121, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_11.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_11 + period: 2023-11 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 122, guard_cells: [{column: C, row: 122, expected_value: '202311 (Nov-23)', label: month}, {column: H, row: 122, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 123, guard_cells: [{column: C, row: 123, expected_value: '202311 (Nov-23)', label: month}, {column: H, row: 123, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 124, guard_cells: [{column: C, row: 124, expected_value: '202311 (Nov-23)', label: month}, {column: H, row: 124, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 126, guard_cells: [{column: C, row: 126, expected_value: '202311 (Nov-23)', label: month}, {column: H, row: 126, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 127, guard_cells: [{column: C, row: 127, expected_value: '202311 (Nov-23)', label: month}, {column: H, row: 127, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 128, guard_cells: [{column: C, row: 128, expected_value: '202311 (Nov-23)', label: month}, {column: H, row: 128, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_11.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_11.total + period: 2023-11 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 125, guard_cells: [{column: C, row: 125, expected_value: '202311 (Nov-23)', label: month}, {column: G, row: 125, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 129, guard_cells: [{column: C, row: 129, expected_value: '202311 (Nov-23)', label: month}, {column: G, row: 129, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 130, guard_cells: [{column: C, row: 130, expected_value: '202311 (Nov-23)', label: month}, {column: H, row: 130, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 131, guard_cells: [{column: C, row: 131, expected_value: '202311 (Nov-23)', label: month}, {column: H, row: 131, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 132, guard_cells: [{column: C, row: 132, expected_value: '202311 (Nov-23)', label: month}, {column: H, row: 132, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 133, guard_cells: [{column: C, row: 133, expected_value: '202311 (Nov-23)', label: month}, {column: G, row: 133, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_12.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_12 + period: 2023-12 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 134, guard_cells: [{column: C, row: 134, expected_value: '202312 (Dec-23)', label: month}, {column: H, row: 134, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 135, guard_cells: [{column: C, row: 135, expected_value: '202312 (Dec-23)', label: month}, {column: H, row: 135, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 136, guard_cells: [{column: C, row: 136, expected_value: '202312 (Dec-23)', label: month}, {column: H, row: 136, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 138, guard_cells: [{column: C, row: 138, expected_value: '202312 (Dec-23)', label: month}, {column: H, row: 138, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 139, guard_cells: [{column: C, row: 139, expected_value: '202312 (Dec-23)', label: month}, {column: H, row: 139, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 140, guard_cells: [{column: C, row: 140, expected_value: '202312 (Dec-23)', label: month}, {column: H, row: 140, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2023_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2023_12.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2023_12.total + period: 2023-12 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 137, guard_cells: [{column: C, row: 137, expected_value: '202312 (Dec-23)', label: month}, {column: G, row: 137, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 141, guard_cells: [{column: C, row: 141, expected_value: '202312 (Dec-23)', label: month}, {column: G, row: 141, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 142, guard_cells: [{column: C, row: 142, expected_value: '202312 (Dec-23)', label: month}, {column: H, row: 142, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 143, guard_cells: [{column: C, row: 143, expected_value: '202312 (Dec-23)', label: month}, {column: H, row: 143, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 144, guard_cells: [{column: C, row: 144, expected_value: '202312 (Dec-23)', label: month}, {column: H, row: 144, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 145, guard_cells: [{column: C, row: 145, expected_value: '202312 (Dec-23)', label: month}, {column: G, row: 145, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_01.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_01 + period: 2024-01 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 146, guard_cells: [{column: C, row: 146, expected_value: '202401 (Jan-24)', label: month}, {column: H, row: 146, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 147, guard_cells: [{column: C, row: 147, expected_value: '202401 (Jan-24)', label: month}, {column: H, row: 147, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 148, guard_cells: [{column: C, row: 148, expected_value: '202401 (Jan-24)', label: month}, {column: H, row: 148, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 150, guard_cells: [{column: C, row: 150, expected_value: '202401 (Jan-24)', label: month}, {column: H, row: 150, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 151, guard_cells: [{column: C, row: 151, expected_value: '202401 (Jan-24)', label: month}, {column: H, row: 151, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 152, guard_cells: [{column: C, row: 152, expected_value: '202401 (Jan-24)', label: month}, {column: H, row: 152, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_01.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_01.total + period: 2024-01 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 149, guard_cells: [{column: C, row: 149, expected_value: '202401 (Jan-24)', label: month}, {column: G, row: 149, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 153, guard_cells: [{column: C, row: 153, expected_value: '202401 (Jan-24)', label: month}, {column: G, row: 153, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 154, guard_cells: [{column: C, row: 154, expected_value: '202401 (Jan-24)', label: month}, {column: H, row: 154, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 155, guard_cells: [{column: C, row: 155, expected_value: '202401 (Jan-24)', label: month}, {column: H, row: 155, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 156, guard_cells: [{column: C, row: 156, expected_value: '202401 (Jan-24)', label: month}, {column: H, row: 156, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 157, guard_cells: [{column: C, row: 157, expected_value: '202401 (Jan-24)', label: month}, {column: G, row: 157, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_02.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_02 + period: 2024-02 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 158, guard_cells: [{column: C, row: 158, expected_value: '202402 (Feb-24)', label: month}, {column: H, row: 158, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 159, guard_cells: [{column: C, row: 159, expected_value: '202402 (Feb-24)', label: month}, {column: H, row: 159, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 160, guard_cells: [{column: C, row: 160, expected_value: '202402 (Feb-24)', label: month}, {column: H, row: 160, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 162, guard_cells: [{column: C, row: 162, expected_value: '202402 (Feb-24)', label: month}, {column: H, row: 162, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 163, guard_cells: [{column: C, row: 163, expected_value: '202402 (Feb-24)', label: month}, {column: H, row: 163, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 164, guard_cells: [{column: C, row: 164, expected_value: '202402 (Feb-24)', label: month}, {column: H, row: 164, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_02.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_02.total + period: 2024-02 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 161, guard_cells: [{column: C, row: 161, expected_value: '202402 (Feb-24)', label: month}, {column: G, row: 161, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 165, guard_cells: [{column: C, row: 165, expected_value: '202402 (Feb-24)', label: month}, {column: G, row: 165, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 166, guard_cells: [{column: C, row: 166, expected_value: '202402 (Feb-24)', label: month}, {column: H, row: 166, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 167, guard_cells: [{column: C, row: 167, expected_value: '202402 (Feb-24)', label: month}, {column: H, row: 167, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 168, guard_cells: [{column: C, row: 168, expected_value: '202402 (Feb-24)', label: month}, {column: H, row: 168, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 169, guard_cells: [{column: C, row: 169, expected_value: '202402 (Feb-24)', label: month}, {column: G, row: 169, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_03.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_03 + period: 2024-03 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 170, guard_cells: [{column: C, row: 170, expected_value: '202403 (Mar-24)', label: month}, {column: H, row: 170, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 171, guard_cells: [{column: C, row: 171, expected_value: '202403 (Mar-24)', label: month}, {column: H, row: 171, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 172, guard_cells: [{column: C, row: 172, expected_value: '202403 (Mar-24)', label: month}, {column: H, row: 172, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 174, guard_cells: [{column: C, row: 174, expected_value: '202403 (Mar-24)', label: month}, {column: H, row: 174, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 175, guard_cells: [{column: C, row: 175, expected_value: '202403 (Mar-24)', label: month}, {column: H, row: 175, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 176, guard_cells: [{column: C, row: 176, expected_value: '202403 (Mar-24)', label: month}, {column: H, row: 176, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_03.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_03.total + period: 2024-03 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 173, guard_cells: [{column: C, row: 173, expected_value: '202403 (Mar-24)', label: month}, {column: G, row: 173, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 177, guard_cells: [{column: C, row: 177, expected_value: '202403 (Mar-24)', label: month}, {column: G, row: 177, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 178, guard_cells: [{column: C, row: 178, expected_value: '202403 (Mar-24)', label: month}, {column: H, row: 178, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 179, guard_cells: [{column: C, row: 179, expected_value: '202403 (Mar-24)', label: month}, {column: H, row: 179, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 180, guard_cells: [{column: C, row: 180, expected_value: '202403 (Mar-24)', label: month}, {column: H, row: 180, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 181, guard_cells: [{column: C, row: 181, expected_value: '202403 (Mar-24)', label: month}, {column: G, row: 181, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_04.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_04 + period: 2024-04 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 182, guard_cells: [{column: C, row: 182, expected_value: '202404 (Apr-24)', label: month}, {column: H, row: 182, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 183, guard_cells: [{column: C, row: 183, expected_value: '202404 (Apr-24)', label: month}, {column: H, row: 183, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 184, guard_cells: [{column: C, row: 184, expected_value: '202404 (Apr-24)', label: month}, {column: H, row: 184, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 186, guard_cells: [{column: C, row: 186, expected_value: '202404 (Apr-24)', label: month}, {column: H, row: 186, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 187, guard_cells: [{column: C, row: 187, expected_value: '202404 (Apr-24)', label: month}, {column: H, row: 187, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 188, guard_cells: [{column: C, row: 188, expected_value: '202404 (Apr-24)', label: month}, {column: H, row: 188, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_04.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_04.total + period: 2024-04 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 185, guard_cells: [{column: C, row: 185, expected_value: '202404 (Apr-24)', label: month}, {column: G, row: 185, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 189, guard_cells: [{column: C, row: 189, expected_value: '202404 (Apr-24)', label: month}, {column: G, row: 189, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 190, guard_cells: [{column: C, row: 190, expected_value: '202404 (Apr-24)', label: month}, {column: H, row: 190, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 191, guard_cells: [{column: C, row: 191, expected_value: '202404 (Apr-24)', label: month}, {column: H, row: 191, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 192, guard_cells: [{column: C, row: 192, expected_value: '202404 (Apr-24)', label: month}, {column: H, row: 192, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 193, guard_cells: [{column: C, row: 193, expected_value: '202404 (Apr-24)', label: month}, {column: G, row: 193, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_05.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_05 + period: 2024-05 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 194, guard_cells: [{column: C, row: 194, expected_value: '202405 (May-24)', label: month}, {column: H, row: 194, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 195, guard_cells: [{column: C, row: 195, expected_value: '202405 (May-24)', label: month}, {column: H, row: 195, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 196, guard_cells: [{column: C, row: 196, expected_value: '202405 (May-24)', label: month}, {column: H, row: 196, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 198, guard_cells: [{column: C, row: 198, expected_value: '202405 (May-24)', label: month}, {column: H, row: 198, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 199, guard_cells: [{column: C, row: 199, expected_value: '202405 (May-24)', label: month}, {column: H, row: 199, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 200, guard_cells: [{column: C, row: 200, expected_value: '202405 (May-24)', label: month}, {column: H, row: 200, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_05.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_05.total + period: 2024-05 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 197, guard_cells: [{column: C, row: 197, expected_value: '202405 (May-24)', label: month}, {column: G, row: 197, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 201, guard_cells: [{column: C, row: 201, expected_value: '202405 (May-24)', label: month}, {column: G, row: 201, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 202, guard_cells: [{column: C, row: 202, expected_value: '202405 (May-24)', label: month}, {column: H, row: 202, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 203, guard_cells: [{column: C, row: 203, expected_value: '202405 (May-24)', label: month}, {column: H, row: 203, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 204, guard_cells: [{column: C, row: 204, expected_value: '202405 (May-24)', label: month}, {column: H, row: 204, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 205, guard_cells: [{column: C, row: 205, expected_value: '202405 (May-24)', label: month}, {column: G, row: 205, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_06.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_06 + period: 2024-06 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 206, guard_cells: [{column: C, row: 206, expected_value: '202406 (Jun-24)', label: month}, {column: H, row: 206, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 207, guard_cells: [{column: C, row: 207, expected_value: '202406 (Jun-24)', label: month}, {column: H, row: 207, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 208, guard_cells: [{column: C, row: 208, expected_value: '202406 (Jun-24)', label: month}, {column: H, row: 208, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 210, guard_cells: [{column: C, row: 210, expected_value: '202406 (Jun-24)', label: month}, {column: H, row: 210, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 211, guard_cells: [{column: C, row: 211, expected_value: '202406 (Jun-24)', label: month}, {column: H, row: 211, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 212, guard_cells: [{column: C, row: 212, expected_value: '202406 (Jun-24)', label: month}, {column: H, row: 212, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_06.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_06.total + period: 2024-06 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 209, guard_cells: [{column: C, row: 209, expected_value: '202406 (Jun-24)', label: month}, {column: G, row: 209, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 213, guard_cells: [{column: C, row: 213, expected_value: '202406 (Jun-24)', label: month}, {column: G, row: 213, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 214, guard_cells: [{column: C, row: 214, expected_value: '202406 (Jun-24)', label: month}, {column: H, row: 214, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 215, guard_cells: [{column: C, row: 215, expected_value: '202406 (Jun-24)', label: month}, {column: H, row: 215, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 216, guard_cells: [{column: C, row: 216, expected_value: '202406 (Jun-24)', label: month}, {column: H, row: 216, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 217, guard_cells: [{column: C, row: 217, expected_value: '202406 (Jun-24)', label: month}, {column: G, row: 217, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_07.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_07 + period: 2024-07 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 218, guard_cells: [{column: C, row: 218, expected_value: '202407 (Jul-24)', label: month}, {column: H, row: 218, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 219, guard_cells: [{column: C, row: 219, expected_value: '202407 (Jul-24)', label: month}, {column: H, row: 219, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 220, guard_cells: [{column: C, row: 220, expected_value: '202407 (Jul-24)', label: month}, {column: H, row: 220, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 222, guard_cells: [{column: C, row: 222, expected_value: '202407 (Jul-24)', label: month}, {column: H, row: 222, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 223, guard_cells: [{column: C, row: 223, expected_value: '202407 (Jul-24)', label: month}, {column: H, row: 223, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 224, guard_cells: [{column: C, row: 224, expected_value: '202407 (Jul-24)', label: month}, {column: H, row: 224, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_07.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_07.total + period: 2024-07 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 221, guard_cells: [{column: C, row: 221, expected_value: '202407 (Jul-24)', label: month}, {column: G, row: 221, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 225, guard_cells: [{column: C, row: 225, expected_value: '202407 (Jul-24)', label: month}, {column: G, row: 225, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 226, guard_cells: [{column: C, row: 226, expected_value: '202407 (Jul-24)', label: month}, {column: H, row: 226, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 227, guard_cells: [{column: C, row: 227, expected_value: '202407 (Jul-24)', label: month}, {column: H, row: 227, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 228, guard_cells: [{column: C, row: 228, expected_value: '202407 (Jul-24)', label: month}, {column: H, row: 228, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 229, guard_cells: [{column: C, row: 229, expected_value: '202407 (Jul-24)', label: month}, {column: G, row: 229, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_08.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_08 + period: 2024-08 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 230, guard_cells: [{column: C, row: 230, expected_value: '202408 (Aug-24)', label: month}, {column: H, row: 230, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 231, guard_cells: [{column: C, row: 231, expected_value: '202408 (Aug-24)', label: month}, {column: H, row: 231, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 232, guard_cells: [{column: C, row: 232, expected_value: '202408 (Aug-24)', label: month}, {column: H, row: 232, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 234, guard_cells: [{column: C, row: 234, expected_value: '202408 (Aug-24)', label: month}, {column: H, row: 234, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 235, guard_cells: [{column: C, row: 235, expected_value: '202408 (Aug-24)', label: month}, {column: H, row: 235, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 236, guard_cells: [{column: C, row: 236, expected_value: '202408 (Aug-24)', label: month}, {column: H, row: 236, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_08.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_08.total + period: 2024-08 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 233, guard_cells: [{column: C, row: 233, expected_value: '202408 (Aug-24)', label: month}, {column: G, row: 233, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 237, guard_cells: [{column: C, row: 237, expected_value: '202408 (Aug-24)', label: month}, {column: G, row: 237, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 238, guard_cells: [{column: C, row: 238, expected_value: '202408 (Aug-24)', label: month}, {column: H, row: 238, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 239, guard_cells: [{column: C, row: 239, expected_value: '202408 (Aug-24)', label: month}, {column: H, row: 239, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 240, guard_cells: [{column: C, row: 240, expected_value: '202408 (Aug-24)', label: month}, {column: H, row: 240, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 241, guard_cells: [{column: C, row: 241, expected_value: '202408 (Aug-24)', label: month}, {column: G, row: 241, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_09.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_09 + period: 2024-09 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 242, guard_cells: [{column: C, row: 242, expected_value: '202409 (Sep-24)', label: month}, {column: H, row: 242, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 243, guard_cells: [{column: C, row: 243, expected_value: '202409 (Sep-24)', label: month}, {column: H, row: 243, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 244, guard_cells: [{column: C, row: 244, expected_value: '202409 (Sep-24)', label: month}, {column: H, row: 244, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 246, guard_cells: [{column: C, row: 246, expected_value: '202409 (Sep-24)', label: month}, {column: H, row: 246, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 247, guard_cells: [{column: C, row: 247, expected_value: '202409 (Sep-24)', label: month}, {column: H, row: 247, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 248, guard_cells: [{column: C, row: 248, expected_value: '202409 (Sep-24)', label: month}, {column: H, row: 248, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_09.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_09.total + period: 2024-09 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 245, guard_cells: [{column: C, row: 245, expected_value: '202409 (Sep-24)', label: month}, {column: G, row: 245, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 249, guard_cells: [{column: C, row: 249, expected_value: '202409 (Sep-24)', label: month}, {column: G, row: 249, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 250, guard_cells: [{column: C, row: 250, expected_value: '202409 (Sep-24)', label: month}, {column: H, row: 250, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 251, guard_cells: [{column: C, row: 251, expected_value: '202409 (Sep-24)', label: month}, {column: H, row: 251, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 252, guard_cells: [{column: C, row: 252, expected_value: '202409 (Sep-24)', label: month}, {column: H, row: 252, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 253, guard_cells: [{column: C, row: 253, expected_value: '202409 (Sep-24)', label: month}, {column: G, row: 253, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_10.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_10 + period: 2024-10 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 254, guard_cells: [{column: C, row: 254, expected_value: '202410 (Oct-24)', label: month}, {column: H, row: 254, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 255, guard_cells: [{column: C, row: 255, expected_value: '202410 (Oct-24)', label: month}, {column: H, row: 255, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 256, guard_cells: [{column: C, row: 256, expected_value: '202410 (Oct-24)', label: month}, {column: H, row: 256, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 258, guard_cells: [{column: C, row: 258, expected_value: '202410 (Oct-24)', label: month}, {column: H, row: 258, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 259, guard_cells: [{column: C, row: 259, expected_value: '202410 (Oct-24)', label: month}, {column: H, row: 259, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 260, guard_cells: [{column: C, row: 260, expected_value: '202410 (Oct-24)', label: month}, {column: H, row: 260, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_10.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_10.total + period: 2024-10 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 257, guard_cells: [{column: C, row: 257, expected_value: '202410 (Oct-24)', label: month}, {column: G, row: 257, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 261, guard_cells: [{column: C, row: 261, expected_value: '202410 (Oct-24)', label: month}, {column: G, row: 261, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 262, guard_cells: [{column: C, row: 262, expected_value: '202410 (Oct-24)', label: month}, {column: H, row: 262, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 263, guard_cells: [{column: C, row: 263, expected_value: '202410 (Oct-24)', label: month}, {column: H, row: 263, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 264, guard_cells: [{column: C, row: 264, expected_value: '202410 (Oct-24)', label: month}, {column: H, row: 264, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 265, guard_cells: [{column: C, row: 265, expected_value: '202410 (Oct-24)', label: month}, {column: G, row: 265, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_11.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_11 + period: 2024-11 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 266, guard_cells: [{column: C, row: 266, expected_value: '202411 (Nov-24)', label: month}, {column: H, row: 266, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 267, guard_cells: [{column: C, row: 267, expected_value: '202411 (Nov-24)', label: month}, {column: H, row: 267, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 268, guard_cells: [{column: C, row: 268, expected_value: '202411 (Nov-24)', label: month}, {column: H, row: 268, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 270, guard_cells: [{column: C, row: 270, expected_value: '202411 (Nov-24)', label: month}, {column: H, row: 270, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 271, guard_cells: [{column: C, row: 271, expected_value: '202411 (Nov-24)', label: month}, {column: H, row: 271, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 272, guard_cells: [{column: C, row: 272, expected_value: '202411 (Nov-24)', label: month}, {column: H, row: 272, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_11.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_11.total + period: 2024-11 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 269, guard_cells: [{column: C, row: 269, expected_value: '202411 (Nov-24)', label: month}, {column: G, row: 269, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 273, guard_cells: [{column: C, row: 273, expected_value: '202411 (Nov-24)', label: month}, {column: G, row: 273, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 274, guard_cells: [{column: C, row: 274, expected_value: '202411 (Nov-24)', label: month}, {column: H, row: 274, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 275, guard_cells: [{column: C, row: 275, expected_value: '202411 (Nov-24)', label: month}, {column: H, row: 275, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 276, guard_cells: [{column: C, row: 276, expected_value: '202411 (Nov-24)', label: month}, {column: H, row: 276, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 277, guard_cells: [{column: C, row: 277, expected_value: '202411 (Nov-24)', label: month}, {column: G, row: 277, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_12.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_12 + period: 2024-12 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 278, guard_cells: [{column: C, row: 278, expected_value: '202412 (Dec-24)', label: month}, {column: H, row: 278, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 279, guard_cells: [{column: C, row: 279, expected_value: '202412 (Dec-24)', label: month}, {column: H, row: 279, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 280, guard_cells: [{column: C, row: 280, expected_value: '202412 (Dec-24)', label: month}, {column: H, row: 280, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 282, guard_cells: [{column: C, row: 282, expected_value: '202412 (Dec-24)', label: month}, {column: H, row: 282, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 283, guard_cells: [{column: C, row: 283, expected_value: '202412 (Dec-24)', label: month}, {column: H, row: 283, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 284, guard_cells: [{column: C, row: 284, expected_value: '202412 (Dec-24)', label: month}, {column: H, row: 284, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2024_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2024_12.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2024_12.total + period: 2024-12 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 281, guard_cells: [{column: C, row: 281, expected_value: '202412 (Dec-24)', label: month}, {column: G, row: 281, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 285, guard_cells: [{column: C, row: 285, expected_value: '202412 (Dec-24)', label: month}, {column: G, row: 285, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 286, guard_cells: [{column: C, row: 286, expected_value: '202412 (Dec-24)', label: month}, {column: H, row: 286, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 287, guard_cells: [{column: C, row: 287, expected_value: '202412 (Dec-24)', label: month}, {column: H, row: 287, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 288, guard_cells: [{column: C, row: 288, expected_value: '202412 (Dec-24)', label: month}, {column: H, row: 288, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 289, guard_cells: [{column: C, row: 289, expected_value: '202412 (Dec-24)', label: month}, {column: G, row: 289, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_01.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_01 + period: 2025-01 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 290, guard_cells: [{column: C, row: 290, expected_value: '202501 (Jan-25)', label: month}, {column: H, row: 290, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 291, guard_cells: [{column: C, row: 291, expected_value: '202501 (Jan-25)', label: month}, {column: H, row: 291, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 292, guard_cells: [{column: C, row: 292, expected_value: '202501 (Jan-25)', label: month}, {column: H, row: 292, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 294, guard_cells: [{column: C, row: 294, expected_value: '202501 (Jan-25)', label: month}, {column: H, row: 294, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 295, guard_cells: [{column: C, row: 295, expected_value: '202501 (Jan-25)', label: month}, {column: H, row: 295, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 296, guard_cells: [{column: C, row: 296, expected_value: '202501 (Jan-25)', label: month}, {column: H, row: 296, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_01.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_01.total + period: 2025-01 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 293, guard_cells: [{column: C, row: 293, expected_value: '202501 (Jan-25)', label: month}, {column: G, row: 293, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 297, guard_cells: [{column: C, row: 297, expected_value: '202501 (Jan-25)', label: month}, {column: G, row: 297, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 298, guard_cells: [{column: C, row: 298, expected_value: '202501 (Jan-25)', label: month}, {column: H, row: 298, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 299, guard_cells: [{column: C, row: 299, expected_value: '202501 (Jan-25)', label: month}, {column: H, row: 299, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 300, guard_cells: [{column: C, row: 300, expected_value: '202501 (Jan-25)', label: month}, {column: H, row: 300, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 301, guard_cells: [{column: C, row: 301, expected_value: '202501 (Jan-25)', label: month}, {column: G, row: 301, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_02.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_02 + period: 2025-02 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 302, guard_cells: [{column: C, row: 302, expected_value: '202502 (Feb-25)', label: month}, {column: H, row: 302, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 303, guard_cells: [{column: C, row: 303, expected_value: '202502 (Feb-25)', label: month}, {column: H, row: 303, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 304, guard_cells: [{column: C, row: 304, expected_value: '202502 (Feb-25)', label: month}, {column: H, row: 304, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 306, guard_cells: [{column: C, row: 306, expected_value: '202502 (Feb-25)', label: month}, {column: H, row: 306, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 307, guard_cells: [{column: C, row: 307, expected_value: '202502 (Feb-25)', label: month}, {column: H, row: 307, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 308, guard_cells: [{column: C, row: 308, expected_value: '202502 (Feb-25)', label: month}, {column: H, row: 308, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_02.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_02.total + period: 2025-02 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 305, guard_cells: [{column: C, row: 305, expected_value: '202502 (Feb-25)', label: month}, {column: G, row: 305, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 309, guard_cells: [{column: C, row: 309, expected_value: '202502 (Feb-25)', label: month}, {column: G, row: 309, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 310, guard_cells: [{column: C, row: 310, expected_value: '202502 (Feb-25)', label: month}, {column: H, row: 310, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 311, guard_cells: [{column: C, row: 311, expected_value: '202502 (Feb-25)', label: month}, {column: H, row: 311, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 312, guard_cells: [{column: C, row: 312, expected_value: '202502 (Feb-25)', label: month}, {column: H, row: 312, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 313, guard_cells: [{column: C, row: 313, expected_value: '202502 (Feb-25)', label: month}, {column: G, row: 313, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_03.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_03 + period: 2025-03 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 314, guard_cells: [{column: C, row: 314, expected_value: '202503 (Mar-25)', label: month}, {column: H, row: 314, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 315, guard_cells: [{column: C, row: 315, expected_value: '202503 (Mar-25)', label: month}, {column: H, row: 315, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 316, guard_cells: [{column: C, row: 316, expected_value: '202503 (Mar-25)', label: month}, {column: H, row: 316, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 318, guard_cells: [{column: C, row: 318, expected_value: '202503 (Mar-25)', label: month}, {column: H, row: 318, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 319, guard_cells: [{column: C, row: 319, expected_value: '202503 (Mar-25)', label: month}, {column: H, row: 319, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 320, guard_cells: [{column: C, row: 320, expected_value: '202503 (Mar-25)', label: month}, {column: H, row: 320, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_03.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_03.total + period: 2025-03 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 317, guard_cells: [{column: C, row: 317, expected_value: '202503 (Mar-25)', label: month}, {column: G, row: 317, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 321, guard_cells: [{column: C, row: 321, expected_value: '202503 (Mar-25)', label: month}, {column: G, row: 321, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 322, guard_cells: [{column: C, row: 322, expected_value: '202503 (Mar-25)', label: month}, {column: H, row: 322, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 323, guard_cells: [{column: C, row: 323, expected_value: '202503 (Mar-25)', label: month}, {column: H, row: 323, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 324, guard_cells: [{column: C, row: 324, expected_value: '202503 (Mar-25)', label: month}, {column: H, row: 324, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 325, guard_cells: [{column: C, row: 325, expected_value: '202503 (Mar-25)', label: month}, {column: G, row: 325, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_04.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_04 + period: 2025-04 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 326, guard_cells: [{column: C, row: 326, expected_value: '202504 (Apr-25)', label: month}, {column: H, row: 326, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 327, guard_cells: [{column: C, row: 327, expected_value: '202504 (Apr-25)', label: month}, {column: H, row: 327, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 328, guard_cells: [{column: C, row: 328, expected_value: '202504 (Apr-25)', label: month}, {column: H, row: 328, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 330, guard_cells: [{column: C, row: 330, expected_value: '202504 (Apr-25)', label: month}, {column: H, row: 330, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 331, guard_cells: [{column: C, row: 331, expected_value: '202504 (Apr-25)', label: month}, {column: H, row: 331, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 332, guard_cells: [{column: C, row: 332, expected_value: '202504 (Apr-25)', label: month}, {column: H, row: 332, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_04.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_04.total + period: 2025-04 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 329, guard_cells: [{column: C, row: 329, expected_value: '202504 (Apr-25)', label: month}, {column: G, row: 329, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 333, guard_cells: [{column: C, row: 333, expected_value: '202504 (Apr-25)', label: month}, {column: G, row: 333, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 334, guard_cells: [{column: C, row: 334, expected_value: '202504 (Apr-25)', label: month}, {column: H, row: 334, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 335, guard_cells: [{column: C, row: 335, expected_value: '202504 (Apr-25)', label: month}, {column: H, row: 335, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 336, guard_cells: [{column: C, row: 336, expected_value: '202504 (Apr-25)', label: month}, {column: H, row: 336, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 337, guard_cells: [{column: C, row: 337, expected_value: '202504 (Apr-25)', label: month}, {column: G, row: 337, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_05.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_05 + period: 2025-05 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 338, guard_cells: [{column: C, row: 338, expected_value: '202505 (May-25)', label: month}, {column: H, row: 338, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 339, guard_cells: [{column: C, row: 339, expected_value: '202505 (May-25)', label: month}, {column: H, row: 339, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 340, guard_cells: [{column: C, row: 340, expected_value: '202505 (May-25)', label: month}, {column: H, row: 340, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 342, guard_cells: [{column: C, row: 342, expected_value: '202505 (May-25)', label: month}, {column: H, row: 342, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 343, guard_cells: [{column: C, row: 343, expected_value: '202505 (May-25)', label: month}, {column: H, row: 343, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 344, guard_cells: [{column: C, row: 344, expected_value: '202505 (May-25)', label: month}, {column: H, row: 344, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_05.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_05.total + period: 2025-05 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 341, guard_cells: [{column: C, row: 341, expected_value: '202505 (May-25)', label: month}, {column: G, row: 341, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 345, guard_cells: [{column: C, row: 345, expected_value: '202505 (May-25)', label: month}, {column: G, row: 345, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 346, guard_cells: [{column: C, row: 346, expected_value: '202505 (May-25)', label: month}, {column: H, row: 346, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 347, guard_cells: [{column: C, row: 347, expected_value: '202505 (May-25)', label: month}, {column: H, row: 347, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 348, guard_cells: [{column: C, row: 348, expected_value: '202505 (May-25)', label: month}, {column: H, row: 348, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 349, guard_cells: [{column: C, row: 349, expected_value: '202505 (May-25)', label: month}, {column: G, row: 349, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_06.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_06 + period: 2025-06 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 350, guard_cells: [{column: C, row: 350, expected_value: '202506 (Jun-25)', label: month}, {column: H, row: 350, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 351, guard_cells: [{column: C, row: 351, expected_value: '202506 (Jun-25)', label: month}, {column: H, row: 351, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 352, guard_cells: [{column: C, row: 352, expected_value: '202506 (Jun-25)', label: month}, {column: H, row: 352, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 354, guard_cells: [{column: C, row: 354, expected_value: '202506 (Jun-25)', label: month}, {column: H, row: 354, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 355, guard_cells: [{column: C, row: 355, expected_value: '202506 (Jun-25)', label: month}, {column: H, row: 355, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 356, guard_cells: [{column: C, row: 356, expected_value: '202506 (Jun-25)', label: month}, {column: H, row: 356, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_06.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_06.total + period: 2025-06 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 353, guard_cells: [{column: C, row: 353, expected_value: '202506 (Jun-25)', label: month}, {column: G, row: 353, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 357, guard_cells: [{column: C, row: 357, expected_value: '202506 (Jun-25)', label: month}, {column: G, row: 357, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 358, guard_cells: [{column: C, row: 358, expected_value: '202506 (Jun-25)', label: month}, {column: H, row: 358, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 359, guard_cells: [{column: C, row: 359, expected_value: '202506 (Jun-25)', label: month}, {column: H, row: 359, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 360, guard_cells: [{column: C, row: 360, expected_value: '202506 (Jun-25)', label: month}, {column: H, row: 360, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 361, guard_cells: [{column: C, row: 361, expected_value: '202506 (Jun-25)', label: month}, {column: G, row: 361, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_07.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_07 + period: 2025-07 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 362, guard_cells: [{column: C, row: 362, expected_value: '202507 (Jul-25)', label: month}, {column: H, row: 362, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 363, guard_cells: [{column: C, row: 363, expected_value: '202507 (Jul-25)', label: month}, {column: H, row: 363, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 364, guard_cells: [{column: C, row: 364, expected_value: '202507 (Jul-25)', label: month}, {column: H, row: 364, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 366, guard_cells: [{column: C, row: 366, expected_value: '202507 (Jul-25)', label: month}, {column: H, row: 366, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 367, guard_cells: [{column: C, row: 367, expected_value: '202507 (Jul-25)', label: month}, {column: H, row: 367, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 368, guard_cells: [{column: C, row: 368, expected_value: '202507 (Jul-25)', label: month}, {column: H, row: 368, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_07.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_07.total + period: 2025-07 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 365, guard_cells: [{column: C, row: 365, expected_value: '202507 (Jul-25)', label: month}, {column: G, row: 365, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 369, guard_cells: [{column: C, row: 369, expected_value: '202507 (Jul-25)', label: month}, {column: G, row: 369, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 370, guard_cells: [{column: C, row: 370, expected_value: '202507 (Jul-25)', label: month}, {column: H, row: 370, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 371, guard_cells: [{column: C, row: 371, expected_value: '202507 (Jul-25)', label: month}, {column: H, row: 371, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 372, guard_cells: [{column: C, row: 372, expected_value: '202507 (Jul-25)', label: month}, {column: H, row: 372, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 373, guard_cells: [{column: C, row: 373, expected_value: '202507 (Jul-25)', label: month}, {column: G, row: 373, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_08.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_08 + period: 2025-08 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 374, guard_cells: [{column: C, row: 374, expected_value: '202508 (Aug-25)', label: month}, {column: H, row: 374, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 375, guard_cells: [{column: C, row: 375, expected_value: '202508 (Aug-25)', label: month}, {column: H, row: 375, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 376, guard_cells: [{column: C, row: 376, expected_value: '202508 (Aug-25)', label: month}, {column: H, row: 376, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 378, guard_cells: [{column: C, row: 378, expected_value: '202508 (Aug-25)', label: month}, {column: H, row: 378, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 379, guard_cells: [{column: C, row: 379, expected_value: '202508 (Aug-25)', label: month}, {column: H, row: 379, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 380, guard_cells: [{column: C, row: 380, expected_value: '202508 (Aug-25)', label: month}, {column: H, row: 380, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_08.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_08.total + period: 2025-08 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 377, guard_cells: [{column: C, row: 377, expected_value: '202508 (Aug-25)', label: month}, {column: G, row: 377, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 381, guard_cells: [{column: C, row: 381, expected_value: '202508 (Aug-25)', label: month}, {column: G, row: 381, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 382, guard_cells: [{column: C, row: 382, expected_value: '202508 (Aug-25)', label: month}, {column: H, row: 382, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 383, guard_cells: [{column: C, row: 383, expected_value: '202508 (Aug-25)', label: month}, {column: H, row: 383, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 384, guard_cells: [{column: C, row: 384, expected_value: '202508 (Aug-25)', label: month}, {column: H, row: 384, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 385, guard_cells: [{column: C, row: 385, expected_value: '202508 (Aug-25)', label: month}, {column: G, row: 385, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_09.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_09 + period: 2025-09 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 386, guard_cells: [{column: C, row: 386, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 386, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 387, guard_cells: [{column: C, row: 387, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 387, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 388, guard_cells: [{column: C, row: 388, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 388, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 390, guard_cells: [{column: C, row: 390, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 390, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 391, guard_cells: [{column: C, row: 391, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 391, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 392, guard_cells: [{column: C, row: 392, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 392, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_09.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_09.total + period: 2025-09 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 389, guard_cells: [{column: C, row: 389, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 389, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 393, guard_cells: [{column: C, row: 393, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 393, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 394, guard_cells: [{column: C, row: 394, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 394, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 395, guard_cells: [{column: C, row: 395, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 395, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 396, guard_cells: [{column: C, row: 396, expected_value: '202509 (Sep-25)', label: month}, {column: H, row: 396, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 397, guard_cells: [{column: C, row: 397, expected_value: '202509 (Sep-25)', label: month}, {column: G, row: 397, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_10.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_10 + period: 2025-10 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 398, guard_cells: [{column: C, row: 398, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 398, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 399, guard_cells: [{column: C, row: 399, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 399, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 400, guard_cells: [{column: C, row: 400, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 400, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 402, guard_cells: [{column: C, row: 402, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 402, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 403, guard_cells: [{column: C, row: 403, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 403, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 404, guard_cells: [{column: C, row: 404, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 404, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_10.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_10.total + period: 2025-10 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 401, guard_cells: [{column: C, row: 401, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 401, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 405, guard_cells: [{column: C, row: 405, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 405, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 406, guard_cells: [{column: C, row: 406, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 406, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 407, guard_cells: [{column: C, row: 407, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 407, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 408, guard_cells: [{column: C, row: 408, expected_value: '202510 (Oct-25)', label: month}, {column: H, row: 408, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 409, guard_cells: [{column: C, row: 409, expected_value: '202510 (Oct-25)', label: month}, {column: G, row: 409, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_11.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_11 + period: 2025-11 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 410, guard_cells: [{column: C, row: 410, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 410, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 411, guard_cells: [{column: C, row: 411, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 411, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 412, guard_cells: [{column: C, row: 412, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 412, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 414, guard_cells: [{column: C, row: 414, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 414, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 415, guard_cells: [{column: C, row: 415, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 415, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 416, guard_cells: [{column: C, row: 416, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 416, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_11.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_11.total + period: 2025-11 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 413, guard_cells: [{column: C, row: 413, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 413, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 417, guard_cells: [{column: C, row: 417, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 417, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 418, guard_cells: [{column: C, row: 418, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 418, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 419, guard_cells: [{column: C, row: 419, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 419, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 420, guard_cells: [{column: C, row: 420, expected_value: '202511 (Nov-25)', label: month}, {column: H, row: 420, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 421, guard_cells: [{column: C, row: 421, expected_value: '202511 (Nov-25)', label: month}, {column: G, row: 421, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_12.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_12 + period: 2025-12 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 422, guard_cells: [{column: C, row: 422, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 422, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 423, guard_cells: [{column: C, row: 423, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 423, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 424, guard_cells: [{column: C, row: 424, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 424, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 426, guard_cells: [{column: C, row: 426, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 426, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 427, guard_cells: [{column: C, row: 427, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 427, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 428, guard_cells: [{column: C, row: 428, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 428, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2025_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2025_12.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2025_12.total + period: 2025-12 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 425, guard_cells: [{column: C, row: 425, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 425, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 429, guard_cells: [{column: C, row: 429, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 429, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 430, guard_cells: [{column: C, row: 430, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 430, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 431, guard_cells: [{column: C, row: 431, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 431, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 432, guard_cells: [{column: C, row: 432, expected_value: '202512 (Dec-25)', label: month}, {column: H, row: 432, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 433, guard_cells: [{column: C, row: 433, expected_value: '202512 (Dec-25)', label: month}, {column: G, row: 433, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2026_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2026_01.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2026_01 + period: 2026-01 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 434, guard_cells: [{column: C, row: 434, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 434, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 435, guard_cells: [{column: C, row: 435, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 435, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 436, guard_cells: [{column: C, row: 436, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 436, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 438, guard_cells: [{column: C, row: 438, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 438, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 439, guard_cells: [{column: C, row: 439, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 439, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 440, guard_cells: [{column: C, row: 440, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 440, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2026_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2026_01.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2026_01.total + period: 2026-01 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 437, guard_cells: [{column: C, row: 437, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 437, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 441, guard_cells: [{column: C, row: 441, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 441, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 442, guard_cells: [{column: C, row: 442, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 442, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 443, guard_cells: [{column: C, row: 443, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 443, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 444, guard_cells: [{column: C, row: 444, expected_value: '202601 (Jan-26)', label: month}, {column: H, row: 444, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 445, guard_cells: [{column: C, row: 445, expected_value: '202601 (Jan-26)', label: month}, {column: G, row: 445, expected_value: Total, label: private or social rented publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2026_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2026_02.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2026_02 + period: 2026-02 + rows: + - {<<: *client_type_working_age__tenure_social_rented_sector, ordinal: 0, row_number: 446, guard_cells: [{column: C, row: 446, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 446, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_private_rented_sector, ordinal: 1, row_number: 447, guard_cells: [{column: C, row: 447, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 447, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_working_age__tenure_unknown_or_missing_housing_sector, ordinal: 2, row_number: 448, guard_cells: [{column: C, row: 448, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 448, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_social_rented_sector, ordinal: 3, row_number: 450, guard_cells: [{column: C, row: 450, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 450, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_private_rented_sector, ordinal: 4, row_number: 451, guard_cells: [{column: C, row: 451, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 451, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_pension_age__tenure_unknown_or_missing_housing_sector, ordinal: 5, row_number: 452, guard_cells: [{column: C, row: 452, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 452, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.hb_claimants.client_type_tenure.month2026_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.hb_claimants.client_type_tenure.month2026_02.total.v1 + source_record_id_prefix: dwp.statx.hb_claimants.client_type_tenure.month2026_02.total + period: 2026-02 + rows: + - {<<: *client_type_working_age__tenure_all, ordinal: 0, row_number: 449, guard_cells: [{column: C, row: 449, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 449, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_pension_age__tenure_all, ordinal: 1, row_number: 453, guard_cells: [{column: C, row: 453, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 453, expected_value: Total, label: private or social rented publisher Total}]} + - {<<: *client_type_all__tenure_social_rented_sector, ordinal: 2, row_number: 454, guard_cells: [{column: C, row: 454, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 454, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:1', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_private_rented_sector, ordinal: 3, row_number: 455, guard_cells: [{column: C, row: 455, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 455, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:2', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_unknown_or_missing_housing_sector, ordinal: 4, row_number: 456, guard_cells: [{column: C, row: 456, expected_value: '202602 (Feb-26)', label: month}, {column: H, row: 456, expected_value: 'str:value:hb_new:V_F_HB_NEW:TENURE_PUB:C_HOUSING_SECTOR:99', label: private or social rented value URI}]} + - {<<: *client_type_all__tenure_all, ordinal: 5, row_number: 457, guard_cells: [{column: C, row: 457, expected_value: '202602 (Feb-26)', label: month}, {column: G, row: 457, expected_value: Total, label: private or social rented publisher Total}]} diff --git a/packages/dwp/uc_childcare_element_march_2021_august_2025/source_package.yaml b/packages/dwp/uc_childcare_element_march_2021_august_2025/source_package.yaml deleted file mode 100644 index 6ff4ea3d..00000000 --- a/packages/dwp/uc_childcare_element_march_2021_august_2025/source_package.yaml +++ /dev/null @@ -1,652 +0,0 @@ -# DWP Table 1 publishes a complete monthly administrative series of UC -# households receiving the childcare element. DWP's UC household is the -# benefit unit of assessment, not an ONS household. Chronicle preserves the -# publisher's rounded counts and leaves annual averaging to consumers. -schema_version: ledger.source_package.v1 -package_id: dwp-uc-childcare-element-march-2021-august-2025 -label: 'DWP Universal Credit households receiving childcare element, March 2021 to August 2025' -artifact: - source_name: dwp - source_table: 'Universal Credit childcare element statistics to August 2025, Table 1' - resource_package: db - resource_directory: data/dwp/uc_childcare_element_march_2021_august_2025 - manifest: manifest.yaml - vintage: uc_childcare_element_2025_11_11 - extracted_at: '2026-08-21' - extraction_method: ODS Table 1 cell parse - parser: ods_used_range - sheet_name: Table_1 - artifact_year: 2025 -record_sets: -- &monthly - record_set_id: dwp.uc_childcare.month2021_03 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2021_03.v1 - source_record_id_prefix: dwp.uc_childcare.month2021_03 - sheet_name: Table_1 - period_type: month - period: 2021-03 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.uc_element - assertion: observation - rows: - - &childcare_row - value_id: childcare_element - label: March 2021 - ordinal: 0 - row_number: 5 - expected_row_header_column: B - expected_row_header: March 2021 - table_record_kind: total - filters: - uc_element: childcare - constraints: - - variable: uc_element - operator: == - value: childcare - label: Universal Credit element - measures: &childcare_measures - - measure_id: benefit_units - label: UC benefit units receiving childcare element - ordinal: 0 - column: C - expected_column_header_row: 4 - expected_column_header: Total households receiving childcare element - concept: dwp.uc_benefit_units_with_childcare_element - source_concept: dwp.uc_households_receiving_childcare_element - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://www.gov.uk/government/statistics/universal-credit-statistics-29-april-2013-to-9-october-2025/universal-credit-childcare-element-statistics-to-august-2025 - concept_evidence_notes: DWP defines a Universal Credit household as the UC unit of assessment, also called a benefit unit in other statistics. - unit: count - aggregation: sum - expected_cell_type: number -- <<: *monthly - record_set_id: dwp.uc_childcare.month2021_04 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2021_04.v1 - source_record_id_prefix: dwp.uc_childcare.month2021_04 - period: 2021-04 - rows: - - <<: *childcare_row - label: April 2021 - row_number: 6 - expected_row_header: April 2021 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2021_05 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2021_05.v1 - source_record_id_prefix: dwp.uc_childcare.month2021_05 - period: 2021-05 - rows: - - <<: *childcare_row - label: May 2021 - row_number: 7 - expected_row_header: May 2021 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2021_06 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2021_06.v1 - source_record_id_prefix: dwp.uc_childcare.month2021_06 - period: 2021-06 - rows: - - <<: *childcare_row - label: June 2021 - row_number: 8 - expected_row_header: June 2021 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2021_07 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2021_07.v1 - source_record_id_prefix: dwp.uc_childcare.month2021_07 - period: 2021-07 - rows: - - <<: *childcare_row - label: July 2021 - row_number: 9 - expected_row_header: July 2021 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2021_08 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2021_08.v1 - source_record_id_prefix: dwp.uc_childcare.month2021_08 - period: 2021-08 - rows: - - <<: *childcare_row - label: August 2021 - row_number: 10 - expected_row_header: August 2021 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2021_09 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2021_09.v1 - source_record_id_prefix: dwp.uc_childcare.month2021_09 - period: 2021-09 - rows: - - <<: *childcare_row - label: September 2021 - row_number: 11 - expected_row_header: September 2021 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2021_10 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2021_10.v1 - source_record_id_prefix: dwp.uc_childcare.month2021_10 - period: 2021-10 - rows: - - <<: *childcare_row - label: October 2021 - row_number: 12 - expected_row_header: October 2021 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2021_11 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2021_11.v1 - source_record_id_prefix: dwp.uc_childcare.month2021_11 - period: 2021-11 - rows: - - <<: *childcare_row - label: November 2021 - row_number: 13 - expected_row_header: November 2021 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2021_12 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2021_12.v1 - source_record_id_prefix: dwp.uc_childcare.month2021_12 - period: 2021-12 - rows: - - <<: *childcare_row - label: December 2021 - row_number: 14 - expected_row_header: December 2021 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2022_01 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2022_01.v1 - source_record_id_prefix: dwp.uc_childcare.month2022_01 - period: 2022-01 - rows: - - <<: *childcare_row - label: January 2022 - row_number: 15 - expected_row_header: January 2022 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2022_02 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2022_02.v1 - source_record_id_prefix: dwp.uc_childcare.month2022_02 - period: 2022-02 - rows: - - <<: *childcare_row - label: February 2022 - row_number: 16 - expected_row_header: February 2022 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2022_03 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2022_03.v1 - source_record_id_prefix: dwp.uc_childcare.month2022_03 - period: 2022-03 - rows: - - <<: *childcare_row - label: March 2022 - row_number: 17 - expected_row_header: March 2022 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2022_04 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2022_04.v1 - source_record_id_prefix: dwp.uc_childcare.month2022_04 - period: 2022-04 - rows: - - <<: *childcare_row - label: April 2022 - row_number: 18 - expected_row_header: April 2022 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2022_05 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2022_05.v1 - source_record_id_prefix: dwp.uc_childcare.month2022_05 - period: 2022-05 - rows: - - <<: *childcare_row - label: May 2022 - row_number: 19 - expected_row_header: May 2022 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2022_06 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2022_06.v1 - source_record_id_prefix: dwp.uc_childcare.month2022_06 - period: 2022-06 - rows: - - <<: *childcare_row - label: June 2022 - row_number: 20 - expected_row_header: June 2022 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2022_07 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2022_07.v1 - source_record_id_prefix: dwp.uc_childcare.month2022_07 - period: 2022-07 - rows: - - <<: *childcare_row - label: July 2022 - row_number: 21 - expected_row_header: July 2022 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2022_08 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2022_08.v1 - source_record_id_prefix: dwp.uc_childcare.month2022_08 - period: 2022-08 - rows: - - <<: *childcare_row - label: August 2022 - row_number: 22 - expected_row_header: August 2022 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2022_09 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2022_09.v1 - source_record_id_prefix: dwp.uc_childcare.month2022_09 - period: 2022-09 - rows: - - <<: *childcare_row - label: September 2022 - row_number: 23 - expected_row_header: September 2022 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2022_10 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2022_10.v1 - source_record_id_prefix: dwp.uc_childcare.month2022_10 - period: 2022-10 - rows: - - <<: *childcare_row - label: October 2022 - row_number: 24 - expected_row_header: October 2022 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2022_11 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2022_11.v1 - source_record_id_prefix: dwp.uc_childcare.month2022_11 - period: 2022-11 - rows: - - <<: *childcare_row - label: November 2022 - row_number: 25 - expected_row_header: November 2022 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2022_12 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2022_12.v1 - source_record_id_prefix: dwp.uc_childcare.month2022_12 - period: 2022-12 - rows: - - <<: *childcare_row - label: December 2022 - row_number: 26 - expected_row_header: December 2022 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2023_01 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2023_01.v1 - source_record_id_prefix: dwp.uc_childcare.month2023_01 - period: 2023-01 - rows: - - <<: *childcare_row - label: January 2023 - row_number: 27 - expected_row_header: January 2023 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2023_02 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2023_02.v1 - source_record_id_prefix: dwp.uc_childcare.month2023_02 - period: 2023-02 - rows: - - <<: *childcare_row - label: February 2023 - row_number: 28 - expected_row_header: February 2023 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2023_03 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2023_03.v1 - source_record_id_prefix: dwp.uc_childcare.month2023_03 - period: 2023-03 - rows: - - <<: *childcare_row - label: March 2023 - row_number: 29 - expected_row_header: March 2023 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2023_04 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2023_04.v1 - source_record_id_prefix: dwp.uc_childcare.month2023_04 - period: 2023-04 - rows: - - <<: *childcare_row - label: April 2023 - row_number: 30 - expected_row_header: April 2023 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2023_05 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2023_05.v1 - source_record_id_prefix: dwp.uc_childcare.month2023_05 - period: 2023-05 - rows: - - <<: *childcare_row - label: May 2023 - row_number: 31 - expected_row_header: May 2023 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2023_06 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2023_06.v1 - source_record_id_prefix: dwp.uc_childcare.month2023_06 - period: 2023-06 - rows: - - <<: *childcare_row - label: June 2023 - row_number: 32 - expected_row_header: June 2023 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2023_07 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2023_07.v1 - source_record_id_prefix: dwp.uc_childcare.month2023_07 - period: 2023-07 - rows: - - <<: *childcare_row - label: July 2023 - row_number: 33 - expected_row_header: July 2023 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2023_08 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2023_08.v1 - source_record_id_prefix: dwp.uc_childcare.month2023_08 - period: 2023-08 - rows: - - <<: *childcare_row - label: August 2023 - row_number: 34 - expected_row_header: August 2023 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2023_09 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2023_09.v1 - source_record_id_prefix: dwp.uc_childcare.month2023_09 - period: 2023-09 - rows: - - <<: *childcare_row - label: September 2023 - row_number: 35 - expected_row_header: September 2023 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2023_10 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2023_10.v1 - source_record_id_prefix: dwp.uc_childcare.month2023_10 - period: 2023-10 - rows: - - <<: *childcare_row - label: October 2023 - row_number: 36 - expected_row_header: October 2023 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2023_11 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2023_11.v1 - source_record_id_prefix: dwp.uc_childcare.month2023_11 - period: 2023-11 - rows: - - <<: *childcare_row - label: November 2023 - row_number: 37 - expected_row_header: November 2023 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2023_12 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2023_12.v1 - source_record_id_prefix: dwp.uc_childcare.month2023_12 - period: 2023-12 - rows: - - <<: *childcare_row - label: December 2023 - row_number: 38 - expected_row_header: December 2023 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2024_01 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2024_01.v1 - source_record_id_prefix: dwp.uc_childcare.month2024_01 - period: 2024-01 - rows: - - <<: *childcare_row - label: January 2024 - row_number: 39 - expected_row_header: January 2024 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2024_02 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2024_02.v1 - source_record_id_prefix: dwp.uc_childcare.month2024_02 - period: 2024-02 - rows: - - <<: *childcare_row - label: February 2024 - row_number: 40 - expected_row_header: February 2024 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2024_03 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2024_03.v1 - source_record_id_prefix: dwp.uc_childcare.month2024_03 - period: 2024-03 - rows: - - <<: *childcare_row - label: March 2024 - row_number: 41 - expected_row_header: March 2024 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2024_04 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2024_04.v1 - source_record_id_prefix: dwp.uc_childcare.month2024_04 - period: 2024-04 - rows: - - <<: *childcare_row - label: April 2024 - row_number: 42 - expected_row_header: April 2024 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2024_05 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2024_05.v1 - source_record_id_prefix: dwp.uc_childcare.month2024_05 - period: 2024-05 - rows: - - <<: *childcare_row - label: May 2024 - row_number: 43 - expected_row_header: May 2024 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2024_06 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2024_06.v1 - source_record_id_prefix: dwp.uc_childcare.month2024_06 - period: 2024-06 - rows: - - <<: *childcare_row - label: June 2024 - row_number: 44 - expected_row_header: June 2024 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2024_07 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2024_07.v1 - source_record_id_prefix: dwp.uc_childcare.month2024_07 - period: 2024-07 - rows: - - <<: *childcare_row - label: July 2024 - row_number: 45 - expected_row_header: July 2024 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2024_08 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2024_08.v1 - source_record_id_prefix: dwp.uc_childcare.month2024_08 - period: 2024-08 - rows: - - <<: *childcare_row - label: August 2024 - row_number: 46 - expected_row_header: August 2024 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2024_09 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2024_09.v1 - source_record_id_prefix: dwp.uc_childcare.month2024_09 - period: 2024-09 - rows: - - <<: *childcare_row - label: September 2024 - row_number: 47 - expected_row_header: September 2024 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2024_10 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2024_10.v1 - source_record_id_prefix: dwp.uc_childcare.month2024_10 - period: 2024-10 - rows: - - <<: *childcare_row - label: October 2024 - row_number: 48 - expected_row_header: October 2024 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2024_11 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2024_11.v1 - source_record_id_prefix: dwp.uc_childcare.month2024_11 - period: 2024-11 - rows: - - <<: *childcare_row - label: November 2024 - row_number: 49 - expected_row_header: November 2024 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2024_12 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2024_12.v1 - source_record_id_prefix: dwp.uc_childcare.month2024_12 - period: 2024-12 - rows: - - <<: *childcare_row - label: December 2024 - row_number: 50 - expected_row_header: December 2024 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2025_01 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2025_01.v1 - source_record_id_prefix: dwp.uc_childcare.month2025_01 - period: 2025-01 - rows: - - <<: *childcare_row - label: January 2025 - row_number: 51 - expected_row_header: January 2025 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2025_02 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2025_02.v1 - source_record_id_prefix: dwp.uc_childcare.month2025_02 - period: 2025-02 - rows: - - <<: *childcare_row - label: February 2025 - row_number: 52 - expected_row_header: February 2025 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2025_03 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2025_03.v1 - source_record_id_prefix: dwp.uc_childcare.month2025_03 - period: 2025-03 - rows: - - <<: *childcare_row - label: March 2025 - row_number: 53 - expected_row_header: March 2025 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2025_04 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2025_04.v1 - source_record_id_prefix: dwp.uc_childcare.month2025_04 - period: 2025-04 - rows: - - <<: *childcare_row - label: April 2025 - row_number: 54 - expected_row_header: April 2025 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2025_05 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2025_05.v1 - source_record_id_prefix: dwp.uc_childcare.month2025_05 - period: 2025-05 - rows: - - <<: *childcare_row - label: May 2025 - row_number: 55 - expected_row_header: May 2025 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2025_06 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2025_06.v1 - source_record_id_prefix: dwp.uc_childcare.month2025_06 - period: 2025-06 - rows: - - <<: *childcare_row - label: June 2025 - row_number: 56 - expected_row_header: June 2025 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2025_07 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2025_07.v1 - source_record_id_prefix: dwp.uc_childcare.month2025_07 - period: 2025-07 - rows: - - <<: *childcare_row - label: July 2025 - row_number: 57 - expected_row_header: July 2025 -- <<: *monthly - record_set_id: dwp.uc_childcare.month2025_08 - provenance_class: administrative - record_set_spec_id: dwp.uc_childcare.month2025_08.v1 - source_record_id_prefix: dwp.uc_childcare.month2025_08 - period: 2025-08 - rows: - - <<: *childcare_row - label: August 2025 - row_number: 58 - expected_row_header: August 2025 diff --git a/packages/dwp/uc_childcare_element_march_2021_may_2026/source_package.yaml b/packages/dwp/uc_childcare_element_march_2021_may_2026/source_package.yaml new file mode 100644 index 00000000..eec0a281 --- /dev/null +++ b/packages/dwp/uc_childcare_element_march_2021_may_2026/source_package.yaml @@ -0,0 +1,1546 @@ +# DWP 'Universal Credit childcare element statistics to May 2026', supplementary data tables, +# published 18 August 2026 with the Universal Credit quarterly statistics to 14 May 2026 +# (chronicle#259 item 3). This package supersedes the retired +# dwp-uc-childcare-element-march-2021-august-2025, which carried the Table 1 total column +# only: the same table three releases later. DWP revised the total in 25 of those +# 54 months (by at most 5,000; 30 months move counting the single and couple +# columns) and 9 Table 3 means (by at most GBP 10). +# Key disclosure: the retired package's 54 semantic_fact_keys persist here, 25 of +# them with a revised value; all 54 aggregate_fact_keys are re-minted, because the release +# (table, vintage, digest) and the record-set ids changed. Anyone holding the old aggregate +# keys must re-pin. +# Table 1: UC households receiving the childcare element (total, single, couple), rounded +# by DWP to the nearest 1,000. Table 3: mean monthly amount of the childcare element per +# household receiving it, rounded to the nearest GBP 10. DWP marks the most recent months +# provisional. DWP's UC household is the benefit unit of assessment, not an ONS household. +# No table publishes the total amount paid, so there is no childcare element amount fact: +# Chronicle does not multiply the count by the mean. Table 1 column F (children in +# childcare paid for by the element) and Tables 2 and 4 to 15 are not ported. +# Stat-Xplore's UC_Households dataset has no childcare field (checked against its schema on +# 11 September 2026), so this count cannot be split by payment indicator (chronicle#259 +# item 1d): it covers all claims, including nil-payment ones. +# DWP's guidance: the claimant, or both claimants in a couple, must usually be in paid work +# and pay for childcare, and UC reimburses up to 85% of eligible costs up to a monthly +# maximum (GBP 1,071.09 for one child and GBP 1,836.16 for two or more in May 2026). +schema_version: ledger.source_package.v1 +package_id: dwp-uc-childcare-element-march-2021-may-2026 +label: 'DWP Universal Credit childcare element: households receiving and mean amount, March 2021 to May 2026' +artifact: + source_name: dwp + source_table: 'Universal Credit childcare element statistics to May 2026, Tables 1 and 3' + resource_package: db + resource_directory: data/dwp/uc_childcare_element_march_2021_may_2026 + manifest: manifest.yaml + vintage: uc_childcare_element_2026_08_18 + extracted_at: '2026-09-11' + extraction_method: ODS Table 1 (columns C, D and E) and Table 3 (column C) cell parse + parser: ods_used_range + sheet_name: Table_1 + artifact_year: 2025 +record_sets: +- &households + record_set_id: dwp.uc_childcare_element.households.month2021_03 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2021_03.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2021_03 + sheet_name: Table_1 + period_type: month + period: 2021-03 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: universal_credit_unit_of_assessment + domain: universal_credit + groupby_dimension: dwp.uc_element + assertion: observation + rows: + - &households_row + value_id: childcare_element + label: March 2021 + ordinal: 0 + row_number: 5 + expected_row_header_column: B + expected_row_header: March 2021 + table_record_kind: total + filters: + uc_element: childcare + constraints: + - variable: uc_element + operator: == + value: childcare + label: Universal Credit element + measures: + - measure_id: benefit_units + label: 'UC benefit units receiving childcare element' + ordinal: 0 + column: C + expected_column_header_row: 4 + expected_column_header: 'Total households receiving childcare element' + concept: dwp.uc_benefit_units_with_childcare_element + source_concept: dwp.uc_households_receiving_childcare_element + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://www.gov.uk/government/statistics/universal-credit-quarterly-statistics-29-april-2013-to-14-may-2026/universal-credit-childcare-element-statistics-to-may-2026 + concept_evidence_notes: 'DWP defines a Universal Credit household as the UC unit of assessment, also called a benefit unit in other statistics. Table 1 counts are rounded to the nearest 1,000.' + unit: count + aggregation: sum + expected_cell_type: number + - measure_id: single_benefit_units + label: 'Single UC benefit units receiving childcare element' + ordinal: 1 + column: D + source_column_id: single_households + source_column_dimensions: + family_type: Single + filters: + family_type: Single + constraints: + - {variable: family_type, operator: '==', value: Single, label: family type} + expected_column_header_row: 4 + expected_column_header: 'Single households receiving childcare element' + concept: dwp.uc_benefit_units_with_childcare_element + source_concept: dwp.uc_households_receiving_childcare_element + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://www.gov.uk/government/statistics/universal-credit-quarterly-statistics-29-april-2013-to-14-may-2026/universal-credit-childcare-element-statistics-to-may-2026 + concept_evidence_notes: 'DWP defines a Universal Credit household as the UC unit of assessment, also called a benefit unit in other statistics. Table 1 counts are rounded to the nearest 1,000.' + unit: count + aggregation: sum + expected_cell_type: number + - measure_id: couple_benefit_units + label: 'Couple UC benefit units receiving childcare element' + ordinal: 2 + column: E + source_column_id: couple_households + source_column_dimensions: + family_type: Couple + filters: + family_type: Couple + constraints: + - {variable: family_type, operator: '==', value: Couple, label: family type} + expected_column_header_row: 4 + expected_column_header: 'Couple households receiving childcare element' + concept: dwp.uc_benefit_units_with_childcare_element + source_concept: dwp.uc_households_receiving_childcare_element + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://www.gov.uk/government/statistics/universal-credit-quarterly-statistics-29-april-2013-to-14-may-2026/universal-credit-childcare-element-statistics-to-may-2026 + concept_evidence_notes: 'DWP defines a Universal Credit household as the UC unit of assessment, also called a benefit unit in other statistics. Table 1 counts are rounded to the nearest 1,000.' + unit: count + aggregation: sum + expected_cell_type: number +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2021_04 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2021_04.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2021_04 + period: 2021-04 + rows: + - <<: *households_row + label: April 2021 + row_number: 6 + expected_row_header: April 2021 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2021_05 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2021_05.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2021_05 + period: 2021-05 + rows: + - <<: *households_row + label: May 2021 + row_number: 7 + expected_row_header: May 2021 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2021_06 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2021_06.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2021_06 + period: 2021-06 + rows: + - <<: *households_row + label: June 2021 + row_number: 8 + expected_row_header: June 2021 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2021_07 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2021_07.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2021_07 + period: 2021-07 + rows: + - <<: *households_row + label: July 2021 + row_number: 9 + expected_row_header: July 2021 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2021_08 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2021_08.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2021_08 + period: 2021-08 + rows: + - <<: *households_row + label: August 2021 + row_number: 10 + expected_row_header: August 2021 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2021_09 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2021_09.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2021_09 + period: 2021-09 + rows: + - <<: *households_row + label: September 2021 + row_number: 11 + expected_row_header: September 2021 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2021_10 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2021_10.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2021_10 + period: 2021-10 + rows: + - <<: *households_row + label: October 2021 + row_number: 12 + expected_row_header: October 2021 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2021_11 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2021_11.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2021_11 + period: 2021-11 + rows: + - <<: *households_row + label: November 2021 + row_number: 13 + expected_row_header: November 2021 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2021_12 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2021_12.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2021_12 + period: 2021-12 + rows: + - <<: *households_row + label: December 2021 + row_number: 14 + expected_row_header: December 2021 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2022_01 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2022_01.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2022_01 + period: 2022-01 + rows: + - <<: *households_row + label: January 2022 + row_number: 15 + expected_row_header: January 2022 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2022_02 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2022_02.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2022_02 + period: 2022-02 + rows: + - <<: *households_row + label: February 2022 + row_number: 16 + expected_row_header: February 2022 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2022_03 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2022_03.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2022_03 + period: 2022-03 + rows: + - <<: *households_row + label: March 2022 + row_number: 17 + expected_row_header: March 2022 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2022_04 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2022_04.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2022_04 + period: 2022-04 + rows: + - <<: *households_row + label: April 2022 + row_number: 18 + expected_row_header: April 2022 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2022_05 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2022_05.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2022_05 + period: 2022-05 + rows: + - <<: *households_row + label: May 2022 + row_number: 19 + expected_row_header: May 2022 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2022_06 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2022_06.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2022_06 + period: 2022-06 + rows: + - <<: *households_row + label: June 2022 + row_number: 20 + expected_row_header: June 2022 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2022_07 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2022_07.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2022_07 + period: 2022-07 + rows: + - <<: *households_row + label: July 2022 + row_number: 21 + expected_row_header: July 2022 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2022_08 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2022_08.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2022_08 + period: 2022-08 + rows: + - <<: *households_row + label: August 2022 + row_number: 22 + expected_row_header: August 2022 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2022_09 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2022_09.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2022_09 + period: 2022-09 + rows: + - <<: *households_row + label: September 2022 + row_number: 23 + expected_row_header: September 2022 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2022_10 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2022_10.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2022_10 + period: 2022-10 + rows: + - <<: *households_row + label: October 2022 + row_number: 24 + expected_row_header: October 2022 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2022_11 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2022_11.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2022_11 + period: 2022-11 + rows: + - <<: *households_row + label: November 2022 + row_number: 25 + expected_row_header: November 2022 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2022_12 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2022_12.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2022_12 + period: 2022-12 + rows: + - <<: *households_row + label: December 2022 + row_number: 26 + expected_row_header: December 2022 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2023_01 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2023_01.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2023_01 + period: 2023-01 + rows: + - <<: *households_row + label: January 2023 + row_number: 27 + expected_row_header: January 2023 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2023_02 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2023_02.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2023_02 + period: 2023-02 + rows: + - <<: *households_row + label: February 2023 + row_number: 28 + expected_row_header: February 2023 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2023_03 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2023_03.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2023_03 + period: 2023-03 + rows: + - <<: *households_row + label: March 2023 + row_number: 29 + expected_row_header: March 2023 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2023_04 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2023_04.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2023_04 + period: 2023-04 + rows: + - <<: *households_row + label: April 2023 + row_number: 30 + expected_row_header: April 2023 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2023_05 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2023_05.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2023_05 + period: 2023-05 + rows: + - <<: *households_row + label: May 2023 + row_number: 31 + expected_row_header: May 2023 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2023_06 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2023_06.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2023_06 + period: 2023-06 + rows: + - <<: *households_row + label: June 2023 + row_number: 32 + expected_row_header: June 2023 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2023_07 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2023_07.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2023_07 + period: 2023-07 + rows: + - <<: *households_row + label: July 2023 + row_number: 33 + expected_row_header: July 2023 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2023_08 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2023_08.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2023_08 + period: 2023-08 + rows: + - <<: *households_row + label: August 2023 + row_number: 34 + expected_row_header: August 2023 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2023_09 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2023_09.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2023_09 + period: 2023-09 + rows: + - <<: *households_row + label: September 2023 + row_number: 35 + expected_row_header: September 2023 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2023_10 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2023_10.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2023_10 + period: 2023-10 + rows: + - <<: *households_row + label: October 2023 + row_number: 36 + expected_row_header: October 2023 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2023_11 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2023_11.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2023_11 + period: 2023-11 + rows: + - <<: *households_row + label: November 2023 + row_number: 37 + expected_row_header: November 2023 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2023_12 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2023_12.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2023_12 + period: 2023-12 + rows: + - <<: *households_row + label: December 2023 + row_number: 38 + expected_row_header: December 2023 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2024_01 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2024_01.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2024_01 + period: 2024-01 + rows: + - <<: *households_row + label: January 2024 + row_number: 39 + expected_row_header: January 2024 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2024_02 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2024_02.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2024_02 + period: 2024-02 + rows: + - <<: *households_row + label: February 2024 + row_number: 40 + expected_row_header: February 2024 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2024_03 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2024_03.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2024_03 + period: 2024-03 + rows: + - <<: *households_row + label: March 2024 + row_number: 41 + expected_row_header: March 2024 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2024_04 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2024_04.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2024_04 + period: 2024-04 + rows: + - <<: *households_row + label: April 2024 + row_number: 42 + expected_row_header: April 2024 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2024_05 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2024_05.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2024_05 + period: 2024-05 + rows: + - <<: *households_row + label: May 2024 + row_number: 43 + expected_row_header: May 2024 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2024_06 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2024_06.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2024_06 + period: 2024-06 + rows: + - <<: *households_row + label: June 2024 + row_number: 44 + expected_row_header: June 2024 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2024_07 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2024_07.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2024_07 + period: 2024-07 + rows: + - <<: *households_row + label: July 2024 + row_number: 45 + expected_row_header: July 2024 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2024_08 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2024_08.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2024_08 + period: 2024-08 + rows: + - <<: *households_row + label: August 2024 + row_number: 46 + expected_row_header: August 2024 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2024_09 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2024_09.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2024_09 + period: 2024-09 + rows: + - <<: *households_row + label: September 2024 + row_number: 47 + expected_row_header: September 2024 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2024_10 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2024_10.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2024_10 + period: 2024-10 + rows: + - <<: *households_row + label: October 2024 + row_number: 48 + expected_row_header: October 2024 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2024_11 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2024_11.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2024_11 + period: 2024-11 + rows: + - <<: *households_row + label: November 2024 + row_number: 49 + expected_row_header: November 2024 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2024_12 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2024_12.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2024_12 + period: 2024-12 + rows: + - <<: *households_row + label: December 2024 + row_number: 50 + expected_row_header: December 2024 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2025_01 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2025_01.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2025_01 + period: 2025-01 + rows: + - <<: *households_row + label: January 2025 + row_number: 51 + expected_row_header: January 2025 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2025_02 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2025_02.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2025_02 + period: 2025-02 + rows: + - <<: *households_row + label: February 2025 + row_number: 52 + expected_row_header: February 2025 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2025_03 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2025_03.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2025_03 + period: 2025-03 + rows: + - <<: *households_row + label: March 2025 + row_number: 53 + expected_row_header: March 2025 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2025_04 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2025_04.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2025_04 + period: 2025-04 + rows: + - <<: *households_row + label: April 2025 + row_number: 54 + expected_row_header: April 2025 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2025_05 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2025_05.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2025_05 + period: 2025-05 + rows: + - <<: *households_row + label: May 2025 + row_number: 55 + expected_row_header: May 2025 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2025_06 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2025_06.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2025_06 + period: 2025-06 + rows: + - <<: *households_row + label: June 2025 + row_number: 56 + expected_row_header: June 2025 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2025_07 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2025_07.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2025_07 + period: 2025-07 + rows: + - <<: *households_row + label: July 2025 + row_number: 57 + expected_row_header: July 2025 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2025_08 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2025_08.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2025_08 + period: 2025-08 + rows: + - <<: *households_row + label: August 2025 + row_number: 58 + expected_row_header: August 2025 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2025_09 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2025_09.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2025_09 + period: 2025-09 + rows: + - <<: *households_row + label: September 2025 + row_number: 59 + expected_row_header: September 2025 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2025_10 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2025_10.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2025_10 + period: 2025-10 + rows: + - <<: *households_row + label: October 2025 + row_number: 60 + expected_row_header: October 2025 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2025_11 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2025_11.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2025_11 + period: 2025-11 + rows: + - <<: *households_row + label: November 2025 + row_number: 61 + expected_row_header: November 2025 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2025_12 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2025_12.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2025_12 + period: 2025-12 + rows: + - <<: *households_row + label: December 2025 + row_number: 62 + expected_row_header: December 2025 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2026_01 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2026_01.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2026_01 + period: 2026-01 + rows: + - <<: *households_row + label: January 2026 + row_number: 63 + expected_row_header: January 2026 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2026_02 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2026_02.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2026_02 + period: 2026-02 + rows: + - <<: *households_row + label: February 2026 + row_number: 64 + expected_row_header: February 2026 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2026_03 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2026_03.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2026_03 + period: 2026-03 + rows: + - <<: *households_row + label: March 2026 + row_number: 65 + expected_row_header: March 2026 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2026_04 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2026_04.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2026_04 + period: 2026-04 + rows: + - <<: *households_row + label: April 2026 + row_number: 66 + expected_row_header: April 2026 +- <<: *households + record_set_id: dwp.uc_childcare_element.households.month2026_05 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.households.month2026_05.v1 + source_record_id_prefix: dwp.uc_childcare_element.households.month2026_05 + period: 2026-05 + rows: + - <<: *households_row + label: May 2026 + row_number: 67 + expected_row_header: May 2026 +- &mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2021_03 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2021_03.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2021_03 + sheet_name: Table_3 + period_type: month + period: 2021-03 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: universal_credit_unit_of_assessment + domain: universal_credit + groupby_dimension: dwp.uc_element + assertion: observation + rows: + - &mean_amount_row + value_id: childcare_element_mean_amount + label: March 2021 + ordinal: 0 + row_number: 5 + expected_row_header_column: B + expected_row_header: March 2021 + table_record_kind: total + filters: + uc_element: childcare + constraints: + - variable: uc_element + operator: == + value: childcare + label: Universal Credit element + measures: + - measure_id: mean_amount + label: Mean monthly UC childcare element amount per benefit unit receiving it + ordinal: 0 + column: C + expected_column_header_row: 4 + expected_column_header: 'Mean amount of childcare element (£)' + concept: dwp.uc_childcare_element_average_award + source_concept: dwp.uc_mean_amount_of_childcare_element + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://www.gov.uk/government/statistics/universal-credit-quarterly-statistics-29-april-2013-to-14-may-2026/universal-credit-childcare-element-statistics-to-may-2026 + concept_evidence_notes: 'DWP Table 3 mean amount of the Universal Credit childcare element in the month, in pounds, over UC households (benefit units) receiving the element; rounded to the nearest GBP 10.' + unit: gbp + aggregation: mean + expected_cell_type: number +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2021_04 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2021_04.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2021_04 + period: 2021-04 + rows: + - <<: *mean_amount_row + label: April 2021 + row_number: 6 + expected_row_header: April 2021 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2021_05 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2021_05.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2021_05 + period: 2021-05 + rows: + - <<: *mean_amount_row + label: May 2021 + row_number: 7 + expected_row_header: May 2021 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2021_06 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2021_06.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2021_06 + period: 2021-06 + rows: + - <<: *mean_amount_row + label: June 2021 + row_number: 8 + expected_row_header: June 2021 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2021_07 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2021_07.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2021_07 + period: 2021-07 + rows: + - <<: *mean_amount_row + label: July 2021 + row_number: 9 + expected_row_header: July 2021 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2021_08 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2021_08.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2021_08 + period: 2021-08 + rows: + - <<: *mean_amount_row + label: August 2021 + row_number: 10 + expected_row_header: August 2021 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2021_09 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2021_09.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2021_09 + period: 2021-09 + rows: + - <<: *mean_amount_row + label: September 2021 + row_number: 11 + expected_row_header: September 2021 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2021_10 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2021_10.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2021_10 + period: 2021-10 + rows: + - <<: *mean_amount_row + label: October 2021 + row_number: 12 + expected_row_header: October 2021 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2021_11 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2021_11.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2021_11 + period: 2021-11 + rows: + - <<: *mean_amount_row + label: November 2021 + row_number: 13 + expected_row_header: November 2021 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2021_12 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2021_12.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2021_12 + period: 2021-12 + rows: + - <<: *mean_amount_row + label: December 2021 + row_number: 14 + expected_row_header: December 2021 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2022_01 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2022_01.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2022_01 + period: 2022-01 + rows: + - <<: *mean_amount_row + label: January 2022 + row_number: 15 + expected_row_header: January 2022 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2022_02 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2022_02.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2022_02 + period: 2022-02 + rows: + - <<: *mean_amount_row + label: February 2022 + row_number: 16 + expected_row_header: February 2022 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2022_03 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2022_03.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2022_03 + period: 2022-03 + rows: + - <<: *mean_amount_row + label: March 2022 + row_number: 17 + expected_row_header: March 2022 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2022_04 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2022_04.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2022_04 + period: 2022-04 + rows: + - <<: *mean_amount_row + label: April 2022 + row_number: 18 + expected_row_header: April 2022 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2022_05 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2022_05.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2022_05 + period: 2022-05 + rows: + - <<: *mean_amount_row + label: May 2022 + row_number: 19 + expected_row_header: May 2022 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2022_06 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2022_06.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2022_06 + period: 2022-06 + rows: + - <<: *mean_amount_row + label: June 2022 + row_number: 20 + expected_row_header: June 2022 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2022_07 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2022_07.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2022_07 + period: 2022-07 + rows: + - <<: *mean_amount_row + label: July 2022 + row_number: 21 + expected_row_header: July 2022 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2022_08 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2022_08.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2022_08 + period: 2022-08 + rows: + - <<: *mean_amount_row + label: August 2022 + row_number: 22 + expected_row_header: August 2022 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2022_09 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2022_09.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2022_09 + period: 2022-09 + rows: + - <<: *mean_amount_row + label: September 2022 + row_number: 23 + expected_row_header: September 2022 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2022_10 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2022_10.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2022_10 + period: 2022-10 + rows: + - <<: *mean_amount_row + label: October 2022 + row_number: 24 + expected_row_header: October 2022 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2022_11 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2022_11.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2022_11 + period: 2022-11 + rows: + - <<: *mean_amount_row + label: November 2022 + row_number: 25 + expected_row_header: November 2022 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2022_12 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2022_12.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2022_12 + period: 2022-12 + rows: + - <<: *mean_amount_row + label: December 2022 + row_number: 26 + expected_row_header: December 2022 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2023_01 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2023_01.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2023_01 + period: 2023-01 + rows: + - <<: *mean_amount_row + label: January 2023 + row_number: 27 + expected_row_header: January 2023 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2023_02 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2023_02.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2023_02 + period: 2023-02 + rows: + - <<: *mean_amount_row + label: February 2023 + row_number: 28 + expected_row_header: February 2023 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2023_03 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2023_03.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2023_03 + period: 2023-03 + rows: + - <<: *mean_amount_row + label: March 2023 + row_number: 29 + expected_row_header: March 2023 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2023_04 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2023_04.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2023_04 + period: 2023-04 + rows: + - <<: *mean_amount_row + label: April 2023 + row_number: 30 + expected_row_header: April 2023 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2023_05 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2023_05.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2023_05 + period: 2023-05 + rows: + - <<: *mean_amount_row + label: May 2023 + row_number: 31 + expected_row_header: May 2023 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2023_06 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2023_06.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2023_06 + period: 2023-06 + rows: + - <<: *mean_amount_row + label: June 2023 + row_number: 32 + expected_row_header: June 2023 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2023_07 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2023_07.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2023_07 + period: 2023-07 + rows: + - <<: *mean_amount_row + label: July 2023 + row_number: 33 + expected_row_header: July 2023 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2023_08 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2023_08.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2023_08 + period: 2023-08 + rows: + - <<: *mean_amount_row + label: August 2023 + row_number: 34 + expected_row_header: August 2023 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2023_09 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2023_09.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2023_09 + period: 2023-09 + rows: + - <<: *mean_amount_row + label: September 2023 + row_number: 35 + expected_row_header: September 2023 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2023_10 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2023_10.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2023_10 + period: 2023-10 + rows: + - <<: *mean_amount_row + label: October 2023 + row_number: 36 + expected_row_header: October 2023 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2023_11 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2023_11.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2023_11 + period: 2023-11 + rows: + - <<: *mean_amount_row + label: November 2023 + row_number: 37 + expected_row_header: November 2023 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2023_12 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2023_12.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2023_12 + period: 2023-12 + rows: + - <<: *mean_amount_row + label: December 2023 + row_number: 38 + expected_row_header: December 2023 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2024_01 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2024_01.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2024_01 + period: 2024-01 + rows: + - <<: *mean_amount_row + label: January 2024 + row_number: 39 + expected_row_header: January 2024 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2024_02 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2024_02.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2024_02 + period: 2024-02 + rows: + - <<: *mean_amount_row + label: February 2024 + row_number: 40 + expected_row_header: February 2024 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2024_03 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2024_03.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2024_03 + period: 2024-03 + rows: + - <<: *mean_amount_row + label: March 2024 + row_number: 41 + expected_row_header: March 2024 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2024_04 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2024_04.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2024_04 + period: 2024-04 + rows: + - <<: *mean_amount_row + label: April 2024 + row_number: 42 + expected_row_header: April 2024 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2024_05 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2024_05.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2024_05 + period: 2024-05 + rows: + - <<: *mean_amount_row + label: May 2024 + row_number: 43 + expected_row_header: May 2024 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2024_06 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2024_06.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2024_06 + period: 2024-06 + rows: + - <<: *mean_amount_row + label: June 2024 + row_number: 44 + expected_row_header: June 2024 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2024_07 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2024_07.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2024_07 + period: 2024-07 + rows: + - <<: *mean_amount_row + label: July 2024 + row_number: 45 + expected_row_header: July 2024 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2024_08 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2024_08.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2024_08 + period: 2024-08 + rows: + - <<: *mean_amount_row + label: August 2024 + row_number: 46 + expected_row_header: August 2024 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2024_09 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2024_09.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2024_09 + period: 2024-09 + rows: + - <<: *mean_amount_row + label: September 2024 + row_number: 47 + expected_row_header: September 2024 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2024_10 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2024_10.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2024_10 + period: 2024-10 + rows: + - <<: *mean_amount_row + label: October 2024 + row_number: 48 + expected_row_header: October 2024 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2024_11 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2024_11.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2024_11 + period: 2024-11 + rows: + - <<: *mean_amount_row + label: November 2024 + row_number: 49 + expected_row_header: November 2024 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2024_12 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2024_12.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2024_12 + period: 2024-12 + rows: + - <<: *mean_amount_row + label: December 2024 + row_number: 50 + expected_row_header: December 2024 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2025_01 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2025_01.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2025_01 + period: 2025-01 + rows: + - <<: *mean_amount_row + label: January 2025 + row_number: 51 + expected_row_header: January 2025 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2025_02 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2025_02.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2025_02 + period: 2025-02 + rows: + - <<: *mean_amount_row + label: February 2025 + row_number: 52 + expected_row_header: February 2025 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2025_03 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2025_03.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2025_03 + period: 2025-03 + rows: + - <<: *mean_amount_row + label: March 2025 + row_number: 53 + expected_row_header: March 2025 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2025_04 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2025_04.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2025_04 + period: 2025-04 + rows: + - <<: *mean_amount_row + label: April 2025 + row_number: 54 + expected_row_header: April 2025 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2025_05 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2025_05.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2025_05 + period: 2025-05 + rows: + - <<: *mean_amount_row + label: May 2025 + row_number: 55 + expected_row_header: May 2025 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2025_06 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2025_06.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2025_06 + period: 2025-06 + rows: + - <<: *mean_amount_row + label: June 2025 + row_number: 56 + expected_row_header: June 2025 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2025_07 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2025_07.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2025_07 + period: 2025-07 + rows: + - <<: *mean_amount_row + label: July 2025 + row_number: 57 + expected_row_header: July 2025 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2025_08 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2025_08.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2025_08 + period: 2025-08 + rows: + - <<: *mean_amount_row + label: August 2025 + row_number: 58 + expected_row_header: August 2025 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2025_09 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2025_09.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2025_09 + period: 2025-09 + rows: + - <<: *mean_amount_row + label: September 2025 + row_number: 59 + expected_row_header: September 2025 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2025_10 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2025_10.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2025_10 + period: 2025-10 + rows: + - <<: *mean_amount_row + label: October 2025 + row_number: 60 + expected_row_header: October 2025 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2025_11 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2025_11.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2025_11 + period: 2025-11 + rows: + - <<: *mean_amount_row + label: November 2025 + row_number: 61 + expected_row_header: November 2025 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2025_12 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2025_12.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2025_12 + period: 2025-12 + rows: + - <<: *mean_amount_row + label: December 2025 + row_number: 62 + expected_row_header: December 2025 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2026_01 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2026_01.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2026_01 + period: 2026-01 + rows: + - <<: *mean_amount_row + label: January 2026 + row_number: 63 + expected_row_header: January 2026 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2026_02 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2026_02.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2026_02 + period: 2026-02 + rows: + - <<: *mean_amount_row + label: February 2026 + row_number: 64 + expected_row_header: February 2026 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2026_03 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2026_03.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2026_03 + period: 2026-03 + rows: + - <<: *mean_amount_row + label: March 2026 + row_number: 65 + expected_row_header: March 2026 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2026_04 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2026_04.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2026_04 + period: 2026-04 + rows: + - <<: *mean_amount_row + label: April 2026 + row_number: 66 + expected_row_header: April 2026 +- <<: *mean_amount + record_set_id: dwp.uc_childcare_element.mean_amount.month2026_05 + provenance_class: administrative + record_set_spec_id: dwp.uc_childcare_element.mean_amount.month2026_05.v1 + source_record_id_prefix: dwp.uc_childcare_element.mean_amount.month2026_05 + period: 2026-05 + rows: + - <<: *mean_amount_row + label: May 2026 + row_number: 67 + expected_row_header: May 2026 diff --git a/packages/dwp/uc_households_carer_entitlement_april_december_2025/source_package.yaml b/packages/dwp/uc_households_carer_entitlement_april_december_2025/source_package.yaml deleted file mode 100644 index 7e128024..00000000 --- a/packages/dwp/uc_households_carer_entitlement_april_december_2025/source_package.yaml +++ /dev/null @@ -1,505 +0,0 @@ -# Publisher-emitted monthly entitlement counts; no Chronicle-side aggregation. -schema_version: ledger.source_package.v1 -package_id: dwp-uc-households-carer-entitlement-april-december-2025 -label: 'DWP Stat-Xplore: Universal Credit benefit units with carer entitlement, Great Britain, April to - December 2025' -artifact: - source_name: dwp - source_table: Households on Universal Credit with carer entitlement, April to December 2025 - resource_package: db - resource_directory: data/dwp/uc_households_carer_entitlement_april_december_2025 - manifest: manifest.yaml - vintage: stat_xplore_2026_08_21 - extracted_at: '2026-08-21' - extraction_method: Stat-Xplore Open Data API table response parsed and unpivoted to one row per cube - cell - parser: statxplore_table_json_rows - sheet_name: api_response - artifact_year: 2025 -record_sets: -- record_set_id: dwp.statx.uc_benefit_units.carer.month2025_04 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.carer.month2025_04.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.carer.month2025_04 - sheet_name: api_response - period_type: month - period: 2025-04 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.carer_entitlement - assertion: observation - rows: - - value_id: carer_entitlement - label: 'Yes' - ordinal: 0 - row_number: 2 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1 - table_record_kind: total - filters: - carer_entitlement: 'Yes' - constraints: - - variable: carer_entitlement - operator: == - value: 'Yes' - label: Universal Credit element - guard_cells: - - column: C - row: 2 - expected_value: April 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with carer entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_carer_element - source_concept: dwp.uc_households_with_carer_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query selects the publisher's Yes value for Carer Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.carer.month2025_05 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.carer.month2025_05.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.carer.month2025_05 - sheet_name: api_response - period_type: month - period: 2025-05 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.carer_entitlement - assertion: observation - rows: - - value_id: carer_entitlement - label: 'Yes' - ordinal: 0 - row_number: 3 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1 - table_record_kind: total - filters: - carer_entitlement: 'Yes' - constraints: - - variable: carer_entitlement - operator: == - value: 'Yes' - label: Universal Credit element - guard_cells: - - column: C - row: 3 - expected_value: May 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with carer entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_carer_element - source_concept: dwp.uc_households_with_carer_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query selects the publisher's Yes value for Carer Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.carer.month2025_06 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.carer.month2025_06.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.carer.month2025_06 - sheet_name: api_response - period_type: month - period: 2025-06 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.carer_entitlement - assertion: observation - rows: - - value_id: carer_entitlement - label: 'Yes' - ordinal: 0 - row_number: 4 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1 - table_record_kind: total - filters: - carer_entitlement: 'Yes' - constraints: - - variable: carer_entitlement - operator: == - value: 'Yes' - label: Universal Credit element - guard_cells: - - column: C - row: 4 - expected_value: June 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with carer entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_carer_element - source_concept: dwp.uc_households_with_carer_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query selects the publisher's Yes value for Carer Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.carer.month2025_07 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.carer.month2025_07.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.carer.month2025_07 - sheet_name: api_response - period_type: month - period: 2025-07 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.carer_entitlement - assertion: observation - rows: - - value_id: carer_entitlement - label: 'Yes' - ordinal: 0 - row_number: 5 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1 - table_record_kind: total - filters: - carer_entitlement: 'Yes' - constraints: - - variable: carer_entitlement - operator: == - value: 'Yes' - label: Universal Credit element - guard_cells: - - column: C - row: 5 - expected_value: July 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with carer entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_carer_element - source_concept: dwp.uc_households_with_carer_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query selects the publisher's Yes value for Carer Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.carer.month2025_08 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.carer.month2025_08.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.carer.month2025_08 - sheet_name: api_response - period_type: month - period: 2025-08 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.carer_entitlement - assertion: observation - rows: - - value_id: carer_entitlement - label: 'Yes' - ordinal: 0 - row_number: 6 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1 - table_record_kind: total - filters: - carer_entitlement: 'Yes' - constraints: - - variable: carer_entitlement - operator: == - value: 'Yes' - label: Universal Credit element - guard_cells: - - column: C - row: 6 - expected_value: August 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with carer entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_carer_element - source_concept: dwp.uc_households_with_carer_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query selects the publisher's Yes value for Carer Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.carer.month2025_09 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.carer.month2025_09.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.carer.month2025_09 - sheet_name: api_response - period_type: month - period: 2025-09 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.carer_entitlement - assertion: observation - rows: - - value_id: carer_entitlement - label: 'Yes' - ordinal: 0 - row_number: 7 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1 - table_record_kind: total - filters: - carer_entitlement: 'Yes' - constraints: - - variable: carer_entitlement - operator: == - value: 'Yes' - label: Universal Credit element - guard_cells: - - column: C - row: 7 - expected_value: September 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with carer entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_carer_element - source_concept: dwp.uc_households_with_carer_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query selects the publisher's Yes value for Carer Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.carer.month2025_10 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.carer.month2025_10.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.carer.month2025_10 - sheet_name: api_response - period_type: month - period: 2025-10 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.carer_entitlement - assertion: observation - rows: - - value_id: carer_entitlement - label: 'Yes' - ordinal: 0 - row_number: 8 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1 - table_record_kind: total - filters: - carer_entitlement: 'Yes' - constraints: - - variable: carer_entitlement - operator: == - value: 'Yes' - label: Universal Credit element - guard_cells: - - column: C - row: 8 - expected_value: October 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with carer entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_carer_element - source_concept: dwp.uc_households_with_carer_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query selects the publisher's Yes value for Carer Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.carer.month2025_11 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.carer.month2025_11.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.carer.month2025_11 - sheet_name: api_response - period_type: month - period: 2025-11 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.carer_entitlement - assertion: observation - rows: - - value_id: carer_entitlement - label: 'Yes' - ordinal: 0 - row_number: 9 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1 - table_record_kind: total - filters: - carer_entitlement: 'Yes' - constraints: - - variable: carer_entitlement - operator: == - value: 'Yes' - label: Universal Credit element - guard_cells: - - column: C - row: 9 - expected_value: November 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with carer entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_carer_element - source_concept: dwp.uc_households_with_carer_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query selects the publisher's Yes value for Carer Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.carer.month2025_12 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.carer.month2025_12.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.carer.month2025_12 - sheet_name: api_response - period_type: month - period: 2025-12 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.carer_entitlement - assertion: observation - rows: - - value_id: carer_entitlement - label: 'Yes' - ordinal: 0 - row_number: 10 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1 - table_record_kind: total - filters: - carer_entitlement: 'Yes' - constraints: - - variable: carer_entitlement - operator: == - value: 'Yes' - label: Universal Credit element - guard_cells: - - column: C - row: 10 - expected_value: December 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with carer entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_carer_element - source_concept: dwp.uc_households_with_carer_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query selects the publisher's Yes value for Carer Entitlement. - unit: count - aggregation: sum - expected_cell_type: number diff --git a/packages/dwp/uc_households_carer_entitlement_payment_indicator_january_2023_may_2026/source_package.yaml b/packages/dwp/uc_households_carer_entitlement_payment_indicator_january_2023_may_2026/source_package.yaml new file mode 100644 index 00000000..5023224a --- /dev/null +++ b/packages/dwp/uc_households_carer_entitlement_payment_indicator_january_2023_may_2026/source_package.yaml @@ -0,0 +1,992 @@ +# DWP's 'household' is the Universal Credit unit of assessment (benefit unit), not an ONS +# household. Each monthly cube cell is preserved as published; DWP applies cell-level +# adjustment at source, so independently queried cubes and their margins need not +# reconcile exactly. No Chronicle-side summation or reconciliation is emitted. +# Stat-Xplore Open Data API extract for chronicle#259: January 2023 through the latest +# published month, May 2026 (41 months; 202606 is rejected as an invalid value), from +# DWP's 18 August 2026 release. DWP marks June 2024 through February 2026 as revised +# ('r', 21 months), March through May 2026 as provisional ('p', 3 months), and January +# 2023 through May 2024 unmarked. +# DWP's Payment Indicator records whether a household with a calculated award received +# a payment in the month ('Yes') or had a nil award ('No'). The recode requests +# total: true on Payment Indicator only, so DWP emits the all-claims count itself as a +# Total item. Those rows sit in separate .total record sets with payment_indicator: all, +# measure total_benefit_units, and no payment-indicator constraint. +# Carer Entitlement, value set C_UC_CARER_ENTITLEMENT (No, Yes) (chronicle#259 item 1c). +# DWP adds the carer element where someone in the household has regular and substantial +# caring responsibilities for at least 35 hours a week; Carer's Allowance receipt is not +# part of the definition. One carer element per individual; a joint claim can carry two +# where the partners do not care for the same disabled person. +# This package replaces the retired dwp-uc-households-carer-entitlement-april-december-2025, +# whose nine cells equal its 'Yes' / payment_indicator: all rows exactly. +schema_version: ledger.source_package.v1 +package_id: dwp-uc-households-carer-entitlement-payment-indicator-january-2023-may-2026 +label: 'DWP Stat-Xplore: Universal Credit benefit units by carer entitlement and payment indicator, Great Britain, January 2023 to May 2026' +artifact: + source_name: dwp + source_table: 'Households on Universal Credit by carer entitlement and payment indicator, January 2023 to May 2026' + resource_package: db + resource_directory: data/dwp/uc_households_carer_entitlement_payment_indicator_january_2023_may_2026 + manifest: manifest.yaml + vintage: stat_xplore_2026_09_11 + extracted_at: '2026-09-11' + extraction_method: >- + Stat-Xplore Open Data API table response parsed and unpivoted to one row per cube cell; + database str:database:UC_Households; measure str:count:UC_Households:V_F_UC_HOUSEHOLDS; + fields in response order: + str:field:UC_Households:F_UC_HH_DATE:DATE_NAME; + str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT; + str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT; + value sets: C_UC_CARER_ENTITLEMENT, C_UC_HH_DATE, C_UC_PAYMENT; + months January 2023 through May 2026 (202301 through 202605), inclusive; + recode total: true on HCPAYMENT only, all other recodes total: false. + parser: statxplore_table_json_rows + sheet_name: api_response + artifact_year: 2025 +record_sets: +- &monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_01 + sheet_name: api_response + period_type: month + period: 2023-01 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: universal_credit_unit_of_assessment + domain: universal_credit + groupby_dimension: dwp.carer_entitlement + assertion: observation + rows: + - &carer_entitlement_no__payment_indicator_no + value_id: carer_entitlement_no__payment_indicator_no + label: 'No, No' + ordinal: 0 + row_number: 2 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:0' + table_record_kind: detail + filters: {carer_entitlement: 'No', payment_indicator: 'No'} + constraints: + - {variable: carer_entitlement, operator: '==', value: 'No', label: carer entitlement} + - {variable: payment_indicator, operator: '==', value: 'No', label: payment indicator} + guard_cells: [{column: C, row: 2, expected_value: 'January 2023', label: month}, {column: H, row: 2, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}] + - &carer_entitlement_no__payment_indicator_yes + value_id: carer_entitlement_no__payment_indicator_yes + label: 'No, Yes' + ordinal: 1 + row_number: 3 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:0' + table_record_kind: detail + filters: {carer_entitlement: 'No', payment_indicator: 'Yes'} + constraints: + - {variable: carer_entitlement, operator: '==', value: 'No', label: carer entitlement} + - {variable: payment_indicator, operator: '==', value: 'Yes', label: payment indicator} + guard_cells: [{column: C, row: 3, expected_value: 'January 2023', label: month}, {column: H, row: 3, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}] + - &carer_entitlement_yes__payment_indicator_no + value_id: carer_entitlement_yes__payment_indicator_no + label: 'Yes, No' + ordinal: 2 + row_number: 5 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1' + table_record_kind: detail + filters: {carer_entitlement: 'Yes', payment_indicator: 'No'} + constraints: + - {variable: carer_entitlement, operator: '==', value: 'Yes', label: carer entitlement} + - {variable: payment_indicator, operator: '==', value: 'No', label: payment indicator} + guard_cells: [{column: C, row: 5, expected_value: 'January 2023', label: month}, {column: H, row: 5, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}] + - &carer_entitlement_yes__payment_indicator_yes + value_id: carer_entitlement_yes__payment_indicator_yes + label: 'Yes, Yes' + ordinal: 3 + row_number: 6 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1' + table_record_kind: detail + filters: {carer_entitlement: 'Yes', payment_indicator: 'Yes'} + constraints: + - {variable: carer_entitlement, operator: '==', value: 'Yes', label: carer entitlement} + - {variable: payment_indicator, operator: '==', value: 'Yes', label: payment indicator} + guard_cells: [{column: C, row: 6, expected_value: 'January 2023', label: month}, {column: H, row: 6, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}] + measures: + - measure_id: benefit_units + label: 'Universal Credit benefit units' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.uc_benefit_units + source_concept: dwp.uc_households + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/UC_Households/Carer%20Entitlement.html + concept_evidence_notes: 'DWP UC_Households cube cells for January 2023 to May 2026, by carer entitlement and payment indicator, preserve the publisher labels and value URIs. DWP defines a Universal Credit household as the UC unit of assessment; Chronicle normalizes that entity to benefit_unit.' + unit: count + aggregation: sum + expected_cell_type: number +- &monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_01.total + sheet_name: api_response + period_type: month + period: 2023-01 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: universal_credit_unit_of_assessment + domain: universal_credit + groupby_dimension: dwp.carer_entitlement + assertion: observation + rows: + - &carer_entitlement_no__payment_indicator_all + value_id: carer_entitlement_no__payment_indicator_all + label: 'No, Total' + ordinal: 0 + row_number: 4 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:0' + table_record_kind: total + filters: {carer_entitlement: 'No', payment_indicator: 'all'} + constraints: + - {variable: carer_entitlement, operator: '==', value: 'No', label: carer entitlement} + guard_cells: [{column: C, row: 4, expected_value: 'January 2023', label: month}, {column: G, row: 4, expected_value: Total, label: payment indicator publisher Total}] + - &carer_entitlement_yes__payment_indicator_all + value_id: carer_entitlement_yes__payment_indicator_all + label: 'Yes, Total' + ordinal: 1 + row_number: 7 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT:C_UC_CARER_ENTITLEMENT:1' + table_record_kind: total + filters: {carer_entitlement: 'Yes', payment_indicator: 'all'} + constraints: + - {variable: carer_entitlement, operator: '==', value: 'Yes', label: carer entitlement} + guard_cells: [{column: C, row: 7, expected_value: 'January 2023', label: month}, {column: G, row: 7, expected_value: Total, label: payment indicator publisher Total}] + measures: + - measure_id: total_benefit_units + label: 'Universal Credit benefit units, published total over payment indicator' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.uc_benefit_units + source_concept: dwp.uc_households + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/UC_Households/Carer%20Entitlement.html + concept_evidence_notes: 'DWP emits this Total item itself (recode total: true on HCPAYMENT); Chronicle does not sum the categories.' + unit: count + aggregation: sum + expected_cell_type: number +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_02 + period: 2023-02 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 8, guard_cells: [{column: C, row: 8, expected_value: 'February 2023', label: month}, {column: H, row: 8, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 9, guard_cells: [{column: C, row: 9, expected_value: 'February 2023', label: month}, {column: H, row: 9, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 11, guard_cells: [{column: C, row: 11, expected_value: 'February 2023', label: month}, {column: H, row: 11, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 12, guard_cells: [{column: C, row: 12, expected_value: 'February 2023', label: month}, {column: H, row: 12, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_02.total + period: 2023-02 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 10, guard_cells: [{column: C, row: 10, expected_value: 'February 2023', label: month}, {column: G, row: 10, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 13, guard_cells: [{column: C, row: 13, expected_value: 'February 2023', label: month}, {column: G, row: 13, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_03 + period: 2023-03 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 14, guard_cells: [{column: C, row: 14, expected_value: 'March 2023', label: month}, {column: H, row: 14, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 15, guard_cells: [{column: C, row: 15, expected_value: 'March 2023', label: month}, {column: H, row: 15, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 17, guard_cells: [{column: C, row: 17, expected_value: 'March 2023', label: month}, {column: H, row: 17, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 18, guard_cells: [{column: C, row: 18, expected_value: 'March 2023', label: month}, {column: H, row: 18, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_03.total + period: 2023-03 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 16, guard_cells: [{column: C, row: 16, expected_value: 'March 2023', label: month}, {column: G, row: 16, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 19, guard_cells: [{column: C, row: 19, expected_value: 'March 2023', label: month}, {column: G, row: 19, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_04 + period: 2023-04 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 20, guard_cells: [{column: C, row: 20, expected_value: 'April 2023', label: month}, {column: H, row: 20, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 21, guard_cells: [{column: C, row: 21, expected_value: 'April 2023', label: month}, {column: H, row: 21, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 23, guard_cells: [{column: C, row: 23, expected_value: 'April 2023', label: month}, {column: H, row: 23, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 24, guard_cells: [{column: C, row: 24, expected_value: 'April 2023', label: month}, {column: H, row: 24, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_04.total + period: 2023-04 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 22, guard_cells: [{column: C, row: 22, expected_value: 'April 2023', label: month}, {column: G, row: 22, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 25, guard_cells: [{column: C, row: 25, expected_value: 'April 2023', label: month}, {column: G, row: 25, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_05 + period: 2023-05 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 26, guard_cells: [{column: C, row: 26, expected_value: 'May 2023', label: month}, {column: H, row: 26, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 27, guard_cells: [{column: C, row: 27, expected_value: 'May 2023', label: month}, {column: H, row: 27, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 29, guard_cells: [{column: C, row: 29, expected_value: 'May 2023', label: month}, {column: H, row: 29, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 30, guard_cells: [{column: C, row: 30, expected_value: 'May 2023', label: month}, {column: H, row: 30, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_05.total + period: 2023-05 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 28, guard_cells: [{column: C, row: 28, expected_value: 'May 2023', label: month}, {column: G, row: 28, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 31, guard_cells: [{column: C, row: 31, expected_value: 'May 2023', label: month}, {column: G, row: 31, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_06 + period: 2023-06 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 32, guard_cells: [{column: C, row: 32, expected_value: 'June 2023', label: month}, {column: H, row: 32, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 33, guard_cells: [{column: C, row: 33, expected_value: 'June 2023', label: month}, {column: H, row: 33, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 35, guard_cells: [{column: C, row: 35, expected_value: 'June 2023', label: month}, {column: H, row: 35, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 36, guard_cells: [{column: C, row: 36, expected_value: 'June 2023', label: month}, {column: H, row: 36, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_06.total + period: 2023-06 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 34, guard_cells: [{column: C, row: 34, expected_value: 'June 2023', label: month}, {column: G, row: 34, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 37, guard_cells: [{column: C, row: 37, expected_value: 'June 2023', label: month}, {column: G, row: 37, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_07 + period: 2023-07 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 38, guard_cells: [{column: C, row: 38, expected_value: 'July 2023', label: month}, {column: H, row: 38, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 39, guard_cells: [{column: C, row: 39, expected_value: 'July 2023', label: month}, {column: H, row: 39, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 41, guard_cells: [{column: C, row: 41, expected_value: 'July 2023', label: month}, {column: H, row: 41, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 42, guard_cells: [{column: C, row: 42, expected_value: 'July 2023', label: month}, {column: H, row: 42, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_07.total + period: 2023-07 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 40, guard_cells: [{column: C, row: 40, expected_value: 'July 2023', label: month}, {column: G, row: 40, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 43, guard_cells: [{column: C, row: 43, expected_value: 'July 2023', label: month}, {column: G, row: 43, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_08 + period: 2023-08 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 44, guard_cells: [{column: C, row: 44, expected_value: 'August 2023', label: month}, {column: H, row: 44, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 45, guard_cells: [{column: C, row: 45, expected_value: 'August 2023', label: month}, {column: H, row: 45, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 47, guard_cells: [{column: C, row: 47, expected_value: 'August 2023', label: month}, {column: H, row: 47, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 48, guard_cells: [{column: C, row: 48, expected_value: 'August 2023', label: month}, {column: H, row: 48, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_08.total + period: 2023-08 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 46, guard_cells: [{column: C, row: 46, expected_value: 'August 2023', label: month}, {column: G, row: 46, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 49, guard_cells: [{column: C, row: 49, expected_value: 'August 2023', label: month}, {column: G, row: 49, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_09 + period: 2023-09 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 50, guard_cells: [{column: C, row: 50, expected_value: 'September 2023', label: month}, {column: H, row: 50, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 51, guard_cells: [{column: C, row: 51, expected_value: 'September 2023', label: month}, {column: H, row: 51, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 53, guard_cells: [{column: C, row: 53, expected_value: 'September 2023', label: month}, {column: H, row: 53, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 54, guard_cells: [{column: C, row: 54, expected_value: 'September 2023', label: month}, {column: H, row: 54, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_09.total + period: 2023-09 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 52, guard_cells: [{column: C, row: 52, expected_value: 'September 2023', label: month}, {column: G, row: 52, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 55, guard_cells: [{column: C, row: 55, expected_value: 'September 2023', label: month}, {column: G, row: 55, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_10 + period: 2023-10 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 56, guard_cells: [{column: C, row: 56, expected_value: 'October 2023', label: month}, {column: H, row: 56, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 57, guard_cells: [{column: C, row: 57, expected_value: 'October 2023', label: month}, {column: H, row: 57, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 59, guard_cells: [{column: C, row: 59, expected_value: 'October 2023', label: month}, {column: H, row: 59, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 60, guard_cells: [{column: C, row: 60, expected_value: 'October 2023', label: month}, {column: H, row: 60, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_10.total + period: 2023-10 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 58, guard_cells: [{column: C, row: 58, expected_value: 'October 2023', label: month}, {column: G, row: 58, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 61, guard_cells: [{column: C, row: 61, expected_value: 'October 2023', label: month}, {column: G, row: 61, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_11 + period: 2023-11 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 62, guard_cells: [{column: C, row: 62, expected_value: 'November 2023', label: month}, {column: H, row: 62, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 63, guard_cells: [{column: C, row: 63, expected_value: 'November 2023', label: month}, {column: H, row: 63, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 65, guard_cells: [{column: C, row: 65, expected_value: 'November 2023', label: month}, {column: H, row: 65, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 66, guard_cells: [{column: C, row: 66, expected_value: 'November 2023', label: month}, {column: H, row: 66, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_11.total + period: 2023-11 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 64, guard_cells: [{column: C, row: 64, expected_value: 'November 2023', label: month}, {column: G, row: 64, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 67, guard_cells: [{column: C, row: 67, expected_value: 'November 2023', label: month}, {column: G, row: 67, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_12 + period: 2023-12 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 68, guard_cells: [{column: C, row: 68, expected_value: 'December 2023', label: month}, {column: H, row: 68, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 69, guard_cells: [{column: C, row: 69, expected_value: 'December 2023', label: month}, {column: H, row: 69, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 71, guard_cells: [{column: C, row: 71, expected_value: 'December 2023', label: month}, {column: H, row: 71, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 72, guard_cells: [{column: C, row: 72, expected_value: 'December 2023', label: month}, {column: H, row: 72, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2023_12.total + period: 2023-12 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 70, guard_cells: [{column: C, row: 70, expected_value: 'December 2023', label: month}, {column: G, row: 70, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 73, guard_cells: [{column: C, row: 73, expected_value: 'December 2023', label: month}, {column: G, row: 73, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_01 + period: 2024-01 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 74, guard_cells: [{column: C, row: 74, expected_value: 'January 2024', label: month}, {column: H, row: 74, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 75, guard_cells: [{column: C, row: 75, expected_value: 'January 2024', label: month}, {column: H, row: 75, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 77, guard_cells: [{column: C, row: 77, expected_value: 'January 2024', label: month}, {column: H, row: 77, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 78, guard_cells: [{column: C, row: 78, expected_value: 'January 2024', label: month}, {column: H, row: 78, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_01.total + period: 2024-01 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 76, guard_cells: [{column: C, row: 76, expected_value: 'January 2024', label: month}, {column: G, row: 76, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 79, guard_cells: [{column: C, row: 79, expected_value: 'January 2024', label: month}, {column: G, row: 79, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_02 + period: 2024-02 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 80, guard_cells: [{column: C, row: 80, expected_value: 'February 2024', label: month}, {column: H, row: 80, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 81, guard_cells: [{column: C, row: 81, expected_value: 'February 2024', label: month}, {column: H, row: 81, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 83, guard_cells: [{column: C, row: 83, expected_value: 'February 2024', label: month}, {column: H, row: 83, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 84, guard_cells: [{column: C, row: 84, expected_value: 'February 2024', label: month}, {column: H, row: 84, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_02.total + period: 2024-02 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 82, guard_cells: [{column: C, row: 82, expected_value: 'February 2024', label: month}, {column: G, row: 82, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 85, guard_cells: [{column: C, row: 85, expected_value: 'February 2024', label: month}, {column: G, row: 85, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_03 + period: 2024-03 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 86, guard_cells: [{column: C, row: 86, expected_value: 'March 2024', label: month}, {column: H, row: 86, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 87, guard_cells: [{column: C, row: 87, expected_value: 'March 2024', label: month}, {column: H, row: 87, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 89, guard_cells: [{column: C, row: 89, expected_value: 'March 2024', label: month}, {column: H, row: 89, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 90, guard_cells: [{column: C, row: 90, expected_value: 'March 2024', label: month}, {column: H, row: 90, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_03.total + period: 2024-03 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 88, guard_cells: [{column: C, row: 88, expected_value: 'March 2024', label: month}, {column: G, row: 88, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 91, guard_cells: [{column: C, row: 91, expected_value: 'March 2024', label: month}, {column: G, row: 91, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_04 + period: 2024-04 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 92, guard_cells: [{column: C, row: 92, expected_value: 'April 2024', label: month}, {column: H, row: 92, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 93, guard_cells: [{column: C, row: 93, expected_value: 'April 2024', label: month}, {column: H, row: 93, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 95, guard_cells: [{column: C, row: 95, expected_value: 'April 2024', label: month}, {column: H, row: 95, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 96, guard_cells: [{column: C, row: 96, expected_value: 'April 2024', label: month}, {column: H, row: 96, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_04.total + period: 2024-04 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 94, guard_cells: [{column: C, row: 94, expected_value: 'April 2024', label: month}, {column: G, row: 94, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 97, guard_cells: [{column: C, row: 97, expected_value: 'April 2024', label: month}, {column: G, row: 97, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_05 + period: 2024-05 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 98, guard_cells: [{column: C, row: 98, expected_value: 'May 2024', label: month}, {column: H, row: 98, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 99, guard_cells: [{column: C, row: 99, expected_value: 'May 2024', label: month}, {column: H, row: 99, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 101, guard_cells: [{column: C, row: 101, expected_value: 'May 2024', label: month}, {column: H, row: 101, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 102, guard_cells: [{column: C, row: 102, expected_value: 'May 2024', label: month}, {column: H, row: 102, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_05.total + period: 2024-05 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 100, guard_cells: [{column: C, row: 100, expected_value: 'May 2024', label: month}, {column: G, row: 100, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 103, guard_cells: [{column: C, row: 103, expected_value: 'May 2024', label: month}, {column: G, row: 103, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_06 + period: 2024-06 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 104, guard_cells: [{column: C, row: 104, expected_value: 'June 2024', label: month}, {column: H, row: 104, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 105, guard_cells: [{column: C, row: 105, expected_value: 'June 2024', label: month}, {column: H, row: 105, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 107, guard_cells: [{column: C, row: 107, expected_value: 'June 2024', label: month}, {column: H, row: 107, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 108, guard_cells: [{column: C, row: 108, expected_value: 'June 2024', label: month}, {column: H, row: 108, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_06.total + period: 2024-06 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 106, guard_cells: [{column: C, row: 106, expected_value: 'June 2024', label: month}, {column: G, row: 106, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 109, guard_cells: [{column: C, row: 109, expected_value: 'June 2024', label: month}, {column: G, row: 109, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_07 + period: 2024-07 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 110, guard_cells: [{column: C, row: 110, expected_value: 'July 2024', label: month}, {column: H, row: 110, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 111, guard_cells: [{column: C, row: 111, expected_value: 'July 2024', label: month}, {column: H, row: 111, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 113, guard_cells: [{column: C, row: 113, expected_value: 'July 2024', label: month}, {column: H, row: 113, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 114, guard_cells: [{column: C, row: 114, expected_value: 'July 2024', label: month}, {column: H, row: 114, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_07.total + period: 2024-07 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 112, guard_cells: [{column: C, row: 112, expected_value: 'July 2024', label: month}, {column: G, row: 112, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 115, guard_cells: [{column: C, row: 115, expected_value: 'July 2024', label: month}, {column: G, row: 115, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_08 + period: 2024-08 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 116, guard_cells: [{column: C, row: 116, expected_value: 'August 2024', label: month}, {column: H, row: 116, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 117, guard_cells: [{column: C, row: 117, expected_value: 'August 2024', label: month}, {column: H, row: 117, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 119, guard_cells: [{column: C, row: 119, expected_value: 'August 2024', label: month}, {column: H, row: 119, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 120, guard_cells: [{column: C, row: 120, expected_value: 'August 2024', label: month}, {column: H, row: 120, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_08.total + period: 2024-08 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 118, guard_cells: [{column: C, row: 118, expected_value: 'August 2024', label: month}, {column: G, row: 118, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 121, guard_cells: [{column: C, row: 121, expected_value: 'August 2024', label: month}, {column: G, row: 121, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_09 + period: 2024-09 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 122, guard_cells: [{column: C, row: 122, expected_value: 'September 2024', label: month}, {column: H, row: 122, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 123, guard_cells: [{column: C, row: 123, expected_value: 'September 2024', label: month}, {column: H, row: 123, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 125, guard_cells: [{column: C, row: 125, expected_value: 'September 2024', label: month}, {column: H, row: 125, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 126, guard_cells: [{column: C, row: 126, expected_value: 'September 2024', label: month}, {column: H, row: 126, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_09.total + period: 2024-09 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 124, guard_cells: [{column: C, row: 124, expected_value: 'September 2024', label: month}, {column: G, row: 124, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 127, guard_cells: [{column: C, row: 127, expected_value: 'September 2024', label: month}, {column: G, row: 127, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_10 + period: 2024-10 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 128, guard_cells: [{column: C, row: 128, expected_value: 'October 2024', label: month}, {column: H, row: 128, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 129, guard_cells: [{column: C, row: 129, expected_value: 'October 2024', label: month}, {column: H, row: 129, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 131, guard_cells: [{column: C, row: 131, expected_value: 'October 2024', label: month}, {column: H, row: 131, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 132, guard_cells: [{column: C, row: 132, expected_value: 'October 2024', label: month}, {column: H, row: 132, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_10.total + period: 2024-10 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 130, guard_cells: [{column: C, row: 130, expected_value: 'October 2024', label: month}, {column: G, row: 130, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 133, guard_cells: [{column: C, row: 133, expected_value: 'October 2024', label: month}, {column: G, row: 133, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_11 + period: 2024-11 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 134, guard_cells: [{column: C, row: 134, expected_value: 'November 2024', label: month}, {column: H, row: 134, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 135, guard_cells: [{column: C, row: 135, expected_value: 'November 2024', label: month}, {column: H, row: 135, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 137, guard_cells: [{column: C, row: 137, expected_value: 'November 2024', label: month}, {column: H, row: 137, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 138, guard_cells: [{column: C, row: 138, expected_value: 'November 2024', label: month}, {column: H, row: 138, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_11.total + period: 2024-11 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 136, guard_cells: [{column: C, row: 136, expected_value: 'November 2024', label: month}, {column: G, row: 136, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 139, guard_cells: [{column: C, row: 139, expected_value: 'November 2024', label: month}, {column: G, row: 139, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_12 + period: 2024-12 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 140, guard_cells: [{column: C, row: 140, expected_value: 'December 2024', label: month}, {column: H, row: 140, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 141, guard_cells: [{column: C, row: 141, expected_value: 'December 2024', label: month}, {column: H, row: 141, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 143, guard_cells: [{column: C, row: 143, expected_value: 'December 2024', label: month}, {column: H, row: 143, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 144, guard_cells: [{column: C, row: 144, expected_value: 'December 2024', label: month}, {column: H, row: 144, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2024_12.total + period: 2024-12 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 142, guard_cells: [{column: C, row: 142, expected_value: 'December 2024', label: month}, {column: G, row: 142, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 145, guard_cells: [{column: C, row: 145, expected_value: 'December 2024', label: month}, {column: G, row: 145, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_01 + period: 2025-01 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 146, guard_cells: [{column: C, row: 146, expected_value: 'January 2025', label: month}, {column: H, row: 146, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 147, guard_cells: [{column: C, row: 147, expected_value: 'January 2025', label: month}, {column: H, row: 147, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 149, guard_cells: [{column: C, row: 149, expected_value: 'January 2025', label: month}, {column: H, row: 149, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 150, guard_cells: [{column: C, row: 150, expected_value: 'January 2025', label: month}, {column: H, row: 150, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_01.total + period: 2025-01 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 148, guard_cells: [{column: C, row: 148, expected_value: 'January 2025', label: month}, {column: G, row: 148, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 151, guard_cells: [{column: C, row: 151, expected_value: 'January 2025', label: month}, {column: G, row: 151, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_02 + period: 2025-02 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 152, guard_cells: [{column: C, row: 152, expected_value: 'February 2025', label: month}, {column: H, row: 152, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 153, guard_cells: [{column: C, row: 153, expected_value: 'February 2025', label: month}, {column: H, row: 153, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 155, guard_cells: [{column: C, row: 155, expected_value: 'February 2025', label: month}, {column: H, row: 155, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 156, guard_cells: [{column: C, row: 156, expected_value: 'February 2025', label: month}, {column: H, row: 156, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_02.total + period: 2025-02 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 154, guard_cells: [{column: C, row: 154, expected_value: 'February 2025', label: month}, {column: G, row: 154, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 157, guard_cells: [{column: C, row: 157, expected_value: 'February 2025', label: month}, {column: G, row: 157, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_03 + period: 2025-03 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 158, guard_cells: [{column: C, row: 158, expected_value: 'March 2025', label: month}, {column: H, row: 158, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 159, guard_cells: [{column: C, row: 159, expected_value: 'March 2025', label: month}, {column: H, row: 159, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 161, guard_cells: [{column: C, row: 161, expected_value: 'March 2025', label: month}, {column: H, row: 161, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 162, guard_cells: [{column: C, row: 162, expected_value: 'March 2025', label: month}, {column: H, row: 162, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_03.total + period: 2025-03 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 160, guard_cells: [{column: C, row: 160, expected_value: 'March 2025', label: month}, {column: G, row: 160, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 163, guard_cells: [{column: C, row: 163, expected_value: 'March 2025', label: month}, {column: G, row: 163, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_04 + period: 2025-04 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 164, guard_cells: [{column: C, row: 164, expected_value: 'April 2025', label: month}, {column: H, row: 164, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 165, guard_cells: [{column: C, row: 165, expected_value: 'April 2025', label: month}, {column: H, row: 165, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 167, guard_cells: [{column: C, row: 167, expected_value: 'April 2025', label: month}, {column: H, row: 167, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 168, guard_cells: [{column: C, row: 168, expected_value: 'April 2025', label: month}, {column: H, row: 168, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_04.total + period: 2025-04 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 166, guard_cells: [{column: C, row: 166, expected_value: 'April 2025', label: month}, {column: G, row: 166, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 169, guard_cells: [{column: C, row: 169, expected_value: 'April 2025', label: month}, {column: G, row: 169, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_05 + period: 2025-05 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 170, guard_cells: [{column: C, row: 170, expected_value: 'May 2025', label: month}, {column: H, row: 170, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 171, guard_cells: [{column: C, row: 171, expected_value: 'May 2025', label: month}, {column: H, row: 171, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 173, guard_cells: [{column: C, row: 173, expected_value: 'May 2025', label: month}, {column: H, row: 173, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 174, guard_cells: [{column: C, row: 174, expected_value: 'May 2025', label: month}, {column: H, row: 174, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_05.total + period: 2025-05 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 172, guard_cells: [{column: C, row: 172, expected_value: 'May 2025', label: month}, {column: G, row: 172, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 175, guard_cells: [{column: C, row: 175, expected_value: 'May 2025', label: month}, {column: G, row: 175, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_06 + period: 2025-06 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 176, guard_cells: [{column: C, row: 176, expected_value: 'June 2025', label: month}, {column: H, row: 176, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 177, guard_cells: [{column: C, row: 177, expected_value: 'June 2025', label: month}, {column: H, row: 177, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 179, guard_cells: [{column: C, row: 179, expected_value: 'June 2025', label: month}, {column: H, row: 179, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 180, guard_cells: [{column: C, row: 180, expected_value: 'June 2025', label: month}, {column: H, row: 180, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_06.total + period: 2025-06 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 178, guard_cells: [{column: C, row: 178, expected_value: 'June 2025', label: month}, {column: G, row: 178, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 181, guard_cells: [{column: C, row: 181, expected_value: 'June 2025', label: month}, {column: G, row: 181, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_07 + period: 2025-07 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 182, guard_cells: [{column: C, row: 182, expected_value: 'July 2025', label: month}, {column: H, row: 182, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 183, guard_cells: [{column: C, row: 183, expected_value: 'July 2025', label: month}, {column: H, row: 183, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 185, guard_cells: [{column: C, row: 185, expected_value: 'July 2025', label: month}, {column: H, row: 185, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 186, guard_cells: [{column: C, row: 186, expected_value: 'July 2025', label: month}, {column: H, row: 186, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_07.total + period: 2025-07 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 184, guard_cells: [{column: C, row: 184, expected_value: 'July 2025', label: month}, {column: G, row: 184, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 187, guard_cells: [{column: C, row: 187, expected_value: 'July 2025', label: month}, {column: G, row: 187, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_08 + period: 2025-08 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 188, guard_cells: [{column: C, row: 188, expected_value: 'August 2025', label: month}, {column: H, row: 188, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 189, guard_cells: [{column: C, row: 189, expected_value: 'August 2025', label: month}, {column: H, row: 189, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 191, guard_cells: [{column: C, row: 191, expected_value: 'August 2025', label: month}, {column: H, row: 191, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 192, guard_cells: [{column: C, row: 192, expected_value: 'August 2025', label: month}, {column: H, row: 192, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_08.total + period: 2025-08 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 190, guard_cells: [{column: C, row: 190, expected_value: 'August 2025', label: month}, {column: G, row: 190, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 193, guard_cells: [{column: C, row: 193, expected_value: 'August 2025', label: month}, {column: G, row: 193, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_09 + period: 2025-09 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 194, guard_cells: [{column: C, row: 194, expected_value: 'September 2025', label: month}, {column: H, row: 194, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 195, guard_cells: [{column: C, row: 195, expected_value: 'September 2025', label: month}, {column: H, row: 195, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 197, guard_cells: [{column: C, row: 197, expected_value: 'September 2025', label: month}, {column: H, row: 197, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 198, guard_cells: [{column: C, row: 198, expected_value: 'September 2025', label: month}, {column: H, row: 198, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_09.total + period: 2025-09 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 196, guard_cells: [{column: C, row: 196, expected_value: 'September 2025', label: month}, {column: G, row: 196, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 199, guard_cells: [{column: C, row: 199, expected_value: 'September 2025', label: month}, {column: G, row: 199, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_10 + period: 2025-10 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 200, guard_cells: [{column: C, row: 200, expected_value: 'October 2025', label: month}, {column: H, row: 200, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 201, guard_cells: [{column: C, row: 201, expected_value: 'October 2025', label: month}, {column: H, row: 201, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 203, guard_cells: [{column: C, row: 203, expected_value: 'October 2025', label: month}, {column: H, row: 203, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 204, guard_cells: [{column: C, row: 204, expected_value: 'October 2025', label: month}, {column: H, row: 204, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_10.total + period: 2025-10 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 202, guard_cells: [{column: C, row: 202, expected_value: 'October 2025', label: month}, {column: G, row: 202, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 205, guard_cells: [{column: C, row: 205, expected_value: 'October 2025', label: month}, {column: G, row: 205, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_11 + period: 2025-11 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 206, guard_cells: [{column: C, row: 206, expected_value: 'November 2025', label: month}, {column: H, row: 206, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 207, guard_cells: [{column: C, row: 207, expected_value: 'November 2025', label: month}, {column: H, row: 207, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 209, guard_cells: [{column: C, row: 209, expected_value: 'November 2025', label: month}, {column: H, row: 209, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 210, guard_cells: [{column: C, row: 210, expected_value: 'November 2025', label: month}, {column: H, row: 210, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_11.total + period: 2025-11 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 208, guard_cells: [{column: C, row: 208, expected_value: 'November 2025', label: month}, {column: G, row: 208, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 211, guard_cells: [{column: C, row: 211, expected_value: 'November 2025', label: month}, {column: G, row: 211, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_12 + period: 2025-12 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 212, guard_cells: [{column: C, row: 212, expected_value: 'December 2025', label: month}, {column: H, row: 212, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 213, guard_cells: [{column: C, row: 213, expected_value: 'December 2025', label: month}, {column: H, row: 213, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 215, guard_cells: [{column: C, row: 215, expected_value: 'December 2025', label: month}, {column: H, row: 215, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 216, guard_cells: [{column: C, row: 216, expected_value: 'December 2025', label: month}, {column: H, row: 216, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2025_12.total + period: 2025-12 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 214, guard_cells: [{column: C, row: 214, expected_value: 'December 2025', label: month}, {column: G, row: 214, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 217, guard_cells: [{column: C, row: 217, expected_value: 'December 2025', label: month}, {column: G, row: 217, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_01 + period: 2026-01 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 218, guard_cells: [{column: C, row: 218, expected_value: 'January 2026', label: month}, {column: H, row: 218, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 219, guard_cells: [{column: C, row: 219, expected_value: 'January 2026', label: month}, {column: H, row: 219, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 221, guard_cells: [{column: C, row: 221, expected_value: 'January 2026', label: month}, {column: H, row: 221, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 222, guard_cells: [{column: C, row: 222, expected_value: 'January 2026', label: month}, {column: H, row: 222, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_01.total + period: 2026-01 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 220, guard_cells: [{column: C, row: 220, expected_value: 'January 2026', label: month}, {column: G, row: 220, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 223, guard_cells: [{column: C, row: 223, expected_value: 'January 2026', label: month}, {column: G, row: 223, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_02 + period: 2026-02 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 224, guard_cells: [{column: C, row: 224, expected_value: 'February 2026', label: month}, {column: H, row: 224, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 225, guard_cells: [{column: C, row: 225, expected_value: 'February 2026', label: month}, {column: H, row: 225, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 227, guard_cells: [{column: C, row: 227, expected_value: 'February 2026', label: month}, {column: H, row: 227, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 228, guard_cells: [{column: C, row: 228, expected_value: 'February 2026', label: month}, {column: H, row: 228, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_02.total + period: 2026-02 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 226, guard_cells: [{column: C, row: 226, expected_value: 'February 2026', label: month}, {column: G, row: 226, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 229, guard_cells: [{column: C, row: 229, expected_value: 'February 2026', label: month}, {column: G, row: 229, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_03 + period: 2026-03 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 230, guard_cells: [{column: C, row: 230, expected_value: 'March 2026', label: month}, {column: H, row: 230, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 231, guard_cells: [{column: C, row: 231, expected_value: 'March 2026', label: month}, {column: H, row: 231, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 233, guard_cells: [{column: C, row: 233, expected_value: 'March 2026', label: month}, {column: H, row: 233, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 234, guard_cells: [{column: C, row: 234, expected_value: 'March 2026', label: month}, {column: H, row: 234, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_03.total + period: 2026-03 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 232, guard_cells: [{column: C, row: 232, expected_value: 'March 2026', label: month}, {column: G, row: 232, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 235, guard_cells: [{column: C, row: 235, expected_value: 'March 2026', label: month}, {column: G, row: 235, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_04 + period: 2026-04 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 236, guard_cells: [{column: C, row: 236, expected_value: 'April 2026', label: month}, {column: H, row: 236, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 237, guard_cells: [{column: C, row: 237, expected_value: 'April 2026', label: month}, {column: H, row: 237, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 239, guard_cells: [{column: C, row: 239, expected_value: 'April 2026', label: month}, {column: H, row: 239, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 240, guard_cells: [{column: C, row: 240, expected_value: 'April 2026', label: month}, {column: H, row: 240, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_04.total + period: 2026-04 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 238, guard_cells: [{column: C, row: 238, expected_value: 'April 2026', label: month}, {column: G, row: 238, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 241, guard_cells: [{column: C, row: 241, expected_value: 'April 2026', label: month}, {column: G, row: 241, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_05 + period: 2026-05 + rows: + - {<<: *carer_entitlement_no__payment_indicator_no, ordinal: 0, row_number: 242, guard_cells: [{column: C, row: 242, expected_value: 'May 2026', label: month}, {column: H, row: 242, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_no__payment_indicator_yes, ordinal: 1, row_number: 243, guard_cells: [{column: C, row: 243, expected_value: 'May 2026', label: month}, {column: H, row: 243, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_no, ordinal: 2, row_number: 245, guard_cells: [{column: C, row: 245, expected_value: 'May 2026', label: month}, {column: H, row: 245, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *carer_entitlement_yes__payment_indicator_yes, ordinal: 3, row_number: 246, guard_cells: [{column: C, row: 246, expected_value: 'May 2026', label: month}, {column: H, row: 246, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.carer_entitlement_payment_indicator.month2026_05.total + period: 2026-05 + rows: + - {<<: *carer_entitlement_no__payment_indicator_all, ordinal: 0, row_number: 244, guard_cells: [{column: C, row: 244, expected_value: 'May 2026', label: month}, {column: G, row: 244, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *carer_entitlement_yes__payment_indicator_all, ordinal: 1, row_number: 247, guard_cells: [{column: C, row: 247, expected_value: 'May 2026', label: month}, {column: G, row: 247, expected_value: Total, label: payment indicator publisher Total}]} diff --git a/packages/dwp/uc_households_housing_entitlement_april_december_2025/source_package.yaml b/packages/dwp/uc_households_housing_entitlement_april_december_2025/source_package.yaml deleted file mode 100644 index 567d01b8..00000000 --- a/packages/dwp/uc_households_housing_entitlement_april_december_2025/source_package.yaml +++ /dev/null @@ -1,514 +0,0 @@ -# Publisher-emitted monthly entitlement counts; no Chronicle-side aggregation. -schema_version: ledger.source_package.v1 -package_id: dwp-uc-households-housing-entitlement-april-december-2025 -label: 'DWP Stat-Xplore: Universal Credit benefit units with housing entitlement, Great Britain, April - to December 2025' -artifact: - source_name: dwp - source_table: Households on Universal Credit with housing entitlement, April to December 2025 - resource_package: db - resource_directory: data/dwp/uc_households_housing_entitlement_april_december_2025 - manifest: manifest.yaml - vintage: stat_xplore_2026_08_21 - extracted_at: '2026-08-21' - extraction_method: Stat-Xplore Open Data API table response parsed and unpivoted to one row per cube - cell - parser: statxplore_table_json_rows - sheet_name: api_response - artifact_year: 2025 -record_sets: -- record_set_id: dwp.statx.uc_benefit_units.housing.month2025_04 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.housing.month2025_04.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.housing.month2025_04 - sheet_name: api_response - period_type: month - period: 2025-04 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.housing_entitlement_tenure - assertion: observation - rows: - - value_id: housing_entitlement - label: Social Rented Sector - ordinal: 0 - row_number: 2 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1 - table_record_kind: total - filters: - housing_entitlement_tenure: Social Rented Sector - constraints: - - variable: housing_entitlement_tenure - operator: == - value: Social Rented Sector - label: Universal Credit element - guard_cells: - - column: C - row: 2 - expected_value: April 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with housing entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_housing_element - source_concept: dwp.uc_households_with_housing_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query asks DWP to emit one grouped cell combining Social Rented Sector, Private Rented - Sector, and Other or unknown, while excluding No Housing Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.housing.month2025_05 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.housing.month2025_05.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.housing.month2025_05 - sheet_name: api_response - period_type: month - period: 2025-05 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.housing_entitlement_tenure - assertion: observation - rows: - - value_id: housing_entitlement - label: Social Rented Sector - ordinal: 0 - row_number: 3 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1 - table_record_kind: total - filters: - housing_entitlement_tenure: Social Rented Sector - constraints: - - variable: housing_entitlement_tenure - operator: == - value: Social Rented Sector - label: Universal Credit element - guard_cells: - - column: C - row: 3 - expected_value: May 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with housing entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_housing_element - source_concept: dwp.uc_households_with_housing_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query asks DWP to emit one grouped cell combining Social Rented Sector, Private Rented - Sector, and Other or unknown, while excluding No Housing Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.housing.month2025_06 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.housing.month2025_06.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.housing.month2025_06 - sheet_name: api_response - period_type: month - period: 2025-06 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.housing_entitlement_tenure - assertion: observation - rows: - - value_id: housing_entitlement - label: Social Rented Sector - ordinal: 0 - row_number: 4 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1 - table_record_kind: total - filters: - housing_entitlement_tenure: Social Rented Sector - constraints: - - variable: housing_entitlement_tenure - operator: == - value: Social Rented Sector - label: Universal Credit element - guard_cells: - - column: C - row: 4 - expected_value: June 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with housing entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_housing_element - source_concept: dwp.uc_households_with_housing_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query asks DWP to emit one grouped cell combining Social Rented Sector, Private Rented - Sector, and Other or unknown, while excluding No Housing Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.housing.month2025_07 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.housing.month2025_07.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.housing.month2025_07 - sheet_name: api_response - period_type: month - period: 2025-07 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.housing_entitlement_tenure - assertion: observation - rows: - - value_id: housing_entitlement - label: Social Rented Sector - ordinal: 0 - row_number: 5 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1 - table_record_kind: total - filters: - housing_entitlement_tenure: Social Rented Sector - constraints: - - variable: housing_entitlement_tenure - operator: == - value: Social Rented Sector - label: Universal Credit element - guard_cells: - - column: C - row: 5 - expected_value: July 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with housing entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_housing_element - source_concept: dwp.uc_households_with_housing_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query asks DWP to emit one grouped cell combining Social Rented Sector, Private Rented - Sector, and Other or unknown, while excluding No Housing Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.housing.month2025_08 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.housing.month2025_08.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.housing.month2025_08 - sheet_name: api_response - period_type: month - period: 2025-08 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.housing_entitlement_tenure - assertion: observation - rows: - - value_id: housing_entitlement - label: Social Rented Sector - ordinal: 0 - row_number: 6 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1 - table_record_kind: total - filters: - housing_entitlement_tenure: Social Rented Sector - constraints: - - variable: housing_entitlement_tenure - operator: == - value: Social Rented Sector - label: Universal Credit element - guard_cells: - - column: C - row: 6 - expected_value: August 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with housing entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_housing_element - source_concept: dwp.uc_households_with_housing_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query asks DWP to emit one grouped cell combining Social Rented Sector, Private Rented - Sector, and Other or unknown, while excluding No Housing Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.housing.month2025_09 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.housing.month2025_09.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.housing.month2025_09 - sheet_name: api_response - period_type: month - period: 2025-09 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.housing_entitlement_tenure - assertion: observation - rows: - - value_id: housing_entitlement - label: Social Rented Sector - ordinal: 0 - row_number: 7 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1 - table_record_kind: total - filters: - housing_entitlement_tenure: Social Rented Sector - constraints: - - variable: housing_entitlement_tenure - operator: == - value: Social Rented Sector - label: Universal Credit element - guard_cells: - - column: C - row: 7 - expected_value: September 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with housing entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_housing_element - source_concept: dwp.uc_households_with_housing_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query asks DWP to emit one grouped cell combining Social Rented Sector, Private Rented - Sector, and Other or unknown, while excluding No Housing Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.housing.month2025_10 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.housing.month2025_10.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.housing.month2025_10 - sheet_name: api_response - period_type: month - period: 2025-10 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.housing_entitlement_tenure - assertion: observation - rows: - - value_id: housing_entitlement - label: Social Rented Sector - ordinal: 0 - row_number: 8 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1 - table_record_kind: total - filters: - housing_entitlement_tenure: Social Rented Sector - constraints: - - variable: housing_entitlement_tenure - operator: == - value: Social Rented Sector - label: Universal Credit element - guard_cells: - - column: C - row: 8 - expected_value: October 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with housing entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_housing_element - source_concept: dwp.uc_households_with_housing_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query asks DWP to emit one grouped cell combining Social Rented Sector, Private Rented - Sector, and Other or unknown, while excluding No Housing Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.housing.month2025_11 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.housing.month2025_11.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.housing.month2025_11 - sheet_name: api_response - period_type: month - period: 2025-11 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.housing_entitlement_tenure - assertion: observation - rows: - - value_id: housing_entitlement - label: Social Rented Sector - ordinal: 0 - row_number: 9 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1 - table_record_kind: total - filters: - housing_entitlement_tenure: Social Rented Sector - constraints: - - variable: housing_entitlement_tenure - operator: == - value: Social Rented Sector - label: Universal Credit element - guard_cells: - - column: C - row: 9 - expected_value: November 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with housing entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_housing_element - source_concept: dwp.uc_households_with_housing_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query asks DWP to emit one grouped cell combining Social Rented Sector, Private Rented - Sector, and Other or unknown, while excluding No Housing Entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.housing.month2025_12 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.housing.month2025_12.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.housing.month2025_12 - sheet_name: api_response - period_type: month - period: 2025-12 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.housing_entitlement_tenure - assertion: observation - rows: - - value_id: housing_entitlement - label: Social Rented Sector - ordinal: 0 - row_number: 10 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1 - table_record_kind: total - filters: - housing_entitlement_tenure: Social Rented Sector - constraints: - - variable: housing_entitlement_tenure - operator: == - value: Social Rented Sector - label: Universal Credit element - guard_cells: - - column: C - row: 10 - expected_value: December 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with housing entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_housing_element - source_concept: dwp.uc_households_with_housing_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The archived query asks DWP to emit one grouped cell combining Social Rented Sector, Private Rented - Sector, and Other or unknown, while excluding No Housing Entitlement. - unit: count - aggregation: sum - expected_cell_type: number diff --git a/packages/dwp/uc_households_housing_entitlement_payment_indicator_january_2023_may_2026/source_package.yaml b/packages/dwp/uc_households_housing_entitlement_payment_indicator_january_2023_may_2026/source_package.yaml new file mode 100644 index 00000000..992e0fd5 --- /dev/null +++ b/packages/dwp/uc_households_housing_entitlement_payment_indicator_january_2023_may_2026/source_package.yaml @@ -0,0 +1,835 @@ +# DWP's 'household' is the Universal Credit unit of assessment (benefit unit), not an ONS +# household. Each monthly cube cell is preserved as published; DWP applies cell-level +# adjustment at source, so independently queried cubes and their margins need not +# reconcile exactly. No Chronicle-side summation or reconciliation is emitted. +# Stat-Xplore Open Data API extract for chronicle#259: January 2023 through the latest +# published month, May 2026 (41 months; 202606 is rejected as an invalid value), from +# DWP's 18 August 2026 release. DWP marks June 2024 through February 2026 as revised +# ('r', 21 months), March through May 2026 as provisional ('p', 3 months), and January +# 2023 through May 2024 unmarked. +# DWP's Payment Indicator records whether a household with a calculated award received +# a payment in the month ('Yes') or had a nil award ('No'). The recode requests +# total: true on Payment Indicator only, so DWP emits the all-claims count itself as a +# Total item. Those rows sit in separate .total record sets with payment_indicator: all, +# measure total_benefit_units, and no payment-indicator constraint. +# Value set C_UC_HOUSING_ENTITLEMENT (No, Yes) of DWP's Housing Entitlement - Tenure field; +# filters keep that field's key, housing_entitlement_tenure. 'Yes' is every household with a +# housing entitlement, any tenure (chronicle#259 item 2). It replaces the April-December 2025 +# package dwp-uc-households-housing-entitlement-april-december-2025, whose grouped cell +# (tenure codes 1, 2 and 3 in one recode) was labelled 'Social Rented Sector'; that cell +# equals this package's Yes/all row in all nine overlapping months. 'No' is the same +# publisher code as 'No Housing Entitlement' in the tenure package (identical cells) and is +# emitted there only. +schema_version: ledger.source_package.v1 +package_id: dwp-uc-households-housing-entitlement-payment-indicator-january-2023-may-2026 +label: 'DWP Stat-Xplore: Universal Credit benefit units by housing entitlement and payment indicator, Great Britain, January 2023 to May 2026' +artifact: + source_name: dwp + source_table: 'Households on Universal Credit by housing entitlement and payment indicator, January 2023 to May 2026' + resource_package: db + resource_directory: data/dwp/uc_households_housing_entitlement_payment_indicator_january_2023_may_2026 + manifest: manifest.yaml + vintage: stat_xplore_2026_09_11 + extracted_at: '2026-09-11' + extraction_method: >- + Stat-Xplore Open Data API table response parsed and unpivoted to one row per cube cell; + database str:database:UC_Households; measure str:count:UC_Households:V_F_UC_HOUSEHOLDS; + fields in response order: + str:field:UC_Households:F_UC_HH_DATE:DATE_NAME; + str:field:UC_Households:V_F_UC_HOUSEHOLDS:TENURE; + str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT; + value sets: C_UC_HH_DATE, C_UC_HOUSING_ENTITLEMENT, C_UC_PAYMENT; + months January 2023 through May 2026 (202301 through 202605), inclusive; + recode total: true on HCPAYMENT only, all other recodes total: false. + parser: statxplore_table_json_rows + sheet_name: api_response + artifact_year: 2025 +record_sets: +- &monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_01 + sheet_name: api_response + period_type: month + period: 2023-01 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: universal_credit_unit_of_assessment + domain: universal_credit + groupby_dimension: dwp.housing_entitlement_tenure + assertion: observation + rows: + - &housing_entitlement_yes__payment_indicator_no + value_id: housing_entitlement_yes__payment_indicator_no + label: 'Yes, No' + ordinal: 0 + row_number: 5 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_ENTITLEMENT:1' + table_record_kind: detail + filters: {housing_entitlement_tenure: 'Yes', payment_indicator: 'No'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'Yes', label: housing entitlement tenure} + - {variable: payment_indicator, operator: '==', value: 'No', label: payment indicator} + guard_cells: [{column: C, row: 5, expected_value: 'January 2023', label: month}, {column: H, row: 5, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}] + - &housing_entitlement_yes__payment_indicator_yes + value_id: housing_entitlement_yes__payment_indicator_yes + label: 'Yes, Yes' + ordinal: 1 + row_number: 6 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_ENTITLEMENT:1' + table_record_kind: detail + filters: {housing_entitlement_tenure: 'Yes', payment_indicator: 'Yes'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'Yes', label: housing entitlement tenure} + - {variable: payment_indicator, operator: '==', value: 'Yes', label: payment indicator} + guard_cells: [{column: C, row: 6, expected_value: 'January 2023', label: month}, {column: H, row: 6, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}] + measures: + - measure_id: benefit_units + label: 'Universal Credit benefit units' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.uc_benefit_units + source_concept: dwp.uc_households + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/UC_Households/Housing%20Entitlement%20-%20Tenure.html + concept_evidence_notes: 'DWP UC_Households cube cells for January 2023 to May 2026, by housing entitlement and payment indicator, preserve the publisher labels and value URIs. DWP defines a Universal Credit household as the UC unit of assessment; Chronicle normalizes that entity to benefit_unit.' + unit: count + aggregation: sum + expected_cell_type: number +- &monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_01.total + sheet_name: api_response + period_type: month + period: 2023-01 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: universal_credit_unit_of_assessment + domain: universal_credit + groupby_dimension: dwp.housing_entitlement_tenure + assertion: observation + rows: + - &housing_entitlement_yes__payment_indicator_all + value_id: housing_entitlement_yes__payment_indicator_all + label: 'Yes, Total' + ordinal: 0 + row_number: 7 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_ENTITLEMENT:1' + table_record_kind: total + filters: {housing_entitlement_tenure: 'Yes', payment_indicator: 'all'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'Yes', label: housing entitlement tenure} + guard_cells: [{column: C, row: 7, expected_value: 'January 2023', label: month}, {column: G, row: 7, expected_value: Total, label: payment indicator publisher Total}] + measures: + - measure_id: total_benefit_units + label: 'Universal Credit benefit units, published total over payment indicator' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.uc_benefit_units + source_concept: dwp.uc_households + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/UC_Households/Housing%20Entitlement%20-%20Tenure.html + concept_evidence_notes: 'DWP emits this Total item itself (recode total: true on HCPAYMENT); Chronicle does not sum the categories.' + unit: count + aggregation: sum + expected_cell_type: number +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_02 + period: 2023-02 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 11, guard_cells: [{column: C, row: 11, expected_value: 'February 2023', label: month}, {column: H, row: 11, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 12, guard_cells: [{column: C, row: 12, expected_value: 'February 2023', label: month}, {column: H, row: 12, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_02.total + period: 2023-02 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 13, guard_cells: [{column: C, row: 13, expected_value: 'February 2023', label: month}, {column: G, row: 13, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_03 + period: 2023-03 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 17, guard_cells: [{column: C, row: 17, expected_value: 'March 2023', label: month}, {column: H, row: 17, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 18, guard_cells: [{column: C, row: 18, expected_value: 'March 2023', label: month}, {column: H, row: 18, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_03.total + period: 2023-03 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 19, guard_cells: [{column: C, row: 19, expected_value: 'March 2023', label: month}, {column: G, row: 19, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_04 + period: 2023-04 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 23, guard_cells: [{column: C, row: 23, expected_value: 'April 2023', label: month}, {column: H, row: 23, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 24, guard_cells: [{column: C, row: 24, expected_value: 'April 2023', label: month}, {column: H, row: 24, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_04.total + period: 2023-04 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 25, guard_cells: [{column: C, row: 25, expected_value: 'April 2023', label: month}, {column: G, row: 25, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_05 + period: 2023-05 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 29, guard_cells: [{column: C, row: 29, expected_value: 'May 2023', label: month}, {column: H, row: 29, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 30, guard_cells: [{column: C, row: 30, expected_value: 'May 2023', label: month}, {column: H, row: 30, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_05.total + period: 2023-05 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 31, guard_cells: [{column: C, row: 31, expected_value: 'May 2023', label: month}, {column: G, row: 31, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_06 + period: 2023-06 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 35, guard_cells: [{column: C, row: 35, expected_value: 'June 2023', label: month}, {column: H, row: 35, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 36, guard_cells: [{column: C, row: 36, expected_value: 'June 2023', label: month}, {column: H, row: 36, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_06.total + period: 2023-06 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 37, guard_cells: [{column: C, row: 37, expected_value: 'June 2023', label: month}, {column: G, row: 37, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_07 + period: 2023-07 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 41, guard_cells: [{column: C, row: 41, expected_value: 'July 2023', label: month}, {column: H, row: 41, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 42, guard_cells: [{column: C, row: 42, expected_value: 'July 2023', label: month}, {column: H, row: 42, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_07.total + period: 2023-07 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 43, guard_cells: [{column: C, row: 43, expected_value: 'July 2023', label: month}, {column: G, row: 43, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_08 + period: 2023-08 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 47, guard_cells: [{column: C, row: 47, expected_value: 'August 2023', label: month}, {column: H, row: 47, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 48, guard_cells: [{column: C, row: 48, expected_value: 'August 2023', label: month}, {column: H, row: 48, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_08.total + period: 2023-08 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 49, guard_cells: [{column: C, row: 49, expected_value: 'August 2023', label: month}, {column: G, row: 49, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_09 + period: 2023-09 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 53, guard_cells: [{column: C, row: 53, expected_value: 'September 2023', label: month}, {column: H, row: 53, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 54, guard_cells: [{column: C, row: 54, expected_value: 'September 2023', label: month}, {column: H, row: 54, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_09.total + period: 2023-09 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 55, guard_cells: [{column: C, row: 55, expected_value: 'September 2023', label: month}, {column: G, row: 55, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_10 + period: 2023-10 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 59, guard_cells: [{column: C, row: 59, expected_value: 'October 2023', label: month}, {column: H, row: 59, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 60, guard_cells: [{column: C, row: 60, expected_value: 'October 2023', label: month}, {column: H, row: 60, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_10.total + period: 2023-10 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 61, guard_cells: [{column: C, row: 61, expected_value: 'October 2023', label: month}, {column: G, row: 61, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_11 + period: 2023-11 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 65, guard_cells: [{column: C, row: 65, expected_value: 'November 2023', label: month}, {column: H, row: 65, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 66, guard_cells: [{column: C, row: 66, expected_value: 'November 2023', label: month}, {column: H, row: 66, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_11.total + period: 2023-11 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 67, guard_cells: [{column: C, row: 67, expected_value: 'November 2023', label: month}, {column: G, row: 67, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_12 + period: 2023-12 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 71, guard_cells: [{column: C, row: 71, expected_value: 'December 2023', label: month}, {column: H, row: 71, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 72, guard_cells: [{column: C, row: 72, expected_value: 'December 2023', label: month}, {column: H, row: 72, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2023_12.total + period: 2023-12 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 73, guard_cells: [{column: C, row: 73, expected_value: 'December 2023', label: month}, {column: G, row: 73, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_01 + period: 2024-01 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 77, guard_cells: [{column: C, row: 77, expected_value: 'January 2024', label: month}, {column: H, row: 77, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 78, guard_cells: [{column: C, row: 78, expected_value: 'January 2024', label: month}, {column: H, row: 78, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_01.total + period: 2024-01 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 79, guard_cells: [{column: C, row: 79, expected_value: 'January 2024', label: month}, {column: G, row: 79, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_02 + period: 2024-02 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 83, guard_cells: [{column: C, row: 83, expected_value: 'February 2024', label: month}, {column: H, row: 83, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 84, guard_cells: [{column: C, row: 84, expected_value: 'February 2024', label: month}, {column: H, row: 84, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_02.total + period: 2024-02 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 85, guard_cells: [{column: C, row: 85, expected_value: 'February 2024', label: month}, {column: G, row: 85, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_03 + period: 2024-03 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 89, guard_cells: [{column: C, row: 89, expected_value: 'March 2024', label: month}, {column: H, row: 89, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 90, guard_cells: [{column: C, row: 90, expected_value: 'March 2024', label: month}, {column: H, row: 90, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_03.total + period: 2024-03 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 91, guard_cells: [{column: C, row: 91, expected_value: 'March 2024', label: month}, {column: G, row: 91, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_04 + period: 2024-04 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 95, guard_cells: [{column: C, row: 95, expected_value: 'April 2024', label: month}, {column: H, row: 95, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 96, guard_cells: [{column: C, row: 96, expected_value: 'April 2024', label: month}, {column: H, row: 96, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_04.total + period: 2024-04 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 97, guard_cells: [{column: C, row: 97, expected_value: 'April 2024', label: month}, {column: G, row: 97, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_05 + period: 2024-05 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 101, guard_cells: [{column: C, row: 101, expected_value: 'May 2024', label: month}, {column: H, row: 101, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 102, guard_cells: [{column: C, row: 102, expected_value: 'May 2024', label: month}, {column: H, row: 102, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_05.total + period: 2024-05 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 103, guard_cells: [{column: C, row: 103, expected_value: 'May 2024', label: month}, {column: G, row: 103, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_06 + period: 2024-06 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 107, guard_cells: [{column: C, row: 107, expected_value: 'June 2024', label: month}, {column: H, row: 107, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 108, guard_cells: [{column: C, row: 108, expected_value: 'June 2024', label: month}, {column: H, row: 108, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_06.total + period: 2024-06 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 109, guard_cells: [{column: C, row: 109, expected_value: 'June 2024', label: month}, {column: G, row: 109, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_07 + period: 2024-07 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 113, guard_cells: [{column: C, row: 113, expected_value: 'July 2024', label: month}, {column: H, row: 113, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 114, guard_cells: [{column: C, row: 114, expected_value: 'July 2024', label: month}, {column: H, row: 114, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_07.total + period: 2024-07 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 115, guard_cells: [{column: C, row: 115, expected_value: 'July 2024', label: month}, {column: G, row: 115, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_08 + period: 2024-08 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 119, guard_cells: [{column: C, row: 119, expected_value: 'August 2024', label: month}, {column: H, row: 119, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 120, guard_cells: [{column: C, row: 120, expected_value: 'August 2024', label: month}, {column: H, row: 120, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_08.total + period: 2024-08 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 121, guard_cells: [{column: C, row: 121, expected_value: 'August 2024', label: month}, {column: G, row: 121, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_09 + period: 2024-09 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 125, guard_cells: [{column: C, row: 125, expected_value: 'September 2024', label: month}, {column: H, row: 125, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 126, guard_cells: [{column: C, row: 126, expected_value: 'September 2024', label: month}, {column: H, row: 126, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_09.total + period: 2024-09 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 127, guard_cells: [{column: C, row: 127, expected_value: 'September 2024', label: month}, {column: G, row: 127, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_10 + period: 2024-10 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 131, guard_cells: [{column: C, row: 131, expected_value: 'October 2024', label: month}, {column: H, row: 131, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 132, guard_cells: [{column: C, row: 132, expected_value: 'October 2024', label: month}, {column: H, row: 132, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_10.total + period: 2024-10 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 133, guard_cells: [{column: C, row: 133, expected_value: 'October 2024', label: month}, {column: G, row: 133, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_11 + period: 2024-11 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 137, guard_cells: [{column: C, row: 137, expected_value: 'November 2024', label: month}, {column: H, row: 137, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 138, guard_cells: [{column: C, row: 138, expected_value: 'November 2024', label: month}, {column: H, row: 138, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_11.total + period: 2024-11 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 139, guard_cells: [{column: C, row: 139, expected_value: 'November 2024', label: month}, {column: G, row: 139, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_12 + period: 2024-12 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 143, guard_cells: [{column: C, row: 143, expected_value: 'December 2024', label: month}, {column: H, row: 143, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 144, guard_cells: [{column: C, row: 144, expected_value: 'December 2024', label: month}, {column: H, row: 144, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2024_12.total + period: 2024-12 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 145, guard_cells: [{column: C, row: 145, expected_value: 'December 2024', label: month}, {column: G, row: 145, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_01 + period: 2025-01 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 149, guard_cells: [{column: C, row: 149, expected_value: 'January 2025', label: month}, {column: H, row: 149, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 150, guard_cells: [{column: C, row: 150, expected_value: 'January 2025', label: month}, {column: H, row: 150, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_01.total + period: 2025-01 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 151, guard_cells: [{column: C, row: 151, expected_value: 'January 2025', label: month}, {column: G, row: 151, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_02 + period: 2025-02 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 155, guard_cells: [{column: C, row: 155, expected_value: 'February 2025', label: month}, {column: H, row: 155, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 156, guard_cells: [{column: C, row: 156, expected_value: 'February 2025', label: month}, {column: H, row: 156, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_02.total + period: 2025-02 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 157, guard_cells: [{column: C, row: 157, expected_value: 'February 2025', label: month}, {column: G, row: 157, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_03 + period: 2025-03 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 161, guard_cells: [{column: C, row: 161, expected_value: 'March 2025', label: month}, {column: H, row: 161, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 162, guard_cells: [{column: C, row: 162, expected_value: 'March 2025', label: month}, {column: H, row: 162, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_03.total + period: 2025-03 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 163, guard_cells: [{column: C, row: 163, expected_value: 'March 2025', label: month}, {column: G, row: 163, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_04 + period: 2025-04 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 167, guard_cells: [{column: C, row: 167, expected_value: 'April 2025', label: month}, {column: H, row: 167, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 168, guard_cells: [{column: C, row: 168, expected_value: 'April 2025', label: month}, {column: H, row: 168, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_04.total + period: 2025-04 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 169, guard_cells: [{column: C, row: 169, expected_value: 'April 2025', label: month}, {column: G, row: 169, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_05 + period: 2025-05 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 173, guard_cells: [{column: C, row: 173, expected_value: 'May 2025', label: month}, {column: H, row: 173, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 174, guard_cells: [{column: C, row: 174, expected_value: 'May 2025', label: month}, {column: H, row: 174, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_05.total + period: 2025-05 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 175, guard_cells: [{column: C, row: 175, expected_value: 'May 2025', label: month}, {column: G, row: 175, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_06 + period: 2025-06 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 179, guard_cells: [{column: C, row: 179, expected_value: 'June 2025', label: month}, {column: H, row: 179, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 180, guard_cells: [{column: C, row: 180, expected_value: 'June 2025', label: month}, {column: H, row: 180, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_06.total + period: 2025-06 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 181, guard_cells: [{column: C, row: 181, expected_value: 'June 2025', label: month}, {column: G, row: 181, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_07 + period: 2025-07 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 185, guard_cells: [{column: C, row: 185, expected_value: 'July 2025', label: month}, {column: H, row: 185, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 186, guard_cells: [{column: C, row: 186, expected_value: 'July 2025', label: month}, {column: H, row: 186, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_07.total + period: 2025-07 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 187, guard_cells: [{column: C, row: 187, expected_value: 'July 2025', label: month}, {column: G, row: 187, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_08 + period: 2025-08 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 191, guard_cells: [{column: C, row: 191, expected_value: 'August 2025', label: month}, {column: H, row: 191, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 192, guard_cells: [{column: C, row: 192, expected_value: 'August 2025', label: month}, {column: H, row: 192, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_08.total + period: 2025-08 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 193, guard_cells: [{column: C, row: 193, expected_value: 'August 2025', label: month}, {column: G, row: 193, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_09 + period: 2025-09 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 197, guard_cells: [{column: C, row: 197, expected_value: 'September 2025', label: month}, {column: H, row: 197, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 198, guard_cells: [{column: C, row: 198, expected_value: 'September 2025', label: month}, {column: H, row: 198, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_09.total + period: 2025-09 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 199, guard_cells: [{column: C, row: 199, expected_value: 'September 2025', label: month}, {column: G, row: 199, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_10 + period: 2025-10 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 203, guard_cells: [{column: C, row: 203, expected_value: 'October 2025', label: month}, {column: H, row: 203, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 204, guard_cells: [{column: C, row: 204, expected_value: 'October 2025', label: month}, {column: H, row: 204, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_10.total + period: 2025-10 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 205, guard_cells: [{column: C, row: 205, expected_value: 'October 2025', label: month}, {column: G, row: 205, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_11 + period: 2025-11 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 209, guard_cells: [{column: C, row: 209, expected_value: 'November 2025', label: month}, {column: H, row: 209, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 210, guard_cells: [{column: C, row: 210, expected_value: 'November 2025', label: month}, {column: H, row: 210, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_11.total + period: 2025-11 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 211, guard_cells: [{column: C, row: 211, expected_value: 'November 2025', label: month}, {column: G, row: 211, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_12 + period: 2025-12 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 215, guard_cells: [{column: C, row: 215, expected_value: 'December 2025', label: month}, {column: H, row: 215, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 216, guard_cells: [{column: C, row: 216, expected_value: 'December 2025', label: month}, {column: H, row: 216, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2025_12.total + period: 2025-12 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 217, guard_cells: [{column: C, row: 217, expected_value: 'December 2025', label: month}, {column: G, row: 217, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_01 + period: 2026-01 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 221, guard_cells: [{column: C, row: 221, expected_value: 'January 2026', label: month}, {column: H, row: 221, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 222, guard_cells: [{column: C, row: 222, expected_value: 'January 2026', label: month}, {column: H, row: 222, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_01.total + period: 2026-01 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 223, guard_cells: [{column: C, row: 223, expected_value: 'January 2026', label: month}, {column: G, row: 223, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_02 + period: 2026-02 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 227, guard_cells: [{column: C, row: 227, expected_value: 'February 2026', label: month}, {column: H, row: 227, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 228, guard_cells: [{column: C, row: 228, expected_value: 'February 2026', label: month}, {column: H, row: 228, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_02.total + period: 2026-02 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 229, guard_cells: [{column: C, row: 229, expected_value: 'February 2026', label: month}, {column: G, row: 229, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_03 + period: 2026-03 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 233, guard_cells: [{column: C, row: 233, expected_value: 'March 2026', label: month}, {column: H, row: 233, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 234, guard_cells: [{column: C, row: 234, expected_value: 'March 2026', label: month}, {column: H, row: 234, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_03.total + period: 2026-03 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 235, guard_cells: [{column: C, row: 235, expected_value: 'March 2026', label: month}, {column: G, row: 235, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_04 + period: 2026-04 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 239, guard_cells: [{column: C, row: 239, expected_value: 'April 2026', label: month}, {column: H, row: 239, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 240, guard_cells: [{column: C, row: 240, expected_value: 'April 2026', label: month}, {column: H, row: 240, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_04.total + period: 2026-04 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 241, guard_cells: [{column: C, row: 241, expected_value: 'April 2026', label: month}, {column: G, row: 241, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_05 + period: 2026-05 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_no, ordinal: 0, row_number: 245, guard_cells: [{column: C, row: 245, expected_value: 'May 2026', label: month}, {column: H, row: 245, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *housing_entitlement_yes__payment_indicator_yes, ordinal: 1, row_number: 246, guard_cells: [{column: C, row: 246, expected_value: 'May 2026', label: month}, {column: H, row: 246, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_entitlement_payment_indicator.month2026_05.total + period: 2026-05 + rows: + - {<<: *housing_entitlement_yes__payment_indicator_all, ordinal: 0, row_number: 247, guard_cells: [{column: C, row: 247, expected_value: 'May 2026', label: month}, {column: G, row: 247, expected_value: Total, label: payment indicator publisher Total}]} diff --git a/packages/dwp/uc_households_housing_tenure_payment_indicator_january_2023_may_2026/source_package.yaml b/packages/dwp/uc_households_housing_tenure_payment_indicator_january_2023_may_2026/source_package.yaml new file mode 100644 index 00000000..7f78657a --- /dev/null +++ b/packages/dwp/uc_households_housing_tenure_payment_indicator_january_2023_may_2026/source_package.yaml @@ -0,0 +1,1307 @@ +# DWP's 'household' is the Universal Credit unit of assessment (benefit unit), not an ONS +# household. Each monthly cube cell is preserved as published; DWP applies cell-level +# adjustment at source, so independently queried cubes and their margins need not +# reconcile exactly. No Chronicle-side summation or reconciliation is emitted. +# Stat-Xplore Open Data API extract for chronicle#259: January 2023 through the latest +# published month, May 2026 (41 months; 202606 is rejected as an invalid value), from +# DWP's 18 August 2026 release. DWP marks June 2024 through February 2026 as revised +# ('r', 21 months), March through May 2026 as provisional ('p', 3 months), and January +# 2023 through May 2024 unmarked. +# DWP's Payment Indicator records whether a household with a calculated award received +# a payment in the month ('Yes') or had a nil award ('No'). The recode requests +# total: true on Payment Indicator only, so DWP emits the all-claims count itself as a +# Total item. Those rows sit in separate .total record sets with payment_indicator: all, +# measure total_benefit_units, and no payment-indicator constraint. +# Housing Entitlement - Tenure, value set C_UC_HOUSING_TENURE: No Housing Entitlement, +# Social Rented Sector, Private Rented Sector, Other or unknown, each its own row +# (chronicle#259 items 1a and 2). The any-tenure count is DWP's own 'Yes' value of the +# Housing Entitlement value set on the same field, emitted by +# dwp-uc-households-housing-entitlement-payment-indicator-january-2023-may-2026; the three +# tenure rows here reproduce it only within disclosure control. +schema_version: ledger.source_package.v1 +package_id: dwp-uc-households-housing-tenure-payment-indicator-january-2023-may-2026 +label: 'DWP Stat-Xplore: Universal Credit benefit units by housing entitlement tenure and payment indicator, Great Britain, January 2023 to May 2026' +artifact: + source_name: dwp + source_table: 'Households on Universal Credit by housing entitlement tenure and payment indicator, January 2023 to May 2026' + resource_package: db + resource_directory: data/dwp/uc_households_housing_tenure_payment_indicator_january_2023_may_2026 + manifest: manifest.yaml + vintage: stat_xplore_2026_09_11 + extracted_at: '2026-09-11' + extraction_method: >- + Stat-Xplore Open Data API table response parsed and unpivoted to one row per cube cell; + database str:database:UC_Households; measure str:count:UC_Households:V_F_UC_HOUSEHOLDS; + fields in response order: + str:field:UC_Households:F_UC_HH_DATE:DATE_NAME; + str:field:UC_Households:V_F_UC_HOUSEHOLDS:TENURE; + str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT; + value sets: C_UC_HH_DATE, C_UC_HOUSING_TENURE, C_UC_PAYMENT; + months January 2023 through May 2026 (202301 through 202605), inclusive; + recode total: true on HCPAYMENT only, all other recodes total: false. + parser: statxplore_table_json_rows + sheet_name: api_response + artifact_year: 2025 +record_sets: +- &monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_01 + sheet_name: api_response + period_type: month + period: 2023-01 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: universal_credit_unit_of_assessment + domain: universal_credit + groupby_dimension: dwp.housing_entitlement_tenure + assertion: observation + rows: + - &no_housing_entitlement__payment_indicator_no + value_id: no_housing_entitlement__payment_indicator_no + label: 'No Housing Entitlement, No' + ordinal: 0 + row_number: 2 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:0' + table_record_kind: detail + filters: {housing_entitlement_tenure: 'No Housing Entitlement', payment_indicator: 'No'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'No Housing Entitlement', label: housing entitlement tenure} + - {variable: payment_indicator, operator: '==', value: 'No', label: payment indicator} + guard_cells: [{column: C, row: 2, expected_value: 'January 2023', label: month}, {column: H, row: 2, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}] + - &no_housing_entitlement__payment_indicator_yes + value_id: no_housing_entitlement__payment_indicator_yes + label: 'No Housing Entitlement, Yes' + ordinal: 1 + row_number: 3 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:0' + table_record_kind: detail + filters: {housing_entitlement_tenure: 'No Housing Entitlement', payment_indicator: 'Yes'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'No Housing Entitlement', label: housing entitlement tenure} + - {variable: payment_indicator, operator: '==', value: 'Yes', label: payment indicator} + guard_cells: [{column: C, row: 3, expected_value: 'January 2023', label: month}, {column: H, row: 3, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}] + - &social_rented_sector__payment_indicator_no + value_id: social_rented_sector__payment_indicator_no + label: 'Social Rented Sector, No' + ordinal: 2 + row_number: 5 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1' + table_record_kind: detail + filters: {housing_entitlement_tenure: 'Social Rented Sector', payment_indicator: 'No'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'Social Rented Sector', label: housing entitlement tenure} + - {variable: payment_indicator, operator: '==', value: 'No', label: payment indicator} + guard_cells: [{column: C, row: 5, expected_value: 'January 2023', label: month}, {column: H, row: 5, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}] + - &social_rented_sector__payment_indicator_yes + value_id: social_rented_sector__payment_indicator_yes + label: 'Social Rented Sector, Yes' + ordinal: 3 + row_number: 6 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1' + table_record_kind: detail + filters: {housing_entitlement_tenure: 'Social Rented Sector', payment_indicator: 'Yes'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'Social Rented Sector', label: housing entitlement tenure} + - {variable: payment_indicator, operator: '==', value: 'Yes', label: payment indicator} + guard_cells: [{column: C, row: 6, expected_value: 'January 2023', label: month}, {column: H, row: 6, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}] + - &private_rented_sector__payment_indicator_no + value_id: private_rented_sector__payment_indicator_no + label: 'Private Rented Sector, No' + ordinal: 4 + row_number: 8 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:2' + table_record_kind: detail + filters: {housing_entitlement_tenure: 'Private Rented Sector', payment_indicator: 'No'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'Private Rented Sector', label: housing entitlement tenure} + - {variable: payment_indicator, operator: '==', value: 'No', label: payment indicator} + guard_cells: [{column: C, row: 8, expected_value: 'January 2023', label: month}, {column: H, row: 8, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}] + - &private_rented_sector__payment_indicator_yes + value_id: private_rented_sector__payment_indicator_yes + label: 'Private Rented Sector, Yes' + ordinal: 5 + row_number: 9 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:2' + table_record_kind: detail + filters: {housing_entitlement_tenure: 'Private Rented Sector', payment_indicator: 'Yes'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'Private Rented Sector', label: housing entitlement tenure} + - {variable: payment_indicator, operator: '==', value: 'Yes', label: payment indicator} + guard_cells: [{column: C, row: 9, expected_value: 'January 2023', label: month}, {column: H, row: 9, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}] + - &other_or_unknown__payment_indicator_no + value_id: other_or_unknown__payment_indicator_no + label: 'Other or unknown, No' + ordinal: 6 + row_number: 11 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:3' + table_record_kind: detail + filters: {housing_entitlement_tenure: 'Other or unknown', payment_indicator: 'No'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'Other or unknown', label: housing entitlement tenure} + - {variable: payment_indicator, operator: '==', value: 'No', label: payment indicator} + guard_cells: [{column: C, row: 11, expected_value: 'January 2023', label: month}, {column: H, row: 11, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}] + - &other_or_unknown__payment_indicator_yes + value_id: other_or_unknown__payment_indicator_yes + label: 'Other or unknown, Yes' + ordinal: 7 + row_number: 12 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:3' + table_record_kind: detail + filters: {housing_entitlement_tenure: 'Other or unknown', payment_indicator: 'Yes'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'Other or unknown', label: housing entitlement tenure} + - {variable: payment_indicator, operator: '==', value: 'Yes', label: payment indicator} + guard_cells: [{column: C, row: 12, expected_value: 'January 2023', label: month}, {column: H, row: 12, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}] + measures: + - measure_id: benefit_units + label: 'Universal Credit benefit units' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.uc_benefit_units + source_concept: dwp.uc_households + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/UC_Households/Housing%20Entitlement%20-%20Tenure.html + concept_evidence_notes: 'DWP UC_Households cube cells for January 2023 to May 2026, by housing entitlement tenure and payment indicator, preserve the publisher labels and value URIs. DWP defines a Universal Credit household as the UC unit of assessment; Chronicle normalizes that entity to benefit_unit.' + unit: count + aggregation: sum + expected_cell_type: number +- &monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_01.total + sheet_name: api_response + period_type: month + period: 2023-01 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: universal_credit_unit_of_assessment + domain: universal_credit + groupby_dimension: dwp.housing_entitlement_tenure + assertion: observation + rows: + - &no_housing_entitlement__payment_indicator_all + value_id: no_housing_entitlement__payment_indicator_all + label: 'No Housing Entitlement, Total' + ordinal: 0 + row_number: 4 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:0' + table_record_kind: total + filters: {housing_entitlement_tenure: 'No Housing Entitlement', payment_indicator: 'all'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'No Housing Entitlement', label: housing entitlement tenure} + guard_cells: [{column: C, row: 4, expected_value: 'January 2023', label: month}, {column: G, row: 4, expected_value: Total, label: payment indicator publisher Total}] + - &social_rented_sector__payment_indicator_all + value_id: social_rented_sector__payment_indicator_all + label: 'Social Rented Sector, Total' + ordinal: 1 + row_number: 7 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:1' + table_record_kind: total + filters: {housing_entitlement_tenure: 'Social Rented Sector', payment_indicator: 'all'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'Social Rented Sector', label: housing entitlement tenure} + guard_cells: [{column: C, row: 7, expected_value: 'January 2023', label: month}, {column: G, row: 7, expected_value: Total, label: payment indicator publisher Total}] + - &private_rented_sector__payment_indicator_all + value_id: private_rented_sector__payment_indicator_all + label: 'Private Rented Sector, Total' + ordinal: 2 + row_number: 10 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:2' + table_record_kind: total + filters: {housing_entitlement_tenure: 'Private Rented Sector', payment_indicator: 'all'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'Private Rented Sector', label: housing entitlement tenure} + guard_cells: [{column: C, row: 10, expected_value: 'January 2023', label: month}, {column: G, row: 10, expected_value: Total, label: payment indicator publisher Total}] + - &other_or_unknown__payment_indicator_all + value_id: other_or_unknown__payment_indicator_all + label: 'Other or unknown, Total' + ordinal: 3 + row_number: 13 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:TENURE:C_UC_HOUSING_TENURE:3' + table_record_kind: total + filters: {housing_entitlement_tenure: 'Other or unknown', payment_indicator: 'all'} + constraints: + - {variable: housing_entitlement_tenure, operator: '==', value: 'Other or unknown', label: housing entitlement tenure} + guard_cells: [{column: C, row: 13, expected_value: 'January 2023', label: month}, {column: G, row: 13, expected_value: Total, label: payment indicator publisher Total}] + measures: + - measure_id: total_benefit_units + label: 'Universal Credit benefit units, published total over payment indicator' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.uc_benefit_units + source_concept: dwp.uc_households + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/UC_Households/Housing%20Entitlement%20-%20Tenure.html + concept_evidence_notes: 'DWP emits this Total item itself (recode total: true on HCPAYMENT); Chronicle does not sum the categories.' + unit: count + aggregation: sum + expected_cell_type: number +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_02 + period: 2023-02 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 14, guard_cells: [{column: C, row: 14, expected_value: 'February 2023', label: month}, {column: H, row: 14, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 15, guard_cells: [{column: C, row: 15, expected_value: 'February 2023', label: month}, {column: H, row: 15, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 17, guard_cells: [{column: C, row: 17, expected_value: 'February 2023', label: month}, {column: H, row: 17, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 18, guard_cells: [{column: C, row: 18, expected_value: 'February 2023', label: month}, {column: H, row: 18, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 20, guard_cells: [{column: C, row: 20, expected_value: 'February 2023', label: month}, {column: H, row: 20, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 21, guard_cells: [{column: C, row: 21, expected_value: 'February 2023', label: month}, {column: H, row: 21, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 23, guard_cells: [{column: C, row: 23, expected_value: 'February 2023', label: month}, {column: H, row: 23, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 24, guard_cells: [{column: C, row: 24, expected_value: 'February 2023', label: month}, {column: H, row: 24, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_02.total + period: 2023-02 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 16, guard_cells: [{column: C, row: 16, expected_value: 'February 2023', label: month}, {column: G, row: 16, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 19, guard_cells: [{column: C, row: 19, expected_value: 'February 2023', label: month}, {column: G, row: 19, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 22, guard_cells: [{column: C, row: 22, expected_value: 'February 2023', label: month}, {column: G, row: 22, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 25, guard_cells: [{column: C, row: 25, expected_value: 'February 2023', label: month}, {column: G, row: 25, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_03 + period: 2023-03 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 26, guard_cells: [{column: C, row: 26, expected_value: 'March 2023', label: month}, {column: H, row: 26, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 27, guard_cells: [{column: C, row: 27, expected_value: 'March 2023', label: month}, {column: H, row: 27, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 29, guard_cells: [{column: C, row: 29, expected_value: 'March 2023', label: month}, {column: H, row: 29, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 30, guard_cells: [{column: C, row: 30, expected_value: 'March 2023', label: month}, {column: H, row: 30, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 32, guard_cells: [{column: C, row: 32, expected_value: 'March 2023', label: month}, {column: H, row: 32, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 33, guard_cells: [{column: C, row: 33, expected_value: 'March 2023', label: month}, {column: H, row: 33, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 35, guard_cells: [{column: C, row: 35, expected_value: 'March 2023', label: month}, {column: H, row: 35, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 36, guard_cells: [{column: C, row: 36, expected_value: 'March 2023', label: month}, {column: H, row: 36, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_03.total + period: 2023-03 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 28, guard_cells: [{column: C, row: 28, expected_value: 'March 2023', label: month}, {column: G, row: 28, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 31, guard_cells: [{column: C, row: 31, expected_value: 'March 2023', label: month}, {column: G, row: 31, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 34, guard_cells: [{column: C, row: 34, expected_value: 'March 2023', label: month}, {column: G, row: 34, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 37, guard_cells: [{column: C, row: 37, expected_value: 'March 2023', label: month}, {column: G, row: 37, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_04 + period: 2023-04 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 38, guard_cells: [{column: C, row: 38, expected_value: 'April 2023', label: month}, {column: H, row: 38, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 39, guard_cells: [{column: C, row: 39, expected_value: 'April 2023', label: month}, {column: H, row: 39, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 41, guard_cells: [{column: C, row: 41, expected_value: 'April 2023', label: month}, {column: H, row: 41, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 42, guard_cells: [{column: C, row: 42, expected_value: 'April 2023', label: month}, {column: H, row: 42, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 44, guard_cells: [{column: C, row: 44, expected_value: 'April 2023', label: month}, {column: H, row: 44, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 45, guard_cells: [{column: C, row: 45, expected_value: 'April 2023', label: month}, {column: H, row: 45, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 47, guard_cells: [{column: C, row: 47, expected_value: 'April 2023', label: month}, {column: H, row: 47, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 48, guard_cells: [{column: C, row: 48, expected_value: 'April 2023', label: month}, {column: H, row: 48, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_04.total + period: 2023-04 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 40, guard_cells: [{column: C, row: 40, expected_value: 'April 2023', label: month}, {column: G, row: 40, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 43, guard_cells: [{column: C, row: 43, expected_value: 'April 2023', label: month}, {column: G, row: 43, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 46, guard_cells: [{column: C, row: 46, expected_value: 'April 2023', label: month}, {column: G, row: 46, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 49, guard_cells: [{column: C, row: 49, expected_value: 'April 2023', label: month}, {column: G, row: 49, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_05 + period: 2023-05 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 50, guard_cells: [{column: C, row: 50, expected_value: 'May 2023', label: month}, {column: H, row: 50, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 51, guard_cells: [{column: C, row: 51, expected_value: 'May 2023', label: month}, {column: H, row: 51, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 53, guard_cells: [{column: C, row: 53, expected_value: 'May 2023', label: month}, {column: H, row: 53, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 54, guard_cells: [{column: C, row: 54, expected_value: 'May 2023', label: month}, {column: H, row: 54, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 56, guard_cells: [{column: C, row: 56, expected_value: 'May 2023', label: month}, {column: H, row: 56, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 57, guard_cells: [{column: C, row: 57, expected_value: 'May 2023', label: month}, {column: H, row: 57, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 59, guard_cells: [{column: C, row: 59, expected_value: 'May 2023', label: month}, {column: H, row: 59, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 60, guard_cells: [{column: C, row: 60, expected_value: 'May 2023', label: month}, {column: H, row: 60, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_05.total + period: 2023-05 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 52, guard_cells: [{column: C, row: 52, expected_value: 'May 2023', label: month}, {column: G, row: 52, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 55, guard_cells: [{column: C, row: 55, expected_value: 'May 2023', label: month}, {column: G, row: 55, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 58, guard_cells: [{column: C, row: 58, expected_value: 'May 2023', label: month}, {column: G, row: 58, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 61, guard_cells: [{column: C, row: 61, expected_value: 'May 2023', label: month}, {column: G, row: 61, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_06 + period: 2023-06 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 62, guard_cells: [{column: C, row: 62, expected_value: 'June 2023', label: month}, {column: H, row: 62, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 63, guard_cells: [{column: C, row: 63, expected_value: 'June 2023', label: month}, {column: H, row: 63, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 65, guard_cells: [{column: C, row: 65, expected_value: 'June 2023', label: month}, {column: H, row: 65, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 66, guard_cells: [{column: C, row: 66, expected_value: 'June 2023', label: month}, {column: H, row: 66, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 68, guard_cells: [{column: C, row: 68, expected_value: 'June 2023', label: month}, {column: H, row: 68, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 69, guard_cells: [{column: C, row: 69, expected_value: 'June 2023', label: month}, {column: H, row: 69, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 71, guard_cells: [{column: C, row: 71, expected_value: 'June 2023', label: month}, {column: H, row: 71, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 72, guard_cells: [{column: C, row: 72, expected_value: 'June 2023', label: month}, {column: H, row: 72, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_06.total + period: 2023-06 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 64, guard_cells: [{column: C, row: 64, expected_value: 'June 2023', label: month}, {column: G, row: 64, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 67, guard_cells: [{column: C, row: 67, expected_value: 'June 2023', label: month}, {column: G, row: 67, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 70, guard_cells: [{column: C, row: 70, expected_value: 'June 2023', label: month}, {column: G, row: 70, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 73, guard_cells: [{column: C, row: 73, expected_value: 'June 2023', label: month}, {column: G, row: 73, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_07 + period: 2023-07 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 74, guard_cells: [{column: C, row: 74, expected_value: 'July 2023', label: month}, {column: H, row: 74, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 75, guard_cells: [{column: C, row: 75, expected_value: 'July 2023', label: month}, {column: H, row: 75, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 77, guard_cells: [{column: C, row: 77, expected_value: 'July 2023', label: month}, {column: H, row: 77, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 78, guard_cells: [{column: C, row: 78, expected_value: 'July 2023', label: month}, {column: H, row: 78, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 80, guard_cells: [{column: C, row: 80, expected_value: 'July 2023', label: month}, {column: H, row: 80, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 81, guard_cells: [{column: C, row: 81, expected_value: 'July 2023', label: month}, {column: H, row: 81, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 83, guard_cells: [{column: C, row: 83, expected_value: 'July 2023', label: month}, {column: H, row: 83, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 84, guard_cells: [{column: C, row: 84, expected_value: 'July 2023', label: month}, {column: H, row: 84, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_07.total + period: 2023-07 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 76, guard_cells: [{column: C, row: 76, expected_value: 'July 2023', label: month}, {column: G, row: 76, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 79, guard_cells: [{column: C, row: 79, expected_value: 'July 2023', label: month}, {column: G, row: 79, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 82, guard_cells: [{column: C, row: 82, expected_value: 'July 2023', label: month}, {column: G, row: 82, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 85, guard_cells: [{column: C, row: 85, expected_value: 'July 2023', label: month}, {column: G, row: 85, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_08 + period: 2023-08 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 86, guard_cells: [{column: C, row: 86, expected_value: 'August 2023', label: month}, {column: H, row: 86, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 87, guard_cells: [{column: C, row: 87, expected_value: 'August 2023', label: month}, {column: H, row: 87, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 89, guard_cells: [{column: C, row: 89, expected_value: 'August 2023', label: month}, {column: H, row: 89, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 90, guard_cells: [{column: C, row: 90, expected_value: 'August 2023', label: month}, {column: H, row: 90, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 92, guard_cells: [{column: C, row: 92, expected_value: 'August 2023', label: month}, {column: H, row: 92, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 93, guard_cells: [{column: C, row: 93, expected_value: 'August 2023', label: month}, {column: H, row: 93, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 95, guard_cells: [{column: C, row: 95, expected_value: 'August 2023', label: month}, {column: H, row: 95, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 96, guard_cells: [{column: C, row: 96, expected_value: 'August 2023', label: month}, {column: H, row: 96, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_08.total + period: 2023-08 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 88, guard_cells: [{column: C, row: 88, expected_value: 'August 2023', label: month}, {column: G, row: 88, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 91, guard_cells: [{column: C, row: 91, expected_value: 'August 2023', label: month}, {column: G, row: 91, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 94, guard_cells: [{column: C, row: 94, expected_value: 'August 2023', label: month}, {column: G, row: 94, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 97, guard_cells: [{column: C, row: 97, expected_value: 'August 2023', label: month}, {column: G, row: 97, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_09 + period: 2023-09 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 98, guard_cells: [{column: C, row: 98, expected_value: 'September 2023', label: month}, {column: H, row: 98, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 99, guard_cells: [{column: C, row: 99, expected_value: 'September 2023', label: month}, {column: H, row: 99, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 101, guard_cells: [{column: C, row: 101, expected_value: 'September 2023', label: month}, {column: H, row: 101, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 102, guard_cells: [{column: C, row: 102, expected_value: 'September 2023', label: month}, {column: H, row: 102, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 104, guard_cells: [{column: C, row: 104, expected_value: 'September 2023', label: month}, {column: H, row: 104, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 105, guard_cells: [{column: C, row: 105, expected_value: 'September 2023', label: month}, {column: H, row: 105, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 107, guard_cells: [{column: C, row: 107, expected_value: 'September 2023', label: month}, {column: H, row: 107, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 108, guard_cells: [{column: C, row: 108, expected_value: 'September 2023', label: month}, {column: H, row: 108, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_09.total + period: 2023-09 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 100, guard_cells: [{column: C, row: 100, expected_value: 'September 2023', label: month}, {column: G, row: 100, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 103, guard_cells: [{column: C, row: 103, expected_value: 'September 2023', label: month}, {column: G, row: 103, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 106, guard_cells: [{column: C, row: 106, expected_value: 'September 2023', label: month}, {column: G, row: 106, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 109, guard_cells: [{column: C, row: 109, expected_value: 'September 2023', label: month}, {column: G, row: 109, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_10 + period: 2023-10 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 110, guard_cells: [{column: C, row: 110, expected_value: 'October 2023', label: month}, {column: H, row: 110, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 111, guard_cells: [{column: C, row: 111, expected_value: 'October 2023', label: month}, {column: H, row: 111, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 113, guard_cells: [{column: C, row: 113, expected_value: 'October 2023', label: month}, {column: H, row: 113, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 114, guard_cells: [{column: C, row: 114, expected_value: 'October 2023', label: month}, {column: H, row: 114, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 116, guard_cells: [{column: C, row: 116, expected_value: 'October 2023', label: month}, {column: H, row: 116, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 117, guard_cells: [{column: C, row: 117, expected_value: 'October 2023', label: month}, {column: H, row: 117, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 119, guard_cells: [{column: C, row: 119, expected_value: 'October 2023', label: month}, {column: H, row: 119, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 120, guard_cells: [{column: C, row: 120, expected_value: 'October 2023', label: month}, {column: H, row: 120, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_10.total + period: 2023-10 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 112, guard_cells: [{column: C, row: 112, expected_value: 'October 2023', label: month}, {column: G, row: 112, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 115, guard_cells: [{column: C, row: 115, expected_value: 'October 2023', label: month}, {column: G, row: 115, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 118, guard_cells: [{column: C, row: 118, expected_value: 'October 2023', label: month}, {column: G, row: 118, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 121, guard_cells: [{column: C, row: 121, expected_value: 'October 2023', label: month}, {column: G, row: 121, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_11 + period: 2023-11 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 122, guard_cells: [{column: C, row: 122, expected_value: 'November 2023', label: month}, {column: H, row: 122, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 123, guard_cells: [{column: C, row: 123, expected_value: 'November 2023', label: month}, {column: H, row: 123, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 125, guard_cells: [{column: C, row: 125, expected_value: 'November 2023', label: month}, {column: H, row: 125, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 126, guard_cells: [{column: C, row: 126, expected_value: 'November 2023', label: month}, {column: H, row: 126, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 128, guard_cells: [{column: C, row: 128, expected_value: 'November 2023', label: month}, {column: H, row: 128, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 129, guard_cells: [{column: C, row: 129, expected_value: 'November 2023', label: month}, {column: H, row: 129, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 131, guard_cells: [{column: C, row: 131, expected_value: 'November 2023', label: month}, {column: H, row: 131, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 132, guard_cells: [{column: C, row: 132, expected_value: 'November 2023', label: month}, {column: H, row: 132, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_11.total + period: 2023-11 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 124, guard_cells: [{column: C, row: 124, expected_value: 'November 2023', label: month}, {column: G, row: 124, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 127, guard_cells: [{column: C, row: 127, expected_value: 'November 2023', label: month}, {column: G, row: 127, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 130, guard_cells: [{column: C, row: 130, expected_value: 'November 2023', label: month}, {column: G, row: 130, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 133, guard_cells: [{column: C, row: 133, expected_value: 'November 2023', label: month}, {column: G, row: 133, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_12 + period: 2023-12 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 134, guard_cells: [{column: C, row: 134, expected_value: 'December 2023', label: month}, {column: H, row: 134, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 135, guard_cells: [{column: C, row: 135, expected_value: 'December 2023', label: month}, {column: H, row: 135, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 137, guard_cells: [{column: C, row: 137, expected_value: 'December 2023', label: month}, {column: H, row: 137, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 138, guard_cells: [{column: C, row: 138, expected_value: 'December 2023', label: month}, {column: H, row: 138, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 140, guard_cells: [{column: C, row: 140, expected_value: 'December 2023', label: month}, {column: H, row: 140, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 141, guard_cells: [{column: C, row: 141, expected_value: 'December 2023', label: month}, {column: H, row: 141, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 143, guard_cells: [{column: C, row: 143, expected_value: 'December 2023', label: month}, {column: H, row: 143, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 144, guard_cells: [{column: C, row: 144, expected_value: 'December 2023', label: month}, {column: H, row: 144, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2023_12.total + period: 2023-12 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 136, guard_cells: [{column: C, row: 136, expected_value: 'December 2023', label: month}, {column: G, row: 136, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 139, guard_cells: [{column: C, row: 139, expected_value: 'December 2023', label: month}, {column: G, row: 139, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 142, guard_cells: [{column: C, row: 142, expected_value: 'December 2023', label: month}, {column: G, row: 142, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 145, guard_cells: [{column: C, row: 145, expected_value: 'December 2023', label: month}, {column: G, row: 145, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_01 + period: 2024-01 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 146, guard_cells: [{column: C, row: 146, expected_value: 'January 2024', label: month}, {column: H, row: 146, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 147, guard_cells: [{column: C, row: 147, expected_value: 'January 2024', label: month}, {column: H, row: 147, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 149, guard_cells: [{column: C, row: 149, expected_value: 'January 2024', label: month}, {column: H, row: 149, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 150, guard_cells: [{column: C, row: 150, expected_value: 'January 2024', label: month}, {column: H, row: 150, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 152, guard_cells: [{column: C, row: 152, expected_value: 'January 2024', label: month}, {column: H, row: 152, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 153, guard_cells: [{column: C, row: 153, expected_value: 'January 2024', label: month}, {column: H, row: 153, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 155, guard_cells: [{column: C, row: 155, expected_value: 'January 2024', label: month}, {column: H, row: 155, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 156, guard_cells: [{column: C, row: 156, expected_value: 'January 2024', label: month}, {column: H, row: 156, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_01.total + period: 2024-01 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 148, guard_cells: [{column: C, row: 148, expected_value: 'January 2024', label: month}, {column: G, row: 148, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 151, guard_cells: [{column: C, row: 151, expected_value: 'January 2024', label: month}, {column: G, row: 151, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 154, guard_cells: [{column: C, row: 154, expected_value: 'January 2024', label: month}, {column: G, row: 154, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 157, guard_cells: [{column: C, row: 157, expected_value: 'January 2024', label: month}, {column: G, row: 157, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_02 + period: 2024-02 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 158, guard_cells: [{column: C, row: 158, expected_value: 'February 2024', label: month}, {column: H, row: 158, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 159, guard_cells: [{column: C, row: 159, expected_value: 'February 2024', label: month}, {column: H, row: 159, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 161, guard_cells: [{column: C, row: 161, expected_value: 'February 2024', label: month}, {column: H, row: 161, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 162, guard_cells: [{column: C, row: 162, expected_value: 'February 2024', label: month}, {column: H, row: 162, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 164, guard_cells: [{column: C, row: 164, expected_value: 'February 2024', label: month}, {column: H, row: 164, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 165, guard_cells: [{column: C, row: 165, expected_value: 'February 2024', label: month}, {column: H, row: 165, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 167, guard_cells: [{column: C, row: 167, expected_value: 'February 2024', label: month}, {column: H, row: 167, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 168, guard_cells: [{column: C, row: 168, expected_value: 'February 2024', label: month}, {column: H, row: 168, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_02.total + period: 2024-02 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 160, guard_cells: [{column: C, row: 160, expected_value: 'February 2024', label: month}, {column: G, row: 160, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 163, guard_cells: [{column: C, row: 163, expected_value: 'February 2024', label: month}, {column: G, row: 163, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 166, guard_cells: [{column: C, row: 166, expected_value: 'February 2024', label: month}, {column: G, row: 166, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 169, guard_cells: [{column: C, row: 169, expected_value: 'February 2024', label: month}, {column: G, row: 169, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_03 + period: 2024-03 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 170, guard_cells: [{column: C, row: 170, expected_value: 'March 2024', label: month}, {column: H, row: 170, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 171, guard_cells: [{column: C, row: 171, expected_value: 'March 2024', label: month}, {column: H, row: 171, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 173, guard_cells: [{column: C, row: 173, expected_value: 'March 2024', label: month}, {column: H, row: 173, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 174, guard_cells: [{column: C, row: 174, expected_value: 'March 2024', label: month}, {column: H, row: 174, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 176, guard_cells: [{column: C, row: 176, expected_value: 'March 2024', label: month}, {column: H, row: 176, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 177, guard_cells: [{column: C, row: 177, expected_value: 'March 2024', label: month}, {column: H, row: 177, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 179, guard_cells: [{column: C, row: 179, expected_value: 'March 2024', label: month}, {column: H, row: 179, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 180, guard_cells: [{column: C, row: 180, expected_value: 'March 2024', label: month}, {column: H, row: 180, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_03.total + period: 2024-03 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 172, guard_cells: [{column: C, row: 172, expected_value: 'March 2024', label: month}, {column: G, row: 172, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 175, guard_cells: [{column: C, row: 175, expected_value: 'March 2024', label: month}, {column: G, row: 175, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 178, guard_cells: [{column: C, row: 178, expected_value: 'March 2024', label: month}, {column: G, row: 178, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 181, guard_cells: [{column: C, row: 181, expected_value: 'March 2024', label: month}, {column: G, row: 181, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_04 + period: 2024-04 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 182, guard_cells: [{column: C, row: 182, expected_value: 'April 2024', label: month}, {column: H, row: 182, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 183, guard_cells: [{column: C, row: 183, expected_value: 'April 2024', label: month}, {column: H, row: 183, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 185, guard_cells: [{column: C, row: 185, expected_value: 'April 2024', label: month}, {column: H, row: 185, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 186, guard_cells: [{column: C, row: 186, expected_value: 'April 2024', label: month}, {column: H, row: 186, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 188, guard_cells: [{column: C, row: 188, expected_value: 'April 2024', label: month}, {column: H, row: 188, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 189, guard_cells: [{column: C, row: 189, expected_value: 'April 2024', label: month}, {column: H, row: 189, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 191, guard_cells: [{column: C, row: 191, expected_value: 'April 2024', label: month}, {column: H, row: 191, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 192, guard_cells: [{column: C, row: 192, expected_value: 'April 2024', label: month}, {column: H, row: 192, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_04.total + period: 2024-04 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 184, guard_cells: [{column: C, row: 184, expected_value: 'April 2024', label: month}, {column: G, row: 184, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 187, guard_cells: [{column: C, row: 187, expected_value: 'April 2024', label: month}, {column: G, row: 187, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 190, guard_cells: [{column: C, row: 190, expected_value: 'April 2024', label: month}, {column: G, row: 190, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 193, guard_cells: [{column: C, row: 193, expected_value: 'April 2024', label: month}, {column: G, row: 193, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_05 + period: 2024-05 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 194, guard_cells: [{column: C, row: 194, expected_value: 'May 2024', label: month}, {column: H, row: 194, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 195, guard_cells: [{column: C, row: 195, expected_value: 'May 2024', label: month}, {column: H, row: 195, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 197, guard_cells: [{column: C, row: 197, expected_value: 'May 2024', label: month}, {column: H, row: 197, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 198, guard_cells: [{column: C, row: 198, expected_value: 'May 2024', label: month}, {column: H, row: 198, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 200, guard_cells: [{column: C, row: 200, expected_value: 'May 2024', label: month}, {column: H, row: 200, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 201, guard_cells: [{column: C, row: 201, expected_value: 'May 2024', label: month}, {column: H, row: 201, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 203, guard_cells: [{column: C, row: 203, expected_value: 'May 2024', label: month}, {column: H, row: 203, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 204, guard_cells: [{column: C, row: 204, expected_value: 'May 2024', label: month}, {column: H, row: 204, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_05.total + period: 2024-05 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 196, guard_cells: [{column: C, row: 196, expected_value: 'May 2024', label: month}, {column: G, row: 196, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 199, guard_cells: [{column: C, row: 199, expected_value: 'May 2024', label: month}, {column: G, row: 199, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 202, guard_cells: [{column: C, row: 202, expected_value: 'May 2024', label: month}, {column: G, row: 202, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 205, guard_cells: [{column: C, row: 205, expected_value: 'May 2024', label: month}, {column: G, row: 205, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_06 + period: 2024-06 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 206, guard_cells: [{column: C, row: 206, expected_value: 'June 2024', label: month}, {column: H, row: 206, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 207, guard_cells: [{column: C, row: 207, expected_value: 'June 2024', label: month}, {column: H, row: 207, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 209, guard_cells: [{column: C, row: 209, expected_value: 'June 2024', label: month}, {column: H, row: 209, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 210, guard_cells: [{column: C, row: 210, expected_value: 'June 2024', label: month}, {column: H, row: 210, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 212, guard_cells: [{column: C, row: 212, expected_value: 'June 2024', label: month}, {column: H, row: 212, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 213, guard_cells: [{column: C, row: 213, expected_value: 'June 2024', label: month}, {column: H, row: 213, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 215, guard_cells: [{column: C, row: 215, expected_value: 'June 2024', label: month}, {column: H, row: 215, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 216, guard_cells: [{column: C, row: 216, expected_value: 'June 2024', label: month}, {column: H, row: 216, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_06.total + period: 2024-06 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 208, guard_cells: [{column: C, row: 208, expected_value: 'June 2024', label: month}, {column: G, row: 208, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 211, guard_cells: [{column: C, row: 211, expected_value: 'June 2024', label: month}, {column: G, row: 211, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 214, guard_cells: [{column: C, row: 214, expected_value: 'June 2024', label: month}, {column: G, row: 214, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 217, guard_cells: [{column: C, row: 217, expected_value: 'June 2024', label: month}, {column: G, row: 217, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_07 + period: 2024-07 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 218, guard_cells: [{column: C, row: 218, expected_value: 'July 2024', label: month}, {column: H, row: 218, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 219, guard_cells: [{column: C, row: 219, expected_value: 'July 2024', label: month}, {column: H, row: 219, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 221, guard_cells: [{column: C, row: 221, expected_value: 'July 2024', label: month}, {column: H, row: 221, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 222, guard_cells: [{column: C, row: 222, expected_value: 'July 2024', label: month}, {column: H, row: 222, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 224, guard_cells: [{column: C, row: 224, expected_value: 'July 2024', label: month}, {column: H, row: 224, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 225, guard_cells: [{column: C, row: 225, expected_value: 'July 2024', label: month}, {column: H, row: 225, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 227, guard_cells: [{column: C, row: 227, expected_value: 'July 2024', label: month}, {column: H, row: 227, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 228, guard_cells: [{column: C, row: 228, expected_value: 'July 2024', label: month}, {column: H, row: 228, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_07.total + period: 2024-07 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 220, guard_cells: [{column: C, row: 220, expected_value: 'July 2024', label: month}, {column: G, row: 220, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 223, guard_cells: [{column: C, row: 223, expected_value: 'July 2024', label: month}, {column: G, row: 223, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 226, guard_cells: [{column: C, row: 226, expected_value: 'July 2024', label: month}, {column: G, row: 226, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 229, guard_cells: [{column: C, row: 229, expected_value: 'July 2024', label: month}, {column: G, row: 229, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_08 + period: 2024-08 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 230, guard_cells: [{column: C, row: 230, expected_value: 'August 2024', label: month}, {column: H, row: 230, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 231, guard_cells: [{column: C, row: 231, expected_value: 'August 2024', label: month}, {column: H, row: 231, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 233, guard_cells: [{column: C, row: 233, expected_value: 'August 2024', label: month}, {column: H, row: 233, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 234, guard_cells: [{column: C, row: 234, expected_value: 'August 2024', label: month}, {column: H, row: 234, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 236, guard_cells: [{column: C, row: 236, expected_value: 'August 2024', label: month}, {column: H, row: 236, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 237, guard_cells: [{column: C, row: 237, expected_value: 'August 2024', label: month}, {column: H, row: 237, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 239, guard_cells: [{column: C, row: 239, expected_value: 'August 2024', label: month}, {column: H, row: 239, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 240, guard_cells: [{column: C, row: 240, expected_value: 'August 2024', label: month}, {column: H, row: 240, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_08.total + period: 2024-08 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 232, guard_cells: [{column: C, row: 232, expected_value: 'August 2024', label: month}, {column: G, row: 232, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 235, guard_cells: [{column: C, row: 235, expected_value: 'August 2024', label: month}, {column: G, row: 235, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 238, guard_cells: [{column: C, row: 238, expected_value: 'August 2024', label: month}, {column: G, row: 238, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 241, guard_cells: [{column: C, row: 241, expected_value: 'August 2024', label: month}, {column: G, row: 241, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_09 + period: 2024-09 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 242, guard_cells: [{column: C, row: 242, expected_value: 'September 2024', label: month}, {column: H, row: 242, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 243, guard_cells: [{column: C, row: 243, expected_value: 'September 2024', label: month}, {column: H, row: 243, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 245, guard_cells: [{column: C, row: 245, expected_value: 'September 2024', label: month}, {column: H, row: 245, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 246, guard_cells: [{column: C, row: 246, expected_value: 'September 2024', label: month}, {column: H, row: 246, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 248, guard_cells: [{column: C, row: 248, expected_value: 'September 2024', label: month}, {column: H, row: 248, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 249, guard_cells: [{column: C, row: 249, expected_value: 'September 2024', label: month}, {column: H, row: 249, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 251, guard_cells: [{column: C, row: 251, expected_value: 'September 2024', label: month}, {column: H, row: 251, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 252, guard_cells: [{column: C, row: 252, expected_value: 'September 2024', label: month}, {column: H, row: 252, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_09.total + period: 2024-09 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 244, guard_cells: [{column: C, row: 244, expected_value: 'September 2024', label: month}, {column: G, row: 244, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 247, guard_cells: [{column: C, row: 247, expected_value: 'September 2024', label: month}, {column: G, row: 247, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 250, guard_cells: [{column: C, row: 250, expected_value: 'September 2024', label: month}, {column: G, row: 250, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 253, guard_cells: [{column: C, row: 253, expected_value: 'September 2024', label: month}, {column: G, row: 253, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_10 + period: 2024-10 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 254, guard_cells: [{column: C, row: 254, expected_value: 'October 2024', label: month}, {column: H, row: 254, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 255, guard_cells: [{column: C, row: 255, expected_value: 'October 2024', label: month}, {column: H, row: 255, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 257, guard_cells: [{column: C, row: 257, expected_value: 'October 2024', label: month}, {column: H, row: 257, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 258, guard_cells: [{column: C, row: 258, expected_value: 'October 2024', label: month}, {column: H, row: 258, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 260, guard_cells: [{column: C, row: 260, expected_value: 'October 2024', label: month}, {column: H, row: 260, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 261, guard_cells: [{column: C, row: 261, expected_value: 'October 2024', label: month}, {column: H, row: 261, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 263, guard_cells: [{column: C, row: 263, expected_value: 'October 2024', label: month}, {column: H, row: 263, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 264, guard_cells: [{column: C, row: 264, expected_value: 'October 2024', label: month}, {column: H, row: 264, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_10.total + period: 2024-10 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 256, guard_cells: [{column: C, row: 256, expected_value: 'October 2024', label: month}, {column: G, row: 256, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 259, guard_cells: [{column: C, row: 259, expected_value: 'October 2024', label: month}, {column: G, row: 259, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 262, guard_cells: [{column: C, row: 262, expected_value: 'October 2024', label: month}, {column: G, row: 262, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 265, guard_cells: [{column: C, row: 265, expected_value: 'October 2024', label: month}, {column: G, row: 265, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_11 + period: 2024-11 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 266, guard_cells: [{column: C, row: 266, expected_value: 'November 2024', label: month}, {column: H, row: 266, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 267, guard_cells: [{column: C, row: 267, expected_value: 'November 2024', label: month}, {column: H, row: 267, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 269, guard_cells: [{column: C, row: 269, expected_value: 'November 2024', label: month}, {column: H, row: 269, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 270, guard_cells: [{column: C, row: 270, expected_value: 'November 2024', label: month}, {column: H, row: 270, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 272, guard_cells: [{column: C, row: 272, expected_value: 'November 2024', label: month}, {column: H, row: 272, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 273, guard_cells: [{column: C, row: 273, expected_value: 'November 2024', label: month}, {column: H, row: 273, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 275, guard_cells: [{column: C, row: 275, expected_value: 'November 2024', label: month}, {column: H, row: 275, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 276, guard_cells: [{column: C, row: 276, expected_value: 'November 2024', label: month}, {column: H, row: 276, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_11.total + period: 2024-11 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 268, guard_cells: [{column: C, row: 268, expected_value: 'November 2024', label: month}, {column: G, row: 268, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 271, guard_cells: [{column: C, row: 271, expected_value: 'November 2024', label: month}, {column: G, row: 271, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 274, guard_cells: [{column: C, row: 274, expected_value: 'November 2024', label: month}, {column: G, row: 274, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 277, guard_cells: [{column: C, row: 277, expected_value: 'November 2024', label: month}, {column: G, row: 277, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_12 + period: 2024-12 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 278, guard_cells: [{column: C, row: 278, expected_value: 'December 2024', label: month}, {column: H, row: 278, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 279, guard_cells: [{column: C, row: 279, expected_value: 'December 2024', label: month}, {column: H, row: 279, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 281, guard_cells: [{column: C, row: 281, expected_value: 'December 2024', label: month}, {column: H, row: 281, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 282, guard_cells: [{column: C, row: 282, expected_value: 'December 2024', label: month}, {column: H, row: 282, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 284, guard_cells: [{column: C, row: 284, expected_value: 'December 2024', label: month}, {column: H, row: 284, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 285, guard_cells: [{column: C, row: 285, expected_value: 'December 2024', label: month}, {column: H, row: 285, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 287, guard_cells: [{column: C, row: 287, expected_value: 'December 2024', label: month}, {column: H, row: 287, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 288, guard_cells: [{column: C, row: 288, expected_value: 'December 2024', label: month}, {column: H, row: 288, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2024_12.total + period: 2024-12 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 280, guard_cells: [{column: C, row: 280, expected_value: 'December 2024', label: month}, {column: G, row: 280, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 283, guard_cells: [{column: C, row: 283, expected_value: 'December 2024', label: month}, {column: G, row: 283, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 286, guard_cells: [{column: C, row: 286, expected_value: 'December 2024', label: month}, {column: G, row: 286, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 289, guard_cells: [{column: C, row: 289, expected_value: 'December 2024', label: month}, {column: G, row: 289, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_01 + period: 2025-01 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 290, guard_cells: [{column: C, row: 290, expected_value: 'January 2025', label: month}, {column: H, row: 290, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 291, guard_cells: [{column: C, row: 291, expected_value: 'January 2025', label: month}, {column: H, row: 291, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 293, guard_cells: [{column: C, row: 293, expected_value: 'January 2025', label: month}, {column: H, row: 293, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 294, guard_cells: [{column: C, row: 294, expected_value: 'January 2025', label: month}, {column: H, row: 294, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 296, guard_cells: [{column: C, row: 296, expected_value: 'January 2025', label: month}, {column: H, row: 296, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 297, guard_cells: [{column: C, row: 297, expected_value: 'January 2025', label: month}, {column: H, row: 297, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 299, guard_cells: [{column: C, row: 299, expected_value: 'January 2025', label: month}, {column: H, row: 299, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 300, guard_cells: [{column: C, row: 300, expected_value: 'January 2025', label: month}, {column: H, row: 300, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_01.total + period: 2025-01 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 292, guard_cells: [{column: C, row: 292, expected_value: 'January 2025', label: month}, {column: G, row: 292, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 295, guard_cells: [{column: C, row: 295, expected_value: 'January 2025', label: month}, {column: G, row: 295, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 298, guard_cells: [{column: C, row: 298, expected_value: 'January 2025', label: month}, {column: G, row: 298, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 301, guard_cells: [{column: C, row: 301, expected_value: 'January 2025', label: month}, {column: G, row: 301, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_02 + period: 2025-02 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 302, guard_cells: [{column: C, row: 302, expected_value: 'February 2025', label: month}, {column: H, row: 302, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 303, guard_cells: [{column: C, row: 303, expected_value: 'February 2025', label: month}, {column: H, row: 303, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 305, guard_cells: [{column: C, row: 305, expected_value: 'February 2025', label: month}, {column: H, row: 305, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 306, guard_cells: [{column: C, row: 306, expected_value: 'February 2025', label: month}, {column: H, row: 306, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 308, guard_cells: [{column: C, row: 308, expected_value: 'February 2025', label: month}, {column: H, row: 308, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 309, guard_cells: [{column: C, row: 309, expected_value: 'February 2025', label: month}, {column: H, row: 309, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 311, guard_cells: [{column: C, row: 311, expected_value: 'February 2025', label: month}, {column: H, row: 311, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 312, guard_cells: [{column: C, row: 312, expected_value: 'February 2025', label: month}, {column: H, row: 312, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_02.total + period: 2025-02 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 304, guard_cells: [{column: C, row: 304, expected_value: 'February 2025', label: month}, {column: G, row: 304, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 307, guard_cells: [{column: C, row: 307, expected_value: 'February 2025', label: month}, {column: G, row: 307, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 310, guard_cells: [{column: C, row: 310, expected_value: 'February 2025', label: month}, {column: G, row: 310, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 313, guard_cells: [{column: C, row: 313, expected_value: 'February 2025', label: month}, {column: G, row: 313, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_03 + period: 2025-03 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 314, guard_cells: [{column: C, row: 314, expected_value: 'March 2025', label: month}, {column: H, row: 314, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 315, guard_cells: [{column: C, row: 315, expected_value: 'March 2025', label: month}, {column: H, row: 315, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 317, guard_cells: [{column: C, row: 317, expected_value: 'March 2025', label: month}, {column: H, row: 317, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 318, guard_cells: [{column: C, row: 318, expected_value: 'March 2025', label: month}, {column: H, row: 318, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 320, guard_cells: [{column: C, row: 320, expected_value: 'March 2025', label: month}, {column: H, row: 320, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 321, guard_cells: [{column: C, row: 321, expected_value: 'March 2025', label: month}, {column: H, row: 321, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 323, guard_cells: [{column: C, row: 323, expected_value: 'March 2025', label: month}, {column: H, row: 323, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 324, guard_cells: [{column: C, row: 324, expected_value: 'March 2025', label: month}, {column: H, row: 324, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_03.total + period: 2025-03 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 316, guard_cells: [{column: C, row: 316, expected_value: 'March 2025', label: month}, {column: G, row: 316, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 319, guard_cells: [{column: C, row: 319, expected_value: 'March 2025', label: month}, {column: G, row: 319, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 322, guard_cells: [{column: C, row: 322, expected_value: 'March 2025', label: month}, {column: G, row: 322, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 325, guard_cells: [{column: C, row: 325, expected_value: 'March 2025', label: month}, {column: G, row: 325, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_04 + period: 2025-04 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 326, guard_cells: [{column: C, row: 326, expected_value: 'April 2025', label: month}, {column: H, row: 326, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 327, guard_cells: [{column: C, row: 327, expected_value: 'April 2025', label: month}, {column: H, row: 327, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 329, guard_cells: [{column: C, row: 329, expected_value: 'April 2025', label: month}, {column: H, row: 329, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 330, guard_cells: [{column: C, row: 330, expected_value: 'April 2025', label: month}, {column: H, row: 330, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 332, guard_cells: [{column: C, row: 332, expected_value: 'April 2025', label: month}, {column: H, row: 332, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 333, guard_cells: [{column: C, row: 333, expected_value: 'April 2025', label: month}, {column: H, row: 333, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 335, guard_cells: [{column: C, row: 335, expected_value: 'April 2025', label: month}, {column: H, row: 335, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 336, guard_cells: [{column: C, row: 336, expected_value: 'April 2025', label: month}, {column: H, row: 336, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_04.total + period: 2025-04 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 328, guard_cells: [{column: C, row: 328, expected_value: 'April 2025', label: month}, {column: G, row: 328, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 331, guard_cells: [{column: C, row: 331, expected_value: 'April 2025', label: month}, {column: G, row: 331, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 334, guard_cells: [{column: C, row: 334, expected_value: 'April 2025', label: month}, {column: G, row: 334, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 337, guard_cells: [{column: C, row: 337, expected_value: 'April 2025', label: month}, {column: G, row: 337, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_05 + period: 2025-05 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 338, guard_cells: [{column: C, row: 338, expected_value: 'May 2025', label: month}, {column: H, row: 338, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 339, guard_cells: [{column: C, row: 339, expected_value: 'May 2025', label: month}, {column: H, row: 339, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 341, guard_cells: [{column: C, row: 341, expected_value: 'May 2025', label: month}, {column: H, row: 341, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 342, guard_cells: [{column: C, row: 342, expected_value: 'May 2025', label: month}, {column: H, row: 342, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 344, guard_cells: [{column: C, row: 344, expected_value: 'May 2025', label: month}, {column: H, row: 344, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 345, guard_cells: [{column: C, row: 345, expected_value: 'May 2025', label: month}, {column: H, row: 345, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 347, guard_cells: [{column: C, row: 347, expected_value: 'May 2025', label: month}, {column: H, row: 347, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 348, guard_cells: [{column: C, row: 348, expected_value: 'May 2025', label: month}, {column: H, row: 348, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_05.total + period: 2025-05 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 340, guard_cells: [{column: C, row: 340, expected_value: 'May 2025', label: month}, {column: G, row: 340, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 343, guard_cells: [{column: C, row: 343, expected_value: 'May 2025', label: month}, {column: G, row: 343, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 346, guard_cells: [{column: C, row: 346, expected_value: 'May 2025', label: month}, {column: G, row: 346, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 349, guard_cells: [{column: C, row: 349, expected_value: 'May 2025', label: month}, {column: G, row: 349, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_06 + period: 2025-06 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 350, guard_cells: [{column: C, row: 350, expected_value: 'June 2025', label: month}, {column: H, row: 350, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 351, guard_cells: [{column: C, row: 351, expected_value: 'June 2025', label: month}, {column: H, row: 351, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 353, guard_cells: [{column: C, row: 353, expected_value: 'June 2025', label: month}, {column: H, row: 353, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 354, guard_cells: [{column: C, row: 354, expected_value: 'June 2025', label: month}, {column: H, row: 354, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 356, guard_cells: [{column: C, row: 356, expected_value: 'June 2025', label: month}, {column: H, row: 356, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 357, guard_cells: [{column: C, row: 357, expected_value: 'June 2025', label: month}, {column: H, row: 357, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 359, guard_cells: [{column: C, row: 359, expected_value: 'June 2025', label: month}, {column: H, row: 359, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 360, guard_cells: [{column: C, row: 360, expected_value: 'June 2025', label: month}, {column: H, row: 360, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_06.total + period: 2025-06 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 352, guard_cells: [{column: C, row: 352, expected_value: 'June 2025', label: month}, {column: G, row: 352, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 355, guard_cells: [{column: C, row: 355, expected_value: 'June 2025', label: month}, {column: G, row: 355, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 358, guard_cells: [{column: C, row: 358, expected_value: 'June 2025', label: month}, {column: G, row: 358, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 361, guard_cells: [{column: C, row: 361, expected_value: 'June 2025', label: month}, {column: G, row: 361, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_07 + period: 2025-07 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 362, guard_cells: [{column: C, row: 362, expected_value: 'July 2025', label: month}, {column: H, row: 362, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 363, guard_cells: [{column: C, row: 363, expected_value: 'July 2025', label: month}, {column: H, row: 363, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 365, guard_cells: [{column: C, row: 365, expected_value: 'July 2025', label: month}, {column: H, row: 365, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 366, guard_cells: [{column: C, row: 366, expected_value: 'July 2025', label: month}, {column: H, row: 366, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 368, guard_cells: [{column: C, row: 368, expected_value: 'July 2025', label: month}, {column: H, row: 368, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 369, guard_cells: [{column: C, row: 369, expected_value: 'July 2025', label: month}, {column: H, row: 369, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 371, guard_cells: [{column: C, row: 371, expected_value: 'July 2025', label: month}, {column: H, row: 371, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 372, guard_cells: [{column: C, row: 372, expected_value: 'July 2025', label: month}, {column: H, row: 372, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_07.total + period: 2025-07 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 364, guard_cells: [{column: C, row: 364, expected_value: 'July 2025', label: month}, {column: G, row: 364, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 367, guard_cells: [{column: C, row: 367, expected_value: 'July 2025', label: month}, {column: G, row: 367, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 370, guard_cells: [{column: C, row: 370, expected_value: 'July 2025', label: month}, {column: G, row: 370, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 373, guard_cells: [{column: C, row: 373, expected_value: 'July 2025', label: month}, {column: G, row: 373, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_08 + period: 2025-08 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 374, guard_cells: [{column: C, row: 374, expected_value: 'August 2025', label: month}, {column: H, row: 374, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 375, guard_cells: [{column: C, row: 375, expected_value: 'August 2025', label: month}, {column: H, row: 375, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 377, guard_cells: [{column: C, row: 377, expected_value: 'August 2025', label: month}, {column: H, row: 377, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 378, guard_cells: [{column: C, row: 378, expected_value: 'August 2025', label: month}, {column: H, row: 378, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 380, guard_cells: [{column: C, row: 380, expected_value: 'August 2025', label: month}, {column: H, row: 380, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 381, guard_cells: [{column: C, row: 381, expected_value: 'August 2025', label: month}, {column: H, row: 381, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 383, guard_cells: [{column: C, row: 383, expected_value: 'August 2025', label: month}, {column: H, row: 383, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 384, guard_cells: [{column: C, row: 384, expected_value: 'August 2025', label: month}, {column: H, row: 384, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_08.total + period: 2025-08 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 376, guard_cells: [{column: C, row: 376, expected_value: 'August 2025', label: month}, {column: G, row: 376, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 379, guard_cells: [{column: C, row: 379, expected_value: 'August 2025', label: month}, {column: G, row: 379, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 382, guard_cells: [{column: C, row: 382, expected_value: 'August 2025', label: month}, {column: G, row: 382, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 385, guard_cells: [{column: C, row: 385, expected_value: 'August 2025', label: month}, {column: G, row: 385, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_09 + period: 2025-09 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 386, guard_cells: [{column: C, row: 386, expected_value: 'September 2025', label: month}, {column: H, row: 386, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 387, guard_cells: [{column: C, row: 387, expected_value: 'September 2025', label: month}, {column: H, row: 387, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 389, guard_cells: [{column: C, row: 389, expected_value: 'September 2025', label: month}, {column: H, row: 389, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 390, guard_cells: [{column: C, row: 390, expected_value: 'September 2025', label: month}, {column: H, row: 390, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 392, guard_cells: [{column: C, row: 392, expected_value: 'September 2025', label: month}, {column: H, row: 392, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 393, guard_cells: [{column: C, row: 393, expected_value: 'September 2025', label: month}, {column: H, row: 393, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 395, guard_cells: [{column: C, row: 395, expected_value: 'September 2025', label: month}, {column: H, row: 395, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 396, guard_cells: [{column: C, row: 396, expected_value: 'September 2025', label: month}, {column: H, row: 396, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_09.total + period: 2025-09 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 388, guard_cells: [{column: C, row: 388, expected_value: 'September 2025', label: month}, {column: G, row: 388, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 391, guard_cells: [{column: C, row: 391, expected_value: 'September 2025', label: month}, {column: G, row: 391, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 394, guard_cells: [{column: C, row: 394, expected_value: 'September 2025', label: month}, {column: G, row: 394, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 397, guard_cells: [{column: C, row: 397, expected_value: 'September 2025', label: month}, {column: G, row: 397, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_10 + period: 2025-10 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 398, guard_cells: [{column: C, row: 398, expected_value: 'October 2025', label: month}, {column: H, row: 398, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 399, guard_cells: [{column: C, row: 399, expected_value: 'October 2025', label: month}, {column: H, row: 399, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 401, guard_cells: [{column: C, row: 401, expected_value: 'October 2025', label: month}, {column: H, row: 401, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 402, guard_cells: [{column: C, row: 402, expected_value: 'October 2025', label: month}, {column: H, row: 402, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 404, guard_cells: [{column: C, row: 404, expected_value: 'October 2025', label: month}, {column: H, row: 404, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 405, guard_cells: [{column: C, row: 405, expected_value: 'October 2025', label: month}, {column: H, row: 405, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 407, guard_cells: [{column: C, row: 407, expected_value: 'October 2025', label: month}, {column: H, row: 407, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 408, guard_cells: [{column: C, row: 408, expected_value: 'October 2025', label: month}, {column: H, row: 408, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_10.total + period: 2025-10 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 400, guard_cells: [{column: C, row: 400, expected_value: 'October 2025', label: month}, {column: G, row: 400, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 403, guard_cells: [{column: C, row: 403, expected_value: 'October 2025', label: month}, {column: G, row: 403, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 406, guard_cells: [{column: C, row: 406, expected_value: 'October 2025', label: month}, {column: G, row: 406, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 409, guard_cells: [{column: C, row: 409, expected_value: 'October 2025', label: month}, {column: G, row: 409, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_11 + period: 2025-11 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 410, guard_cells: [{column: C, row: 410, expected_value: 'November 2025', label: month}, {column: H, row: 410, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 411, guard_cells: [{column: C, row: 411, expected_value: 'November 2025', label: month}, {column: H, row: 411, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 413, guard_cells: [{column: C, row: 413, expected_value: 'November 2025', label: month}, {column: H, row: 413, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 414, guard_cells: [{column: C, row: 414, expected_value: 'November 2025', label: month}, {column: H, row: 414, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 416, guard_cells: [{column: C, row: 416, expected_value: 'November 2025', label: month}, {column: H, row: 416, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 417, guard_cells: [{column: C, row: 417, expected_value: 'November 2025', label: month}, {column: H, row: 417, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 419, guard_cells: [{column: C, row: 419, expected_value: 'November 2025', label: month}, {column: H, row: 419, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 420, guard_cells: [{column: C, row: 420, expected_value: 'November 2025', label: month}, {column: H, row: 420, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_11.total + period: 2025-11 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 412, guard_cells: [{column: C, row: 412, expected_value: 'November 2025', label: month}, {column: G, row: 412, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 415, guard_cells: [{column: C, row: 415, expected_value: 'November 2025', label: month}, {column: G, row: 415, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 418, guard_cells: [{column: C, row: 418, expected_value: 'November 2025', label: month}, {column: G, row: 418, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 421, guard_cells: [{column: C, row: 421, expected_value: 'November 2025', label: month}, {column: G, row: 421, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_12 + period: 2025-12 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 422, guard_cells: [{column: C, row: 422, expected_value: 'December 2025', label: month}, {column: H, row: 422, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 423, guard_cells: [{column: C, row: 423, expected_value: 'December 2025', label: month}, {column: H, row: 423, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 425, guard_cells: [{column: C, row: 425, expected_value: 'December 2025', label: month}, {column: H, row: 425, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 426, guard_cells: [{column: C, row: 426, expected_value: 'December 2025', label: month}, {column: H, row: 426, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 428, guard_cells: [{column: C, row: 428, expected_value: 'December 2025', label: month}, {column: H, row: 428, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 429, guard_cells: [{column: C, row: 429, expected_value: 'December 2025', label: month}, {column: H, row: 429, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 431, guard_cells: [{column: C, row: 431, expected_value: 'December 2025', label: month}, {column: H, row: 431, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 432, guard_cells: [{column: C, row: 432, expected_value: 'December 2025', label: month}, {column: H, row: 432, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2025_12.total + period: 2025-12 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 424, guard_cells: [{column: C, row: 424, expected_value: 'December 2025', label: month}, {column: G, row: 424, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 427, guard_cells: [{column: C, row: 427, expected_value: 'December 2025', label: month}, {column: G, row: 427, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 430, guard_cells: [{column: C, row: 430, expected_value: 'December 2025', label: month}, {column: G, row: 430, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 433, guard_cells: [{column: C, row: 433, expected_value: 'December 2025', label: month}, {column: G, row: 433, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_01 + period: 2026-01 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 434, guard_cells: [{column: C, row: 434, expected_value: 'January 2026', label: month}, {column: H, row: 434, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 435, guard_cells: [{column: C, row: 435, expected_value: 'January 2026', label: month}, {column: H, row: 435, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 437, guard_cells: [{column: C, row: 437, expected_value: 'January 2026', label: month}, {column: H, row: 437, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 438, guard_cells: [{column: C, row: 438, expected_value: 'January 2026', label: month}, {column: H, row: 438, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 440, guard_cells: [{column: C, row: 440, expected_value: 'January 2026', label: month}, {column: H, row: 440, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 441, guard_cells: [{column: C, row: 441, expected_value: 'January 2026', label: month}, {column: H, row: 441, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 443, guard_cells: [{column: C, row: 443, expected_value: 'January 2026', label: month}, {column: H, row: 443, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 444, guard_cells: [{column: C, row: 444, expected_value: 'January 2026', label: month}, {column: H, row: 444, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_01.total + period: 2026-01 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 436, guard_cells: [{column: C, row: 436, expected_value: 'January 2026', label: month}, {column: G, row: 436, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 439, guard_cells: [{column: C, row: 439, expected_value: 'January 2026', label: month}, {column: G, row: 439, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 442, guard_cells: [{column: C, row: 442, expected_value: 'January 2026', label: month}, {column: G, row: 442, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 445, guard_cells: [{column: C, row: 445, expected_value: 'January 2026', label: month}, {column: G, row: 445, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_02 + period: 2026-02 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 446, guard_cells: [{column: C, row: 446, expected_value: 'February 2026', label: month}, {column: H, row: 446, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 447, guard_cells: [{column: C, row: 447, expected_value: 'February 2026', label: month}, {column: H, row: 447, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 449, guard_cells: [{column: C, row: 449, expected_value: 'February 2026', label: month}, {column: H, row: 449, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 450, guard_cells: [{column: C, row: 450, expected_value: 'February 2026', label: month}, {column: H, row: 450, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 452, guard_cells: [{column: C, row: 452, expected_value: 'February 2026', label: month}, {column: H, row: 452, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 453, guard_cells: [{column: C, row: 453, expected_value: 'February 2026', label: month}, {column: H, row: 453, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 455, guard_cells: [{column: C, row: 455, expected_value: 'February 2026', label: month}, {column: H, row: 455, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 456, guard_cells: [{column: C, row: 456, expected_value: 'February 2026', label: month}, {column: H, row: 456, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_02.total + period: 2026-02 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 448, guard_cells: [{column: C, row: 448, expected_value: 'February 2026', label: month}, {column: G, row: 448, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 451, guard_cells: [{column: C, row: 451, expected_value: 'February 2026', label: month}, {column: G, row: 451, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 454, guard_cells: [{column: C, row: 454, expected_value: 'February 2026', label: month}, {column: G, row: 454, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 457, guard_cells: [{column: C, row: 457, expected_value: 'February 2026', label: month}, {column: G, row: 457, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_03 + period: 2026-03 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 458, guard_cells: [{column: C, row: 458, expected_value: 'March 2026', label: month}, {column: H, row: 458, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 459, guard_cells: [{column: C, row: 459, expected_value: 'March 2026', label: month}, {column: H, row: 459, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 461, guard_cells: [{column: C, row: 461, expected_value: 'March 2026', label: month}, {column: H, row: 461, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 462, guard_cells: [{column: C, row: 462, expected_value: 'March 2026', label: month}, {column: H, row: 462, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 464, guard_cells: [{column: C, row: 464, expected_value: 'March 2026', label: month}, {column: H, row: 464, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 465, guard_cells: [{column: C, row: 465, expected_value: 'March 2026', label: month}, {column: H, row: 465, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 467, guard_cells: [{column: C, row: 467, expected_value: 'March 2026', label: month}, {column: H, row: 467, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 468, guard_cells: [{column: C, row: 468, expected_value: 'March 2026', label: month}, {column: H, row: 468, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_03.total + period: 2026-03 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 460, guard_cells: [{column: C, row: 460, expected_value: 'March 2026', label: month}, {column: G, row: 460, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 463, guard_cells: [{column: C, row: 463, expected_value: 'March 2026', label: month}, {column: G, row: 463, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 466, guard_cells: [{column: C, row: 466, expected_value: 'March 2026', label: month}, {column: G, row: 466, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 469, guard_cells: [{column: C, row: 469, expected_value: 'March 2026', label: month}, {column: G, row: 469, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_04 + period: 2026-04 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 470, guard_cells: [{column: C, row: 470, expected_value: 'April 2026', label: month}, {column: H, row: 470, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 471, guard_cells: [{column: C, row: 471, expected_value: 'April 2026', label: month}, {column: H, row: 471, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 473, guard_cells: [{column: C, row: 473, expected_value: 'April 2026', label: month}, {column: H, row: 473, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 474, guard_cells: [{column: C, row: 474, expected_value: 'April 2026', label: month}, {column: H, row: 474, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 476, guard_cells: [{column: C, row: 476, expected_value: 'April 2026', label: month}, {column: H, row: 476, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 477, guard_cells: [{column: C, row: 477, expected_value: 'April 2026', label: month}, {column: H, row: 477, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 479, guard_cells: [{column: C, row: 479, expected_value: 'April 2026', label: month}, {column: H, row: 479, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 480, guard_cells: [{column: C, row: 480, expected_value: 'April 2026', label: month}, {column: H, row: 480, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_04.total + period: 2026-04 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 472, guard_cells: [{column: C, row: 472, expected_value: 'April 2026', label: month}, {column: G, row: 472, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 475, guard_cells: [{column: C, row: 475, expected_value: 'April 2026', label: month}, {column: G, row: 475, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 478, guard_cells: [{column: C, row: 478, expected_value: 'April 2026', label: month}, {column: G, row: 478, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 481, guard_cells: [{column: C, row: 481, expected_value: 'April 2026', label: month}, {column: G, row: 481, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_05 + period: 2026-05 + rows: + - {<<: *no_housing_entitlement__payment_indicator_no, ordinal: 0, row_number: 482, guard_cells: [{column: C, row: 482, expected_value: 'May 2026', label: month}, {column: H, row: 482, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *no_housing_entitlement__payment_indicator_yes, ordinal: 1, row_number: 483, guard_cells: [{column: C, row: 483, expected_value: 'May 2026', label: month}, {column: H, row: 483, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_no, ordinal: 2, row_number: 485, guard_cells: [{column: C, row: 485, expected_value: 'May 2026', label: month}, {column: H, row: 485, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *social_rented_sector__payment_indicator_yes, ordinal: 3, row_number: 486, guard_cells: [{column: C, row: 486, expected_value: 'May 2026', label: month}, {column: H, row: 486, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_no, ordinal: 4, row_number: 488, guard_cells: [{column: C, row: 488, expected_value: 'May 2026', label: month}, {column: H, row: 488, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *private_rented_sector__payment_indicator_yes, ordinal: 5, row_number: 489, guard_cells: [{column: C, row: 489, expected_value: 'May 2026', label: month}, {column: H, row: 489, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_no, ordinal: 6, row_number: 491, guard_cells: [{column: C, row: 491, expected_value: 'May 2026', label: month}, {column: H, row: 491, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *other_or_unknown__payment_indicator_yes, ordinal: 7, row_number: 492, guard_cells: [{column: C, row: 492, expected_value: 'May 2026', label: month}, {column: H, row: 492, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.housing_tenure_payment_indicator.month2026_05.total + period: 2026-05 + rows: + - {<<: *no_housing_entitlement__payment_indicator_all, ordinal: 0, row_number: 484, guard_cells: [{column: C, row: 484, expected_value: 'May 2026', label: month}, {column: G, row: 484, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *social_rented_sector__payment_indicator_all, ordinal: 1, row_number: 487, guard_cells: [{column: C, row: 487, expected_value: 'May 2026', label: month}, {column: G, row: 487, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *private_rented_sector__payment_indicator_all, ordinal: 2, row_number: 490, guard_cells: [{column: C, row: 490, expected_value: 'May 2026', label: month}, {column: G, row: 490, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *other_or_unknown__payment_indicator_all, ordinal: 3, row_number: 493, guard_cells: [{column: C, row: 493, expected_value: 'May 2026', label: month}, {column: G, row: 493, expected_value: Total, label: payment indicator publisher Total}]} diff --git a/packages/dwp/uc_households_lcw_entitlement_group_payment_indicator_january_2023_may_2026/source_package.yaml b/packages/dwp/uc_households_lcw_entitlement_group_payment_indicator_january_2023_may_2026/source_package.yaml new file mode 100644 index 00000000..630b8cda --- /dev/null +++ b/packages/dwp/uc_households_lcw_entitlement_group_payment_indicator_january_2023_may_2026/source_package.yaml @@ -0,0 +1,834 @@ +# DWP's 'household' is the Universal Credit unit of assessment (benefit unit), not an ONS +# household. Each monthly cube cell is preserved as published; DWP applies cell-level +# adjustment at source, so independently queried cubes and their margins need not +# reconcile exactly. No Chronicle-side summation or reconciliation is emitted. +# Stat-Xplore Open Data API extract for chronicle#259: January 2023 through the latest +# published month, May 2026 (41 months; 202606 is rejected as an invalid value), from +# DWP's 18 August 2026 release. DWP marks June 2024 through February 2026 as revised +# ('r', 21 months), March through May 2026 as provisional ('p', 3 months), and January +# 2023 through May 2024 unmarked. +# DWP's Payment Indicator records whether a household with a calculated award received +# a payment in the month ('Yes') or had a nil award ('No'). The recode requests +# total: true on Payment Indicator only, so DWP emits the all-claims count itself as a +# Total item. Those rows sit in separate .total record sets with payment_indicator: all, +# measure total_benefit_units, and no payment-indicator constraint. +# Value set C_UC_LCW_ENTITLEMENT_GROUP of DWP's Limited Capability for Work Entitlement +# field (chronicle#259 item 1b). Only the 'LCWRA' group value is ported: DWP's own count +# across both LCWRA rates ('LCWRA - Higher' and, from April 2026, 'LCWRA - Lower'), equal to +# 'LCWRA - Higher' in every month before April 2026. 'None' and 'LCW' are the same publisher +# codes as in the detail value set and are emitted once, by +# dwp-uc-households-lcw-entitlement-payment-indicator-january-2023-may-2026; 'LCW or LCWRA' +# is zero in every cell. +schema_version: ledger.source_package.v1 +package_id: dwp-uc-households-lcw-entitlement-group-payment-indicator-january-2023-may-2026 +label: 'DWP Stat-Xplore: Universal Credit benefit units by limited capability for work entitlement group and payment indicator, Great Britain, January 2023 to May 2026' +artifact: + source_name: dwp + source_table: 'Households on Universal Credit by limited capability for work entitlement group and payment indicator, January 2023 to May 2026' + resource_package: db + resource_directory: data/dwp/uc_households_lcw_entitlement_group_payment_indicator_january_2023_may_2026 + manifest: manifest.yaml + vintage: stat_xplore_2026_09_11 + extracted_at: '2026-09-11' + extraction_method: >- + Stat-Xplore Open Data API table response parsed and unpivoted to one row per cube cell; + database str:database:UC_Households; measure str:count:UC_Households:V_F_UC_HOUSEHOLDS; + fields in response order: + str:field:UC_Households:F_UC_HH_DATE:DATE_NAME; + str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT; + str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT; + value sets: C_UC_HH_DATE, C_UC_LCW_ENTITLEMENT_GROUP, C_UC_PAYMENT; + months January 2023 through May 2026 (202301 through 202605), inclusive; + recode total: true on HCPAYMENT only, all other recodes total: false. + parser: statxplore_table_json_rows + sheet_name: api_response + artifact_year: 2025 +record_sets: +- &monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_01 + sheet_name: api_response + period_type: month + period: 2023-01 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: universal_credit_unit_of_assessment + domain: universal_credit + groupby_dimension: dwp.limited_capability_for_work_entitlement + assertion: observation + rows: + - &group_lcwra__payment_indicator_no + value_id: group_lcwra__payment_indicator_no + label: 'LCWRA, No' + ordinal: 0 + row_number: 11 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT_GROUP:3' + table_record_kind: detail + filters: {limited_capability_for_work_entitlement: 'LCWRA', payment_indicator: 'No'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'LCWRA', label: limited capability for work entitlement} + - {variable: payment_indicator, operator: '==', value: 'No', label: payment indicator} + guard_cells: [{column: C, row: 11, expected_value: 'January 2023', label: month}, {column: H, row: 11, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}] + - &group_lcwra__payment_indicator_yes + value_id: group_lcwra__payment_indicator_yes + label: 'LCWRA, Yes' + ordinal: 1 + row_number: 12 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT_GROUP:3' + table_record_kind: detail + filters: {limited_capability_for_work_entitlement: 'LCWRA', payment_indicator: 'Yes'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'LCWRA', label: limited capability for work entitlement} + - {variable: payment_indicator, operator: '==', value: 'Yes', label: payment indicator} + guard_cells: [{column: C, row: 12, expected_value: 'January 2023', label: month}, {column: H, row: 12, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}] + measures: + - measure_id: benefit_units + label: 'Universal Credit benefit units' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.uc_benefit_units + source_concept: dwp.uc_households + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/UC_Households/Limited%20Capability%20for%20Work%20Entitlement.html + concept_evidence_notes: 'DWP UC_Households cube cells for January 2023 to May 2026, by limited capability for work entitlement group and payment indicator, preserve the publisher labels and value URIs. DWP defines a Universal Credit household as the UC unit of assessment; Chronicle normalizes that entity to benefit_unit.' + unit: count + aggregation: sum + expected_cell_type: number +- &monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_01.total + sheet_name: api_response + period_type: month + period: 2023-01 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: universal_credit_unit_of_assessment + domain: universal_credit + groupby_dimension: dwp.limited_capability_for_work_entitlement + assertion: observation + rows: + - &group_lcwra__payment_indicator_all + value_id: group_lcwra__payment_indicator_all + label: 'LCWRA, Total' + ordinal: 0 + row_number: 13 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT_GROUP:3' + table_record_kind: total + filters: {limited_capability_for_work_entitlement: 'LCWRA', payment_indicator: 'all'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'LCWRA', label: limited capability for work entitlement} + guard_cells: [{column: C, row: 13, expected_value: 'January 2023', label: month}, {column: G, row: 13, expected_value: Total, label: payment indicator publisher Total}] + measures: + - measure_id: total_benefit_units + label: 'Universal Credit benefit units, published total over payment indicator' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.uc_benefit_units + source_concept: dwp.uc_households + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/UC_Households/Limited%20Capability%20for%20Work%20Entitlement.html + concept_evidence_notes: 'DWP emits this Total item itself (recode total: true on HCPAYMENT); Chronicle does not sum the categories.' + unit: count + aggregation: sum + expected_cell_type: number +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_02 + period: 2023-02 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 23, guard_cells: [{column: C, row: 23, expected_value: 'February 2023', label: month}, {column: H, row: 23, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 24, guard_cells: [{column: C, row: 24, expected_value: 'February 2023', label: month}, {column: H, row: 24, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_02.total + period: 2023-02 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 25, guard_cells: [{column: C, row: 25, expected_value: 'February 2023', label: month}, {column: G, row: 25, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_03 + period: 2023-03 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 35, guard_cells: [{column: C, row: 35, expected_value: 'March 2023', label: month}, {column: H, row: 35, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 36, guard_cells: [{column: C, row: 36, expected_value: 'March 2023', label: month}, {column: H, row: 36, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_03.total + period: 2023-03 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 37, guard_cells: [{column: C, row: 37, expected_value: 'March 2023', label: month}, {column: G, row: 37, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_04 + period: 2023-04 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 47, guard_cells: [{column: C, row: 47, expected_value: 'April 2023', label: month}, {column: H, row: 47, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 48, guard_cells: [{column: C, row: 48, expected_value: 'April 2023', label: month}, {column: H, row: 48, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_04.total + period: 2023-04 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 49, guard_cells: [{column: C, row: 49, expected_value: 'April 2023', label: month}, {column: G, row: 49, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_05 + period: 2023-05 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 59, guard_cells: [{column: C, row: 59, expected_value: 'May 2023', label: month}, {column: H, row: 59, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 60, guard_cells: [{column: C, row: 60, expected_value: 'May 2023', label: month}, {column: H, row: 60, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_05.total + period: 2023-05 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 61, guard_cells: [{column: C, row: 61, expected_value: 'May 2023', label: month}, {column: G, row: 61, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_06 + period: 2023-06 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 71, guard_cells: [{column: C, row: 71, expected_value: 'June 2023', label: month}, {column: H, row: 71, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 72, guard_cells: [{column: C, row: 72, expected_value: 'June 2023', label: month}, {column: H, row: 72, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_06.total + period: 2023-06 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 73, guard_cells: [{column: C, row: 73, expected_value: 'June 2023', label: month}, {column: G, row: 73, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_07 + period: 2023-07 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 83, guard_cells: [{column: C, row: 83, expected_value: 'July 2023', label: month}, {column: H, row: 83, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 84, guard_cells: [{column: C, row: 84, expected_value: 'July 2023', label: month}, {column: H, row: 84, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_07.total + period: 2023-07 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 85, guard_cells: [{column: C, row: 85, expected_value: 'July 2023', label: month}, {column: G, row: 85, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_08 + period: 2023-08 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 95, guard_cells: [{column: C, row: 95, expected_value: 'August 2023', label: month}, {column: H, row: 95, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 96, guard_cells: [{column: C, row: 96, expected_value: 'August 2023', label: month}, {column: H, row: 96, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_08.total + period: 2023-08 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 97, guard_cells: [{column: C, row: 97, expected_value: 'August 2023', label: month}, {column: G, row: 97, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_09 + period: 2023-09 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 107, guard_cells: [{column: C, row: 107, expected_value: 'September 2023', label: month}, {column: H, row: 107, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 108, guard_cells: [{column: C, row: 108, expected_value: 'September 2023', label: month}, {column: H, row: 108, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_09.total + period: 2023-09 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 109, guard_cells: [{column: C, row: 109, expected_value: 'September 2023', label: month}, {column: G, row: 109, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_10 + period: 2023-10 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 119, guard_cells: [{column: C, row: 119, expected_value: 'October 2023', label: month}, {column: H, row: 119, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 120, guard_cells: [{column: C, row: 120, expected_value: 'October 2023', label: month}, {column: H, row: 120, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_10.total + period: 2023-10 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 121, guard_cells: [{column: C, row: 121, expected_value: 'October 2023', label: month}, {column: G, row: 121, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_11 + period: 2023-11 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 131, guard_cells: [{column: C, row: 131, expected_value: 'November 2023', label: month}, {column: H, row: 131, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 132, guard_cells: [{column: C, row: 132, expected_value: 'November 2023', label: month}, {column: H, row: 132, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_11.total + period: 2023-11 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 133, guard_cells: [{column: C, row: 133, expected_value: 'November 2023', label: month}, {column: G, row: 133, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_12 + period: 2023-12 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 143, guard_cells: [{column: C, row: 143, expected_value: 'December 2023', label: month}, {column: H, row: 143, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 144, guard_cells: [{column: C, row: 144, expected_value: 'December 2023', label: month}, {column: H, row: 144, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2023_12.total + period: 2023-12 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 145, guard_cells: [{column: C, row: 145, expected_value: 'December 2023', label: month}, {column: G, row: 145, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_01 + period: 2024-01 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 155, guard_cells: [{column: C, row: 155, expected_value: 'January 2024', label: month}, {column: H, row: 155, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 156, guard_cells: [{column: C, row: 156, expected_value: 'January 2024', label: month}, {column: H, row: 156, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_01.total + period: 2024-01 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 157, guard_cells: [{column: C, row: 157, expected_value: 'January 2024', label: month}, {column: G, row: 157, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_02 + period: 2024-02 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 167, guard_cells: [{column: C, row: 167, expected_value: 'February 2024', label: month}, {column: H, row: 167, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 168, guard_cells: [{column: C, row: 168, expected_value: 'February 2024', label: month}, {column: H, row: 168, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_02.total + period: 2024-02 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 169, guard_cells: [{column: C, row: 169, expected_value: 'February 2024', label: month}, {column: G, row: 169, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_03 + period: 2024-03 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 179, guard_cells: [{column: C, row: 179, expected_value: 'March 2024', label: month}, {column: H, row: 179, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 180, guard_cells: [{column: C, row: 180, expected_value: 'March 2024', label: month}, {column: H, row: 180, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_03.total + period: 2024-03 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 181, guard_cells: [{column: C, row: 181, expected_value: 'March 2024', label: month}, {column: G, row: 181, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_04 + period: 2024-04 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 191, guard_cells: [{column: C, row: 191, expected_value: 'April 2024', label: month}, {column: H, row: 191, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 192, guard_cells: [{column: C, row: 192, expected_value: 'April 2024', label: month}, {column: H, row: 192, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_04.total + period: 2024-04 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 193, guard_cells: [{column: C, row: 193, expected_value: 'April 2024', label: month}, {column: G, row: 193, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_05 + period: 2024-05 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 203, guard_cells: [{column: C, row: 203, expected_value: 'May 2024', label: month}, {column: H, row: 203, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 204, guard_cells: [{column: C, row: 204, expected_value: 'May 2024', label: month}, {column: H, row: 204, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_05.total + period: 2024-05 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 205, guard_cells: [{column: C, row: 205, expected_value: 'May 2024', label: month}, {column: G, row: 205, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_06 + period: 2024-06 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 215, guard_cells: [{column: C, row: 215, expected_value: 'June 2024', label: month}, {column: H, row: 215, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 216, guard_cells: [{column: C, row: 216, expected_value: 'June 2024', label: month}, {column: H, row: 216, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_06.total + period: 2024-06 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 217, guard_cells: [{column: C, row: 217, expected_value: 'June 2024', label: month}, {column: G, row: 217, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_07 + period: 2024-07 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 227, guard_cells: [{column: C, row: 227, expected_value: 'July 2024', label: month}, {column: H, row: 227, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 228, guard_cells: [{column: C, row: 228, expected_value: 'July 2024', label: month}, {column: H, row: 228, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_07.total + period: 2024-07 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 229, guard_cells: [{column: C, row: 229, expected_value: 'July 2024', label: month}, {column: G, row: 229, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_08 + period: 2024-08 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 239, guard_cells: [{column: C, row: 239, expected_value: 'August 2024', label: month}, {column: H, row: 239, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 240, guard_cells: [{column: C, row: 240, expected_value: 'August 2024', label: month}, {column: H, row: 240, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_08.total + period: 2024-08 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 241, guard_cells: [{column: C, row: 241, expected_value: 'August 2024', label: month}, {column: G, row: 241, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_09 + period: 2024-09 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 251, guard_cells: [{column: C, row: 251, expected_value: 'September 2024', label: month}, {column: H, row: 251, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 252, guard_cells: [{column: C, row: 252, expected_value: 'September 2024', label: month}, {column: H, row: 252, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_09.total + period: 2024-09 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 253, guard_cells: [{column: C, row: 253, expected_value: 'September 2024', label: month}, {column: G, row: 253, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_10 + period: 2024-10 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 263, guard_cells: [{column: C, row: 263, expected_value: 'October 2024', label: month}, {column: H, row: 263, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 264, guard_cells: [{column: C, row: 264, expected_value: 'October 2024', label: month}, {column: H, row: 264, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_10.total + period: 2024-10 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 265, guard_cells: [{column: C, row: 265, expected_value: 'October 2024', label: month}, {column: G, row: 265, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_11 + period: 2024-11 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 275, guard_cells: [{column: C, row: 275, expected_value: 'November 2024', label: month}, {column: H, row: 275, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 276, guard_cells: [{column: C, row: 276, expected_value: 'November 2024', label: month}, {column: H, row: 276, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_11.total + period: 2024-11 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 277, guard_cells: [{column: C, row: 277, expected_value: 'November 2024', label: month}, {column: G, row: 277, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_12 + period: 2024-12 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 287, guard_cells: [{column: C, row: 287, expected_value: 'December 2024', label: month}, {column: H, row: 287, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 288, guard_cells: [{column: C, row: 288, expected_value: 'December 2024', label: month}, {column: H, row: 288, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2024_12.total + period: 2024-12 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 289, guard_cells: [{column: C, row: 289, expected_value: 'December 2024', label: month}, {column: G, row: 289, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_01 + period: 2025-01 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 299, guard_cells: [{column: C, row: 299, expected_value: 'January 2025', label: month}, {column: H, row: 299, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 300, guard_cells: [{column: C, row: 300, expected_value: 'January 2025', label: month}, {column: H, row: 300, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_01.total + period: 2025-01 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 301, guard_cells: [{column: C, row: 301, expected_value: 'January 2025', label: month}, {column: G, row: 301, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_02 + period: 2025-02 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 311, guard_cells: [{column: C, row: 311, expected_value: 'February 2025', label: month}, {column: H, row: 311, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 312, guard_cells: [{column: C, row: 312, expected_value: 'February 2025', label: month}, {column: H, row: 312, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_02.total + period: 2025-02 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 313, guard_cells: [{column: C, row: 313, expected_value: 'February 2025', label: month}, {column: G, row: 313, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_03 + period: 2025-03 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 323, guard_cells: [{column: C, row: 323, expected_value: 'March 2025', label: month}, {column: H, row: 323, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 324, guard_cells: [{column: C, row: 324, expected_value: 'March 2025', label: month}, {column: H, row: 324, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_03.total + period: 2025-03 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 325, guard_cells: [{column: C, row: 325, expected_value: 'March 2025', label: month}, {column: G, row: 325, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_04 + period: 2025-04 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 335, guard_cells: [{column: C, row: 335, expected_value: 'April 2025', label: month}, {column: H, row: 335, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 336, guard_cells: [{column: C, row: 336, expected_value: 'April 2025', label: month}, {column: H, row: 336, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_04.total + period: 2025-04 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 337, guard_cells: [{column: C, row: 337, expected_value: 'April 2025', label: month}, {column: G, row: 337, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_05 + period: 2025-05 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 347, guard_cells: [{column: C, row: 347, expected_value: 'May 2025', label: month}, {column: H, row: 347, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 348, guard_cells: [{column: C, row: 348, expected_value: 'May 2025', label: month}, {column: H, row: 348, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_05.total + period: 2025-05 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 349, guard_cells: [{column: C, row: 349, expected_value: 'May 2025', label: month}, {column: G, row: 349, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_06 + period: 2025-06 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 359, guard_cells: [{column: C, row: 359, expected_value: 'June 2025', label: month}, {column: H, row: 359, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 360, guard_cells: [{column: C, row: 360, expected_value: 'June 2025', label: month}, {column: H, row: 360, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_06.total + period: 2025-06 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 361, guard_cells: [{column: C, row: 361, expected_value: 'June 2025', label: month}, {column: G, row: 361, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_07 + period: 2025-07 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 371, guard_cells: [{column: C, row: 371, expected_value: 'July 2025', label: month}, {column: H, row: 371, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 372, guard_cells: [{column: C, row: 372, expected_value: 'July 2025', label: month}, {column: H, row: 372, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_07.total + period: 2025-07 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 373, guard_cells: [{column: C, row: 373, expected_value: 'July 2025', label: month}, {column: G, row: 373, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_08 + period: 2025-08 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 383, guard_cells: [{column: C, row: 383, expected_value: 'August 2025', label: month}, {column: H, row: 383, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 384, guard_cells: [{column: C, row: 384, expected_value: 'August 2025', label: month}, {column: H, row: 384, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_08.total + period: 2025-08 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 385, guard_cells: [{column: C, row: 385, expected_value: 'August 2025', label: month}, {column: G, row: 385, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_09 + period: 2025-09 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 395, guard_cells: [{column: C, row: 395, expected_value: 'September 2025', label: month}, {column: H, row: 395, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 396, guard_cells: [{column: C, row: 396, expected_value: 'September 2025', label: month}, {column: H, row: 396, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_09.total + period: 2025-09 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 397, guard_cells: [{column: C, row: 397, expected_value: 'September 2025', label: month}, {column: G, row: 397, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_10 + period: 2025-10 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 407, guard_cells: [{column: C, row: 407, expected_value: 'October 2025', label: month}, {column: H, row: 407, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 408, guard_cells: [{column: C, row: 408, expected_value: 'October 2025', label: month}, {column: H, row: 408, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_10.total + period: 2025-10 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 409, guard_cells: [{column: C, row: 409, expected_value: 'October 2025', label: month}, {column: G, row: 409, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_11 + period: 2025-11 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 419, guard_cells: [{column: C, row: 419, expected_value: 'November 2025', label: month}, {column: H, row: 419, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 420, guard_cells: [{column: C, row: 420, expected_value: 'November 2025', label: month}, {column: H, row: 420, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_11.total + period: 2025-11 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 421, guard_cells: [{column: C, row: 421, expected_value: 'November 2025', label: month}, {column: G, row: 421, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_12 + period: 2025-12 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 431, guard_cells: [{column: C, row: 431, expected_value: 'December 2025', label: month}, {column: H, row: 431, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 432, guard_cells: [{column: C, row: 432, expected_value: 'December 2025', label: month}, {column: H, row: 432, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2025_12.total + period: 2025-12 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 433, guard_cells: [{column: C, row: 433, expected_value: 'December 2025', label: month}, {column: G, row: 433, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_01 + period: 2026-01 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 443, guard_cells: [{column: C, row: 443, expected_value: 'January 2026', label: month}, {column: H, row: 443, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 444, guard_cells: [{column: C, row: 444, expected_value: 'January 2026', label: month}, {column: H, row: 444, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_01.total + period: 2026-01 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 445, guard_cells: [{column: C, row: 445, expected_value: 'January 2026', label: month}, {column: G, row: 445, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_02 + period: 2026-02 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 455, guard_cells: [{column: C, row: 455, expected_value: 'February 2026', label: month}, {column: H, row: 455, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 456, guard_cells: [{column: C, row: 456, expected_value: 'February 2026', label: month}, {column: H, row: 456, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_02.total + period: 2026-02 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 457, guard_cells: [{column: C, row: 457, expected_value: 'February 2026', label: month}, {column: G, row: 457, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_03 + period: 2026-03 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 467, guard_cells: [{column: C, row: 467, expected_value: 'March 2026', label: month}, {column: H, row: 467, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 468, guard_cells: [{column: C, row: 468, expected_value: 'March 2026', label: month}, {column: H, row: 468, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_03.total + period: 2026-03 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 469, guard_cells: [{column: C, row: 469, expected_value: 'March 2026', label: month}, {column: G, row: 469, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_04 + period: 2026-04 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 479, guard_cells: [{column: C, row: 479, expected_value: 'April 2026', label: month}, {column: H, row: 479, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 480, guard_cells: [{column: C, row: 480, expected_value: 'April 2026', label: month}, {column: H, row: 480, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_04.total + period: 2026-04 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 481, guard_cells: [{column: C, row: 481, expected_value: 'April 2026', label: month}, {column: G, row: 481, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_05 + period: 2026-05 + rows: + - {<<: *group_lcwra__payment_indicator_no, ordinal: 0, row_number: 491, guard_cells: [{column: C, row: 491, expected_value: 'May 2026', label: month}, {column: H, row: 491, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *group_lcwra__payment_indicator_yes, ordinal: 1, row_number: 492, guard_cells: [{column: C, row: 492, expected_value: 'May 2026', label: month}, {column: H, row: 492, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_group_payment_indicator.month2026_05.total + period: 2026-05 + rows: + - {<<: *group_lcwra__payment_indicator_all, ordinal: 0, row_number: 493, guard_cells: [{column: C, row: 493, expected_value: 'May 2026', label: month}, {column: G, row: 493, expected_value: Total, label: payment indicator publisher Total}]} diff --git a/packages/dwp/uc_households_lcw_entitlement_payment_indicator_january_2023_may_2026/source_package.yaml b/packages/dwp/uc_households_lcw_entitlement_payment_indicator_january_2023_may_2026/source_package.yaml new file mode 100644 index 00000000..f75c7bad --- /dev/null +++ b/packages/dwp/uc_households_lcw_entitlement_payment_indicator_january_2023_may_2026/source_package.yaml @@ -0,0 +1,1312 @@ +# DWP's 'household' is the Universal Credit unit of assessment (benefit unit), not an ONS +# household. Each monthly cube cell is preserved as published; DWP applies cell-level +# adjustment at source, so independently queried cubes and their margins need not +# reconcile exactly. No Chronicle-side summation or reconciliation is emitted. +# Stat-Xplore Open Data API extract for chronicle#259: January 2023 through the latest +# published month, May 2026 (41 months; 202606 is rejected as an invalid value), from +# DWP's 18 August 2026 release. DWP marks June 2024 through February 2026 as revised +# ('r', 21 months), March through May 2026 as provisional ('p', 3 months), and January +# 2023 through May 2024 unmarked. +# DWP's Payment Indicator records whether a household with a calculated award received +# a payment in the month ('Yes') or had a nil award ('No'). The recode requests +# total: true on Payment Indicator only, so DWP emits the all-claims count itself as a +# Total item. Those rows sit in separate .total record sets with payment_indicator: all, +# measure total_benefit_units, and no payment-indicator constraint. +# Limited Capability for Work Entitlement, value set C_UC_LCW_ENTITLEMENT (chronicle#259 +# items 1b and 6). A household receives either the LCW or the LCWRA component, never both; +# a couple with one of each is awarded LCWRA. DWP's metadata dates the two LCWRA rates, +# 'LCWRA - Higher' and 'LCWRA - Lower', from April 2026: before then every LCWRA household +# is 'LCWRA - Higher' and 'LCWRA - Lower' is a literal publisher zero (88 households in +# April 2026, 735 in May 2026, all claims). There is no 'LCW - Lower' category. The 'LCW or +# LCWRA' value is zero in every cell of the window and is not ported, as no all-zero +# category is (the #239 award-band ruling). DWP's any-rate LCWRA count is the group value +# set, in dwp-uc-households-lcw-entitlement-group-payment-indicator-january-2023-may-2026. +# This package replaces the retired dwp-uc-households-lcwra-entitlement-april-december-2025, +# whose nine cells equal its 'LCWRA - Higher' / payment_indicator: all rows exactly. +schema_version: ledger.source_package.v1 +package_id: dwp-uc-households-lcw-entitlement-payment-indicator-january-2023-may-2026 +label: 'DWP Stat-Xplore: Universal Credit benefit units by limited capability for work entitlement and payment indicator, Great Britain, January 2023 to May 2026' +artifact: + source_name: dwp + source_table: 'Households on Universal Credit by limited capability for work entitlement and payment indicator, January 2023 to May 2026' + resource_package: db + resource_directory: data/dwp/uc_households_lcw_entitlement_payment_indicator_january_2023_may_2026 + manifest: manifest.yaml + vintage: stat_xplore_2026_09_11 + extracted_at: '2026-09-11' + extraction_method: >- + Stat-Xplore Open Data API table response parsed and unpivoted to one row per cube cell; + database str:database:UC_Households; measure str:count:UC_Households:V_F_UC_HOUSEHOLDS; + fields in response order: + str:field:UC_Households:F_UC_HH_DATE:DATE_NAME; + str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT; + str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT; + value sets: C_UC_HH_DATE, C_UC_LCW_ENTITLEMENT, C_UC_PAYMENT; + months January 2023 through May 2026 (202301 through 202605), inclusive; + recode total: true on HCPAYMENT only, all other recodes total: false. + parser: statxplore_table_json_rows + sheet_name: api_response + artifact_year: 2025 +record_sets: +- &monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_01 + sheet_name: api_response + period_type: month + period: 2023-01 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: universal_credit_unit_of_assessment + domain: universal_credit + groupby_dimension: dwp.limited_capability_for_work_entitlement + assertion: observation + rows: + - &none__payment_indicator_no + value_id: none__payment_indicator_no + label: 'None, No' + ordinal: 0 + row_number: 2 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:0' + table_record_kind: detail + filters: {limited_capability_for_work_entitlement: 'None', payment_indicator: 'No'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'None', label: limited capability for work entitlement} + - {variable: payment_indicator, operator: '==', value: 'No', label: payment indicator} + guard_cells: [{column: C, row: 2, expected_value: 'January 2023', label: month}, {column: H, row: 2, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}] + - &none__payment_indicator_yes + value_id: none__payment_indicator_yes + label: 'None, Yes' + ordinal: 1 + row_number: 3 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:0' + table_record_kind: detail + filters: {limited_capability_for_work_entitlement: 'None', payment_indicator: 'Yes'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'None', label: limited capability for work entitlement} + - {variable: payment_indicator, operator: '==', value: 'Yes', label: payment indicator} + guard_cells: [{column: C, row: 3, expected_value: 'January 2023', label: month}, {column: H, row: 3, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}] + - &lcw__payment_indicator_no + value_id: lcw__payment_indicator_no + label: 'LCW, No' + ordinal: 2 + row_number: 8 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:2' + table_record_kind: detail + filters: {limited_capability_for_work_entitlement: 'LCW', payment_indicator: 'No'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'LCW', label: limited capability for work entitlement} + - {variable: payment_indicator, operator: '==', value: 'No', label: payment indicator} + guard_cells: [{column: C, row: 8, expected_value: 'January 2023', label: month}, {column: H, row: 8, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}] + - &lcw__payment_indicator_yes + value_id: lcw__payment_indicator_yes + label: 'LCW, Yes' + ordinal: 3 + row_number: 9 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:2' + table_record_kind: detail + filters: {limited_capability_for_work_entitlement: 'LCW', payment_indicator: 'Yes'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'LCW', label: limited capability for work entitlement} + - {variable: payment_indicator, operator: '==', value: 'Yes', label: payment indicator} + guard_cells: [{column: C, row: 9, expected_value: 'January 2023', label: month}, {column: H, row: 9, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}] + - &lcwra_higher__payment_indicator_no + value_id: lcwra_higher__payment_indicator_no + label: 'LCWRA - Higher, No' + ordinal: 4 + row_number: 11 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3' + table_record_kind: detail + filters: {limited_capability_for_work_entitlement: 'LCWRA - Higher', payment_indicator: 'No'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'LCWRA - Higher', label: limited capability for work entitlement} + - {variable: payment_indicator, operator: '==', value: 'No', label: payment indicator} + guard_cells: [{column: C, row: 11, expected_value: 'January 2023', label: month}, {column: H, row: 11, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}] + - &lcwra_higher__payment_indicator_yes + value_id: lcwra_higher__payment_indicator_yes + label: 'LCWRA - Higher, Yes' + ordinal: 5 + row_number: 12 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3' + table_record_kind: detail + filters: {limited_capability_for_work_entitlement: 'LCWRA - Higher', payment_indicator: 'Yes'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'LCWRA - Higher', label: limited capability for work entitlement} + - {variable: payment_indicator, operator: '==', value: 'Yes', label: payment indicator} + guard_cells: [{column: C, row: 12, expected_value: 'January 2023', label: month}, {column: H, row: 12, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}] + - &lcwra_lower__payment_indicator_no + value_id: lcwra_lower__payment_indicator_no + label: 'LCWRA - Lower, No' + ordinal: 6 + row_number: 14 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:4' + table_record_kind: detail + filters: {limited_capability_for_work_entitlement: 'LCWRA - Lower', payment_indicator: 'No'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'LCWRA - Lower', label: limited capability for work entitlement} + - {variable: payment_indicator, operator: '==', value: 'No', label: payment indicator} + guard_cells: [{column: C, row: 14, expected_value: 'January 2023', label: month}, {column: H, row: 14, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}] + - &lcwra_lower__payment_indicator_yes + value_id: lcwra_lower__payment_indicator_yes + label: 'LCWRA - Lower, Yes' + ordinal: 7 + row_number: 15 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:4' + table_record_kind: detail + filters: {limited_capability_for_work_entitlement: 'LCWRA - Lower', payment_indicator: 'Yes'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'LCWRA - Lower', label: limited capability for work entitlement} + - {variable: payment_indicator, operator: '==', value: 'Yes', label: payment indicator} + guard_cells: [{column: C, row: 15, expected_value: 'January 2023', label: month}, {column: H, row: 15, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}] + measures: + - measure_id: benefit_units + label: 'Universal Credit benefit units' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.uc_benefit_units + source_concept: dwp.uc_households + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/UC_Households/Limited%20Capability%20for%20Work%20Entitlement.html + concept_evidence_notes: 'DWP UC_Households cube cells for January 2023 to May 2026, by limited capability for work entitlement and payment indicator, preserve the publisher labels and value URIs. DWP defines a Universal Credit household as the UC unit of assessment; Chronicle normalizes that entity to benefit_unit.' + unit: count + aggregation: sum + expected_cell_type: number +- &monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_01.total + sheet_name: api_response + period_type: month + period: 2023-01 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: benefit_unit + entity_role: universal_credit_unit_of_assessment + domain: universal_credit + groupby_dimension: dwp.limited_capability_for_work_entitlement + assertion: observation + rows: + - &none__payment_indicator_all + value_id: none__payment_indicator_all + label: 'None, Total' + ordinal: 0 + row_number: 4 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:0' + table_record_kind: total + filters: {limited_capability_for_work_entitlement: 'None', payment_indicator: 'all'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'None', label: limited capability for work entitlement} + guard_cells: [{column: C, row: 4, expected_value: 'January 2023', label: month}, {column: G, row: 4, expected_value: Total, label: payment indicator publisher Total}] + - &lcw__payment_indicator_all + value_id: lcw__payment_indicator_all + label: 'LCW, Total' + ordinal: 1 + row_number: 10 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:2' + table_record_kind: total + filters: {limited_capability_for_work_entitlement: 'LCW', payment_indicator: 'all'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'LCW', label: limited capability for work entitlement} + guard_cells: [{column: C, row: 10, expected_value: 'January 2023', label: month}, {column: G, row: 10, expected_value: Total, label: payment indicator publisher Total}] + - &lcwra_higher__payment_indicator_all + value_id: lcwra_higher__payment_indicator_all + label: 'LCWRA - Higher, Total' + ordinal: 2 + row_number: 13 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3' + table_record_kind: total + filters: {limited_capability_for_work_entitlement: 'LCWRA - Higher', payment_indicator: 'all'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'LCWRA - Higher', label: limited capability for work entitlement} + guard_cells: [{column: C, row: 13, expected_value: 'January 2023', label: month}, {column: G, row: 13, expected_value: Total, label: payment indicator publisher Total}] + - &lcwra_lower__payment_indicator_all + value_id: lcwra_lower__payment_indicator_all + label: 'LCWRA - Lower, Total' + ordinal: 3 + row_number: 16 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:4' + table_record_kind: total + filters: {limited_capability_for_work_entitlement: 'LCWRA - Lower', payment_indicator: 'all'} + constraints: + - {variable: limited_capability_for_work_entitlement, operator: '==', value: 'LCWRA - Lower', label: limited capability for work entitlement} + guard_cells: [{column: C, row: 16, expected_value: 'January 2023', label: month}, {column: G, row: 16, expected_value: Total, label: payment indicator publisher Total}] + measures: + - measure_id: total_benefit_units + label: 'Universal Credit benefit units, published total over payment indicator' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.uc_benefit_units + source_concept: dwp.uc_households + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/UC_Households/Limited%20Capability%20for%20Work%20Entitlement.html + concept_evidence_notes: 'DWP emits this Total item itself (recode total: true on HCPAYMENT); Chronicle does not sum the categories.' + unit: count + aggregation: sum + expected_cell_type: number +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_02 + period: 2023-02 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 17, guard_cells: [{column: C, row: 17, expected_value: 'February 2023', label: month}, {column: H, row: 17, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 18, guard_cells: [{column: C, row: 18, expected_value: 'February 2023', label: month}, {column: H, row: 18, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 23, guard_cells: [{column: C, row: 23, expected_value: 'February 2023', label: month}, {column: H, row: 23, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 24, guard_cells: [{column: C, row: 24, expected_value: 'February 2023', label: month}, {column: H, row: 24, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 26, guard_cells: [{column: C, row: 26, expected_value: 'February 2023', label: month}, {column: H, row: 26, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 27, guard_cells: [{column: C, row: 27, expected_value: 'February 2023', label: month}, {column: H, row: 27, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 29, guard_cells: [{column: C, row: 29, expected_value: 'February 2023', label: month}, {column: H, row: 29, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 30, guard_cells: [{column: C, row: 30, expected_value: 'February 2023', label: month}, {column: H, row: 30, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_02.total + period: 2023-02 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 19, guard_cells: [{column: C, row: 19, expected_value: 'February 2023', label: month}, {column: G, row: 19, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 25, guard_cells: [{column: C, row: 25, expected_value: 'February 2023', label: month}, {column: G, row: 25, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 28, guard_cells: [{column: C, row: 28, expected_value: 'February 2023', label: month}, {column: G, row: 28, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 31, guard_cells: [{column: C, row: 31, expected_value: 'February 2023', label: month}, {column: G, row: 31, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_03 + period: 2023-03 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 32, guard_cells: [{column: C, row: 32, expected_value: 'March 2023', label: month}, {column: H, row: 32, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 33, guard_cells: [{column: C, row: 33, expected_value: 'March 2023', label: month}, {column: H, row: 33, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 38, guard_cells: [{column: C, row: 38, expected_value: 'March 2023', label: month}, {column: H, row: 38, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 39, guard_cells: [{column: C, row: 39, expected_value: 'March 2023', label: month}, {column: H, row: 39, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 41, guard_cells: [{column: C, row: 41, expected_value: 'March 2023', label: month}, {column: H, row: 41, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 42, guard_cells: [{column: C, row: 42, expected_value: 'March 2023', label: month}, {column: H, row: 42, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 44, guard_cells: [{column: C, row: 44, expected_value: 'March 2023', label: month}, {column: H, row: 44, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 45, guard_cells: [{column: C, row: 45, expected_value: 'March 2023', label: month}, {column: H, row: 45, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_03.total + period: 2023-03 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 34, guard_cells: [{column: C, row: 34, expected_value: 'March 2023', label: month}, {column: G, row: 34, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 40, guard_cells: [{column: C, row: 40, expected_value: 'March 2023', label: month}, {column: G, row: 40, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 43, guard_cells: [{column: C, row: 43, expected_value: 'March 2023', label: month}, {column: G, row: 43, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 46, guard_cells: [{column: C, row: 46, expected_value: 'March 2023', label: month}, {column: G, row: 46, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_04 + period: 2023-04 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 47, guard_cells: [{column: C, row: 47, expected_value: 'April 2023', label: month}, {column: H, row: 47, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 48, guard_cells: [{column: C, row: 48, expected_value: 'April 2023', label: month}, {column: H, row: 48, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 53, guard_cells: [{column: C, row: 53, expected_value: 'April 2023', label: month}, {column: H, row: 53, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 54, guard_cells: [{column: C, row: 54, expected_value: 'April 2023', label: month}, {column: H, row: 54, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 56, guard_cells: [{column: C, row: 56, expected_value: 'April 2023', label: month}, {column: H, row: 56, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 57, guard_cells: [{column: C, row: 57, expected_value: 'April 2023', label: month}, {column: H, row: 57, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 59, guard_cells: [{column: C, row: 59, expected_value: 'April 2023', label: month}, {column: H, row: 59, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 60, guard_cells: [{column: C, row: 60, expected_value: 'April 2023', label: month}, {column: H, row: 60, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_04.total + period: 2023-04 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 49, guard_cells: [{column: C, row: 49, expected_value: 'April 2023', label: month}, {column: G, row: 49, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 55, guard_cells: [{column: C, row: 55, expected_value: 'April 2023', label: month}, {column: G, row: 55, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 58, guard_cells: [{column: C, row: 58, expected_value: 'April 2023', label: month}, {column: G, row: 58, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 61, guard_cells: [{column: C, row: 61, expected_value: 'April 2023', label: month}, {column: G, row: 61, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_05 + period: 2023-05 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 62, guard_cells: [{column: C, row: 62, expected_value: 'May 2023', label: month}, {column: H, row: 62, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 63, guard_cells: [{column: C, row: 63, expected_value: 'May 2023', label: month}, {column: H, row: 63, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 68, guard_cells: [{column: C, row: 68, expected_value: 'May 2023', label: month}, {column: H, row: 68, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 69, guard_cells: [{column: C, row: 69, expected_value: 'May 2023', label: month}, {column: H, row: 69, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 71, guard_cells: [{column: C, row: 71, expected_value: 'May 2023', label: month}, {column: H, row: 71, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 72, guard_cells: [{column: C, row: 72, expected_value: 'May 2023', label: month}, {column: H, row: 72, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 74, guard_cells: [{column: C, row: 74, expected_value: 'May 2023', label: month}, {column: H, row: 74, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 75, guard_cells: [{column: C, row: 75, expected_value: 'May 2023', label: month}, {column: H, row: 75, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_05.total + period: 2023-05 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 64, guard_cells: [{column: C, row: 64, expected_value: 'May 2023', label: month}, {column: G, row: 64, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 70, guard_cells: [{column: C, row: 70, expected_value: 'May 2023', label: month}, {column: G, row: 70, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 73, guard_cells: [{column: C, row: 73, expected_value: 'May 2023', label: month}, {column: G, row: 73, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 76, guard_cells: [{column: C, row: 76, expected_value: 'May 2023', label: month}, {column: G, row: 76, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_06 + period: 2023-06 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 77, guard_cells: [{column: C, row: 77, expected_value: 'June 2023', label: month}, {column: H, row: 77, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 78, guard_cells: [{column: C, row: 78, expected_value: 'June 2023', label: month}, {column: H, row: 78, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 83, guard_cells: [{column: C, row: 83, expected_value: 'June 2023', label: month}, {column: H, row: 83, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 84, guard_cells: [{column: C, row: 84, expected_value: 'June 2023', label: month}, {column: H, row: 84, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 86, guard_cells: [{column: C, row: 86, expected_value: 'June 2023', label: month}, {column: H, row: 86, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 87, guard_cells: [{column: C, row: 87, expected_value: 'June 2023', label: month}, {column: H, row: 87, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 89, guard_cells: [{column: C, row: 89, expected_value: 'June 2023', label: month}, {column: H, row: 89, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 90, guard_cells: [{column: C, row: 90, expected_value: 'June 2023', label: month}, {column: H, row: 90, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_06.total + period: 2023-06 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 79, guard_cells: [{column: C, row: 79, expected_value: 'June 2023', label: month}, {column: G, row: 79, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 85, guard_cells: [{column: C, row: 85, expected_value: 'June 2023', label: month}, {column: G, row: 85, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 88, guard_cells: [{column: C, row: 88, expected_value: 'June 2023', label: month}, {column: G, row: 88, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 91, guard_cells: [{column: C, row: 91, expected_value: 'June 2023', label: month}, {column: G, row: 91, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_07 + period: 2023-07 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 92, guard_cells: [{column: C, row: 92, expected_value: 'July 2023', label: month}, {column: H, row: 92, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 93, guard_cells: [{column: C, row: 93, expected_value: 'July 2023', label: month}, {column: H, row: 93, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 98, guard_cells: [{column: C, row: 98, expected_value: 'July 2023', label: month}, {column: H, row: 98, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 99, guard_cells: [{column: C, row: 99, expected_value: 'July 2023', label: month}, {column: H, row: 99, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 101, guard_cells: [{column: C, row: 101, expected_value: 'July 2023', label: month}, {column: H, row: 101, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 102, guard_cells: [{column: C, row: 102, expected_value: 'July 2023', label: month}, {column: H, row: 102, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 104, guard_cells: [{column: C, row: 104, expected_value: 'July 2023', label: month}, {column: H, row: 104, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 105, guard_cells: [{column: C, row: 105, expected_value: 'July 2023', label: month}, {column: H, row: 105, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_07.total + period: 2023-07 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 94, guard_cells: [{column: C, row: 94, expected_value: 'July 2023', label: month}, {column: G, row: 94, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 100, guard_cells: [{column: C, row: 100, expected_value: 'July 2023', label: month}, {column: G, row: 100, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 103, guard_cells: [{column: C, row: 103, expected_value: 'July 2023', label: month}, {column: G, row: 103, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 106, guard_cells: [{column: C, row: 106, expected_value: 'July 2023', label: month}, {column: G, row: 106, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_08 + period: 2023-08 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 107, guard_cells: [{column: C, row: 107, expected_value: 'August 2023', label: month}, {column: H, row: 107, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 108, guard_cells: [{column: C, row: 108, expected_value: 'August 2023', label: month}, {column: H, row: 108, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 113, guard_cells: [{column: C, row: 113, expected_value: 'August 2023', label: month}, {column: H, row: 113, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 114, guard_cells: [{column: C, row: 114, expected_value: 'August 2023', label: month}, {column: H, row: 114, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 116, guard_cells: [{column: C, row: 116, expected_value: 'August 2023', label: month}, {column: H, row: 116, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 117, guard_cells: [{column: C, row: 117, expected_value: 'August 2023', label: month}, {column: H, row: 117, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 119, guard_cells: [{column: C, row: 119, expected_value: 'August 2023', label: month}, {column: H, row: 119, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 120, guard_cells: [{column: C, row: 120, expected_value: 'August 2023', label: month}, {column: H, row: 120, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_08.total + period: 2023-08 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 109, guard_cells: [{column: C, row: 109, expected_value: 'August 2023', label: month}, {column: G, row: 109, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 115, guard_cells: [{column: C, row: 115, expected_value: 'August 2023', label: month}, {column: G, row: 115, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 118, guard_cells: [{column: C, row: 118, expected_value: 'August 2023', label: month}, {column: G, row: 118, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 121, guard_cells: [{column: C, row: 121, expected_value: 'August 2023', label: month}, {column: G, row: 121, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_09 + period: 2023-09 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 122, guard_cells: [{column: C, row: 122, expected_value: 'September 2023', label: month}, {column: H, row: 122, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 123, guard_cells: [{column: C, row: 123, expected_value: 'September 2023', label: month}, {column: H, row: 123, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 128, guard_cells: [{column: C, row: 128, expected_value: 'September 2023', label: month}, {column: H, row: 128, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 129, guard_cells: [{column: C, row: 129, expected_value: 'September 2023', label: month}, {column: H, row: 129, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 131, guard_cells: [{column: C, row: 131, expected_value: 'September 2023', label: month}, {column: H, row: 131, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 132, guard_cells: [{column: C, row: 132, expected_value: 'September 2023', label: month}, {column: H, row: 132, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 134, guard_cells: [{column: C, row: 134, expected_value: 'September 2023', label: month}, {column: H, row: 134, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 135, guard_cells: [{column: C, row: 135, expected_value: 'September 2023', label: month}, {column: H, row: 135, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_09.total + period: 2023-09 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 124, guard_cells: [{column: C, row: 124, expected_value: 'September 2023', label: month}, {column: G, row: 124, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 130, guard_cells: [{column: C, row: 130, expected_value: 'September 2023', label: month}, {column: G, row: 130, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 133, guard_cells: [{column: C, row: 133, expected_value: 'September 2023', label: month}, {column: G, row: 133, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 136, guard_cells: [{column: C, row: 136, expected_value: 'September 2023', label: month}, {column: G, row: 136, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_10 + period: 2023-10 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 137, guard_cells: [{column: C, row: 137, expected_value: 'October 2023', label: month}, {column: H, row: 137, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 138, guard_cells: [{column: C, row: 138, expected_value: 'October 2023', label: month}, {column: H, row: 138, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 143, guard_cells: [{column: C, row: 143, expected_value: 'October 2023', label: month}, {column: H, row: 143, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 144, guard_cells: [{column: C, row: 144, expected_value: 'October 2023', label: month}, {column: H, row: 144, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 146, guard_cells: [{column: C, row: 146, expected_value: 'October 2023', label: month}, {column: H, row: 146, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 147, guard_cells: [{column: C, row: 147, expected_value: 'October 2023', label: month}, {column: H, row: 147, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 149, guard_cells: [{column: C, row: 149, expected_value: 'October 2023', label: month}, {column: H, row: 149, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 150, guard_cells: [{column: C, row: 150, expected_value: 'October 2023', label: month}, {column: H, row: 150, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_10.total + period: 2023-10 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 139, guard_cells: [{column: C, row: 139, expected_value: 'October 2023', label: month}, {column: G, row: 139, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 145, guard_cells: [{column: C, row: 145, expected_value: 'October 2023', label: month}, {column: G, row: 145, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 148, guard_cells: [{column: C, row: 148, expected_value: 'October 2023', label: month}, {column: G, row: 148, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 151, guard_cells: [{column: C, row: 151, expected_value: 'October 2023', label: month}, {column: G, row: 151, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_11 + period: 2023-11 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 152, guard_cells: [{column: C, row: 152, expected_value: 'November 2023', label: month}, {column: H, row: 152, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 153, guard_cells: [{column: C, row: 153, expected_value: 'November 2023', label: month}, {column: H, row: 153, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 158, guard_cells: [{column: C, row: 158, expected_value: 'November 2023', label: month}, {column: H, row: 158, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 159, guard_cells: [{column: C, row: 159, expected_value: 'November 2023', label: month}, {column: H, row: 159, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 161, guard_cells: [{column: C, row: 161, expected_value: 'November 2023', label: month}, {column: H, row: 161, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 162, guard_cells: [{column: C, row: 162, expected_value: 'November 2023', label: month}, {column: H, row: 162, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 164, guard_cells: [{column: C, row: 164, expected_value: 'November 2023', label: month}, {column: H, row: 164, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 165, guard_cells: [{column: C, row: 165, expected_value: 'November 2023', label: month}, {column: H, row: 165, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_11.total + period: 2023-11 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 154, guard_cells: [{column: C, row: 154, expected_value: 'November 2023', label: month}, {column: G, row: 154, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 160, guard_cells: [{column: C, row: 160, expected_value: 'November 2023', label: month}, {column: G, row: 160, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 163, guard_cells: [{column: C, row: 163, expected_value: 'November 2023', label: month}, {column: G, row: 163, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 166, guard_cells: [{column: C, row: 166, expected_value: 'November 2023', label: month}, {column: G, row: 166, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_12 + period: 2023-12 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 167, guard_cells: [{column: C, row: 167, expected_value: 'December 2023', label: month}, {column: H, row: 167, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 168, guard_cells: [{column: C, row: 168, expected_value: 'December 2023', label: month}, {column: H, row: 168, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 173, guard_cells: [{column: C, row: 173, expected_value: 'December 2023', label: month}, {column: H, row: 173, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 174, guard_cells: [{column: C, row: 174, expected_value: 'December 2023', label: month}, {column: H, row: 174, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 176, guard_cells: [{column: C, row: 176, expected_value: 'December 2023', label: month}, {column: H, row: 176, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 177, guard_cells: [{column: C, row: 177, expected_value: 'December 2023', label: month}, {column: H, row: 177, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 179, guard_cells: [{column: C, row: 179, expected_value: 'December 2023', label: month}, {column: H, row: 179, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 180, guard_cells: [{column: C, row: 180, expected_value: 'December 2023', label: month}, {column: H, row: 180, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2023_12.total + period: 2023-12 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 169, guard_cells: [{column: C, row: 169, expected_value: 'December 2023', label: month}, {column: G, row: 169, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 175, guard_cells: [{column: C, row: 175, expected_value: 'December 2023', label: month}, {column: G, row: 175, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 178, guard_cells: [{column: C, row: 178, expected_value: 'December 2023', label: month}, {column: G, row: 178, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 181, guard_cells: [{column: C, row: 181, expected_value: 'December 2023', label: month}, {column: G, row: 181, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_01 + period: 2024-01 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 182, guard_cells: [{column: C, row: 182, expected_value: 'January 2024', label: month}, {column: H, row: 182, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 183, guard_cells: [{column: C, row: 183, expected_value: 'January 2024', label: month}, {column: H, row: 183, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 188, guard_cells: [{column: C, row: 188, expected_value: 'January 2024', label: month}, {column: H, row: 188, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 189, guard_cells: [{column: C, row: 189, expected_value: 'January 2024', label: month}, {column: H, row: 189, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 191, guard_cells: [{column: C, row: 191, expected_value: 'January 2024', label: month}, {column: H, row: 191, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 192, guard_cells: [{column: C, row: 192, expected_value: 'January 2024', label: month}, {column: H, row: 192, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 194, guard_cells: [{column: C, row: 194, expected_value: 'January 2024', label: month}, {column: H, row: 194, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 195, guard_cells: [{column: C, row: 195, expected_value: 'January 2024', label: month}, {column: H, row: 195, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_01.total + period: 2024-01 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 184, guard_cells: [{column: C, row: 184, expected_value: 'January 2024', label: month}, {column: G, row: 184, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 190, guard_cells: [{column: C, row: 190, expected_value: 'January 2024', label: month}, {column: G, row: 190, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 193, guard_cells: [{column: C, row: 193, expected_value: 'January 2024', label: month}, {column: G, row: 193, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 196, guard_cells: [{column: C, row: 196, expected_value: 'January 2024', label: month}, {column: G, row: 196, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_02 + period: 2024-02 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 197, guard_cells: [{column: C, row: 197, expected_value: 'February 2024', label: month}, {column: H, row: 197, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 198, guard_cells: [{column: C, row: 198, expected_value: 'February 2024', label: month}, {column: H, row: 198, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 203, guard_cells: [{column: C, row: 203, expected_value: 'February 2024', label: month}, {column: H, row: 203, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 204, guard_cells: [{column: C, row: 204, expected_value: 'February 2024', label: month}, {column: H, row: 204, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 206, guard_cells: [{column: C, row: 206, expected_value: 'February 2024', label: month}, {column: H, row: 206, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 207, guard_cells: [{column: C, row: 207, expected_value: 'February 2024', label: month}, {column: H, row: 207, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 209, guard_cells: [{column: C, row: 209, expected_value: 'February 2024', label: month}, {column: H, row: 209, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 210, guard_cells: [{column: C, row: 210, expected_value: 'February 2024', label: month}, {column: H, row: 210, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_02.total + period: 2024-02 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 199, guard_cells: [{column: C, row: 199, expected_value: 'February 2024', label: month}, {column: G, row: 199, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 205, guard_cells: [{column: C, row: 205, expected_value: 'February 2024', label: month}, {column: G, row: 205, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 208, guard_cells: [{column: C, row: 208, expected_value: 'February 2024', label: month}, {column: G, row: 208, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 211, guard_cells: [{column: C, row: 211, expected_value: 'February 2024', label: month}, {column: G, row: 211, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_03 + period: 2024-03 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 212, guard_cells: [{column: C, row: 212, expected_value: 'March 2024', label: month}, {column: H, row: 212, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 213, guard_cells: [{column: C, row: 213, expected_value: 'March 2024', label: month}, {column: H, row: 213, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 218, guard_cells: [{column: C, row: 218, expected_value: 'March 2024', label: month}, {column: H, row: 218, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 219, guard_cells: [{column: C, row: 219, expected_value: 'March 2024', label: month}, {column: H, row: 219, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 221, guard_cells: [{column: C, row: 221, expected_value: 'March 2024', label: month}, {column: H, row: 221, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 222, guard_cells: [{column: C, row: 222, expected_value: 'March 2024', label: month}, {column: H, row: 222, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 224, guard_cells: [{column: C, row: 224, expected_value: 'March 2024', label: month}, {column: H, row: 224, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 225, guard_cells: [{column: C, row: 225, expected_value: 'March 2024', label: month}, {column: H, row: 225, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_03.total + period: 2024-03 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 214, guard_cells: [{column: C, row: 214, expected_value: 'March 2024', label: month}, {column: G, row: 214, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 220, guard_cells: [{column: C, row: 220, expected_value: 'March 2024', label: month}, {column: G, row: 220, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 223, guard_cells: [{column: C, row: 223, expected_value: 'March 2024', label: month}, {column: G, row: 223, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 226, guard_cells: [{column: C, row: 226, expected_value: 'March 2024', label: month}, {column: G, row: 226, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_04 + period: 2024-04 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 227, guard_cells: [{column: C, row: 227, expected_value: 'April 2024', label: month}, {column: H, row: 227, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 228, guard_cells: [{column: C, row: 228, expected_value: 'April 2024', label: month}, {column: H, row: 228, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 233, guard_cells: [{column: C, row: 233, expected_value: 'April 2024', label: month}, {column: H, row: 233, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 234, guard_cells: [{column: C, row: 234, expected_value: 'April 2024', label: month}, {column: H, row: 234, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 236, guard_cells: [{column: C, row: 236, expected_value: 'April 2024', label: month}, {column: H, row: 236, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 237, guard_cells: [{column: C, row: 237, expected_value: 'April 2024', label: month}, {column: H, row: 237, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 239, guard_cells: [{column: C, row: 239, expected_value: 'April 2024', label: month}, {column: H, row: 239, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 240, guard_cells: [{column: C, row: 240, expected_value: 'April 2024', label: month}, {column: H, row: 240, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_04.total + period: 2024-04 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 229, guard_cells: [{column: C, row: 229, expected_value: 'April 2024', label: month}, {column: G, row: 229, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 235, guard_cells: [{column: C, row: 235, expected_value: 'April 2024', label: month}, {column: G, row: 235, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 238, guard_cells: [{column: C, row: 238, expected_value: 'April 2024', label: month}, {column: G, row: 238, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 241, guard_cells: [{column: C, row: 241, expected_value: 'April 2024', label: month}, {column: G, row: 241, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_05 + period: 2024-05 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 242, guard_cells: [{column: C, row: 242, expected_value: 'May 2024', label: month}, {column: H, row: 242, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 243, guard_cells: [{column: C, row: 243, expected_value: 'May 2024', label: month}, {column: H, row: 243, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 248, guard_cells: [{column: C, row: 248, expected_value: 'May 2024', label: month}, {column: H, row: 248, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 249, guard_cells: [{column: C, row: 249, expected_value: 'May 2024', label: month}, {column: H, row: 249, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 251, guard_cells: [{column: C, row: 251, expected_value: 'May 2024', label: month}, {column: H, row: 251, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 252, guard_cells: [{column: C, row: 252, expected_value: 'May 2024', label: month}, {column: H, row: 252, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 254, guard_cells: [{column: C, row: 254, expected_value: 'May 2024', label: month}, {column: H, row: 254, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 255, guard_cells: [{column: C, row: 255, expected_value: 'May 2024', label: month}, {column: H, row: 255, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_05.total + period: 2024-05 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 244, guard_cells: [{column: C, row: 244, expected_value: 'May 2024', label: month}, {column: G, row: 244, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 250, guard_cells: [{column: C, row: 250, expected_value: 'May 2024', label: month}, {column: G, row: 250, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 253, guard_cells: [{column: C, row: 253, expected_value: 'May 2024', label: month}, {column: G, row: 253, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 256, guard_cells: [{column: C, row: 256, expected_value: 'May 2024', label: month}, {column: G, row: 256, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_06 + period: 2024-06 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 257, guard_cells: [{column: C, row: 257, expected_value: 'June 2024', label: month}, {column: H, row: 257, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 258, guard_cells: [{column: C, row: 258, expected_value: 'June 2024', label: month}, {column: H, row: 258, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 263, guard_cells: [{column: C, row: 263, expected_value: 'June 2024', label: month}, {column: H, row: 263, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 264, guard_cells: [{column: C, row: 264, expected_value: 'June 2024', label: month}, {column: H, row: 264, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 266, guard_cells: [{column: C, row: 266, expected_value: 'June 2024', label: month}, {column: H, row: 266, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 267, guard_cells: [{column: C, row: 267, expected_value: 'June 2024', label: month}, {column: H, row: 267, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 269, guard_cells: [{column: C, row: 269, expected_value: 'June 2024', label: month}, {column: H, row: 269, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 270, guard_cells: [{column: C, row: 270, expected_value: 'June 2024', label: month}, {column: H, row: 270, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_06.total + period: 2024-06 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 259, guard_cells: [{column: C, row: 259, expected_value: 'June 2024', label: month}, {column: G, row: 259, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 265, guard_cells: [{column: C, row: 265, expected_value: 'June 2024', label: month}, {column: G, row: 265, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 268, guard_cells: [{column: C, row: 268, expected_value: 'June 2024', label: month}, {column: G, row: 268, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 271, guard_cells: [{column: C, row: 271, expected_value: 'June 2024', label: month}, {column: G, row: 271, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_07 + period: 2024-07 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 272, guard_cells: [{column: C, row: 272, expected_value: 'July 2024', label: month}, {column: H, row: 272, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 273, guard_cells: [{column: C, row: 273, expected_value: 'July 2024', label: month}, {column: H, row: 273, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 278, guard_cells: [{column: C, row: 278, expected_value: 'July 2024', label: month}, {column: H, row: 278, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 279, guard_cells: [{column: C, row: 279, expected_value: 'July 2024', label: month}, {column: H, row: 279, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 281, guard_cells: [{column: C, row: 281, expected_value: 'July 2024', label: month}, {column: H, row: 281, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 282, guard_cells: [{column: C, row: 282, expected_value: 'July 2024', label: month}, {column: H, row: 282, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 284, guard_cells: [{column: C, row: 284, expected_value: 'July 2024', label: month}, {column: H, row: 284, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 285, guard_cells: [{column: C, row: 285, expected_value: 'July 2024', label: month}, {column: H, row: 285, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_07.total + period: 2024-07 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 274, guard_cells: [{column: C, row: 274, expected_value: 'July 2024', label: month}, {column: G, row: 274, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 280, guard_cells: [{column: C, row: 280, expected_value: 'July 2024', label: month}, {column: G, row: 280, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 283, guard_cells: [{column: C, row: 283, expected_value: 'July 2024', label: month}, {column: G, row: 283, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 286, guard_cells: [{column: C, row: 286, expected_value: 'July 2024', label: month}, {column: G, row: 286, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_08 + period: 2024-08 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 287, guard_cells: [{column: C, row: 287, expected_value: 'August 2024', label: month}, {column: H, row: 287, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 288, guard_cells: [{column: C, row: 288, expected_value: 'August 2024', label: month}, {column: H, row: 288, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 293, guard_cells: [{column: C, row: 293, expected_value: 'August 2024', label: month}, {column: H, row: 293, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 294, guard_cells: [{column: C, row: 294, expected_value: 'August 2024', label: month}, {column: H, row: 294, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 296, guard_cells: [{column: C, row: 296, expected_value: 'August 2024', label: month}, {column: H, row: 296, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 297, guard_cells: [{column: C, row: 297, expected_value: 'August 2024', label: month}, {column: H, row: 297, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 299, guard_cells: [{column: C, row: 299, expected_value: 'August 2024', label: month}, {column: H, row: 299, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 300, guard_cells: [{column: C, row: 300, expected_value: 'August 2024', label: month}, {column: H, row: 300, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_08.total + period: 2024-08 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 289, guard_cells: [{column: C, row: 289, expected_value: 'August 2024', label: month}, {column: G, row: 289, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 295, guard_cells: [{column: C, row: 295, expected_value: 'August 2024', label: month}, {column: G, row: 295, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 298, guard_cells: [{column: C, row: 298, expected_value: 'August 2024', label: month}, {column: G, row: 298, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 301, guard_cells: [{column: C, row: 301, expected_value: 'August 2024', label: month}, {column: G, row: 301, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_09 + period: 2024-09 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 302, guard_cells: [{column: C, row: 302, expected_value: 'September 2024', label: month}, {column: H, row: 302, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 303, guard_cells: [{column: C, row: 303, expected_value: 'September 2024', label: month}, {column: H, row: 303, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 308, guard_cells: [{column: C, row: 308, expected_value: 'September 2024', label: month}, {column: H, row: 308, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 309, guard_cells: [{column: C, row: 309, expected_value: 'September 2024', label: month}, {column: H, row: 309, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 311, guard_cells: [{column: C, row: 311, expected_value: 'September 2024', label: month}, {column: H, row: 311, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 312, guard_cells: [{column: C, row: 312, expected_value: 'September 2024', label: month}, {column: H, row: 312, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 314, guard_cells: [{column: C, row: 314, expected_value: 'September 2024', label: month}, {column: H, row: 314, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 315, guard_cells: [{column: C, row: 315, expected_value: 'September 2024', label: month}, {column: H, row: 315, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_09.total + period: 2024-09 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 304, guard_cells: [{column: C, row: 304, expected_value: 'September 2024', label: month}, {column: G, row: 304, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 310, guard_cells: [{column: C, row: 310, expected_value: 'September 2024', label: month}, {column: G, row: 310, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 313, guard_cells: [{column: C, row: 313, expected_value: 'September 2024', label: month}, {column: G, row: 313, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 316, guard_cells: [{column: C, row: 316, expected_value: 'September 2024', label: month}, {column: G, row: 316, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_10 + period: 2024-10 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 317, guard_cells: [{column: C, row: 317, expected_value: 'October 2024', label: month}, {column: H, row: 317, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 318, guard_cells: [{column: C, row: 318, expected_value: 'October 2024', label: month}, {column: H, row: 318, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 323, guard_cells: [{column: C, row: 323, expected_value: 'October 2024', label: month}, {column: H, row: 323, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 324, guard_cells: [{column: C, row: 324, expected_value: 'October 2024', label: month}, {column: H, row: 324, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 326, guard_cells: [{column: C, row: 326, expected_value: 'October 2024', label: month}, {column: H, row: 326, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 327, guard_cells: [{column: C, row: 327, expected_value: 'October 2024', label: month}, {column: H, row: 327, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 329, guard_cells: [{column: C, row: 329, expected_value: 'October 2024', label: month}, {column: H, row: 329, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 330, guard_cells: [{column: C, row: 330, expected_value: 'October 2024', label: month}, {column: H, row: 330, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_10.total + period: 2024-10 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 319, guard_cells: [{column: C, row: 319, expected_value: 'October 2024', label: month}, {column: G, row: 319, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 325, guard_cells: [{column: C, row: 325, expected_value: 'October 2024', label: month}, {column: G, row: 325, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 328, guard_cells: [{column: C, row: 328, expected_value: 'October 2024', label: month}, {column: G, row: 328, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 331, guard_cells: [{column: C, row: 331, expected_value: 'October 2024', label: month}, {column: G, row: 331, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_11 + period: 2024-11 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 332, guard_cells: [{column: C, row: 332, expected_value: 'November 2024', label: month}, {column: H, row: 332, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 333, guard_cells: [{column: C, row: 333, expected_value: 'November 2024', label: month}, {column: H, row: 333, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 338, guard_cells: [{column: C, row: 338, expected_value: 'November 2024', label: month}, {column: H, row: 338, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 339, guard_cells: [{column: C, row: 339, expected_value: 'November 2024', label: month}, {column: H, row: 339, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 341, guard_cells: [{column: C, row: 341, expected_value: 'November 2024', label: month}, {column: H, row: 341, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 342, guard_cells: [{column: C, row: 342, expected_value: 'November 2024', label: month}, {column: H, row: 342, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 344, guard_cells: [{column: C, row: 344, expected_value: 'November 2024', label: month}, {column: H, row: 344, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 345, guard_cells: [{column: C, row: 345, expected_value: 'November 2024', label: month}, {column: H, row: 345, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_11.total + period: 2024-11 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 334, guard_cells: [{column: C, row: 334, expected_value: 'November 2024', label: month}, {column: G, row: 334, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 340, guard_cells: [{column: C, row: 340, expected_value: 'November 2024', label: month}, {column: G, row: 340, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 343, guard_cells: [{column: C, row: 343, expected_value: 'November 2024', label: month}, {column: G, row: 343, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 346, guard_cells: [{column: C, row: 346, expected_value: 'November 2024', label: month}, {column: G, row: 346, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_12 + period: 2024-12 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 347, guard_cells: [{column: C, row: 347, expected_value: 'December 2024', label: month}, {column: H, row: 347, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 348, guard_cells: [{column: C, row: 348, expected_value: 'December 2024', label: month}, {column: H, row: 348, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 353, guard_cells: [{column: C, row: 353, expected_value: 'December 2024', label: month}, {column: H, row: 353, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 354, guard_cells: [{column: C, row: 354, expected_value: 'December 2024', label: month}, {column: H, row: 354, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 356, guard_cells: [{column: C, row: 356, expected_value: 'December 2024', label: month}, {column: H, row: 356, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 357, guard_cells: [{column: C, row: 357, expected_value: 'December 2024', label: month}, {column: H, row: 357, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 359, guard_cells: [{column: C, row: 359, expected_value: 'December 2024', label: month}, {column: H, row: 359, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 360, guard_cells: [{column: C, row: 360, expected_value: 'December 2024', label: month}, {column: H, row: 360, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2024_12.total + period: 2024-12 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 349, guard_cells: [{column: C, row: 349, expected_value: 'December 2024', label: month}, {column: G, row: 349, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 355, guard_cells: [{column: C, row: 355, expected_value: 'December 2024', label: month}, {column: G, row: 355, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 358, guard_cells: [{column: C, row: 358, expected_value: 'December 2024', label: month}, {column: G, row: 358, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 361, guard_cells: [{column: C, row: 361, expected_value: 'December 2024', label: month}, {column: G, row: 361, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_01 + period: 2025-01 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 362, guard_cells: [{column: C, row: 362, expected_value: 'January 2025', label: month}, {column: H, row: 362, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 363, guard_cells: [{column: C, row: 363, expected_value: 'January 2025', label: month}, {column: H, row: 363, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 368, guard_cells: [{column: C, row: 368, expected_value: 'January 2025', label: month}, {column: H, row: 368, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 369, guard_cells: [{column: C, row: 369, expected_value: 'January 2025', label: month}, {column: H, row: 369, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 371, guard_cells: [{column: C, row: 371, expected_value: 'January 2025', label: month}, {column: H, row: 371, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 372, guard_cells: [{column: C, row: 372, expected_value: 'January 2025', label: month}, {column: H, row: 372, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 374, guard_cells: [{column: C, row: 374, expected_value: 'January 2025', label: month}, {column: H, row: 374, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 375, guard_cells: [{column: C, row: 375, expected_value: 'January 2025', label: month}, {column: H, row: 375, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_01.total + period: 2025-01 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 364, guard_cells: [{column: C, row: 364, expected_value: 'January 2025', label: month}, {column: G, row: 364, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 370, guard_cells: [{column: C, row: 370, expected_value: 'January 2025', label: month}, {column: G, row: 370, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 373, guard_cells: [{column: C, row: 373, expected_value: 'January 2025', label: month}, {column: G, row: 373, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 376, guard_cells: [{column: C, row: 376, expected_value: 'January 2025', label: month}, {column: G, row: 376, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_02 + period: 2025-02 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 377, guard_cells: [{column: C, row: 377, expected_value: 'February 2025', label: month}, {column: H, row: 377, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 378, guard_cells: [{column: C, row: 378, expected_value: 'February 2025', label: month}, {column: H, row: 378, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 383, guard_cells: [{column: C, row: 383, expected_value: 'February 2025', label: month}, {column: H, row: 383, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 384, guard_cells: [{column: C, row: 384, expected_value: 'February 2025', label: month}, {column: H, row: 384, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 386, guard_cells: [{column: C, row: 386, expected_value: 'February 2025', label: month}, {column: H, row: 386, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 387, guard_cells: [{column: C, row: 387, expected_value: 'February 2025', label: month}, {column: H, row: 387, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 389, guard_cells: [{column: C, row: 389, expected_value: 'February 2025', label: month}, {column: H, row: 389, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 390, guard_cells: [{column: C, row: 390, expected_value: 'February 2025', label: month}, {column: H, row: 390, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_02.total + period: 2025-02 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 379, guard_cells: [{column: C, row: 379, expected_value: 'February 2025', label: month}, {column: G, row: 379, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 385, guard_cells: [{column: C, row: 385, expected_value: 'February 2025', label: month}, {column: G, row: 385, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 388, guard_cells: [{column: C, row: 388, expected_value: 'February 2025', label: month}, {column: G, row: 388, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 391, guard_cells: [{column: C, row: 391, expected_value: 'February 2025', label: month}, {column: G, row: 391, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_03 + period: 2025-03 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 392, guard_cells: [{column: C, row: 392, expected_value: 'March 2025', label: month}, {column: H, row: 392, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 393, guard_cells: [{column: C, row: 393, expected_value: 'March 2025', label: month}, {column: H, row: 393, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 398, guard_cells: [{column: C, row: 398, expected_value: 'March 2025', label: month}, {column: H, row: 398, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 399, guard_cells: [{column: C, row: 399, expected_value: 'March 2025', label: month}, {column: H, row: 399, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 401, guard_cells: [{column: C, row: 401, expected_value: 'March 2025', label: month}, {column: H, row: 401, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 402, guard_cells: [{column: C, row: 402, expected_value: 'March 2025', label: month}, {column: H, row: 402, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 404, guard_cells: [{column: C, row: 404, expected_value: 'March 2025', label: month}, {column: H, row: 404, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 405, guard_cells: [{column: C, row: 405, expected_value: 'March 2025', label: month}, {column: H, row: 405, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_03.total + period: 2025-03 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 394, guard_cells: [{column: C, row: 394, expected_value: 'March 2025', label: month}, {column: G, row: 394, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 400, guard_cells: [{column: C, row: 400, expected_value: 'March 2025', label: month}, {column: G, row: 400, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 403, guard_cells: [{column: C, row: 403, expected_value: 'March 2025', label: month}, {column: G, row: 403, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 406, guard_cells: [{column: C, row: 406, expected_value: 'March 2025', label: month}, {column: G, row: 406, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_04 + period: 2025-04 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 407, guard_cells: [{column: C, row: 407, expected_value: 'April 2025', label: month}, {column: H, row: 407, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 408, guard_cells: [{column: C, row: 408, expected_value: 'April 2025', label: month}, {column: H, row: 408, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 413, guard_cells: [{column: C, row: 413, expected_value: 'April 2025', label: month}, {column: H, row: 413, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 414, guard_cells: [{column: C, row: 414, expected_value: 'April 2025', label: month}, {column: H, row: 414, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 416, guard_cells: [{column: C, row: 416, expected_value: 'April 2025', label: month}, {column: H, row: 416, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 417, guard_cells: [{column: C, row: 417, expected_value: 'April 2025', label: month}, {column: H, row: 417, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 419, guard_cells: [{column: C, row: 419, expected_value: 'April 2025', label: month}, {column: H, row: 419, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 420, guard_cells: [{column: C, row: 420, expected_value: 'April 2025', label: month}, {column: H, row: 420, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_04.total + period: 2025-04 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 409, guard_cells: [{column: C, row: 409, expected_value: 'April 2025', label: month}, {column: G, row: 409, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 415, guard_cells: [{column: C, row: 415, expected_value: 'April 2025', label: month}, {column: G, row: 415, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 418, guard_cells: [{column: C, row: 418, expected_value: 'April 2025', label: month}, {column: G, row: 418, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 421, guard_cells: [{column: C, row: 421, expected_value: 'April 2025', label: month}, {column: G, row: 421, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_05 + period: 2025-05 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 422, guard_cells: [{column: C, row: 422, expected_value: 'May 2025', label: month}, {column: H, row: 422, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 423, guard_cells: [{column: C, row: 423, expected_value: 'May 2025', label: month}, {column: H, row: 423, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 428, guard_cells: [{column: C, row: 428, expected_value: 'May 2025', label: month}, {column: H, row: 428, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 429, guard_cells: [{column: C, row: 429, expected_value: 'May 2025', label: month}, {column: H, row: 429, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 431, guard_cells: [{column: C, row: 431, expected_value: 'May 2025', label: month}, {column: H, row: 431, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 432, guard_cells: [{column: C, row: 432, expected_value: 'May 2025', label: month}, {column: H, row: 432, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 434, guard_cells: [{column: C, row: 434, expected_value: 'May 2025', label: month}, {column: H, row: 434, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 435, guard_cells: [{column: C, row: 435, expected_value: 'May 2025', label: month}, {column: H, row: 435, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_05.total + period: 2025-05 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 424, guard_cells: [{column: C, row: 424, expected_value: 'May 2025', label: month}, {column: G, row: 424, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 430, guard_cells: [{column: C, row: 430, expected_value: 'May 2025', label: month}, {column: G, row: 430, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 433, guard_cells: [{column: C, row: 433, expected_value: 'May 2025', label: month}, {column: G, row: 433, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 436, guard_cells: [{column: C, row: 436, expected_value: 'May 2025', label: month}, {column: G, row: 436, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_06.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_06 + period: 2025-06 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 437, guard_cells: [{column: C, row: 437, expected_value: 'June 2025', label: month}, {column: H, row: 437, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 438, guard_cells: [{column: C, row: 438, expected_value: 'June 2025', label: month}, {column: H, row: 438, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 443, guard_cells: [{column: C, row: 443, expected_value: 'June 2025', label: month}, {column: H, row: 443, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 444, guard_cells: [{column: C, row: 444, expected_value: 'June 2025', label: month}, {column: H, row: 444, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 446, guard_cells: [{column: C, row: 446, expected_value: 'June 2025', label: month}, {column: H, row: 446, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 447, guard_cells: [{column: C, row: 447, expected_value: 'June 2025', label: month}, {column: H, row: 447, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 449, guard_cells: [{column: C, row: 449, expected_value: 'June 2025', label: month}, {column: H, row: 449, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 450, guard_cells: [{column: C, row: 450, expected_value: 'June 2025', label: month}, {column: H, row: 450, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_06.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_06.total + period: 2025-06 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 439, guard_cells: [{column: C, row: 439, expected_value: 'June 2025', label: month}, {column: G, row: 439, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 445, guard_cells: [{column: C, row: 445, expected_value: 'June 2025', label: month}, {column: G, row: 445, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 448, guard_cells: [{column: C, row: 448, expected_value: 'June 2025', label: month}, {column: G, row: 448, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 451, guard_cells: [{column: C, row: 451, expected_value: 'June 2025', label: month}, {column: G, row: 451, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_07.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_07 + period: 2025-07 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 452, guard_cells: [{column: C, row: 452, expected_value: 'July 2025', label: month}, {column: H, row: 452, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 453, guard_cells: [{column: C, row: 453, expected_value: 'July 2025', label: month}, {column: H, row: 453, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 458, guard_cells: [{column: C, row: 458, expected_value: 'July 2025', label: month}, {column: H, row: 458, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 459, guard_cells: [{column: C, row: 459, expected_value: 'July 2025', label: month}, {column: H, row: 459, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 461, guard_cells: [{column: C, row: 461, expected_value: 'July 2025', label: month}, {column: H, row: 461, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 462, guard_cells: [{column: C, row: 462, expected_value: 'July 2025', label: month}, {column: H, row: 462, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 464, guard_cells: [{column: C, row: 464, expected_value: 'July 2025', label: month}, {column: H, row: 464, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 465, guard_cells: [{column: C, row: 465, expected_value: 'July 2025', label: month}, {column: H, row: 465, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_07.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_07.total + period: 2025-07 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 454, guard_cells: [{column: C, row: 454, expected_value: 'July 2025', label: month}, {column: G, row: 454, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 460, guard_cells: [{column: C, row: 460, expected_value: 'July 2025', label: month}, {column: G, row: 460, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 463, guard_cells: [{column: C, row: 463, expected_value: 'July 2025', label: month}, {column: G, row: 463, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 466, guard_cells: [{column: C, row: 466, expected_value: 'July 2025', label: month}, {column: G, row: 466, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_08.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_08 + period: 2025-08 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 467, guard_cells: [{column: C, row: 467, expected_value: 'August 2025', label: month}, {column: H, row: 467, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 468, guard_cells: [{column: C, row: 468, expected_value: 'August 2025', label: month}, {column: H, row: 468, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 473, guard_cells: [{column: C, row: 473, expected_value: 'August 2025', label: month}, {column: H, row: 473, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 474, guard_cells: [{column: C, row: 474, expected_value: 'August 2025', label: month}, {column: H, row: 474, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 476, guard_cells: [{column: C, row: 476, expected_value: 'August 2025', label: month}, {column: H, row: 476, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 477, guard_cells: [{column: C, row: 477, expected_value: 'August 2025', label: month}, {column: H, row: 477, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 479, guard_cells: [{column: C, row: 479, expected_value: 'August 2025', label: month}, {column: H, row: 479, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 480, guard_cells: [{column: C, row: 480, expected_value: 'August 2025', label: month}, {column: H, row: 480, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_08.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_08.total + period: 2025-08 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 469, guard_cells: [{column: C, row: 469, expected_value: 'August 2025', label: month}, {column: G, row: 469, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 475, guard_cells: [{column: C, row: 475, expected_value: 'August 2025', label: month}, {column: G, row: 475, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 478, guard_cells: [{column: C, row: 478, expected_value: 'August 2025', label: month}, {column: G, row: 478, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 481, guard_cells: [{column: C, row: 481, expected_value: 'August 2025', label: month}, {column: G, row: 481, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_09.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_09 + period: 2025-09 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 482, guard_cells: [{column: C, row: 482, expected_value: 'September 2025', label: month}, {column: H, row: 482, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 483, guard_cells: [{column: C, row: 483, expected_value: 'September 2025', label: month}, {column: H, row: 483, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 488, guard_cells: [{column: C, row: 488, expected_value: 'September 2025', label: month}, {column: H, row: 488, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 489, guard_cells: [{column: C, row: 489, expected_value: 'September 2025', label: month}, {column: H, row: 489, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 491, guard_cells: [{column: C, row: 491, expected_value: 'September 2025', label: month}, {column: H, row: 491, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 492, guard_cells: [{column: C, row: 492, expected_value: 'September 2025', label: month}, {column: H, row: 492, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 494, guard_cells: [{column: C, row: 494, expected_value: 'September 2025', label: month}, {column: H, row: 494, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 495, guard_cells: [{column: C, row: 495, expected_value: 'September 2025', label: month}, {column: H, row: 495, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_09.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_09.total + period: 2025-09 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 484, guard_cells: [{column: C, row: 484, expected_value: 'September 2025', label: month}, {column: G, row: 484, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 490, guard_cells: [{column: C, row: 490, expected_value: 'September 2025', label: month}, {column: G, row: 490, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 493, guard_cells: [{column: C, row: 493, expected_value: 'September 2025', label: month}, {column: G, row: 493, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 496, guard_cells: [{column: C, row: 496, expected_value: 'September 2025', label: month}, {column: G, row: 496, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_10.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_10 + period: 2025-10 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 497, guard_cells: [{column: C, row: 497, expected_value: 'October 2025', label: month}, {column: H, row: 497, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 498, guard_cells: [{column: C, row: 498, expected_value: 'October 2025', label: month}, {column: H, row: 498, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 503, guard_cells: [{column: C, row: 503, expected_value: 'October 2025', label: month}, {column: H, row: 503, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 504, guard_cells: [{column: C, row: 504, expected_value: 'October 2025', label: month}, {column: H, row: 504, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 506, guard_cells: [{column: C, row: 506, expected_value: 'October 2025', label: month}, {column: H, row: 506, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 507, guard_cells: [{column: C, row: 507, expected_value: 'October 2025', label: month}, {column: H, row: 507, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 509, guard_cells: [{column: C, row: 509, expected_value: 'October 2025', label: month}, {column: H, row: 509, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 510, guard_cells: [{column: C, row: 510, expected_value: 'October 2025', label: month}, {column: H, row: 510, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_10.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_10.total + period: 2025-10 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 499, guard_cells: [{column: C, row: 499, expected_value: 'October 2025', label: month}, {column: G, row: 499, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 505, guard_cells: [{column: C, row: 505, expected_value: 'October 2025', label: month}, {column: G, row: 505, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 508, guard_cells: [{column: C, row: 508, expected_value: 'October 2025', label: month}, {column: G, row: 508, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 511, guard_cells: [{column: C, row: 511, expected_value: 'October 2025', label: month}, {column: G, row: 511, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_11.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_11 + period: 2025-11 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 512, guard_cells: [{column: C, row: 512, expected_value: 'November 2025', label: month}, {column: H, row: 512, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 513, guard_cells: [{column: C, row: 513, expected_value: 'November 2025', label: month}, {column: H, row: 513, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 518, guard_cells: [{column: C, row: 518, expected_value: 'November 2025', label: month}, {column: H, row: 518, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 519, guard_cells: [{column: C, row: 519, expected_value: 'November 2025', label: month}, {column: H, row: 519, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 521, guard_cells: [{column: C, row: 521, expected_value: 'November 2025', label: month}, {column: H, row: 521, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 522, guard_cells: [{column: C, row: 522, expected_value: 'November 2025', label: month}, {column: H, row: 522, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 524, guard_cells: [{column: C, row: 524, expected_value: 'November 2025', label: month}, {column: H, row: 524, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 525, guard_cells: [{column: C, row: 525, expected_value: 'November 2025', label: month}, {column: H, row: 525, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_11.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_11.total + period: 2025-11 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 514, guard_cells: [{column: C, row: 514, expected_value: 'November 2025', label: month}, {column: G, row: 514, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 520, guard_cells: [{column: C, row: 520, expected_value: 'November 2025', label: month}, {column: G, row: 520, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 523, guard_cells: [{column: C, row: 523, expected_value: 'November 2025', label: month}, {column: G, row: 523, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 526, guard_cells: [{column: C, row: 526, expected_value: 'November 2025', label: month}, {column: G, row: 526, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_12.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_12 + period: 2025-12 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 527, guard_cells: [{column: C, row: 527, expected_value: 'December 2025', label: month}, {column: H, row: 527, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 528, guard_cells: [{column: C, row: 528, expected_value: 'December 2025', label: month}, {column: H, row: 528, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 533, guard_cells: [{column: C, row: 533, expected_value: 'December 2025', label: month}, {column: H, row: 533, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 534, guard_cells: [{column: C, row: 534, expected_value: 'December 2025', label: month}, {column: H, row: 534, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 536, guard_cells: [{column: C, row: 536, expected_value: 'December 2025', label: month}, {column: H, row: 536, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 537, guard_cells: [{column: C, row: 537, expected_value: 'December 2025', label: month}, {column: H, row: 537, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 539, guard_cells: [{column: C, row: 539, expected_value: 'December 2025', label: month}, {column: H, row: 539, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 540, guard_cells: [{column: C, row: 540, expected_value: 'December 2025', label: month}, {column: H, row: 540, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_12.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2025_12.total + period: 2025-12 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 529, guard_cells: [{column: C, row: 529, expected_value: 'December 2025', label: month}, {column: G, row: 529, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 535, guard_cells: [{column: C, row: 535, expected_value: 'December 2025', label: month}, {column: G, row: 535, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 538, guard_cells: [{column: C, row: 538, expected_value: 'December 2025', label: month}, {column: G, row: 538, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 541, guard_cells: [{column: C, row: 541, expected_value: 'December 2025', label: month}, {column: G, row: 541, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_01.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_01 + period: 2026-01 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 542, guard_cells: [{column: C, row: 542, expected_value: 'January 2026', label: month}, {column: H, row: 542, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 543, guard_cells: [{column: C, row: 543, expected_value: 'January 2026', label: month}, {column: H, row: 543, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 548, guard_cells: [{column: C, row: 548, expected_value: 'January 2026', label: month}, {column: H, row: 548, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 549, guard_cells: [{column: C, row: 549, expected_value: 'January 2026', label: month}, {column: H, row: 549, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 551, guard_cells: [{column: C, row: 551, expected_value: 'January 2026', label: month}, {column: H, row: 551, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 552, guard_cells: [{column: C, row: 552, expected_value: 'January 2026', label: month}, {column: H, row: 552, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 554, guard_cells: [{column: C, row: 554, expected_value: 'January 2026', label: month}, {column: H, row: 554, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 555, guard_cells: [{column: C, row: 555, expected_value: 'January 2026', label: month}, {column: H, row: 555, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_01.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_01.total + period: 2026-01 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 544, guard_cells: [{column: C, row: 544, expected_value: 'January 2026', label: month}, {column: G, row: 544, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 550, guard_cells: [{column: C, row: 550, expected_value: 'January 2026', label: month}, {column: G, row: 550, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 553, guard_cells: [{column: C, row: 553, expected_value: 'January 2026', label: month}, {column: G, row: 553, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 556, guard_cells: [{column: C, row: 556, expected_value: 'January 2026', label: month}, {column: G, row: 556, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_02.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_02 + period: 2026-02 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 557, guard_cells: [{column: C, row: 557, expected_value: 'February 2026', label: month}, {column: H, row: 557, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 558, guard_cells: [{column: C, row: 558, expected_value: 'February 2026', label: month}, {column: H, row: 558, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 563, guard_cells: [{column: C, row: 563, expected_value: 'February 2026', label: month}, {column: H, row: 563, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 564, guard_cells: [{column: C, row: 564, expected_value: 'February 2026', label: month}, {column: H, row: 564, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 566, guard_cells: [{column: C, row: 566, expected_value: 'February 2026', label: month}, {column: H, row: 566, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 567, guard_cells: [{column: C, row: 567, expected_value: 'February 2026', label: month}, {column: H, row: 567, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 569, guard_cells: [{column: C, row: 569, expected_value: 'February 2026', label: month}, {column: H, row: 569, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 570, guard_cells: [{column: C, row: 570, expected_value: 'February 2026', label: month}, {column: H, row: 570, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_02.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_02.total + period: 2026-02 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 559, guard_cells: [{column: C, row: 559, expected_value: 'February 2026', label: month}, {column: G, row: 559, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 565, guard_cells: [{column: C, row: 565, expected_value: 'February 2026', label: month}, {column: G, row: 565, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 568, guard_cells: [{column: C, row: 568, expected_value: 'February 2026', label: month}, {column: G, row: 568, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 571, guard_cells: [{column: C, row: 571, expected_value: 'February 2026', label: month}, {column: G, row: 571, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_03.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_03 + period: 2026-03 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 572, guard_cells: [{column: C, row: 572, expected_value: 'March 2026', label: month}, {column: H, row: 572, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 573, guard_cells: [{column: C, row: 573, expected_value: 'March 2026', label: month}, {column: H, row: 573, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 578, guard_cells: [{column: C, row: 578, expected_value: 'March 2026', label: month}, {column: H, row: 578, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 579, guard_cells: [{column: C, row: 579, expected_value: 'March 2026', label: month}, {column: H, row: 579, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 581, guard_cells: [{column: C, row: 581, expected_value: 'March 2026', label: month}, {column: H, row: 581, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 582, guard_cells: [{column: C, row: 582, expected_value: 'March 2026', label: month}, {column: H, row: 582, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 584, guard_cells: [{column: C, row: 584, expected_value: 'March 2026', label: month}, {column: H, row: 584, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 585, guard_cells: [{column: C, row: 585, expected_value: 'March 2026', label: month}, {column: H, row: 585, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_03.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_03.total + period: 2026-03 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 574, guard_cells: [{column: C, row: 574, expected_value: 'March 2026', label: month}, {column: G, row: 574, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 580, guard_cells: [{column: C, row: 580, expected_value: 'March 2026', label: month}, {column: G, row: 580, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 583, guard_cells: [{column: C, row: 583, expected_value: 'March 2026', label: month}, {column: G, row: 583, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 586, guard_cells: [{column: C, row: 586, expected_value: 'March 2026', label: month}, {column: G, row: 586, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_04.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_04 + period: 2026-04 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 587, guard_cells: [{column: C, row: 587, expected_value: 'April 2026', label: month}, {column: H, row: 587, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 588, guard_cells: [{column: C, row: 588, expected_value: 'April 2026', label: month}, {column: H, row: 588, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 593, guard_cells: [{column: C, row: 593, expected_value: 'April 2026', label: month}, {column: H, row: 593, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 594, guard_cells: [{column: C, row: 594, expected_value: 'April 2026', label: month}, {column: H, row: 594, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 596, guard_cells: [{column: C, row: 596, expected_value: 'April 2026', label: month}, {column: H, row: 596, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 597, guard_cells: [{column: C, row: 597, expected_value: 'April 2026', label: month}, {column: H, row: 597, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 599, guard_cells: [{column: C, row: 599, expected_value: 'April 2026', label: month}, {column: H, row: 599, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 600, guard_cells: [{column: C, row: 600, expected_value: 'April 2026', label: month}, {column: H, row: 600, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_04.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_04.total + period: 2026-04 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 589, guard_cells: [{column: C, row: 589, expected_value: 'April 2026', label: month}, {column: G, row: 589, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 595, guard_cells: [{column: C, row: 595, expected_value: 'April 2026', label: month}, {column: G, row: 595, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 598, guard_cells: [{column: C, row: 598, expected_value: 'April 2026', label: month}, {column: G, row: 598, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 601, guard_cells: [{column: C, row: 601, expected_value: 'April 2026', label: month}, {column: G, row: 601, expected_value: Total, label: payment indicator publisher Total}]} +- <<: *monthly + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_05.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_05 + period: 2026-05 + rows: + - {<<: *none__payment_indicator_no, ordinal: 0, row_number: 602, guard_cells: [{column: C, row: 602, expected_value: 'May 2026', label: month}, {column: H, row: 602, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *none__payment_indicator_yes, ordinal: 1, row_number: 603, guard_cells: [{column: C, row: 603, expected_value: 'May 2026', label: month}, {column: H, row: 603, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_no, ordinal: 2, row_number: 608, guard_cells: [{column: C, row: 608, expected_value: 'May 2026', label: month}, {column: H, row: 608, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcw__payment_indicator_yes, ordinal: 3, row_number: 609, guard_cells: [{column: C, row: 609, expected_value: 'May 2026', label: month}, {column: H, row: 609, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_no, ordinal: 4, row_number: 611, guard_cells: [{column: C, row: 611, expected_value: 'May 2026', label: month}, {column: H, row: 611, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_higher__payment_indicator_yes, ordinal: 5, row_number: 612, guard_cells: [{column: C, row: 612, expected_value: 'May 2026', label: month}, {column: H, row: 612, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_no, ordinal: 6, row_number: 614, guard_cells: [{column: C, row: 614, expected_value: 'May 2026', label: month}, {column: H, row: 614, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:0', label: payment indicator value URI}]} + - {<<: *lcwra_lower__payment_indicator_yes, ordinal: 7, row_number: 615, guard_cells: [{column: C, row: 615, expected_value: 'May 2026', label: month}, {column: H, row: 615, expected_value: 'str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT:C_UC_PAYMENT:1', label: payment indicator value URI}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_05.total.v1 + source_record_id_prefix: dwp.statx.uc_benefit_units.lcw_entitlement_payment_indicator.month2026_05.total + period: 2026-05 + rows: + - {<<: *none__payment_indicator_all, ordinal: 0, row_number: 604, guard_cells: [{column: C, row: 604, expected_value: 'May 2026', label: month}, {column: G, row: 604, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcw__payment_indicator_all, ordinal: 1, row_number: 610, guard_cells: [{column: C, row: 610, expected_value: 'May 2026', label: month}, {column: G, row: 610, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_higher__payment_indicator_all, ordinal: 2, row_number: 613, guard_cells: [{column: C, row: 613, expected_value: 'May 2026', label: month}, {column: G, row: 613, expected_value: Total, label: payment indicator publisher Total}]} + - {<<: *lcwra_lower__payment_indicator_all, ordinal: 3, row_number: 616, guard_cells: [{column: C, row: 616, expected_value: 'May 2026', label: month}, {column: G, row: 616, expected_value: Total, label: payment indicator publisher Total}]} diff --git a/packages/dwp/uc_households_lcwra_entitlement_april_december_2025/source_package.yaml b/packages/dwp/uc_households_lcwra_entitlement_april_december_2025/source_package.yaml deleted file mode 100644 index 4a5445ff..00000000 --- a/packages/dwp/uc_households_lcwra_entitlement_april_december_2025/source_package.yaml +++ /dev/null @@ -1,514 +0,0 @@ -# Publisher-emitted monthly entitlement counts; no Chronicle-side aggregation. -schema_version: ledger.source_package.v1 -package_id: dwp-uc-households-lcwra-entitlement-april-december-2025 -label: 'DWP Stat-Xplore: Universal Credit benefit units with LCWRA entitlement, Great Britain, April to - December 2025' -artifact: - source_name: dwp - source_table: Households on Universal Credit with LCWRA entitlement, April to December 2025 - resource_package: db - resource_directory: data/dwp/uc_households_lcwra_entitlement_april_december_2025 - manifest: manifest.yaml - vintage: stat_xplore_2026_08_21 - extracted_at: '2026-08-21' - extraction_method: Stat-Xplore Open Data API table response parsed and unpivoted to one row per cube - cell - parser: statxplore_table_json_rows - sheet_name: api_response - artifact_year: 2025 -record_sets: -- record_set_id: dwp.statx.uc_benefit_units.lcwra.month2025_04 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.lcwra.month2025_04.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.lcwra.month2025_04 - sheet_name: api_response - period_type: month - period: 2025-04 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.limited_capability_for_work_entitlement - assertion: observation - rows: - - value_id: lcwra_entitlement - label: LCWRA - Higher - ordinal: 0 - row_number: 2 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3 - table_record_kind: total - filters: - limited_capability_for_work_entitlement: LCWRA - Higher - constraints: - - variable: limited_capability_for_work_entitlement - operator: == - value: LCWRA - Higher - label: Universal Credit element - guard_cells: - - column: C - row: 2 - expected_value: April 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with LCWRA entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_lcwra_element - source_concept: dwp.uc_households_with_lcwra_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The publisher value is LCWRA - Higher. During April-December 2025, before two LCWRA rates began - in April 2026, it is the LCWRA entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.lcwra.month2025_05 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.lcwra.month2025_05.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.lcwra.month2025_05 - sheet_name: api_response - period_type: month - period: 2025-05 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.limited_capability_for_work_entitlement - assertion: observation - rows: - - value_id: lcwra_entitlement - label: LCWRA - Higher - ordinal: 0 - row_number: 3 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3 - table_record_kind: total - filters: - limited_capability_for_work_entitlement: LCWRA - Higher - constraints: - - variable: limited_capability_for_work_entitlement - operator: == - value: LCWRA - Higher - label: Universal Credit element - guard_cells: - - column: C - row: 3 - expected_value: May 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with LCWRA entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_lcwra_element - source_concept: dwp.uc_households_with_lcwra_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The publisher value is LCWRA - Higher. During April-December 2025, before two LCWRA rates began - in April 2026, it is the LCWRA entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.lcwra.month2025_06 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.lcwra.month2025_06.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.lcwra.month2025_06 - sheet_name: api_response - period_type: month - period: 2025-06 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.limited_capability_for_work_entitlement - assertion: observation - rows: - - value_id: lcwra_entitlement - label: LCWRA - Higher - ordinal: 0 - row_number: 4 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3 - table_record_kind: total - filters: - limited_capability_for_work_entitlement: LCWRA - Higher - constraints: - - variable: limited_capability_for_work_entitlement - operator: == - value: LCWRA - Higher - label: Universal Credit element - guard_cells: - - column: C - row: 4 - expected_value: June 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with LCWRA entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_lcwra_element - source_concept: dwp.uc_households_with_lcwra_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The publisher value is LCWRA - Higher. During April-December 2025, before two LCWRA rates began - in April 2026, it is the LCWRA entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.lcwra.month2025_07 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.lcwra.month2025_07.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.lcwra.month2025_07 - sheet_name: api_response - period_type: month - period: 2025-07 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.limited_capability_for_work_entitlement - assertion: observation - rows: - - value_id: lcwra_entitlement - label: LCWRA - Higher - ordinal: 0 - row_number: 5 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3 - table_record_kind: total - filters: - limited_capability_for_work_entitlement: LCWRA - Higher - constraints: - - variable: limited_capability_for_work_entitlement - operator: == - value: LCWRA - Higher - label: Universal Credit element - guard_cells: - - column: C - row: 5 - expected_value: July 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with LCWRA entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_lcwra_element - source_concept: dwp.uc_households_with_lcwra_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The publisher value is LCWRA - Higher. During April-December 2025, before two LCWRA rates began - in April 2026, it is the LCWRA entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.lcwra.month2025_08 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.lcwra.month2025_08.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.lcwra.month2025_08 - sheet_name: api_response - period_type: month - period: 2025-08 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.limited_capability_for_work_entitlement - assertion: observation - rows: - - value_id: lcwra_entitlement - label: LCWRA - Higher - ordinal: 0 - row_number: 6 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3 - table_record_kind: total - filters: - limited_capability_for_work_entitlement: LCWRA - Higher - constraints: - - variable: limited_capability_for_work_entitlement - operator: == - value: LCWRA - Higher - label: Universal Credit element - guard_cells: - - column: C - row: 6 - expected_value: August 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with LCWRA entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_lcwra_element - source_concept: dwp.uc_households_with_lcwra_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The publisher value is LCWRA - Higher. During April-December 2025, before two LCWRA rates began - in April 2026, it is the LCWRA entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.lcwra.month2025_09 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.lcwra.month2025_09.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.lcwra.month2025_09 - sheet_name: api_response - period_type: month - period: 2025-09 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.limited_capability_for_work_entitlement - assertion: observation - rows: - - value_id: lcwra_entitlement - label: LCWRA - Higher - ordinal: 0 - row_number: 7 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3 - table_record_kind: total - filters: - limited_capability_for_work_entitlement: LCWRA - Higher - constraints: - - variable: limited_capability_for_work_entitlement - operator: == - value: LCWRA - Higher - label: Universal Credit element - guard_cells: - - column: C - row: 7 - expected_value: September 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with LCWRA entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_lcwra_element - source_concept: dwp.uc_households_with_lcwra_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The publisher value is LCWRA - Higher. During April-December 2025, before two LCWRA rates began - in April 2026, it is the LCWRA entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.lcwra.month2025_10 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.lcwra.month2025_10.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.lcwra.month2025_10 - sheet_name: api_response - period_type: month - period: 2025-10 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.limited_capability_for_work_entitlement - assertion: observation - rows: - - value_id: lcwra_entitlement - label: LCWRA - Higher - ordinal: 0 - row_number: 8 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3 - table_record_kind: total - filters: - limited_capability_for_work_entitlement: LCWRA - Higher - constraints: - - variable: limited_capability_for_work_entitlement - operator: == - value: LCWRA - Higher - label: Universal Credit element - guard_cells: - - column: C - row: 8 - expected_value: October 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with LCWRA entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_lcwra_element - source_concept: dwp.uc_households_with_lcwra_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The publisher value is LCWRA - Higher. During April-December 2025, before two LCWRA rates began - in April 2026, it is the LCWRA entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.lcwra.month2025_11 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.lcwra.month2025_11.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.lcwra.month2025_11 - sheet_name: api_response - period_type: month - period: 2025-11 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.limited_capability_for_work_entitlement - assertion: observation - rows: - - value_id: lcwra_entitlement - label: LCWRA - Higher - ordinal: 0 - row_number: 9 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3 - table_record_kind: total - filters: - limited_capability_for_work_entitlement: LCWRA - Higher - constraints: - - variable: limited_capability_for_work_entitlement - operator: == - value: LCWRA - Higher - label: Universal Credit element - guard_cells: - - column: C - row: 9 - expected_value: November 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with LCWRA entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_lcwra_element - source_concept: dwp.uc_households_with_lcwra_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The publisher value is LCWRA - Higher. During April-December 2025, before two LCWRA rates began - in April 2026, it is the LCWRA entitlement. - unit: count - aggregation: sum - expected_cell_type: number -- record_set_id: dwp.statx.uc_benefit_units.lcwra.month2025_12 - provenance_class: administrative - record_set_spec_id: dwp.statx.uc_benefit_units.lcwra.month2025_12.v1 - source_record_id_prefix: dwp.statx.uc_benefit_units.lcwra.month2025_12 - sheet_name: api_response - period_type: month - period: 2025-12 - geography_id: K03000001 - geography_level: country - geography_name: Great Britain - geography_vintage: current - entity: benefit_unit - entity_role: universal_credit_unit_of_assessment - domain: universal_credit - groupby_dimension: dwp.limited_capability_for_work_entitlement - assertion: observation - rows: - - value_id: lcwra_entitlement - label: LCWRA - Higher - ordinal: 0 - row_number: 10 - expected_row_header_column: F - expected_row_header: str:value:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT:C_UC_LCW_ENTITLEMENT:3 - table_record_kind: total - filters: - limited_capability_for_work_entitlement: LCWRA - Higher - constraints: - - variable: limited_capability_for_work_entitlement - operator: == - value: LCWRA - Higher - label: Universal Credit element - guard_cells: - - column: C - row: 10 - expected_value: December 2025 - label: month - measures: - - measure_id: benefit_units - label: UC benefit units with LCWRA entitlement - ordinal: 0 - column: B - source_column_id: value - expected_column_header_row: 1 - expected_column_header: value - concept: dwp.uc_benefit_units_with_lcwra_element - source_concept: dwp.uc_households_with_lcwra_entitlement - concept_relation: source_label - concept_authority: dwp - concept_evidence_url: https://stat-xplore.dwp.gov.uk/ - concept_evidence_notes: DWP defines a Universal Credit household as the benefit unit of assessment. - The publisher value is LCWRA - Higher. During April-December 2025, before two LCWRA rates began - in April 2026, it is the LCWRA entitlement. - unit: count - aggregation: sum - expected_cell_type: number diff --git a/packages/dwp/uc_people_employment_indicator_january_2023_may_2026/source_package.yaml b/packages/dwp/uc_people_employment_indicator_january_2023_may_2026/source_package.yaml new file mode 100644 index 00000000..6c2a2f2e --- /dev/null +++ b/packages/dwp/uc_people_employment_indicator_january_2023_may_2026/source_package.yaml @@ -0,0 +1,875 @@ +# DWP People on Universal Credit (Stat-Xplore UC_Monthly), person grain: both partners of a +# joint claim are counted, so these counts are not benefit-unit shares and do not +# reconcile with the UC_Households cubes. UC_Households carries no earnings or employment +# field (checked against the Stat-Xplore schema on 11 September 2026), which is why +# chronicle#259 item 4 lands on this dataset. January 2023 through May 2026 (41 months; +# 202606 is rejected), 18 August 2026 release. No Chronicle-side summation is emitted. +# Employment Indicator, banded value set C_UC_EMPLOYMENT_2023_BAND: 'In employment (PAYE) or +# self-employment' (HMRC Real Time Information PAYE earnings in the assessment period +# spanning the count date, or self-employed earnings reported to DWP), 'Not in employment +# (PAYE) or self-employment', and 'Not available'. The detailed value set (PAYE only, +# self-employment only, both) is not ported. The recode requests total: true, so DWP emits +# the all-people Total itself (.total record sets, employment_indicator: all). +# DWP holds the indicator for the latest month back until the next release (annotation V): +# in May 2026 every person is 'Not available', so the two employment categories are not +# ported for May 2026 (zeros by unavailability); that month's 'Not available' row and Total +# are. DWP marks April and May 2025 'rev': revised, and not previously on Stat-Xplore +# because the data was suspended. +schema_version: ledger.source_package.v1 +package_id: dwp-uc-people-employment-indicator-january-2023-may-2026 +label: 'DWP Stat-Xplore: People on Universal Credit by employment indicator, Great Britain, January 2023 to May 2026' +artifact: + source_name: dwp + source_table: 'People on Universal Credit by employment indicator, January 2023 to May 2026' + resource_package: db + resource_directory: data/dwp/uc_people_employment_indicator_january_2023_may_2026 + manifest: manifest.yaml + vintage: stat_xplore_2026_09_11 + extracted_at: '2026-09-11' + extraction_method: >- + Stat-Xplore Open Data API table response parsed and unpivoted to one row per cube cell; + database str:database:UC_Monthly; measure str:count:UC_Monthly:V_F_UC_CASELOAD_FULL; + fields in response order: + str:field:UC_Monthly:F_UC_DATE:DATE_NAME; + str:field:UC_Monthly:V_F_UC_CASELOAD_FULL:EMPLOYMENT_CODE; + value sets: C_UC_DATE, C_UC_EMPLOYMENT_2023_BAND; + months January 2023 through May 2026 (202301 through 202605), inclusive; + recode total: true on EMPLOYMENT_CODE only, all other recodes total: false. + parser: statxplore_table_json_rows + sheet_name: api_response + artifact_year: 2025 +record_sets: +- &monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_01.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_01 + sheet_name: api_response + period_type: month + period: 2023-01 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: person + entity_role: universal_credit_claimant + domain: universal_credit + groupby_dimension: dwp.uc_employment_indicator + assertion: observation + rows: + - &employment_not_in_employment_paye_or_self_employment + value_id: employment_not_in_employment_paye_or_self_employment + label: 'Not in employment (PAYE) or self-employment' + ordinal: 0 + row_number: 2 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Monthly:V_F_UC_CASELOAD_FULL:EMPLOYMENT_CODE:C_UC_EMPLOYMENT_2023_BAND:0' + table_record_kind: detail + filters: {employment_indicator: 'Not in employment (PAYE) or self-employment'} + constraints: + - {variable: employment_indicator, operator: '==', value: 'Not in employment (PAYE) or self-employment', label: employment indicator} + guard_cells: [{column: C, row: 2, expected_value: 'January 2023', label: month}] + - &employment_in_employment_paye_or_self_employment + value_id: employment_in_employment_paye_or_self_employment + label: 'In employment (PAYE) or self-employment' + ordinal: 1 + row_number: 3 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Monthly:V_F_UC_CASELOAD_FULL:EMPLOYMENT_CODE:C_UC_EMPLOYMENT_2023_BAND:1' + table_record_kind: detail + filters: {employment_indicator: 'In employment (PAYE) or self-employment'} + constraints: + - {variable: employment_indicator, operator: '==', value: 'In employment (PAYE) or self-employment', label: employment indicator} + guard_cells: [{column: C, row: 3, expected_value: 'January 2023', label: month}] + - &employment_not_available + value_id: employment_not_available + label: 'Not available' + ordinal: 2 + row_number: 4 + expected_row_header_column: F + expected_row_header: 'str:value:UC_Monthly:V_F_UC_CASELOAD_FULL:EMPLOYMENT_CODE:C_UC_EMPLOYMENT_2023_BAND:99' + table_record_kind: detail + filters: {employment_indicator: 'Not available'} + constraints: + - {variable: employment_indicator, operator: '==', value: 'Not available', label: employment indicator} + guard_cells: [{column: C, row: 4, expected_value: 'January 2023', label: month}] + measures: + - measure_id: people + label: 'People on Universal Credit' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.uc_people + source_concept: dwp.people_on_universal_credit + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/UC_Monthly/Employment%20Indicator.html + concept_evidence_notes: 'DWP People on Universal Credit (UC_Monthly) cube cells for January 2023 to May 2026 by the banded employment indicator preserve the publisher labels and value URIs. People are individual claimants; both partners of a joint claim are counted.' + unit: count + aggregation: sum + expected_cell_type: number +- &monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_01.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_01.total + sheet_name: api_response + period_type: month + period: 2023-01 + geography_id: K03000001 + geography_level: country + geography_name: Great Britain + geography_vintage: current + entity: person + entity_role: universal_credit_claimant + domain: universal_credit + groupby_dimension: dwp.uc_employment_indicator + assertion: observation + rows: + - &employment_all + value_id: employment_all + label: 'Total' + ordinal: 0 + row_number: 5 + expected_row_header_column: E + expected_row_header: Total + table_record_kind: total + filters: {employment_indicator: 'all'} + guard_cells: [{column: C, row: 5, expected_value: 'January 2023', label: month}] + measures: + - measure_id: total_people + label: 'People on Universal Credit, published total over employment indicator' + ordinal: 0 + column: B + source_column_id: value + expected_column_header_row: 1 + expected_column_header: value + concept: dwp.uc_people + source_concept: dwp.people_on_universal_credit + concept_relation: source_label + concept_authority: dwp + concept_evidence_url: https://stat-xplore.dwp.gov.uk/webapi/metadata/UC_Monthly/Employment%20Indicator.html + concept_evidence_notes: 'DWP emits this Total item itself (recode total: true on EMPLOYMENT_CODE); Chronicle does not sum the categories.' + unit: count + aggregation: sum + expected_cell_type: number +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_02.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_02 + period: 2023-02 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 6, guard_cells: [{column: C, row: 6, expected_value: 'February 2023', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 7, guard_cells: [{column: C, row: 7, expected_value: 'February 2023', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 8, guard_cells: [{column: C, row: 8, expected_value: 'February 2023', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_02.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_02.total + period: 2023-02 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 9, guard_cells: [{column: C, row: 9, expected_value: 'February 2023', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_03.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_03 + period: 2023-03 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 10, guard_cells: [{column: C, row: 10, expected_value: 'March 2023', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 11, guard_cells: [{column: C, row: 11, expected_value: 'March 2023', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 12, guard_cells: [{column: C, row: 12, expected_value: 'March 2023', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_03.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_03.total + period: 2023-03 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 13, guard_cells: [{column: C, row: 13, expected_value: 'March 2023', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_04.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_04 + period: 2023-04 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 14, guard_cells: [{column: C, row: 14, expected_value: 'April 2023', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 15, guard_cells: [{column: C, row: 15, expected_value: 'April 2023', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 16, guard_cells: [{column: C, row: 16, expected_value: 'April 2023', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_04.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_04.total + period: 2023-04 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 17, guard_cells: [{column: C, row: 17, expected_value: 'April 2023', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_05.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_05 + period: 2023-05 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 18, guard_cells: [{column: C, row: 18, expected_value: 'May 2023', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 19, guard_cells: [{column: C, row: 19, expected_value: 'May 2023', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 20, guard_cells: [{column: C, row: 20, expected_value: 'May 2023', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_05.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_05.total + period: 2023-05 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 21, guard_cells: [{column: C, row: 21, expected_value: 'May 2023', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_06.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_06 + period: 2023-06 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 22, guard_cells: [{column: C, row: 22, expected_value: 'June 2023', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 23, guard_cells: [{column: C, row: 23, expected_value: 'June 2023', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 24, guard_cells: [{column: C, row: 24, expected_value: 'June 2023', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_06.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_06.total + period: 2023-06 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 25, guard_cells: [{column: C, row: 25, expected_value: 'June 2023', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_07.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_07 + period: 2023-07 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 26, guard_cells: [{column: C, row: 26, expected_value: 'July 2023', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 27, guard_cells: [{column: C, row: 27, expected_value: 'July 2023', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 28, guard_cells: [{column: C, row: 28, expected_value: 'July 2023', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_07.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_07.total + period: 2023-07 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 29, guard_cells: [{column: C, row: 29, expected_value: 'July 2023', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_08.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_08 + period: 2023-08 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 30, guard_cells: [{column: C, row: 30, expected_value: 'August 2023', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 31, guard_cells: [{column: C, row: 31, expected_value: 'August 2023', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 32, guard_cells: [{column: C, row: 32, expected_value: 'August 2023', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_08.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_08.total + period: 2023-08 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 33, guard_cells: [{column: C, row: 33, expected_value: 'August 2023', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_09.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_09 + period: 2023-09 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 34, guard_cells: [{column: C, row: 34, expected_value: 'September 2023', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 35, guard_cells: [{column: C, row: 35, expected_value: 'September 2023', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 36, guard_cells: [{column: C, row: 36, expected_value: 'September 2023', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_09.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_09.total + period: 2023-09 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 37, guard_cells: [{column: C, row: 37, expected_value: 'September 2023', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_10.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_10 + period: 2023-10 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 38, guard_cells: [{column: C, row: 38, expected_value: 'October 2023', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 39, guard_cells: [{column: C, row: 39, expected_value: 'October 2023', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 40, guard_cells: [{column: C, row: 40, expected_value: 'October 2023', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_10.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_10.total + period: 2023-10 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 41, guard_cells: [{column: C, row: 41, expected_value: 'October 2023', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_11.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_11 + period: 2023-11 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 42, guard_cells: [{column: C, row: 42, expected_value: 'November 2023', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 43, guard_cells: [{column: C, row: 43, expected_value: 'November 2023', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 44, guard_cells: [{column: C, row: 44, expected_value: 'November 2023', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_11.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_11.total + period: 2023-11 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 45, guard_cells: [{column: C, row: 45, expected_value: 'November 2023', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_12.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_12 + period: 2023-12 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 46, guard_cells: [{column: C, row: 46, expected_value: 'December 2023', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 47, guard_cells: [{column: C, row: 47, expected_value: 'December 2023', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 48, guard_cells: [{column: C, row: 48, expected_value: 'December 2023', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2023_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2023_12.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2023_12.total + period: 2023-12 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 49, guard_cells: [{column: C, row: 49, expected_value: 'December 2023', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_01.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_01 + period: 2024-01 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 50, guard_cells: [{column: C, row: 50, expected_value: 'January 2024', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 51, guard_cells: [{column: C, row: 51, expected_value: 'January 2024', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 52, guard_cells: [{column: C, row: 52, expected_value: 'January 2024', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_01.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_01.total + period: 2024-01 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 53, guard_cells: [{column: C, row: 53, expected_value: 'January 2024', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_02.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_02 + period: 2024-02 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 54, guard_cells: [{column: C, row: 54, expected_value: 'February 2024', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 55, guard_cells: [{column: C, row: 55, expected_value: 'February 2024', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 56, guard_cells: [{column: C, row: 56, expected_value: 'February 2024', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_02.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_02.total + period: 2024-02 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 57, guard_cells: [{column: C, row: 57, expected_value: 'February 2024', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_03.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_03 + period: 2024-03 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 58, guard_cells: [{column: C, row: 58, expected_value: 'March 2024', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 59, guard_cells: [{column: C, row: 59, expected_value: 'March 2024', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 60, guard_cells: [{column: C, row: 60, expected_value: 'March 2024', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_03.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_03.total + period: 2024-03 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 61, guard_cells: [{column: C, row: 61, expected_value: 'March 2024', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_04.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_04 + period: 2024-04 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 62, guard_cells: [{column: C, row: 62, expected_value: 'April 2024', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 63, guard_cells: [{column: C, row: 63, expected_value: 'April 2024', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 64, guard_cells: [{column: C, row: 64, expected_value: 'April 2024', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_04.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_04.total + period: 2024-04 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 65, guard_cells: [{column: C, row: 65, expected_value: 'April 2024', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_05.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_05 + period: 2024-05 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 66, guard_cells: [{column: C, row: 66, expected_value: 'May 2024', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 67, guard_cells: [{column: C, row: 67, expected_value: 'May 2024', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 68, guard_cells: [{column: C, row: 68, expected_value: 'May 2024', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_05.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_05.total + period: 2024-05 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 69, guard_cells: [{column: C, row: 69, expected_value: 'May 2024', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_06.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_06 + period: 2024-06 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 70, guard_cells: [{column: C, row: 70, expected_value: 'June 2024', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 71, guard_cells: [{column: C, row: 71, expected_value: 'June 2024', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 72, guard_cells: [{column: C, row: 72, expected_value: 'June 2024', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_06.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_06.total + period: 2024-06 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 73, guard_cells: [{column: C, row: 73, expected_value: 'June 2024', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_07.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_07 + period: 2024-07 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 74, guard_cells: [{column: C, row: 74, expected_value: 'July 2024', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 75, guard_cells: [{column: C, row: 75, expected_value: 'July 2024', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 76, guard_cells: [{column: C, row: 76, expected_value: 'July 2024', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_07.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_07.total + period: 2024-07 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 77, guard_cells: [{column: C, row: 77, expected_value: 'July 2024', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_08.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_08 + period: 2024-08 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 78, guard_cells: [{column: C, row: 78, expected_value: 'August 2024', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 79, guard_cells: [{column: C, row: 79, expected_value: 'August 2024', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 80, guard_cells: [{column: C, row: 80, expected_value: 'August 2024', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_08.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_08.total + period: 2024-08 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 81, guard_cells: [{column: C, row: 81, expected_value: 'August 2024', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_09.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_09 + period: 2024-09 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 82, guard_cells: [{column: C, row: 82, expected_value: 'September 2024', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 83, guard_cells: [{column: C, row: 83, expected_value: 'September 2024', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 84, guard_cells: [{column: C, row: 84, expected_value: 'September 2024', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_09.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_09.total + period: 2024-09 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 85, guard_cells: [{column: C, row: 85, expected_value: 'September 2024', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_10.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_10 + period: 2024-10 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 86, guard_cells: [{column: C, row: 86, expected_value: 'October 2024', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 87, guard_cells: [{column: C, row: 87, expected_value: 'October 2024', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 88, guard_cells: [{column: C, row: 88, expected_value: 'October 2024', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_10.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_10.total + period: 2024-10 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 89, guard_cells: [{column: C, row: 89, expected_value: 'October 2024', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_11.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_11 + period: 2024-11 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 90, guard_cells: [{column: C, row: 90, expected_value: 'November 2024', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 91, guard_cells: [{column: C, row: 91, expected_value: 'November 2024', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 92, guard_cells: [{column: C, row: 92, expected_value: 'November 2024', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_11.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_11.total + period: 2024-11 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 93, guard_cells: [{column: C, row: 93, expected_value: 'November 2024', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_12.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_12 + period: 2024-12 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 94, guard_cells: [{column: C, row: 94, expected_value: 'December 2024', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 95, guard_cells: [{column: C, row: 95, expected_value: 'December 2024', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 96, guard_cells: [{column: C, row: 96, expected_value: 'December 2024', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2024_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2024_12.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2024_12.total + period: 2024-12 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 97, guard_cells: [{column: C, row: 97, expected_value: 'December 2024', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_01.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_01 + period: 2025-01 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 98, guard_cells: [{column: C, row: 98, expected_value: 'January 2025', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 99, guard_cells: [{column: C, row: 99, expected_value: 'January 2025', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 100, guard_cells: [{column: C, row: 100, expected_value: 'January 2025', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_01.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_01.total + period: 2025-01 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 101, guard_cells: [{column: C, row: 101, expected_value: 'January 2025', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_02.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_02 + period: 2025-02 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 102, guard_cells: [{column: C, row: 102, expected_value: 'February 2025', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 103, guard_cells: [{column: C, row: 103, expected_value: 'February 2025', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 104, guard_cells: [{column: C, row: 104, expected_value: 'February 2025', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_02.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_02.total + period: 2025-02 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 105, guard_cells: [{column: C, row: 105, expected_value: 'February 2025', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_03.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_03 + period: 2025-03 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 106, guard_cells: [{column: C, row: 106, expected_value: 'March 2025', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 107, guard_cells: [{column: C, row: 107, expected_value: 'March 2025', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 108, guard_cells: [{column: C, row: 108, expected_value: 'March 2025', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_03.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_03.total + period: 2025-03 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 109, guard_cells: [{column: C, row: 109, expected_value: 'March 2025', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_04.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_04 + period: 2025-04 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 110, guard_cells: [{column: C, row: 110, expected_value: 'April 2025', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 111, guard_cells: [{column: C, row: 111, expected_value: 'April 2025', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 112, guard_cells: [{column: C, row: 112, expected_value: 'April 2025', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_04.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_04.total + period: 2025-04 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 113, guard_cells: [{column: C, row: 113, expected_value: 'April 2025', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_05.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_05 + period: 2025-05 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 114, guard_cells: [{column: C, row: 114, expected_value: 'May 2025', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 115, guard_cells: [{column: C, row: 115, expected_value: 'May 2025', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 116, guard_cells: [{column: C, row: 116, expected_value: 'May 2025', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_05.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_05.total + period: 2025-05 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 117, guard_cells: [{column: C, row: 117, expected_value: 'May 2025', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_06 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_06.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_06 + period: 2025-06 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 118, guard_cells: [{column: C, row: 118, expected_value: 'June 2025', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 119, guard_cells: [{column: C, row: 119, expected_value: 'June 2025', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 120, guard_cells: [{column: C, row: 120, expected_value: 'June 2025', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_06.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_06.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_06.total + period: 2025-06 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 121, guard_cells: [{column: C, row: 121, expected_value: 'June 2025', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_07 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_07.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_07 + period: 2025-07 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 122, guard_cells: [{column: C, row: 122, expected_value: 'July 2025', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 123, guard_cells: [{column: C, row: 123, expected_value: 'July 2025', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 124, guard_cells: [{column: C, row: 124, expected_value: 'July 2025', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_07.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_07.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_07.total + period: 2025-07 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 125, guard_cells: [{column: C, row: 125, expected_value: 'July 2025', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_08 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_08.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_08 + period: 2025-08 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 126, guard_cells: [{column: C, row: 126, expected_value: 'August 2025', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 127, guard_cells: [{column: C, row: 127, expected_value: 'August 2025', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 128, guard_cells: [{column: C, row: 128, expected_value: 'August 2025', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_08.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_08.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_08.total + period: 2025-08 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 129, guard_cells: [{column: C, row: 129, expected_value: 'August 2025', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_09 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_09.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_09 + period: 2025-09 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 130, guard_cells: [{column: C, row: 130, expected_value: 'September 2025', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 131, guard_cells: [{column: C, row: 131, expected_value: 'September 2025', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 132, guard_cells: [{column: C, row: 132, expected_value: 'September 2025', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_09.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_09.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_09.total + period: 2025-09 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 133, guard_cells: [{column: C, row: 133, expected_value: 'September 2025', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_10 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_10.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_10 + period: 2025-10 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 134, guard_cells: [{column: C, row: 134, expected_value: 'October 2025', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 135, guard_cells: [{column: C, row: 135, expected_value: 'October 2025', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 136, guard_cells: [{column: C, row: 136, expected_value: 'October 2025', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_10.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_10.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_10.total + period: 2025-10 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 137, guard_cells: [{column: C, row: 137, expected_value: 'October 2025', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_11 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_11.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_11 + period: 2025-11 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 138, guard_cells: [{column: C, row: 138, expected_value: 'November 2025', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 139, guard_cells: [{column: C, row: 139, expected_value: 'November 2025', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 140, guard_cells: [{column: C, row: 140, expected_value: 'November 2025', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_11.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_11.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_11.total + period: 2025-11 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 141, guard_cells: [{column: C, row: 141, expected_value: 'November 2025', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_12 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_12.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_12 + period: 2025-12 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 142, guard_cells: [{column: C, row: 142, expected_value: 'December 2025', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 143, guard_cells: [{column: C, row: 143, expected_value: 'December 2025', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 144, guard_cells: [{column: C, row: 144, expected_value: 'December 2025', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2025_12.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2025_12.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2025_12.total + period: 2025-12 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 145, guard_cells: [{column: C, row: 145, expected_value: 'December 2025', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2026_01 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2026_01.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2026_01 + period: 2026-01 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 146, guard_cells: [{column: C, row: 146, expected_value: 'January 2026', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 147, guard_cells: [{column: C, row: 147, expected_value: 'January 2026', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 148, guard_cells: [{column: C, row: 148, expected_value: 'January 2026', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2026_01.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2026_01.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2026_01.total + period: 2026-01 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 149, guard_cells: [{column: C, row: 149, expected_value: 'January 2026', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2026_02 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2026_02.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2026_02 + period: 2026-02 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 150, guard_cells: [{column: C, row: 150, expected_value: 'February 2026', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 151, guard_cells: [{column: C, row: 151, expected_value: 'February 2026', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 152, guard_cells: [{column: C, row: 152, expected_value: 'February 2026', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2026_02.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2026_02.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2026_02.total + period: 2026-02 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 153, guard_cells: [{column: C, row: 153, expected_value: 'February 2026', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2026_03 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2026_03.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2026_03 + period: 2026-03 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 154, guard_cells: [{column: C, row: 154, expected_value: 'March 2026', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 155, guard_cells: [{column: C, row: 155, expected_value: 'March 2026', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 156, guard_cells: [{column: C, row: 156, expected_value: 'March 2026', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2026_03.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2026_03.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2026_03.total + period: 2026-03 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 157, guard_cells: [{column: C, row: 157, expected_value: 'March 2026', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2026_04 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2026_04.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2026_04 + period: 2026-04 + rows: + - {<<: *employment_not_in_employment_paye_or_self_employment, ordinal: 0, row_number: 158, guard_cells: [{column: C, row: 158, expected_value: 'April 2026', label: month}]} + - {<<: *employment_in_employment_paye_or_self_employment, ordinal: 1, row_number: 159, guard_cells: [{column: C, row: 159, expected_value: 'April 2026', label: month}]} + - {<<: *employment_not_available, ordinal: 2, row_number: 160, guard_cells: [{column: C, row: 160, expected_value: 'April 2026', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2026_04.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2026_04.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2026_04.total + period: 2026-04 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 161, guard_cells: [{column: C, row: 161, expected_value: 'April 2026', label: month}]} +- <<: *monthly + record_set_id: dwp.statx.uc_people.employment_indicator.month2026_05 + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2026_05.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2026_05 + period: 2026-05 + rows: + - {<<: *employment_not_available, ordinal: 0, row_number: 164, guard_cells: [{column: C, row: 164, expected_value: 'May 2026', label: month}]} +- <<: *monthly_total + record_set_id: dwp.statx.uc_people.employment_indicator.month2026_05.total + provenance_class: administrative + record_set_spec_id: dwp.statx.uc_people.employment_indicator.month2026_05.total.v1 + source_record_id_prefix: dwp.statx.uc_people.employment_indicator.month2026_05.total + period: 2026-05 + rows: + - {<<: *employment_all, ordinal: 0, row_number: 165, guard_cells: [{column: C, row: 165, expected_value: 'May 2026', label: month}]} diff --git a/tests/test_chronicle_bundle.py b/tests/test_chronicle_bundle.py index 3ddfc286..3593138f 100644 --- a/tests/test_chronicle_bundle.py +++ b/tests/test_chronicle_bundle.py @@ -130,16 +130,16 @@ def test_build_bundle_writes_merged_consumer_contract(tmp_path): "aggregate_duplicate_key_count": 0, "entity_count": 12, "error_count": 0, - "fact_count": 202590, + "fact_count": 205143, "geography_count": 12553, "period_count": 492, "semantic_duplicate_key_count": 177, "skipped_source_count": 10, "source_count": 50, - "source_package_count": 191, + "source_package_count": 196, "warning_count": 1, } - assert len(rows) == 202590 + assert len(rows) == 205143 assert {row["provenance_class"] for row in rows} <= { "administrative", "census", @@ -157,7 +157,7 @@ def test_build_bundle_writes_merged_consumer_contract(tmp_path): ) assert rows[0]["aggregate_fact_key"].startswith("ledger.aggregate_fact.v2:") assert rows[0]["semantic_fact_key"].startswith("ledger.semantic_fact.v2:") - assert source_packages["source_package_count"] == 191 + assert source_packages["source_package_count"] == 196 assert source_packages["skipped_source_count"] == 10 assert sorted(item["source"] for item in source_packages["skipped_sources"]) == [ "census-acs-s0101-congressional-district-age-2024", @@ -171,7 +171,7 @@ def test_build_bundle_writes_merged_consumer_contract(tmp_path): "jct-obbba-revenue-estimates-2025", "jct-tax-expenditures-2024", ] - assert coverage["fact_count"] == 202590 + assert coverage["fact_count"] == 205143 assert coverage["counts"]["by_source"] == { "bea": 445, "bfp_economic_outlook": 5, @@ -188,7 +188,7 @@ def test_build_bundle_writes_merged_consumer_contract(tmp_path): "dfc_ni": 1189, "dfi_ni": 24, "dft": 1799, - "dwp": 10831, + "dwp": 13384, "eurostat": 207, "federal_reserve": 1, "fpb_economic_outlook": 1000, @@ -225,7 +225,7 @@ def test_build_bundle_writes_merged_consumer_contract(tmp_path): "welshgov": 1047, } table_counts = coverage["counts"]["by_source_table"] - assert len(table_counts) == 186 + assert len(table_counts) == 191 assert ( table_counts[ "dwp:Households on Universal Credit by family type, " @@ -306,16 +306,9 @@ def test_build_bundle_writes_merged_consumer_contract(tmp_path): ) assert ( table_counts[ - "dwp:Universal Credit childcare element statistics to August 2025, Table 1" + "dwp:Universal Credit childcare element statistics to May 2026, Tables 1 and 3" ] - == 54 - ) - assert ( - table_counts[ - "dwp:Households on Universal Credit with carer entitlement, " - "April to December 2025" - ] - == 9 + == 252 ) assert ( table_counts[ @@ -333,17 +326,59 @@ def test_build_bundle_writes_merged_consumer_contract(tmp_path): ) assert ( table_counts[ - "dwp:Households on Universal Credit with housing entitlement, " - "April to December 2025" + "dwp:Households on Universal Credit by housing entitlement tenure and payment indicator, " + "January 2023 to May 2026" ] - == 9 + == 492 ) assert ( table_counts[ - "dwp:Households on Universal Credit with LCWRA entitlement, " - "April to December 2025" + "dwp:Households on Universal Credit by housing entitlement and payment indicator, " + "January 2023 to May 2026" ] - == 9 + == 123 + ) + assert ( + table_counts[ + "dwp:Households on Universal Credit by limited capability for work entitlement " + "and payment indicator, January 2023 to May 2026" + ] + == 492 + ) + assert ( + table_counts[ + "dwp:Households on Universal Credit by limited capability for work entitlement " + "group and payment indicator, January 2023 to May 2026" + ] + == 123 + ) + assert ( + table_counts[ + "dwp:Households on Universal Credit by carer entitlement and payment indicator, " + "January 2023 to May 2026" + ] + == 246 + ) + assert ( + table_counts[ + "dwp:People on Universal Credit by employment indicator, " + "January 2023 to May 2026" + ] + == 162 + ) + assert ( + table_counts[ + "dwp:Housing Benefit claimants by client type and tenure, " + "January 2023 to February 2026" + ] + == 456 + ) + assert ( + table_counts[ + "dwp:Housing Benefit claimants by client type, tenure and accommodation type, " + "September 2025 to February 2026" + ] + == 288 ) assert table_counts["usda_snap:SNAP FY2025 Monthly State Participation"] == 636 assert ( @@ -752,69 +787,69 @@ def test_build_bundle_writes_merged_consumer_contract(tmp_path): "month:2019-08": 23, "month:2020-05": 21, "month:2020-08": 23, - "month:2021-03": 1, - "month:2021-04": 1, - "month:2021-05": 22, - "month:2021-06": 1, - "month:2021-07": 1, - "month:2021-08": 24, - "month:2021-09": 1, - "month:2021-10": 1, - "month:2021-11": 1, - "month:2021-12": 1, - "month:2022-01": 1, - "month:2022-02": 1, - "month:2022-03": 1, - "month:2022-04": 1, - "month:2022-05": 22, - "month:2022-06": 1, - "month:2022-07": 1, - "month:2022-08": 24, - "month:2022-09": 1, - "month:2022-10": 1, - "month:2022-11": 1, - "month:2022-12": 1, - "month:2023-01": 380, - "month:2023-02": 379, - "month:2023-03": 387, - "month:2023-04": 453, - "month:2023-05": 474, - "month:2023-06": 461, - "month:2023-07": 453, - "month:2023-08": 476, - "month:2023-09": 461, - "month:2023-10": 453, - "month:2023-11": 453, - "month:2023-12": 467, - "month:2024-01": 448, - "month:2024-02": 447, - "month:2024-03": 455, - "month:2024-04": 453, - "month:2024-05": 474, - "month:2024-06": 461, - "month:2024-07": 453, - "month:2024-08": 476, - "month:2024-09": 461, - "month:2024-10": 559, - "month:2024-11": 559, - "month:2024-12": 837, - "month:2025-01": 555, - "month:2025-02": 553, - "month:2025-03": 683, - "month:2025-04": 753, - "month:2025-05": 6720, - "month:2025-06": 669, - "month:2025-07": 661, - "month:2025-08": 1098, - "month:2025-09": 677, - "month:2025-10": 660, - "month:2025-11": 675, - "month:2025-12": 924, - "month:2026-01": 449, - "month:2026-02": 453, - "month:2026-03": 454, - "month:2026-04": 446, - "month:2026-05": 445, + "month:2021-03": 4, + "month:2021-04": 4, + "month:2021-05": 25, + "month:2021-06": 4, + "month:2021-07": 4, + "month:2021-08": 27, + "month:2021-09": 4, + "month:2021-10": 4, + "month:2021-11": 4, + "month:2021-12": 4, + "month:2022-01": 4, + "month:2022-02": 4, + "month:2022-03": 4, + "month:2022-04": 4, + "month:2022-05": 25, + "month:2022-06": 4, + "month:2022-07": 4, + "month:2022-08": 27, + "month:2022-09": 4, + "month:2022-10": 4, + "month:2022-11": 4, + "month:2022-12": 4, + "month:2023-01": 435, + "month:2023-02": 434, + "month:2023-03": 442, + "month:2023-04": 508, + "month:2023-05": 529, + "month:2023-06": 516, + "month:2023-07": 508, + "month:2023-08": 531, + "month:2023-09": 516, + "month:2023-10": 508, + "month:2023-11": 508, + "month:2023-12": 522, + "month:2024-01": 503, + "month:2024-02": 502, + "month:2024-03": 510, + "month:2024-04": 508, + "month:2024-05": 529, + "month:2024-06": 516, + "month:2024-07": 508, + "month:2024-08": 531, + "month:2024-09": 516, + "month:2024-10": 614, + "month:2024-11": 614, + "month:2024-12": 892, + "month:2025-01": 610, + "month:2025-02": 608, + "month:2025-03": 738, + "month:2025-04": 805, + "month:2025-05": 6772, + "month:2025-06": 721, + "month:2025-07": 713, + "month:2025-08": 1150, + "month:2025-09": 778, + "month:2025-10": 761, + "month:2025-11": 776, + "month:2025-12": 1025, + "month:2026-01": 553, + "month:2026-02": 557, + "month:2026-03": 498, + "month:2026-04": 490, + "month:2026-05": 487, "month:2026-06": 348, "tax_year:1987": 9, "tax_year:1988": 9, @@ -990,11 +1025,11 @@ def test_build_bundle_writes_merged_consumer_contract(tmp_path): ) assert coverage["counts"]["by_geography"]["country:K02000001"] == 7356 assert coverage["counts"]["by_geography"]["country:E92000001"] == 2967 - assert coverage["counts"]["by_geography"]["country:K03000001"] == 5427 + assert coverage["counts"]["by_geography"]["country:K03000001"] == 7980 assert coverage["counts"]["by_geography"]["statistical_scope:ofgem:london"] == 216 assert len(coverage["counts"]["by_geography"]) == 12553 assert coverage["counts"]["by_entity"] == { - "benefit_unit": 4680, + "benefit_unit": 7071, "dwelling": 27269, "family": 1299, "firm": 1439, @@ -1002,7 +1037,7 @@ def test_build_bundle_writes_merged_consumer_contract(tmp_path): "household": 44441, "institutional_sector": 1185, "pension_plan": 2, - "person": 64831, + "person": 64993, "return": 14600, "social_protection_scheme": 36, "tax_unit": 40495, @@ -1023,12 +1058,17 @@ def test_build_bundle_writes_merged_consumer_contract(tmp_path): "dft-bus0415-fares-index-2026", "dft-bus05i-revenue-support-2025", "dft-nts0705-local-bus-trips-2024", - "dwp-uc-childcare-element-march-2021-august-2025", - "dwp-uc-households-carer-entitlement-april-december-2025", + "dwp-hb-claimants-client-type-tenure-accommodation-type-september-2025-february-2026", + "dwp-hb-claimants-client-type-tenure-january-2023-february-2026", + "dwp-uc-childcare-element-march-2021-may-2026", + "dwp-uc-households-carer-entitlement-payment-indicator-january-2023-may-2026", "dwp-uc-households-children-april-december-2025", "dwp-uc-households-family-type-april-december-2025", - "dwp-uc-households-housing-entitlement-april-december-2025", - "dwp-uc-households-lcwra-entitlement-april-december-2025", + "dwp-uc-households-housing-entitlement-payment-indicator-january-2023-may-2026", + "dwp-uc-households-housing-tenure-payment-indicator-january-2023-may-2026", + "dwp-uc-households-lcw-entitlement-group-payment-indicator-january-2023-may-2026", + "dwp-uc-households-lcw-entitlement-payment-indicator-january-2023-may-2026", + "dwp-uc-people-employment-indicator-january-2023-may-2026", "hmrc-tax-free-childcare-march-2026", "dfc-ni-uc-statistics-may-2026", "hmrc-cgt-age-2026", diff --git a/tests/test_chronicle_source_package.py b/tests/test_chronicle_source_package.py index 94873d65..f8be05a3 100644 --- a/tests/test_chronicle_source_package.py +++ b/tests/test_chronicle_source_package.py @@ -712,14 +712,19 @@ def test_dwp_uc_deductions_package_preserves_rows_and_derives_uc_units(): def test_dwp_uc_childcare_element_package_preserves_monthly_publisher_series(): - package = load_source_package("dwp-uc-childcare-element-march-2021-august-2025") - facts = package.build_facts(2025) + package = load_source_package("dwp-uc-childcare-element-march-2021-may-2026") + facts = [ + fact + for fact in package.build_facts(2025) + if fact.layout.measure_id == "benefit_units" + ] values = {fact.period.value: fact.value for fact in facts} - assert len(facts) == 54 + assert len(facts) == 63 assert values["2021-03"] == 88_000 - assert values["2024-08"] == 171_000 - assert values["2025-08"] == 160_000 + # The May 2026 tables revised August 2025 from 160,000 (August 2025 vintage). + assert values["2025-08"] == 165_000 + assert values["2026-05"] == 164_000 assert all( fact.measure.concept == "dwp.uc_benefit_units_with_childcare_element" for fact in facts @@ -825,60 +830,6 @@ def test_ons_pipr_area_package_emits_2023_to_june_2026_months(): assert validate_consumer_fact_contract(facts).valid -@pytest.mark.parametrize( - ("alias", "concept", "april_value", "december_value"), - [ - ( - "dwp-uc-households-housing-entitlement-april-december-2025", - "dwp.uc_benefit_units_with_housing_element", - 4_097_119, - 4_464_277, - ), - ( - "dwp-uc-households-lcwra-entitlement-april-december-2025", - "dwp.uc_benefit_units_with_lcwra_element", - 2_071_127, - 2_706_904, - ), - ( - "dwp-uc-households-carer-entitlement-april-december-2025", - "dwp.uc_benefit_units_with_carer_element", - 1_081_717, - 1_181_358, - ), - ], -) -def test_dwp_uc_element_packages_emit_one_benefit_unit_fact_per_month( - alias, - concept, - april_value, - december_value, -): - facts = load_source_package(alias).build_facts(2025) - - assert [fact.period.value for fact in facts] == [ - "2025-04", - "2025-05", - "2025-06", - "2025-07", - "2025-08", - "2025-09", - "2025-10", - "2025-11", - "2025-12", - ] - assert all(fact.measure.concept == concept for fact in facts) - assert all(fact.period.type == "month" for fact in facts) - assert all(fact.entity.name == "benefit_unit" for fact in facts) - assert all(fact.geography.id == "K03000001" for fact in facts) - assert all(fact.assertion == "observation" for fact in facts) - assert all(fact.provenance_class == "administrative" for fact in facts) - assert all(fact.source_row_keys for fact in facts) - assert facts[0].value == april_value - assert facts[-1].value == december_value - assert validate_consumer_fact_contract(facts).valid - - def test_dwp_uc_children_composition_package_covers_the_caseload_months(): facts = load_source_package( "dwp-uc-households-children-april-december-2025" diff --git a/tests/test_issue_259_uc_elements_housing_benefit.py b/tests/test_issue_259_uc_elements_housing_benefit.py new file mode 100644 index 00000000..decdb92f --- /dev/null +++ b/tests/test_issue_259_uc_elements_housing_benefit.py @@ -0,0 +1,975 @@ +"""Regression tests for the chronicle#259 packages. + +Five Stat-Xplore UC_Households crosses of a UC element with the payment indicator +(January 2023 to May 2026), the People on UC employment indicator, the Housing Benefit +caseload by client type and tenure (January 2023 to February 2026) and by accommodation +type (from September 2025), and the UC childcare element statistics to May 2026, which +supersede the August 2025 vintage. Observed values are from DWP's 18 August 2026 releases. +""" + +from __future__ import annotations + +import hashlib +import json +from importlib.resources import files + +import pytest +import yaml + +from chronicle.consumer_contract import ( + consumer_fact_rows, + validate_consumer_fact_contract, +) +from chronicle.core import validate_facts +from chronicle.source_package import ( + SOURCE_PACKAGE_ALIASES, + load_source_package, + validate_source_package, +) +from chronicle.suite import build_source_suite + +WINDOW = "january-2023-may-2026" +HOUSING_TENURE = f"dwp-uc-households-housing-tenure-payment-indicator-{WINDOW}" +HOUSING_ENTITLEMENT = ( + f"dwp-uc-households-housing-entitlement-payment-indicator-{WINDOW}" +) +LCW = f"dwp-uc-households-lcw-entitlement-payment-indicator-{WINDOW}" +LCW_GROUP = f"dwp-uc-households-lcw-entitlement-group-payment-indicator-{WINDOW}" +CARER = f"dwp-uc-households-carer-entitlement-payment-indicator-{WINDOW}" +EMPLOYMENT = f"dwp-uc-people-employment-indicator-{WINDOW}" +HB = "dwp-hb-claimants-client-type-tenure-january-2023-february-2026" +HB_ACCOMMODATION = "dwp-hb-claimants-client-type-tenure-accommodation-type-september-2025-february-2026" +CHILDCARE = "dwp-uc-childcare-element-march-2021-may-2026" +ALL_259 = ( + HOUSING_TENURE, + HOUSING_ENTITLEMENT, + LCW, + LCW_GROUP, + CARER, + EMPLOYMENT, + HB, + HB_ACCOMMODATION, + CHILDCARE, +) +TENURES = ("Social Rented Sector", "Private Rented Sector", "Other or unknown") +LCW_KEY = "limited_capability_for_work_entitlement" +# alias -> (element filter key, ported categories, groupby dimension, fact count) +UC_CROSSES = { + HOUSING_TENURE: ( + "housing_entitlement_tenure", + {"No Housing Entitlement", *TENURES}, + "dwp.housing_entitlement_tenure", + 492, + ), + HOUSING_ENTITLEMENT: ( + "housing_entitlement_tenure", + {"Yes"}, + "dwp.housing_entitlement_tenure", + 123, + ), + LCW: ( + LCW_KEY, + {"None", "LCW", "LCWRA - Higher", "LCWRA - Lower"}, + "dwp.limited_capability_for_work_entitlement", + 492, + ), + LCW_GROUP: ( + LCW_KEY, + {"LCWRA"}, + "dwp.limited_capability_for_work_entitlement", + 123, + ), + CARER: ("carer_entitlement", {"No", "Yes"}, "dwp.carer_entitlement", 246), +} +# The April-December 2025 grouped tenure cell (codes 1, 2 and 3) of the retired +# dwp-uc-households-housing-entitlement-april-december-2025, as archived on 2026-08-21. +RETIRED_GROUPED_HOUSING_CELL = [ + 4_097_119, + 4_149_985, + 4_219_939, + 4_268_742, + 4_321_601, + 4_364_070, + 4_404_489, + 4_442_383, + 4_464_277, +] + + +def _months(start, end): + year, month = int(start[:4]), int(start[5:]) + out = [] + while f"{year}-{month:02d}" <= end: + out.append(f"{year}-{month:02d}") + year, month = (year + 1, 1) if month == 12 else (year, month + 1) + return out + + +UC_MONTHS = _months("2023-01", "2026-05") +HB_MONTHS = _months("2023-01", "2026-02") +ACCOMMODATION_MONTHS = _months("2025-09", "2026-02") +CHILDCARE_MONTHS = _months("2021-03", "2026-05") + + +def _archive(alias): + directory = files("db").joinpath( + "data", "dwp", alias.removeprefix("dwp-").replace("-", "_") + ) + manifest = yaml.safe_load(directory.joinpath("manifest.yaml").read_text()) + entry = manifest["files"][2025] + raw = directory.joinpath(entry["filename"]).read_bytes() + return entry, raw + + +@pytest.fixture(scope="module") +def facts_259(): + return {alias: load_source_package(alias).build_facts(2025) for alias in ALL_259} + + +def _fact(facts, *, period, measure_id=None, **filters): + matches = [ + fact + for fact in facts + if fact.period.value == period + and (measure_id is None or fact.layout.measure_id == measure_id) + and all(fact.filters.get(key) == value for key, value in filters.items()) + ] + assert len(matches) == 1, (period, measure_id, filters, len(matches)) + return matches[0].value + + +def _assert_common_contract(facts, *, months, entity, role, concept, source_concept): + assert {fact.period.value for fact in facts} == set(months) + assert all(fact.period.type == "month" for fact in facts) + assert all(fact.measure.concept == concept for fact in facts) + assert all(fact.measure.source_concept == source_concept for fact in facts) + assert all(fact.entity.name == entity for fact in facts) + assert all(fact.entity.role == role for fact in facts) + assert all(fact.geography.id == "K03000001" for fact in facts) + assert all(fact.geography.name == "Great Britain" for fact in facts) + assert all(fact.assertion == "observation" for fact in facts) + assert all(fact.provenance_class == "administrative" for fact in facts) + assert all(fact.source_row_keys and fact.source_cell_keys for fact in facts) + assert validate_facts(facts).valid + assert validate_consumer_fact_contract(facts).valid + assert len(consumer_fact_rows(facts)) == len(facts) + + +@pytest.mark.parametrize( + ("alias", "subject", "axes", "window"), + [ + ( + HOUSING_TENURE, + "Universal Credit benefit units", + "housing entitlement tenure and payment indicator", + "January 2023 to May 2026", + ), + ( + HOUSING_ENTITLEMENT, + "Universal Credit benefit units", + "housing entitlement and payment indicator", + "January 2023 to May 2026", + ), + ( + LCW, + "Universal Credit benefit units", + "limited capability for work entitlement and payment indicator", + "January 2023 to May 2026", + ), + ( + LCW_GROUP, + "Universal Credit benefit units", + "limited capability for work entitlement group and payment indicator", + "January 2023 to May 2026", + ), + ( + CARER, + "Universal Credit benefit units", + "carer entitlement and payment indicator", + "January 2023 to May 2026", + ), + ( + EMPLOYMENT, + "People on Universal Credit", + "employment indicator", + "January 2023 to May 2026", + ), + ( + HB, + "Housing Benefit claimants", + "client type and tenure", + "January 2023 to February 2026", + ), + ( + HB_ACCOMMODATION, + "Housing Benefit claimants", + "client type, tenure and accommodation type", + "September 2025 to February 2026", + ), + ], +) +def test_issue_259_stat_xplore_labels_name_each_cross_once( + alias, subject, axes, window +): + assert load_source_package(alias).label == ( + f"DWP Stat-Xplore: {subject} by {axes}, Great Britain, {window}" + ) + + +def test_retired_packages_are_no_longer_registered(): + # #259 item 2: the grouped housing cell is replaced by DWP's Housing Entitlement + # 'Yes' value; the May 2026 childcare tables supersede the August 2025 vintage; + # the April-December 2025 LCWRA and carer cells equal the crosses' all-claims rows + # exactly, so those duplicates are retired. + for retired in ( + "dwp-uc-households-housing-entitlement-april-december-2025", + "dwp-uc-childcare-element-march-2021-august-2025", + "dwp-uc-households-lcwra-entitlement-april-december-2025", + "dwp-uc-households-carer-entitlement-april-december-2025", + ): + assert retired not in SOURCE_PACKAGE_ALIASES + assert set(ALL_259) <= set(SOURCE_PACKAGE_ALIASES) + + +@pytest.mark.parametrize("alias", list(UC_CROSSES)) +def test_uc_element_crosses_cover_january_2023_to_may_2026(alias, facts_259): + element_key, categories, groupby, count = UC_CROSSES[alias] + report = validate_source_package(load_source_package(alias).package_path, year=2025) + facts = facts_259[alias] + detail = [fact for fact in facts if fact.layout.measure_id == "benefit_units"] + totals = [fact for fact in facts if fact.layout.measure_id == "total_benefit_units"] + + assert report.valid + assert report.counts["record_set_count"] == 2 * len(UC_MONTHS) == 82 + assert ( + report.counts["row_count"] + == report.counts["source_record_count"] + == len(facts) + == 3 * len(categories) * len(UC_MONTHS) + == count + ) + assert len(detail) == 2 * len(totals) + assert all(fact.layout.table_record_kind == "detail" for fact in detail) + assert all(fact.layout.table_record_kind == "total" for fact in totals) + assert all(fact.layout.groupby_dimension == groupby for fact in facts) + assert {fact.filters[element_key] for fact in facts} == categories + assert all( + set(fact.filters) == {element_key, "payment_indicator"} for fact in facts + ) + assert {fact.filters["payment_indicator"] for fact in detail} == {"No", "Yes"} + assert {fact.filters["payment_indicator"] for fact in totals} == {"all"} + assert all( + {c.variable for c in fact.constraints} == {element_key, "payment_indicator"} + for fact in detail + ) + # The publisher Total is guarded by its label, never by an `== all` constraint. + assert all( + {c.variable for c in fact.constraints} == {element_key} for fact in totals + ) + _assert_common_contract( + facts, + months=UC_MONTHS, + entity="benefit_unit", + role="universal_credit_unit_of_assessment", + concept="dwp.uc_benefit_units", + source_concept="dwp.uc_households", + ) + + +UC_DB = "str:database:UC_Households" +UC_MEASURE = "str:count:UC_Households:V_F_UC_HOUSEHOLDS" +UC_DATE = ("str:field:UC_Households:F_UC_HH_DATE:DATE_NAME", "C_UC_HH_DATE") +UC_PAYMENT = ( + "str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCPAYMENT", + "C_UC_PAYMENT", + [0, 1], + True, +) +HB_DB = "str:database:hb_new" +HB_MEASURE = "str:count:hb_new:V_F_HB_NEW" +HB_DATE = ("str:field:hb_new:F_HB_NEW_DATE:NEW_DATE_NAME", "C_HB_NEW_DATE") +HB_CLIENT = ("str:field:hb_new:V_F_HB_NEW:PENWORK", "C_PENWORK", [1, 2], True) +HB_TENURE = ( + "str:field:hb_new:V_F_HB_NEW:TENURE_PUB", + "C_HOUSING_SECTOR", + [1, 2, 99], + True, +) +UC_BASE_NOTES = {"I", "II", "III", "IV", "p", "r", "z"} +QUERY_SPECS = { + HOUSING_TENURE: ( + UC_DB, UC_MEASURE, UC_DATE, UC_MONTHS, + [("str:field:UC_Households:V_F_UC_HOUSEHOLDS:TENURE", "C_UC_HOUSING_TENURE", [0, 1, 2, 3], False), UC_PAYMENT], + [41, 4, 3], UC_BASE_NOTES, + ), + HOUSING_ENTITLEMENT: ( + UC_DB, UC_MEASURE, UC_DATE, UC_MONTHS, + [("str:field:UC_Households:V_F_UC_HOUSEHOLDS:TENURE", "C_UC_HOUSING_ENTITLEMENT", [0, 1], False), UC_PAYMENT], + [41, 2, 3], UC_BASE_NOTES, + ), + LCW: ( + UC_DB, UC_MEASURE, UC_DATE, UC_MONTHS, + [("str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT", "C_UC_LCW_ENTITLEMENT", [0, 1, 2, 3, 4], False), UC_PAYMENT], + [41, 5, 3], UC_BASE_NOTES | {"VIII", "XIII", "XIV"}, + ), + LCW_GROUP: ( + UC_DB, UC_MEASURE, UC_DATE, UC_MONTHS, + [("str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCLCW_ENTITLEMENT", "C_UC_LCW_ENTITLEMENT_GROUP", [0, 1, 2, 3], False), UC_PAYMENT], + [41, 4, 3], UC_BASE_NOTES | {"VIII", "IX"}, + ), + CARER: ( + UC_DB, UC_MEASURE, UC_DATE, UC_MONTHS, + [("str:field:UC_Households:V_F_UC_HOUSEHOLDS:HCCARER_ENTITLEMENT", "C_UC_CARER_ENTITLEMENT", [0, 1], False), UC_PAYMENT], + [41, 2, 3], UC_BASE_NOTES, + ), + EMPLOYMENT: ( + "str:database:UC_Monthly", "str:count:UC_Monthly:V_F_UC_CASELOAD_FULL", + ("str:field:UC_Monthly:F_UC_DATE:DATE_NAME", "C_UC_DATE"), UC_MONTHS, + [("str:field:UC_Monthly:V_F_UC_CASELOAD_FULL:EMPLOYMENT_CODE", "C_UC_EMPLOYMENT_2023_BAND", [0, 1, 99], True)], + [41, 4], {"I", "II", "V", "rev", "z"}, + ), + HB: ( + HB_DB, HB_MEASURE, HB_DATE, HB_MONTHS, [HB_CLIENT, HB_TENURE], + [38, 3, 4], {"XXI", "XXV", "XXVI"}, + ), + HB_ACCOMMODATION: ( + HB_DB, HB_MEASURE, HB_DATE, ACCOMMODATION_MONTHS, + [HB_CLIENT, HB_TENURE, ("str:field:hb_new:V_F_HB_NEW:SATA", "C_SATA", [1, 2, 9, 99], False)], + [6, 3, 4, 4], {"XXI", "XXV", "XXVI"}, + ), +} # fmt: skip + + +def _value_uri(field, valueset, code): + return f"{field.replace('str:field:', 'str:value:')}:{valueset}:{code}" + + +@pytest.mark.parametrize("alias", list(QUERY_SPECS)) +def test_issue_259_responses_echo_the_requested_query(alias): + database, measure, (date_field, date_set), months, axes, shape, notes = QUERY_SPECS[ + alias + ] + entry, raw = _archive(alias) + assert hashlib.sha256(raw).hexdigest() == entry["sha256"] + assert len(raw) == entry["size_bytes"] + assert entry["source_url"] == "https://stat-xplore.dwp.gov.uk/webapi/rest/v1/table" + response = json.loads(raw) + recodes = { + date_field: { + "map": [ + [_value_uri(date_field, date_set, period.replace("-", ""))] + for period in months + ], + "total": False, + } + } + for field, valueset, codes, total in axes: + recodes[field] = { + "map": [[_value_uri(field, valueset, code)] for code in codes], + "total": total, + } + assert response["query"] == { + "database": database, + "measures": [measure], + "recodes": recodes, + "dimensions": [[field] for field in recodes], + } + assert [field["uri"] for field in response["fields"]] == list(recodes) + assert [len(field["items"]) for field in response["fields"]] == shape + for field in response["fields"]: + recode = recodes[field["uri"]] + assert [item["uris"] for item in field["items"] if "uris" in item] == recode[ + "map" + ] + assert [item for item in field["items"] if "uris" not in item] == ( + [{"type": "Total", "labels": ["Total"]}] if recode["total"] else [] + ) + month_items = response["fields"][0]["items"] + annotations = { + item["uris"][0].rsplit(":", 1)[1]: item.get("annotationKeys", []) + for item in month_items + } + if database == UC_DB: + # 18 August 2026 release: June 2024-February 2026 revised, March-May 2026 + # provisional, January 2023-May 2024 unmarked. + expected = { + code: ["r"] + if "202406" <= code <= "202602" + else ["p"] + if code >= "202603" + else [] + for code in annotations + } + elif database == "str:database:UC_Monthly": + # 'rev': revised, and not previously on Stat-Xplore as the data was suspended. + expected = { + code: ["rev"] if code in {"202504", "202505"} else [] + for code in annotations + } + else: + expected = {code: [] for code in annotations} + assert annotations == expected + assert set(response["annotationMap"]) == notes + + def assert_cube_shape(values, axis=0): + if axis == len(shape): + assert type(values) is int + return + assert len(values) == shape[axis] + for value in values: + assert_cube_shape(value, axis + 1) + + assert set(response["cubes"]) == {measure} + assert_cube_shape(response["cubes"][measure]["values"]) + + +@pytest.mark.parametrize( + ("alias", "count", "maximum", "nonzero"), + [ + (HOUSING_TENURE, 164, 8, 149), + (HOUSING_ENTITLEMENT, 41, 6, 34), + (LCW, 164, 8, 103), + (LCW_GROUP, 41, 8, 33), + (CARER, 82, 8, 71), + ], +) +def test_uc_element_total_is_a_publisher_payment_indicator_margin( + alias, count, maximum, nonzero, facts_259 +): + element_key = UC_CROSSES[alias][0] + facts = facts_259[alias] + gaps = [] + for total in [fact for fact in facts if fact.filters["payment_indicator"] == "all"]: + detail_sum = sum( + _fact( + facts, + period=total.period.value, + **{ + element_key: total.filters[element_key], + "payment_indicator": payment, + }, + ) + for payment in ("No", "Yes") + ) + gaps.append(abs(total.value - detail_sum)) + # Observed on the 18 August 2026 release; the gaps are disclosure control, and + # this comparison never emits a summed fact. + assert len(gaps) == count + assert max(gaps) == maximum + assert sum(gap != 0 for gap in gaps) == nonzero + assert all(gap <= 10 for gap in gaps) + + +def test_uc_element_crosses_pin_publisher_cells(facts_259): + # Order per category: payment No, Yes, all (the publisher Total). + samples = { + HOUSING_TENURE: { + "2023-01": {"Social Rented Sector": [93_300, 1_549_425, 1_642_728], "No Housing Entitlement": [379_428, 1_425_541, 1_804_970]}, + "2025-04": {"Social Rented Sector": [81_071, 2_253_181, 2_334_247], "Private Rented Sector": [96_396, 1_551_868, 1_648_265]}, + "2026-05": {"Private Rented Sector": [84_330, 1_619_930, 1_704_264], "Other or unknown": [7_727, 123_224, 130_950]}, + }, + HOUSING_ENTITLEMENT: { + "2023-01": {"Yes": [215_132, 2_951_190, 3_166_328]}, + "2025-04": {"Yes": [185_824, 3_911_297, 4_097_119]}, + "2026-05": {"Yes": [160_795, 4_323_921, 4_484_716]}, + }, + LCW: { + "2023-01": {"LCWRA - Higher": [16_280, 1_103_516, 1_119_796], "LCW": [407, 23_658, 24_060]}, + "2025-04": {"LCWRA - Higher": [20_964, 2_050_162, 2_071_127], "None": [513_435, 3_896_244, 4_409_680]}, + "2026-05": {"LCWRA - Higher": [18_096, 2_715_434, 2_733_533], "LCWRA - Lower": [65, 672, 735]}, + }, + LCW_GROUP: { + "2023-01": {"LCWRA": [16_280, 1_103_516, 1_119_796]}, + "2026-05": {"LCWRA": [18_159, 2_716_106, 2_734_269]}, + }, + CARER: { + "2023-01": {"Yes": [23_997, 524_385, 548_386]}, + "2025-04": {"Yes": [34_498, 1_047_219, 1_081_717], "No": [500_227, 4_937_249, 5_437_476]}, + "2026-05": {"Yes": [33_503, 1_182_372, 1_215_880]}, + }, + } # fmt: skip + for alias, by_period in samples.items(): + element_key = UC_CROSSES[alias][0] + for period, by_category in by_period.items(): + for category, expected in by_category.items(): + assert [ + _fact( + facts_259[alias], + period=period, + **{element_key: category, "payment_indicator": payment}, + ) + for payment in ("No", "Yes", "all") + ] == expected, (alias, period, category) + + +def test_housing_entitlement_yes_carries_the_retired_grouped_tenure_cell(facts_259): + tenure = facts_259[HOUSING_TENURE] + entitlement = facts_259[HOUSING_ENTITLEMENT] + # DWP's Housing Entitlement 'Yes' value is the same publisher cell the retired + # April-December 2025 package requested as one grouped recode of tenure codes + # 1, 2 and 3 and mislabelled 'Social Rented Sector' (#259 item 2). + assert [ + _fact( + entitlement, + period=period, + housing_entitlement_tenure="Yes", + payment_indicator="all", + ) + for period in _months("2025-04", "2025-12") + ] == RETIRED_GROUPED_HOUSING_CELL + # Summing the three tenure rows reproduces 'Yes' only within disclosure control: + # observed maxima 9, 9 and 10 (39, 38 and 40 of 41 months nonzero). + for payment, maximum, nonzero in (("No", 9, 39), ("Yes", 9, 38), ("all", 10, 40)): + gaps = [ + abs( + _fact( + entitlement, + period=period, + housing_entitlement_tenure="Yes", + payment_indicator=payment, + ) + - sum( + _fact( + tenure, + period=period, + housing_entitlement_tenure=category, + payment_indicator=payment, + ) + for category in TENURES + ) + ) + for period in UC_MONTHS + ] + assert max(gaps) == maximum + assert sum(gap != 0 for gap in gaps) == nonzero + assert all(gap <= 15 for gap in gaps) + + # 'No' is the same publisher code as 'No Housing Entitlement' (identical cells), + # which is why only the tenure package emits it. + tenure_cube = json.loads(_archive(HOUSING_TENURE)[1])["cubes"][UC_MEASURE]["values"] + entitlement_cube = json.loads(_archive(HOUSING_ENTITLEMENT)[1])["cubes"][ + UC_MEASURE + ]["values"] + assert [month[0] for month in entitlement_cube] == [ + month[0] for month in tenure_cube + ] + + +def test_lcw_categories_and_the_two_rate_lcwra_group(facts_259): + detail = facts_259[LCW] + group = facts_259[LCW_GROUP] + # 'LCW or LCWRA' is zero in every archived cell of both cubes, so it is not ported. + for alias in (LCW, LCW_GROUP): + response = json.loads(_archive(alias)[1]) + labels = [item["labels"][0] for item in response["fields"][1]["items"]] + position = labels.index("LCW or LCWRA") + cube = response["cubes"][UC_MEASURE]["values"] + assert all(cell == 0 for month in cube for cell in month[position]) + # 'LCWRA - Lower' is DWP's second LCWRA rate from April 2026. + lower = { + (period, payment): _fact( + detail, + period=period, + limited_capability_for_work_entitlement="LCWRA - Lower", + payment_indicator=payment, + ) + for period in UC_MONTHS + for payment in ("No", "Yes", "all") + } + assert {key: value for key, value in lower.items() if value} == { + ("2026-04", "No"): 7, + ("2026-04", "Yes"): 80, + ("2026-04", "all"): 88, + ("2026-05", "No"): 65, + ("2026-05", "Yes"): 672, + ("2026-05", "all"): 735, + } + for payment in ("No", "Yes", "all"): + for period in UC_MONTHS: + group_value = _fact( + group, + period=period, + limited_capability_for_work_entitlement="LCWRA", + payment_indicator=payment, + ) + rates = [ + _fact( + detail, + period=period, + limited_capability_for_work_entitlement=rate, + payment_indicator=payment, + ) + for rate in ("LCWRA - Higher", "LCWRA - Lower") + ] + if period < "2026-04": + # One LCWRA rate only: the group cell is the same publisher cell. + assert group_value == rates[0] + else: + # Observed gaps at most 6 against the two-rate sum (disclosure control). + assert abs(group_value - sum(rates)) <= 6 + + +def test_element_crosses_carry_the_retired_april_december_2025_cells(facts_259): + # Same 18 August 2026 release: the publisher Totals equal the retired + # single-category extracts (archived 2026-08-21) cell for cell, which is why + # dwp-uc-households-lcwra-entitlement-april-december-2025 and + # dwp-uc-households-carer-entitlement-april-december-2025 are retired. + retired = { + (LCW, LCW_KEY, "LCWRA - Higher"): [ + 2_071_127, + 2_148_135, + 2_250_729, + 2_333_430, + 2_431_552, + 2_525_780, + 2_605_687, + 2_675_966, + 2_706_904, + ], + (CARER, "carer_entitlement", "Yes"): [ + 1_081_717, + 1_093_895, + 1_110_319, + 1_122_413, + 1_136_537, + 1_148_536, + 1_161_047, + 1_173_567, + 1_181_358, + ], + } + for (alias, element_key, category), values in retired.items(): + assert [ + _fact( + facts_259[alias], + period=period, + **{element_key: category, "payment_indicator": "all"}, + ) + for period in _months("2025-04", "2025-12") + ] == values + + +def test_employment_indicator_package_counts_people(facts_259): + report = validate_source_package( + load_source_package(EMPLOYMENT).package_path, year=2025 + ) + facts = facts_259[EMPLOYMENT] + detail = [fact for fact in facts if fact.layout.measure_id == "people"] + totals = [fact for fact in facts if fact.layout.measure_id == "total_people"] + categories = [ + "Not in employment (PAYE) or self-employment", + "In employment (PAYE) or self-employment", + "Not available", + ] + + assert report.valid + assert report.counts["record_set_count"] == 82 + assert len(facts) == report.counts["row_count"] == 162 + assert len(detail) == 121 + assert len(totals) == 41 + assert {fact.filters["employment_indicator"] for fact in detail} == set(categories) + assert {fact.filters["employment_indicator"] for fact in totals} == {"all"} + assert all( + fact.layout.groupby_dimension == "dwp.uc_employment_indicator" for fact in facts + ) + _assert_common_contract( + facts, + months=UC_MONTHS, + entity="person", + role="universal_credit_claimant", + concept="dwp.uc_people", + source_concept="dwp.people_on_universal_credit", + ) + # DWP holds the latest month's indicator back until the next release: in May 2026 + # everyone is 'Not available', so only that row and the Total are ported. + may = { + fact.filters["employment_indicator"]: fact.value + for fact in facts + if fact.period.value == "2026-05" + } + assert may == {"Not available": 8_359_744, "all": 8_359_744} + response = json.loads(_archive(EMPLOYMENT)[1]) + assert response["cubes"]["str:count:UC_Monthly:V_F_UC_CASELOAD_FULL"]["values"][ + -1 + ] == [ + 0, + 0, + 8_359_744, + 8_359_744, + ] + gaps = [ + abs( + _fact(facts, period=period, employment_indicator="all") + - sum( + _fact(facts, period=period, employment_indicator=c) for c in categories + ) + ) + for period in UC_MONTHS[:-1] + ] + assert max(gaps) == 7 + assert sum(gap != 0 for gap in gaps) == 34 + samples = { + "2023-01": [3_153_329, 2_646_274, 0, 5_799_603], + "2025-04": [4_461_078, 3_218_378, 0, 7_679_452], + "2026-04": [5_177_584, 3_138_941, 0, 8_316_522], + } + for period, expected in samples.items(): + assert [ + _fact(facts, period=period, employment_indicator=c) + for c in [*categories, "all"] + ] == expected + + +HB_CLIENTS = ("Working age", "Pension age") +HB_TENURES = ( + "Social Rented Sector", + "Private Rented Sector", + "Unknown or missing housing sector", +) + + +def test_housing_benefit_client_type_tenure_package_keeps_publisher_margins(facts_259): + report = validate_source_package(load_source_package(HB).package_path, year=2025) + facts = facts_259[HB] + detail = [fact for fact in facts if fact.layout.measure_id == "claimants"] + totals = [fact for fact in facts if fact.layout.measure_id == "total_claimants"] + + assert report.valid + assert report.counts["record_set_count"] == 2 * len(HB_MONTHS) == 76 + assert len(facts) == report.counts["row_count"] == 12 * len(HB_MONTHS) == 456 + assert len(detail) == len(totals) == 228 + assert {fact.filters["client_type"] for fact in detail} == set(HB_CLIENTS) + assert {fact.filters["private_or_social_rented"] for fact in detail} == set( + HB_TENURES + ) + assert all("all" in fact.filters.values() for fact in totals) + assert all(fact.layout.groupby_dimension == "dwp.hb_client_type" for fact in facts) + _assert_common_contract( + facts, + months=HB_MONTHS, + entity="benefit_unit", + role="housing_benefit_claim", + concept="dwp.hb_claimants", + source_concept="dwp.housing_benefit_claimants", + ) + # DWP-emitted margins against the detail cells (observed on the August 2026 data): + # over tenure max 8 (65/76 nonzero), over client type max 9 (102/114), grand + # total max 11 (36/38). Nothing here emits a summed fact. + over_tenure = [ + abs( + _fact(facts, period=m, client_type=a, private_or_social_rented="all") + - sum( + _fact(facts, period=m, client_type=a, private_or_social_rented=t) + for t in HB_TENURES + ) + ) + for m in HB_MONTHS + for a in HB_CLIENTS + ] + over_client = [ + abs( + _fact(facts, period=m, client_type="all", private_or_social_rented=t) + - sum( + _fact(facts, period=m, client_type=a, private_or_social_rented=t) + for a in HB_CLIENTS + ) + ) + for m in HB_MONTHS + for t in HB_TENURES + ] + grand = [ + abs( + _fact(facts, period=m, client_type="all", private_or_social_rented="all") + - sum( + _fact(facts, period=m, client_type=a, private_or_social_rented=t) + for a in HB_CLIENTS + for t in HB_TENURES + ) + ) + for m in HB_MONTHS + ] + for gaps, maximum, nonzero, count in ( + (over_tenure, 8, 65, 76), + (over_client, 9, 102, 114), + (grand, 11, 36, 38), + ): + assert len(gaps) == count + assert max(gaps) == maximum + assert sum(gap != 0 for gap in gaps) == nonzero + assert all(gap <= 15 for gap in gaps) + # Rows: working age, pension age, all; columns: social, private, unknown, all. + samples = { + "2023-01": [[1_024_911, 319_623, 108, 1_344_641], [895_371, 213_779, 22, 1_109_174], [1_920_278, 533_399, 132, 2_453_812]], + "2025-04": [[590_106, 109_311, 248, 699_668], [889_759, 216_026, 28, 1_105_816], [1_479_869, 325_342, 274, 1_805_482]], + "2026-02": [[300_913, 44_154, 85, 345_159], [887_890, 218_908, 20, 1_106_819], [1_188_808, 263_064, 104, 1_451_978]], + } # fmt: skip + for period, expected in samples.items(): + assert [ + [ + _fact(facts, period=period, client_type=a, private_or_social_rented=t) + for t in [*HB_TENURES, "all"] + ] + for a in [*HB_CLIENTS, "all"] + ] == expected + + +def test_housing_benefit_accommodation_type_starts_september_2025(facts_259): + report = validate_source_package( + load_source_package(HB_ACCOMMODATION).package_path, year=2025 + ) + facts = facts_259[HB_ACCOMMODATION] + accommodation = ( + "Specified Accommodation", + "Temporary Accommodation", + "Other", + "Unknown / Missing", + ) + + assert report.valid + assert report.counts["record_set_count"] == 12 + assert len(facts) == report.counts["row_count"] == 48 * 6 == 288 + assert {fact.filters["accommodation_type"] for fact in facts} == set(accommodation) + assert all( + fact.layout.groupby_dimension == "dwp.hb_accommodation_type" for fact in facts + ) + # DWP publishes the breakdown from September 2025; no earlier month is ported. + _assert_common_contract( + facts, + months=ACCOMMODATION_MONTHS, + entity="benefit_unit", + role="housing_benefit_claim", + concept="dwp.hb_claimants", + source_concept="dwp.housing_benefit_claimants", + ) + # Accommodation types summed at the grand margin land on the client type x tenure + # package's grand total within disclosure control (observed 2, 3, 4, 6, 5, 6). + gaps = [ + abs( + _fact( + facts_259[HB], + period=m, + client_type="all", + private_or_social_rented="all", + ) + - sum( + _fact( + facts, + period=m, + client_type="all", + private_or_social_rented="all", + accommodation_type=s, + ) + for s in accommodation + ) + ) + for m in ACCOMMODATION_MONTHS + ] + assert gaps == [2, 3, 4, 6, 5, 6] + # Columns: working age, pension age, all; tenure all. + samples = { + "2025-09": {"Specified Accommodation": [190_000, 54_221, 244_218], "Temporary Accommodation": [123_438, 4_527, 127_968], "Other": [140_728, 1_050_003, 1_190_731]}, + "2026-02": {"Specified Accommodation": [196_021, 54_417, 250_434], "Temporary Accommodation": [127_506, 4_384, 131_892], "Unknown / Missing": [31, 8, 38]}, + } # fmt: skip + for period, by_type in samples.items(): + for accommodation_type, expected in by_type.items(): + assert [ + _fact( + facts, + period=period, + client_type=a, + private_or_social_rented="all", + accommodation_type=accommodation_type, + ) + for a in [*HB_CLIENTS, "all"] + ] == expected + + +def test_childcare_element_package_supersedes_the_august_2025_vintage(facts_259): + report = validate_source_package( + load_source_package(CHILDCARE).package_path, year=2025 + ) + facts = facts_259[CHILDCARE] + by_measure = {} + for fact in facts: + by_measure.setdefault(fact.layout.measure_id, []).append(fact) + + assert report.valid + assert report.counts["record_set_count"] == 2 * len(CHILDCARE_MONTHS) == 126 + assert len(facts) == 4 * len(CHILDCARE_MONTHS) == 252 + assert {key: len(value) for key, value in by_measure.items()} == { + "benefit_units": 63, + "single_benefit_units": 63, + "couple_benefit_units": 63, + "mean_amount": 63, + } + assert {fact.period.value for fact in facts} == set(CHILDCARE_MONTHS) + for measure_id, family_type in ( + ("benefit_units", None), + ("single_benefit_units", "Single"), + ("couple_benefit_units", "Couple"), + ): + for fact in by_measure[measure_id]: + assert fact.measure.concept == "dwp.uc_benefit_units_with_childcare_element" + assert ( + fact.measure.source_concept + == "dwp.uc_households_receiving_childcare_element" + ) + assert fact.filters == ( + {"uc_element": "childcare"} + | ({"family_type": family_type} if family_type else {}) + ) + for fact in by_measure["mean_amount"]: + assert fact.measure.concept == "dwp.uc_childcare_element_average_award" + assert fact.filters == {"uc_element": "childcare"} + # DWP publishes no total amount paid; Chronicle does not multiply count by mean. + assert not [ + fact + for fact in facts + if fact.measure.concept == "dwp.uc_childcare_element_amount" + ] + assert all(fact.entity.name == "benefit_unit" for fact in facts) + assert all(fact.geography.id == "K03000001" for fact in facts) + assert validate_facts(facts).valid + assert validate_consumer_fact_contract(facts).valid + # Table 1 is rounded to the nearest 1,000: single + couple is within 1,000 of the + # total (observed 11 of 63 months off by exactly 1,000). + gaps = [ + abs( + _fact(facts, period=m, measure_id="benefit_units") + - _fact(facts, period=m, measure_id="single_benefit_units") + - _fact(facts, period=m, measure_id="couple_benefit_units") + ) + for m in CHILDCARE_MONTHS + ] + assert max(gaps) == 1_000 + assert sum(gap != 0 for gap in gaps) == 11 + # Order: total, single, couple, mean amount (GBP). + samples = { + "2021-03": [88_000, 70_000, 18_000, 330], + "2025-01": [187_000, 151_000, 37_000, 400], + "2025-08": [165_000, 134_000, 31_000, 420], + "2026-05": [164_000, 134_000, 30_000, 400], + } + for period, expected in samples.items(): + assert [ + _fact(facts, period=period, measure_id=measure_id) + for measure_id in ( + "benefit_units", + "single_benefit_units", + "couple_benefit_units", + "mean_amount", + ) + ] == expected + + +@pytest.mark.parametrize("alias", ALL_259) +def test_issue_259_packages_pass_agent_acceptance(alias, tmp_path): + output_dir = tmp_path / alias + report = build_source_suite(alias, output_dir, year=2025) + acceptance = json.loads( + (output_dir / "reports" / "agent_acceptance.json").read_text() + ) + + assert report.valid + assert acceptance["valid"] + assert acceptance["counts"]["row_semantic_error_count"] == 0