policyengine-us icon indicating copy to clipboard operation
policyengine-us copied to clipboard

Add 2020-2021 charity deduction for non-itemizers

Open martinholmer opened this issue 1 year ago • 4 comments

PolicyEngine-US 1.35.0 does not implement the 2020-2021 CARES provision that allowed non-itemizers to claim some charity contributions as a deduction in addition to their standard deduction.

See this IRS document about this provision's extension through 2021.

martinholmer avatar Jul 31 '24 19:07 martinholmer

@PavelMakarchuk Is there any existing eligible file related to charitable_deduction?

Mshuning avatar Aug 05 '24 08:08 Mshuning

@PavelMakarchuk Is there any existing eligible file related to charitable_deduction?

No there is not,

PavelMakarchuk avatar Aug 05 '24 15:08 PavelMakarchuk

@PavelMakarchuk Is there any existing eligible file related to charitable_deduction?

No there is not,

Should I create it for this issue?

Mshuning avatar Aug 06 '24 12:08 Mshuning

@PavelMakarchuk Is there any existing eligible file related to charitable_deduction?

No there is not,

Should I create it for this issue?

No, we should not check for eligibility here

PavelMakarchuk avatar Aug 07 '24 00:08 PavelMakarchuk

I think the easiest way to do this is to: New file charitable_deduction_for_non_itemizers New parameter file in policyengine_us/parameters/gov/irs/deductions/itemized/charity non_itemizers_amount.yaml Adjust the charitable_deduction so there are two variable files - one for the amount that can be attributed to non itemizers and one for the remaining deduction amount

Amount: 600 (300 for singles) in 2020 and 0 in all other years

Change the formula in taxable_income_deductions so that in 2020 the amount of charitable_deduction for non itemizers is included irregardless of the itemization choice

PavelMakarchuk avatar Aug 20 '24 13:08 PavelMakarchuk