Skip to content

Commit

Permalink
Remove the child tax rebate from the list of 2023 rhode island refund…
Browse files Browse the repository at this point in the history
…able credits (#5330)

Fixes #5329
  • Loading branch information
PavelMakarchuk authored Nov 16, 2024
1 parent bd10002 commit 14c8006
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
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 the child tax rebate from the list of 2023 rhode island refundable credits.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ values:
- ri_eitc
- ri_property_tax_credit
- ri_child_tax_rebate
2023-01-01:
- ri_eitc
- ri_property_tax_credit

metadata:
reference:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
- name: Joint filers with 81k of income each and one dependent
period: 2023
absolute_error_margin: 1
input:
people:
person1:
age: 30
employment_income: 81_000
person2:
age: 19
employment_income: 81_000
person3:
age: 8
tax_units:
tax_units:
members: [person1, person2, person3]
households:
households:
state_code: RI
output:
ri_income_tax: 5_338

0 comments on commit 14c8006

Please sign in to comment.