Skip to content

Commit

Permalink
Merge pull request #5556 from PolicyEngine/revert-test
Browse files Browse the repository at this point in the history
Revert marged commit
  • Loading branch information
PavelMakarchuk authored Feb 4, 2025
2 parents 74f7b53 + 219c6b8 commit 131606b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
5 changes: 4 additions & 1 deletion changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@

- bump: patch
changes:
fixed:
- Revert previous commit.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ metadata:
# Source: https://www.cbo.gov/data/budget-economic-data
# Sheet 3.Individual Income Tax Details
# Row 72: Individual income yax receipts ($B, FY)m
href: https://www.cbo.gov/system/files/2025-01/51138-2025-01-Revenue-Projections.xlsx
href: https://www.cbo.gov/system/files/2025-01/51138-2025-01-Revenue-Projections.xlsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ values:
2032-01-01: 2_329_390_000_000
2033-01-01: 2_418_530_000_000
2034-01-01: 2_510_311_000_000
2035-01-01: 2_605_182_000_000
2035-01-01: 2_605_182_000_000
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ metadata:
href: https://dor.georgia.gov/document/document/2024-it-511-individual-income-tax-booklet/download
values:
2021-01-01: 1_300


Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ metadata:
href: https://dor.georgia.gov/document/document/2024-it-511-individual-income-tax-booklet/download
values:
2021-01-01: 1_300


Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ metadata:
href: https://dor.georgia.gov/document/document/2024-it-511-individual-income-tax-booklet/download
values:
2021-01-01: 1_300


Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,7 @@ def formula(tax_unit, period, parameters):
line44 = dwks14

# Apply different thresholds for primary/secondary for capital gains

cg = parameters(period).gov.irs.capital_gains.brackets
cg = p.capital_gains.brackets
primary_line45 = max_(
0, cg.thresholds["1"][filing_status] - line44
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
blind_head: true
state_code: GA
output:
ga_additional_standard_deduction: 2_600
ga_additional_standard_deduction: 2_600

0 comments on commit 131606b

Please sign in to comment.