Five datasets: one extracted from the official form itself, one published chart, three built jurisdiction by jurisdiction

Every number in a finding traces back to one of these files, or to a script in the model that reads one of them.

The form’s own calculation logic, extracted from the blank official worksheet

data/extracted/cjd304-xfa.xml is the XFA template of the 2025 CJ-D 304, as published on mass.gov, with its embedded calculation scripts intact. It is not a transcription or a summary; it is the actual field definitions and JavaScript the Trial Court’s own form runs when a field changes, extracted by model/inspect_worksheet.py. Verification status: primary source, executed directly. The model runs these scripts through a harness on six scenarios and diffs the result against the Python reimplementation; the two agree on the final order in all six.

The published support chart used to validate the schedule

data/extracted/guidelines-chart.json holds 1,104 combined-available-income-to-weekly-support pairs, covering $0 to $8,654 a week ($450,008 a year), read from the Commonwealth’s own published 2025 Child Support Guidelines Chart. Verification status: every one of the 1,104 rows was checked against the model’s Table A, with no disagreement greater than one dollar. The check itself is model/test_guidelines.py, 20 of whose checks are this comparison.

Three fifty-one-jurisdiction datasets, one fact pattern held constant throughout

All three datasets use the same fact pattern: a payor at $201,000 a year, the other parent at $570 a week, three children, no child care. That fact pattern is the author’s own order, disclosed on the about page. Comparisons drawn from these files are about that one fact pattern; they are not a claim about jurisdictions generally.

What is not in these files

None of the five datasets contains a fifty-state estimate of typical child care claims, a deviation rate broken out from imputed-income and default cases, or a distribution of orders across real families; those numbers do not exist here, and no finding on this site asserts them.

Check it yourself

Every figure above is read directly out of the linked file; none is retyped from memory.