diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 8b137891791..ca381fb526d 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1 +1,4 @@ - +- bump: patch + changes: + fixed: + - Revert previous commit. diff --git a/policyengine_us/parameters/calibration/gov/cbo/income_tax.yaml b/policyengine_us/parameters/calibration/gov/cbo/income_tax.yaml index c3499003626..45ce8db7b75 100644 --- a/policyengine_us/parameters/calibration/gov/cbo/income_tax.yaml +++ b/policyengine_us/parameters/calibration/gov/cbo/income_tax.yaml @@ -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 \ No newline at end of file diff --git a/policyengine_us/parameters/calibration/gov/cbo/payroll_taxes.yaml b/policyengine_us/parameters/calibration/gov/cbo/payroll_taxes.yaml index bb4eccfb55f..adff7a8db3c 100644 --- a/policyengine_us/parameters/calibration/gov/cbo/payroll_taxes.yaml +++ b/policyengine_us/parameters/calibration/gov/cbo/payroll_taxes.yaml @@ -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 \ No newline at end of file diff --git a/policyengine_us/parameters/gov/states/ga/tax/income/deductions/standard/aged/amount/head.yaml b/policyengine_us/parameters/gov/states/ga/tax/income/deductions/standard/aged/amount/head.yaml index f35c03b79a9..4a725f89697 100644 --- a/policyengine_us/parameters/gov/states/ga/tax/income/deductions/standard/aged/amount/head.yaml +++ b/policyengine_us/parameters/gov/states/ga/tax/income/deductions/standard/aged/amount/head.yaml @@ -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 - + \ No newline at end of file diff --git a/policyengine_us/parameters/gov/states/ga/tax/income/deductions/standard/aged/amount/spouse.yaml b/policyengine_us/parameters/gov/states/ga/tax/income/deductions/standard/aged/amount/spouse.yaml index ec65a3aff65..2ccf3d3dc04 100644 --- a/policyengine_us/parameters/gov/states/ga/tax/income/deductions/standard/aged/amount/spouse.yaml +++ b/policyengine_us/parameters/gov/states/ga/tax/income/deductions/standard/aged/amount/spouse.yaml @@ -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 - + \ No newline at end of file diff --git a/policyengine_us/parameters/gov/states/ga/tax/income/deductions/standard/blind/head.yaml b/policyengine_us/parameters/gov/states/ga/tax/income/deductions/standard/blind/head.yaml index 15092add6d6..d4dfef529b7 100644 --- a/policyengine_us/parameters/gov/states/ga/tax/income/deductions/standard/blind/head.yaml +++ b/policyengine_us/parameters/gov/states/ga/tax/income/deductions/standard/blind/head.yaml @@ -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 - + \ No newline at end of file diff --git a/policyengine_us/reforms/second_earner/second_earner_tax_reform.py b/policyengine_us/reforms/second_earner/second_earner_tax_reform.py index 5dba7890d51..7e8eeebd387 100644 --- a/policyengine_us/reforms/second_earner/second_earner_tax_reform.py +++ b/policyengine_us/reforms/second_earner/second_earner_tax_reform.py @@ -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 ) diff --git a/policyengine_us/tests/policy/baseline/gov/states/ga/tax/income/deductions/standard/ga_additional_standard_deduction.yaml b/policyengine_us/tests/policy/baseline/gov/states/ga/tax/income/deductions/standard/ga_additional_standard_deduction.yaml index 0b79321c7f0..8d5b0c5b996 100644 --- a/policyengine_us/tests/policy/baseline/gov/states/ga/tax/income/deductions/standard/ga_additional_standard_deduction.yaml +++ b/policyengine_us/tests/policy/baseline/gov/states/ga/tax/income/deductions/standard/ga_additional_standard_deduction.yaml @@ -18,4 +18,4 @@ blind_head: true state_code: GA output: - ga_additional_standard_deduction: 2_600 + ga_additional_standard_deduction: 2_600 \ No newline at end of file