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.
Fixes #3707 copilot:all
2023 Income Tax Form Instructions: https://mtrevenue.gov/wp-content/uploads/dlm_uploads/2023/12/Form_2_2023_Instructions.pdf (EITC, CTC, and Elderly Homeowner/Renter Credit have already been updated)
To suppress this warning: https://github.com/PolicyEngine/policyengine-us/actions/runs/8562057477/job/23464549454#step:3:27
2023 Income Tax Form Instructions: https://www.marylandtaxes.gov/forms/23_forms/Resident-Booklet.pdf (2023 Maryland Child Tax Credit has been already been added)
Fixes #3969
Fixes #4222 copilot:all
See [this notebook](https://colab.research.google.com/drive/15-7gAozQ9-gH-YvGpjAWYCVVb_-NJwd6#scrollTo=cIz_kXelfPuK): ```python from policyengine_us import Microsimulation sim = Microsimulation() sim.calc("household_income_decile").unique() ``` returns ints from 1 to 10 (plus -1 for negative income) as expected, but: ```python sim.calc("household_income_decile", map_to="tax_unit").unique()...
Added code to download and process SCF data (from Fed).