From b1343c31e4a6f09729dc64c897bb91b59a53eca8 Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Wed, 22 Jan 2025 01:23:21 -0500 Subject: [PATCH] Limit DC property tax credit to filers that take up in reform (#5503) * Limit DC property tax credit to filers that take up in reform Fixes #5502 * make format --- changelog_entry.yaml | 4 ++++ .../reforms/states/dc/property_tax/dc_property_tax_reform.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29bb2d..8d7927f1430 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: patch + changes: + fixed: + - Limit DC PTC to filers that take it up in the reform. diff --git a/policyengine_us/reforms/states/dc/property_tax/dc_property_tax_reform.py b/policyengine_us/reforms/states/dc/property_tax/dc_property_tax_reform.py index 2027409a705..7a7f7863514 100644 --- a/policyengine_us/reforms/states/dc/property_tax/dc_property_tax_reform.py +++ b/policyengine_us/reforms/states/dc/property_tax/dc_property_tax_reform.py @@ -13,7 +13,7 @@ class dc_ptc(Variable): "https://otr.cfo.dc.gov/sites/default/files/dc/sites/otr/publication/attachments/52926_D-40_12.21.21_Final_Rev011122.pdf#page=49" "https://otr.cfo.dc.gov/sites/default/files/dc/sites/otr/publication/attachments/2022_D-40_Booklet_Final_blk_01_23_23_Ordc.pdf#page=47" ) - defined_for = StateCode.DC + defined_for = "takes_up_dc_ptc" def formula(tax_unit, period, parameters): p = parameters(period).gov.contrib.states.dc.property_tax