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 #4190
In the 0.766.0 version, it seems as if the VA itemized deduction calculations are incorrect. The case presented below illustrate what seem to me to be the problem. The case...
Create a variable for Montana taxable social security benefits. (This variable can be used on either addition or subtraction depending on its amount)
Fixes #2761
Assigning proportional hours changes as labor supply changes.
Methods used to generate results in the table below are discussed in this topic: * #2389 And itemized deduction results are discussed in this topic: * #2570 In the table...
https://github.com/PolicyEngine/policyengine-us/actions/runs/9020321184/job/24785217630?pr=4512#step:5:1580 >policyengine_us/tests/test_variables.py: 4 warnings /home/runner/work/policyengine-us/policyengine-us/policyengine_us/variables/gov/simulation/labor_supply_response/labor_supply_response.py:284: RuntimeWarning: invalid value encountered in divide earnings > 0, employment_income / earnings, 1
fixes #4345
We currently have most of the reform related variables in the `reforms` folder, however some file have in the `variables/contrib` folder, we should add all of the variables to the...