Skip to content

Document long-run economic projections methodology (#1379)#1701

Open
vahid-ahmadi wants to merge 1 commit into
mainfrom
vahid-ahmadi/issue-1379-document-long-run-projections
Open

Document long-run economic projections methodology (#1379)#1701
vahid-ahmadi wants to merge 1 commit into
mainfrom
vahid-ahmadi/issue-1379-document-long-run-projections

Conversation

@vahid-ahmadi
Copy link
Copy Markdown
Collaborator

Summary

What this PR does:

  • Expanded header comment in yoy_growth.yaml describing how each long-run series is built — CPI pinned to the BoE 2% target on 2031-01-01; RPI/CPIH/earnings ramped linearly from the final EFO value to a stated steady state (RPI/CPIH 2.39%, earnings 3.83%), then held flat through 2073 — with links to the OBR Fiscal Risks publication and the long-run RPI-CPI wedge methodology.
  • New parameters/gov/economic_assumptions/README.md tabulating every growth series with its OBR/ONS source, walking through the three-horizon construction (outturn / EFO forecast / long-run equilibrium), and giving an explicit refresh procedure for when a new EFO is published — including running create_economic_assumption_indices.py to regenerate downstream cumulative indices.

The numerical values themselves are unchanged; this PR is documentation-only.

Test plan

  • yoy_growth.yaml still parses (yaml.safe_load).
  • Microsimulation().calculate(\"income_tax\", 2025).sum() runs successfully (~£294.7bn).

🤖 Generated with Claude Code

The 2031+ growth values in yoy_growth.yaml had a one-line header comment
naming the steady-state assumptions but didn't explain where the year-by-
year ramp values came from (e.g. RPI 2.30% in 2031 -> 2.39% by 2035). #1379
asked for that to be documented.

- Expand the file header to describe how each long-run series is built
  (CPI pinned to BoE target, RPI/CPIH/earnings ramp linearly from the last
  EFO value to a stated steady state, then flat through 2073) and the OBR
  publications the steady-state numbers come from.
- Add a parameters/gov/economic_assumptions/README.md tabulating every
  growth series with its OBR/ONS source and giving a refresh procedure
  for when a new EFO is published, including the call to
  create_economic_assumption_indices.py.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document and verify source of long-run economic projections (2031+)

1 participant