PolicyEngine / policyengine-us

The PolicyEngine US Python package contains a rules engine of the US tax-benefit system, and microdata generation for microsimulation analysis.
https://policyengine.org/us
GNU Affero General Public License v3.0
100 stars 174 forks source link

Separate the extra standard deduction amounts for aged and blind #758

Open MaxGhenis opened 2 years ago

MaxGhenis commented 2 years ago

The extra standard deductions for aged and blind filers are specified in https://www.law.cornell.edu/uscode/text/26/63#f as separate parameters in sections 1 and 2.

However, we implement it as a single parameter, since they are the same value. Both to stay closer to the law and for clarity (e.g., I was initially unsure whether people who are both aged and blind get twice the extra amount), I'd suggest we separate them.

fedderw commented 2 years ago

Yeah they should definitely be separate - age by itself won't get you Medicaid eligibility, it's just relevant for additional qualifications. (Assuming I'm understanding the implication of separating the parameters)

MaxGhenis commented 2 years ago

@fedderw This is for federal income taxes rather than Medicaid

fedderw commented 2 years ago

@fedderw This is for federal income taxes rather than Medicaid

whoops, my bad. I'm a little mixed up. I think I did mean to say this somewhere though 🤔