Blog: circular dependencies in benefit microsimulation#681
Open
Blog: circular dependencies in benefit microsimulation#681
Conversation
Covers the FL TCA -> housing_cost -> rent -> housing_assistance -> hud_annual_income -> tanf cycle, with an interactive diagram showing the dependency chain and how we resolved it using pre-subsidy rent. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Adds detailed coverage of the federal/state tax SALT cycle (6 states with federal tax deductions + withheld tax simplification), plus a comprehensive table of 12 cycle-breaking workarounds categorized into three techniques: pre-subsidy substitution, simplified parallel variables, and simulation branches. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
AZ TANF has the same cycle as FL TCA - uses housing_cost to determine shelter status for payment standard reduction. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Rewrite childcare section: "The childcare cycle that wasn't" — explains the CO CCAP placeholder was the root cause, not a real policy interaction - Remove false entries from cycles table (SNAP↔childcare, SNAP↔electricity, 23-state TANF↔childcare) - Fix MT itemization description - Update implications section with lesson about auditing statutory requirements vs code - Remove Childcare tab from interactive diagram (now Housing + SALT only) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
childcare_expenses.Test plan
🤖 Generated with Claude Code