Skip to content

Commit

Permalink
Limit DC property tax credit to filers that take up in reform (#5503)
Browse files Browse the repository at this point in the history
* Limit DC property tax credit to filers that take up in reform
Fixes #5502

* make format
  • Loading branch information
MaxGhenis authored Jan 22, 2025
1 parent de0c3cb commit b1343c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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:
- Limit DC PTC to filers that take it up in the reform.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1343c3

Please sign in to comment.