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.
We will create a separate threshold parameter in #5848 but we should investigate if the legal code and the tax forms do align in some way
In PR #4870 we will only add an empty variable as `ma_eaedc_living_arrangement` but we should populate the formula based on the logic
[Legal code](https://law.justia.com/codes/illinois/chapter-305/act-305-ilcs-5/article-iii/) [Website](https://www.dhs.state.il.us/page.aspx?item=30370)
Fixes #5764
Starting in 2025, New Hampshire does not tax interest and dividend income any more (no effective state tax entirely). While we set the calculation to 0 in [this](https://github.com/PolicyEngine/policyengine-us/pull/5810/files) PR, we...
legal code: https://www.law.cornell.edu/regulations/massachusetts/106-CMR-704-250
A new [bill](https://www.nmlegis.gov/Sessions/24%20Regular/bills/house/HB0252.pdf) was [signed](https://legiscan.com/NM/bill/HB252/2024) last month to adjust the NM income tax rate
Fixes #5778
We currently create a `[state]_child_care_subsidies` variable for each state but this does not seem like an optimal solution. We should create a `child_care_subsidies` variable which adds a list of available...