verification / datasets / 09-ombudsman-lgsco / SOURCE.md

Dataset 09 — Housing Ombudsman + LGSCO determinations

Failure demand and maladministration rates per landlord (Housing Ombudsman) and per council (Local Government and Social Care Ombudsman).

Part A: LGSCO annual review datasheets

Files in data/lgsco/ and original URLs

File Original URL
1-Complaints-Received-24-25.csv https://www.lgo.org.uk/assets/attach/6815/1-Complaints-Received-24-25.csv
2-Complaints-Decided-24-25.csv https://www.lgo.org.uk/assets/attach/6818/2-Complaints-Decided-24-25.csv
3-Remedy-Compliance-Outcomes-24-25.csv https://www.lgo.org.uk/assets/attach/6821/3-Remedy-Compliance-Outcomes-24-25.csv
4-Effective-Complaint-Handling-Courses-24-25.csv https://www.lgo.org.uk/assets/attach/6824/4-Effective-Complaint-Handling-Courses-24-25.csv
1-Complaints-Received-23-24.csv https://www.lgo.org.uk/assets/attach/6633/1-Complaints-Received-23-24.csv
2-Complaints-Decided-23-24.csv https://www.lgo.org.uk/assets/attach/6635/2-Complaints-Decided-23-24.csv
3-Remedy-Compliance-Outcomes-23-24.csv https://www.lgo.org.uk/assets/attach/6638/3-Remedy-Compliance-Outcomes-23-24.csv

XLSX and ODS versions of each file also exist at neighbouring assets/attach/ IDs on the landing page.

Access caveat — geo-blocking (browser/Wayback required)

lgo.org.uk returned "Connection denied by Geolocation" for both the pages and the asset URLs from this (non-UK) network, and presents a certificate that fails validation via the browser. Files were therefore retrieved byte-for-byte via the Internet Archive Wayback Machine, e.g.:

curl -L --compressed -o 1-Complaints-Received-24-25.csv \
  "https://web.archive.org/web/2026id_/https://www.lgo.org.uk/assets/attach/6815/1-Complaints-Received-24-25.csv"

From a UK IP the direct URLs above should work with plain curl -L -O <url>.

Data caveats

Part B: Housing Ombudsman — Annual Complaints Review 2024-25

File in data/housing-ombudsman/

curl -L -O "https://www.housing-ombudsman.org.uk/app/uploads/2025/09/Tables-for-landlords-with-individual-performance-reports-2024-25.xlsx"

Caveats

What a full collection would take

Per-council mapping requires joining HO landlord names to council names (councils that transferred stock to ALMOs/associations appear under the landlord's name, not the council's), and scraping the HO decisions search plus LGSCO's decision-search for case-level detail.