Skip to content

Commit

Permalink
Merge pull request #5599 from PolicyEngine/PavelMakarchuk/issue5598
Browse files Browse the repository at this point in the history
Set the bottom bracket to -.inf under the New York Inflation Rebates reform
  • Loading branch information
PavelMakarchuk authored Feb 14, 2025
2 parents f95d242 + 9a340f6 commit 63d651f
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 6 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:
- Set the bottom bracket to -.inf under the New York Inflation Rebates reform.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: New York provides the following 2025 Inflation Rebate amount for he

brackets:
- threshold:
2025-01-01: 0
2025-01-01: -.inf
amount:
2025-01-01: 300
- threshold:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: New York provides the following 2025 Inflation Rebate amount for jo

brackets:
- threshold:
2025-01-01: 0
2025-01-01: -.inf
amount:
2025-01-01: 500
- threshold:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: New York provides the following 2025 Inflation Rebate amount for se

brackets:
- threshold:
2025-01-01: 0
2025-01-01: -.inf
amount:
2025-01-01: 250
- threshold:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: New York provides the following 2025 Inflation Rebate amount for si

brackets:
- threshold:
2025-01-01: 0
2025-01-01: -.inf
amount:
2025-01-01: 300
- threshold:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description: New York provides the following 2025 Inflation Rebate amount for su

brackets:
- threshold:
2025-01-01: 0
2025-01-01: -.inf
amount:
2025-01-01: 500
- threshold:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ metadata:
href: https://tax.colorado.gov/sites/tax/files/documents/DR0104_book_2024.pdf#page=9
- title: Individual Income Tax Guide - Part 3 Additions to Taxable Income
href: https://tax.colorado.gov/individual-income-tax-guide


Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,22 @@
filing_status: JOINT
output:
ny_refundable_credits: 0

- name: Integration test, one person with 0 AGI
period: 2025
reforms: policyengine_us.reforms.states.ny.inflation_rebates.ny_2025_inflation_rebates.ny_2025_inflation_rebates
input:
gov.contrib.states.ny.inflation_rebates.in_effect: false
people:
person1:
age: 40
tax_units:
tax_unit:
members: [person1]
ny_agi: 0
households:
household:
members: [person1]
state_code: NY
output:
ny_2025_inflation_rebates: 300

0 comments on commit 63d651f

Please # to comment.