Add student loan repayment calibration targets #253
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
Adds student loan repayment calibration targets to the loss function using SLC (Student Loans Company) official statistics for 2024-25.
Changes
Added to
tax_benefit.csv:student_loan_repayment: UK total (£5.6bn in 2024-25)student_loan_repayment_england: England (£5.0bn)student_loan_repayment_scotland: Scotland (£0.203bn)student_loan_repayment_wales: Wales (£0.229bn)student_loan_repayment_northern_ireland: Northern Ireland (£0.182bn)Projected values for 2025-2029 with ~3.5% annual growth to account for borrower growth and wage increases.
Updated
loss.py:Added student loan repayment calculations broken down by country, matching existing patterns for council tax and other regional aggregates.
Data Sources
Notes
student_loan_repaymentvariable which includes all plan typesCloses #237
🤖 Generated with Claude Code