Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/local-soi-refresh.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added an explicit refresh path and regression coverage for the legacy `agi_state.csv` SOI targets used by local calibration.
7 changes: 7 additions & 0 deletions policyengine_us_data/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
• Location: https://www.cms.gov/files/document/effectuated-enrollment-early-snapshot-2025-and-full-year-2024-average.pdf
• Notes: `enrollment` is APTC enrollment by state; `spending` is monthly APTC enrollment multiplied by average monthly APTC for APTC recipients

- **agi_state.csv**
• Source: IRS SOI state data file used by legacy local calibration
• Date: tax year 2022
• Created by: `policyengine_us_data/storage/calibration_targets/refresh_local_agi_state_targets.py`
• Location: https://www.irs.gov/pub/irs-soi/22in55cmcsv.csv
• Notes: This file intentionally keeps the legacy `utils/loss.py` schema (`AL`, `DC`, etc.) instead of the newer `state_AL` geography naming used in `soi.csv`/database overlays. It is separate from `soi_targets.csv`, and it currently lags the national SOI refresh because IRS geographic state SOI files are only published through TY2022.

- **medicaid_enrollment_2024.csv**
• Source: MACPAC Enrollment Tables, FFY 2024
• Date: 2024
Expand Down
Loading
Loading