Add Nebraska LB 157 Child Tax Credit reform#7511
Add Nebraska LB 157 Child Tax Credit reform#7511DTrim99 wants to merge 3 commits intoPolicyEngine:mainfrom
Conversation
Implements the Nebraska Child Tax Credit Act (LB 157) as a contributed reform with the following features: - $1,000 per qualifying child (age 6 or younger), fully refundable - Phase-out at 5% per increment above thresholds: - MFJ: $110,000 AGI, $2,000 increments - HOH: $92,500 AGI, $1,500 increments - Other: $75,000 AGI, $1,000 increments - Effective for tax years beginning January 1, 2026 Closes PolicyEngine#7510 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Reform defaults to off since LB 157 is pending legislation - Tests explicitly enable reform via parameter override - Reform is always loaded so variable exists for parameter toggling Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
PR Review: Nebraska LB 157 Child Tax Credit🟢 Overall Assessment: APPROVEThis is a well-implemented reform with comprehensive test coverage. All CI checks pass and the implementation correctly reflects the bill's provisions. ✅ What's Good
🟡 Should Address1. Reference URLs point to wrong document IDAll parameter references use
Files affected:
🟢 Suggestions1. Consider adding test for zero qualifying childrenWhile the code handles this correctly, an explicit test would document the expected behavior. 2. Consider documenting inflation indexing limitationThe bill includes inflation adjustment starting 2027 (per Section 3(1)), but this is not currently modeled. A comment in the code or parameter file noting this would be helpful. Validation Summary
Verified Against Bill
Next StepsFix the reference URLs from 🤖 Review generated with Claude Code |
All parameter and variable references were pointing to DocumentID=55861 but the bill is at DocumentID=58940. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Fixed reference URLs: all parameters and variables now point to the correct DocumentID (58940 instead of 55861). |
Summary
Implements Nebraska LB 157 (the "Child Tax Credit Act") as a contributed reform.
Bill Details
Key Features
Credit Amount
Qualifying Child
Phase-out Structure
Credit phases out at 5% per income increment above thresholds:
Effective Date
Implementation
gov.contrib.states.ne.ctc.lb157ne_lb157_ctcas a refundable credit in Nebraska's tax systemReferences
Closes #7510
Test plan
🤖 Generated with Claude Code