You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Property income calibration targets from HMRC SPI (Survey of Personal Incomes) public tables may underestimate actual UK rental income by approximately 2x compared to HMRC's dedicated Property Rental Income Statistics.
Consider adding comment/docstring clarifying that incomes.csv is derived from HMRC SPI tables (taxable income only)
Review other income types for similar gaps between SPI and dedicated HMRC statistics
Context
This was identified while investigating savings income underestimation (PR #229), where SPI showed ~£3bn vs ONS ~£98bn. Property income underestimation is less severe (2x vs 33x) but still notable.
Summary
Property income calibration targets from HMRC SPI (Survey of Personal Incomes) public tables may underestimate actual UK rental income by approximately 2x compared to HMRC's dedicated Property Rental Income Statistics.
Evidence
incomes.csvfromspi.pySources:
Why the gap?
Both sources are from HMRC, but:
This is similar to how SPI savings interest (~£3bn) dramatically underestimated ONS D.41 household interest (~£98bn) - see PR #229.
Data lineage
The calibration flow is:
spi.pyreads HMRC SPI publications → createsincomes.csvincomes_projection.pyusesincomes.csv+ SPI_2020_21 dataset → createsincomes_projection.csvloss.pyreadsincomes_projection.csv→ targets labeledhmrc/property_income_*Recommended action
incomes.csvis derived from HMRC SPI tables (taxable income only)Context
This was identified while investigating savings income underestimation (PR #229), where SPI showed ~£3bn vs ONS ~£98bn. Property income underestimation is less severe (2x vs 33x) but still notable.