Skip to content

Commit 73d85de

Browse files
Refresh dashboard data (2026-07-07 full eCPS) and add net-of-rebates mode (#1072)
Regenerate the full-population comparison (111,347 records x 2021-2025) on current main, picking up the July fixes: transfer zeroing (#1049), pass-through QBID routing (#1051), transfers mapping (#1052), MD county-tax parity (#1066), and the srebate column (#1070). Summaries now carry net-of-rebates state metrics (stateMatchPctRelNet / statePctRelNet): the relative-tolerance match with one-time state rebates netted out of siitax on both sides, removing the TAXSIM payout-year vs PolicyEngine liability-year timing convention (#1068). The dashboard gains a third tolerance mode surfacing it; federal metrics are unchanged by rebates. Full-data downloads point at the full-ecps-comparison-2026.07.07 release (flags: --assume-w2-wages; --disable-salt dropped - inert on the eCPS and overstates federal tax for 2025 itemizers, see #1058). Headline (1% of gross income): state 87.5/88.5/92.3/96.1/96.2 -> net of rebates 92.0/91.4/93.3/96.2/95.9; federal 98.1/97.7/97.6/98.7/98.7. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent ca90e06 commit 73d85de

16 files changed

Lines changed: 15223 additions & 15184 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refresh the validation dashboard with full-eCPS data regenerated on current main (all July fixes), add a net-of-rebates tolerance mode that removes the rebate-timing convention from the state metric, and point full-data downloads at the 2026.07.07 release.

dashboard/public/config-data.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@
205205
},
206206
{
207207
"taxsim": "transfers",
208-
"policyengine": "na_pe",
208+
"policyengine": "general_assistance",
209209
"description": "Non-taxable Transfers",
210-
"implemented": false,
210+
"implemented": true,
211211
"githubLink": null
212212
},
213213
{
@@ -280,5 +280,5 @@
280280
}
281281
]
282282
},
283-
"lastUpdated": "2026-07-05T15:19:19.288Z"
283+
"lastUpdated": "2026-07-07T03:17:44.593Z"
284284
}

dashboard/public/data/2021/comparison_results_2021.csv

Lines changed: 3017 additions & 3017 deletions
Large diffs are not rendered by default.

dashboard/public/data/2021/summary_2021.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dashboard/public/data/2022/comparison_results_2022.csv

Lines changed: 3025 additions & 3025 deletions
Large diffs are not rendered by default.

dashboard/public/data/2022/summary_2022.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dashboard/public/data/2023/comparison_results_2023.csv

Lines changed: 3031 additions & 3031 deletions
Large diffs are not rendered by default.

dashboard/public/data/2023/summary_2023.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dashboard/public/data/2024/comparison_results_2024.csv

Lines changed: 3039 additions & 3039 deletions
Large diffs are not rendered by default.

dashboard/public/data/2024/summary_2024.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)