policyengine-us icon indicating copy to clipboard operation
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.

Results 479 policyengine-us issues
Sort by recently updated
recently updated
newest added

We currently start with the federal AGI amount but I believe it should be a state specific gross income definition without apply federal AGI deductions [Legal code](https://law.justia.com/codes/new-jersey/title-54a/section-54a-5-1/) [Tax form](https://www.nj.gov/treasury/taxation/pdf/current/1040.pdf)

https://github.com/PolicyEngine/policyengine-us/blob/master/policyengine_us/variables/gov/usda/snap/eligibility/student/is_snap_ineligible_student.py

https://www.twc.texas.gov/sites/default/files/ccel/docs/bcy25-psoc-chart-twc.pdf The percentage table at the top row, with rule for 0.15% for additional child, does not match with tables below. It's not 0.15%, the real percentage different by sizes...

Fixes https://github.com/PolicyEngine/policyengine-us/issues/6397

Fixes #6689 Implements a test and CLI tool to detect parameters that have been manually updated annually for 3+ years but lack uprating metadata. Features: - Automated pytest that fails...

Arizona uses two standards, A1 - household has a shelter obligation, and A2 - no shelter obligation/shelter paid by third party. I could not find a reference explicitly stating the...

Effective January 2017: https://dhs.maryland.gov/documents/?dir=FIA%2FAction+Transmittals-AT+-+Information+Memo-IM%2FAT-IM2017 Go to 17-11 AT TCA Benefit Increase 1-1-2017. (downloads as word doc) Effective October 1, 2017: https://dhs.maryland.gov/documents/FIA/Action%20Transmittals-AT%20-%20Information%20Memo-IM/AT-IM2018/18-09%20AT%20TCA%20Benefit%20Increase%202018.doc (downloads as word doc) Effective October 1, 2018: https://dhs.maryland.gov/documents/FIA/Action%20Transmittals-AT%20-%20Information%20Memo-IM/AT-IM2019/19-04-AT-TEMPORARY-CASH-ASSISTANCE-BENEFIT-INCREASE-1.pdf...

## Background SECURE 2.0 Act of 2022 introduced an enhanced "super" catch-up contribution limit for 401(k), 403(b), and 457(b) plan participants aged 60-63. ## Current State `gov/irs/gross_income/retirement_contributions/catch_up/limit/401k.yaml` only implements the...

enhancement