Add DLA and SDA documentation page (#771)#1709
Open
vahid-ahmadi wants to merge 1 commit into
Open
Conversation
Ticks off the DLA and SDA entries in #771's docs-pages todo list. Combined into one page because both are closed-to-new-claims legacy DWP disability benefits with very small modelling surface area: - DLA: two component variables (dla_m, dla_sc), each taking a categorical band from the dataset input and multiplying the weekly rate by WEEKS_IN_YEAR. The eligibility-by-activity scoring is not re-derived because the dataset records bands directly; the relevant population (under-16s and unmigrated working-age recipients) is set by the calibration step in policyengine-uk-data. - SDA: single weekly flat-rate payment, binary eligibility taken from sda_reported, maximum age-related addition assumed (justified because the remaining 2001-frozen caseload skews old). References cover SSCBA 1992 s.68/s.71, the Welfare Reform Acts that closed both schemes to new claims, and the DWP caseload statistics page used for calibration.
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
docs/book/programs/gov/dwp/disability-legacy-benefits.mdcovering:dla_m,dla_sc), the categorical band inputs (dla_m_category,dla_sc_category), the weekly-rate -> annual multiplication, and a note on why eligibility isn't re-derived (calibration handles the post-2013 migration to PIP inpolicyengine-uk-data).sda_reportedtimes the maximum age-related addition, with the simplification explained.Test plan
./PIP.ipynb).programs/gov/dwp/.🤖 Generated with Claude Code