Add Illinois Senior Citizens Real Estate Tax Deferral Program#7173
Merged
PavelMakarchuk merged 4 commits intoPolicyEngine:mainfrom Jan 28, 2026
Merged
Add Illinois Senior Citizens Real Estate Tax Deferral Program#7173PavelMakarchuk merged 4 commits intoPolicyEngine:mainfrom
PavelMakarchuk merged 4 commits intoPolicyEngine:mainfrom
Conversation
…Program implementation Starting implementation of IL Senior Citizens Real Estate Tax Deferral Program. Documentation and parallel development will follow.
…etd) - Add parameters for age threshold, income limit, interest rate, max deferral, equity limits - Add variables for age eligibility, income eligibility, overall eligibility, maximum deferral - Add unit tests and integration tests for all components - Add working references documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7173 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 4 +1
Lines 40 51 +11
=========================================
+ Hits 40 51 +11
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:
|
…into il-senior-tax-deferral
PavelMakarchuk
approved these changes
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #6780. Implements the Illinois Senior Citizens Real Estate Tax Deferral Program (SCRETD).
This program allows qualified seniors (65+) to defer property taxes as a loan from the State of Illinois. The deferred amounts accrue interest and must be repaid upon sale, transfer, or death.
Regulatory Authority
Eligibility Requirements
Age Requirement (320 ILCS 30/2)
Income Limits (320 ILCS 30/2, SB1821)
Benefit Calculation
Formula:
deferral = min(real_estate_taxes, $7,500)when eligibleFiles Added
Parameters (3 files)
Variables (4 files)
Tests (5 files, 37 test cases)
Non-Simulatable Rules
The following program rules cannot be implemented (require data not available in point-in-time simulation):
Example Calculation
Case: Eligible senior in 2024
Implementation Notes
irs_gross_incomeas proxy for household income per 320 ILCS 25/3.07add() > 0pattern to check if ANY tax unit member is age-eligible