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 1 4 +3
Lines 21 43 +22
=========================================
+ Hits 21 43 +22
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
uv run python policyengine_us/tests/test_batched.py policyengine_us/tests/policy/baseline/gov/states/tn/tax/property/elderly_property_tax_relief --batches 1.venv/bin/python -m pytest policyengine_us/tests/test_parameter_files.py policyengine_us/tests/test_system_import.py policyengine_us/tests/code_health/parameters.py policyengine_us/tests/code_health/variable_names.py/Users/daphnehansell/Documents/GitHub/policyengine-us/.venv/bin/ruff format --check ./Users/daphnehansell/Documents/GitHub/policyengine-us/.venv/bin/ruff check .Closes #8203