Document post-CTR council tax calibration path#387
Draft
Conversation
Collaborator
|
Approve as a draft. Three small asks:
|
vahid-ahmadi
approved these changes
May 5, 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
This is a contingent draft for the data side of the post-CTR Council Tax pipeline. It documents the switch path from FRS-derived Council Tax/CTB signals toward structural gross Council Tax minus modelled CTR, without changing any production calibration behavior.
Changes:
docs/post_ctr_council_tax_calibration.mddescribing the current CT calibration state, the target post-CTR pipeline, and acceptance gates before switching.Dependency
Blocked on PolicyEngine/policyengine-uk#1534 completing UK-wide CTR coverage. It should also follow the semantics scaffold in PolicyEngine/policyengine-uk#1657.
Validation
uv run python -c "from pathlib import Path; import yaml; yaml.safe_load(Path('docs/myst.yml').read_text()); assert Path('docs/post_ctr_council_tax_calibration.md').exists()"Note:
uv runbriefly resolved the local environment and changeduv.lock; that unrelated lockfile churn was removed before commit. The local commit hook also failed because this new worktree has nobddatabase, so the docs commit was made with--no-verifyafter the YAML validation above.