Add Illinois Senior Citizens Real Estate Tax Deferral Program #7173
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