policyengine-us
policyengine-us copied to clipboard
The PolicyEngine US Python package contains a rules engine of the US tax-benefit system, and microdata generation for microsimulation analysis.
Example: this household has $10k taxable IRA distributions but they're absent from market income in the app: https://policyengine.org/us/household?focus=householdOutput.mtr&household=52971
We should have 3 new variables `ma_tafdc_if_eaedc_ineligible` - checks the amount of tafdc if eaedc is 0 `ma_eaedc_if_tafdc_ineligible` - checks the amount of eaedc if tafdc 0 `ma_tafdc_larger_than_eaedc` - checks...
If we can find per-capita spending by state
We currently use tax unit for all types of Medicaid, is this correct?
Federal law says the income limit "may not exceed a percentage (not more than 100 percent) of the official poverty line " https://www.law.cornell.edu/uscode/text/42/1396a#m_2_A, yet CA uses 138% (https://dpss.lacounty.gov/en/health/senior-disabled/fpl.html?utml) They have...
Fixes #5892
[This reform](https://policyengine.org/us/household?focus=householdOutput.earnings&reform=73748®ion=us&timePeriod=2025&baseline=2&dataset=enhanced_cps&household=52190) activates the fully refundable CTC. The reform line should be flat at $2,000 for ctc_value.
Fixes #5870
Fixes #5702
Otherwise incremental SALT can increase tax liability via the AMT. Filers will optimally report only the SALT that zeros out their regular tax liability. There is no legal requirement to...