Skip to content

Impute mortgage and consumer debt from the Wealth and Assets Survey#426

Open
MaxGhenis wants to merge 2 commits into
mainfrom
impute-debt-liabilities
Open

Impute mortgage and consumer debt from the Wealth and Assets Survey#426
MaxGhenis wants to merge 2 commits into
mainfrom
impute-debt-liabilities

Conversation

@MaxGhenis
Copy link
Copy Markdown
Contributor

What

Imputes two household liabilities from the Wealth and Assets Survey (Round 8) alongside the existing wealth components:

  • mortgage_debt — gross outstanding household mortgage debt (WAS HMortGR8; ~30% of households, ~£44k mean).
  • consumer_debt — non-mortgage, non-student-loan borrowing (personal loans, credit, hire purchase).

Both are clipped at zero on write (a liability cannot be negative).

Why

total_wealth is gross (property + corporate + savings) with no liabilities netted out, so it can never be negative. The bottom of the wealth distribution is therefore an artefact — ~13% of households own nothing and sit at exactly £0, leaving the lowest wealth decile empty. With mortgage and consumer debt imputed, a companion policyengine-uk PR adds a net_wealth variable that goes negative for genuinely underwater households, putting them at the bottom of the distribution where they belong.

Notes

uk_land_debt (already in the rename map) turned out to be a tiny residual land-debt category (0.2% of households); the real mortgage measure is HMortGR8, which this PR uses.

MaxGhenis and others added 2 commits June 5, 2026 16:17
Adds mortgage_debt (gross outstanding household mortgage, WAS HMortGR8) and
consumer_debt (non-mortgage, non-student-loan borrowing) to the wealth
imputation targets. These are the first liabilities the dataset carries, so a
net wealth measure (total_wealth minus debt) can finally go negative for
households whose debts exceed their assets, instead of bottoming out at a £0
point mass of asset-poor households.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
WAS does not itemise credit cards, overdrafts, hire purchase or arrears on the
household file, so total_loans_exc_slc (formal loans only) captured barely a
third of non-mortgage debt: GBP 1,138 across 11% of households. Define
consumer_debt instead as the gap between gross financial wealth and financial
wealth netted of all liabilities except student loans (HFINWR8 - HFINWNTR8_exSLC)
- GBP 2,917 across 47% of households, covering all unsecured non-student debt.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.

1 participant