Skip to content

Commit

Permalink
Remove capital_gains_excluded_from_taxable_income from the rhode is…
Browse files Browse the repository at this point in the history
…land property tax credit income sources (PolicyEngine#3779)

* Question about Rhode Island property tax credit income sources
Fixes PolicyEngine#3775

* Update changelog_entry.yaml

---------

Co-authored-by: Max Ghenis <[email protected]>
  • Loading branch information
PavelMakarchuk and MaxGhenis authored Feb 4, 2024
1 parent 8ded831 commit ceb687d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- Remove capital_gains_excluded_from_taxable_income from the Rhode Island property tax credit income sources.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ values:
- tax_exempt_interest_income
- tax_exempt_social_security
- tax_exempt_unemployment_compensation
- capital_gains_excluded_from_taxable_income
- alimony_income
- tanf
- child_support_received
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,20 @@
ri_property_tax_credit_eligible: true
ri_property_tax_credit: 415
ri_income_tax: -415.00

- name: Property tax income test
absolute_error_margin: 0.01
period: 2024
input:
people:
you:
long_term_capital_gains: 1_000
qualified_dividend_income: 2_000
households:
household:
members: [you]
state_code: RI
output:
capital_gains_excluded_from_taxable_income: 3_000
adjusted_gross_income: 3_000
ri_property_tax_household_income: 3_000

0 comments on commit ceb687d

Please sign in to comment.