Add Tennessee elderly property tax relief#8307
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8307 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 21 3 -18
Lines 338 34 -304
==========================================
- Hits 338 34 -304
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Converted this to draft for the same data-readiness reason as #8303, but scoped to property tax data. This PR relies on |
Create tn_refundable_credits variable and refundable.yaml list, and add tn_refundable_credits to household_refundable_state_credits. The relief now flows through household_refundable_state_tax_credits to household_net_income, mirroring the pattern used for WA Working Families Tax Credit (also a state without an income tax). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
c276acb to
771f837
Compare
Summary
Modeling notes
real_estate_taxesto preserve local tax-rate differences.Tests
PYTHONPATH=. /Users/daphnehansell/Documents/GitHub/policyengine-us/.venv/bin/python -m policyengine_core.scripts.policyengine_command test policyengine_us/tests/policy/baseline/gov/states/tn/tax/property/elderly_property_tax_relief -c policyengine_us/Users/daphnehansell/Documents/GitHub/policyengine-us/.venv/bin/ruff check policyengine_us/variables/gov/states/tn/tax/property/elderly_property_tax_reliefCloses #8203