Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelMakarchuk committed Feb 4, 2025
1 parent 5d0dc9a commit 74f7b53
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

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,7 +684,8 @@ def formula(tax_unit, period, parameters):
line44 = dwks14

# Apply different thresholds for primary/secondary for capital gains
cg = p.capital_gains.brackets

cg = parameters(period).gov.irs.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 74f7b53

Please sign in to comment.