-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the child tax rebate from the list of 2023 rhode island refund…
- Loading branch information
1 parent
bd10002
commit 14c8006
Showing
3 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
policyengine_us/tests/policy/baseline/gov/states/ri/tax/income/integration.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |