Methodology

Every number. Every formula. Every source.

Last verified 5 Jun 2026 · Source v304 calibration document + monthly review cadence

This is how SortedUK calculates what it shows you. Every benefit rate, every Stamp Duty figure, every Mortgage Ready Score, every Better Off range, every risk badge — explained in full, with its formula, its source, its last-verified date, and its confidence band. If you want to verify Sorted, this is the page.

1. Letter decoding & risk badges

Last reviewed 1 Jun 2026

SortedUK's decode-v2 tool reads UK letters (HMRC, DWP, councils, courts, DVLA, NHS) and returns: sender, what it's about, the real deadline, what happens if you do nothing, your next step, and a colour-coded risk badge. Here's how each part is determined.

How we identify the sender

How we set the risk badge

Rule: when in doubt between 🟡 and 🔴, choose 🔴. We would rather over-warn than under-warn on a letter where missing the deadline is irreversible.

2. Deadline detection

Last reviewed 1 Jun 2026

The decoder identifies dates by: (a) ISO and UK-format pattern matching on the letter body, (b) keyword anchoring around "reply by", "by", "no later than", "deadline", "within X days/weeks", and (c) sender-type defaults when a letter has no explicit date (e.g., a Mandatory Reconsideration request implies a 1-month deadline from the disputed decision letter; a PCN gives 28 days to challenge).

Defaults are sourced from the actual UK rule, not estimated:

3. Better Off Scan — £/yr improvement

Last reviewed 1 Jun 2026

The /better-off scan asks 7 questions (situation, household, income, age, employment, home, concerns) and returns six panels: Money you may be owed · Savings you can make · Home opportunities · Business opportunities · Risks · Recommended next steps. Each panel shows an estimated £/yr range based on real 2024/25 and 2025/26 UK scheme values.

How a range is built

Each recommendation has a low and high £/yr value drawn from the actual UK scheme. For Pension Credit: low = £1,000/yr (small top-up case) → high = £4,200/yr (DWP-published average award) → ceiling = £5,400/yr (single-person, full Guarantee Credit minimum income £218.15/wk - £121.10/wk State Pension = £97.05/wk × 52 weeks).

The presented range is intentionally honest about the variance. We do not show a single point estimate because eligibility variables (housing costs, savings, partner income) move the actual outcome.

Total improvement card

The dark navy total at the top sums the midpoints of the qualifying ranges, not the highs. We deliberately avoid over-promising. The figure shown is "Sorted believes you may be ~£X/yr better off if everything applies"; the breakdown shows which schemes contributed.

ConfidenceMedium — depends on assessment
Primary sourcesDWP rate tables 2025/26 · HMRC guidance · Ofgem 2025 cap · individual scheme pages on gov.uk

4. Mortgage Ready Score — 0–100

Last reviewed 1 Jun 2026

The Mortgage Ready Score takes income, deposit, target price, monthly debts, employment status and FTB status, then returns a 0–100 score across 4 weighted factors. This is a self-assessment tool, not an FCA-regulated affordability decision.

Score = (Deposit_score × 0.30) + (Affordability_score × 0.40) + (Employment_score × 0.20) + (Debt_score × 0.10) where: Deposit_score = min(100, (deposit / target_price) × 1000) // 10% deposit = 100; below 5% = under 50 Affordability_score = min(100, (max_borrow / amount_needed) × 100) // max_borrow = (income × 4.5) - (debts × 12) Employment_score = {permanent: 100, self_employed_2yr+: 80, fixed_term: 70, probation: 50, contract_unverified: 40} Debt_score = max(0, 100 - (monthly_debts / income_monthly × 300)) // debts at 33% of monthly income score 0

Verdict bands

Stamp Duty in the result panel

SDLT calculated against current 2024/25 rules — see section 5 for full bands.

ConfidenceMedium — indicative, not a lending decision
Primary sourcesUK lender affordability norms (FCA MCOB 11) · HMRC SDLT manual · BoE 2024 lending survey

5. Stamp Duty Land Tax (2024/25)

Last reviewed 1 Jun 2026

The SDLT figures shown on /home-buyer, /mortgage-ready-score and /decide use HMRC's current published bands. England & Northern Ireland only; Wales uses LTT, Scotland uses LBTT.

Standard residential (single property, primary residence)

£0 — £250,000 0% £250,001 — £925,000 5% £925,001 — £1,500,000 10% £1,500,001+ 12%

First-time buyer relief

Property price up to £625,000: £0 — £425,000 0% £425,001 — £625,000 5% Above £625,000: standard rates apply (no FTB relief)

Additional property (second home, BTL)

Standard rates + 5% surcharge (rates updated 31 Oct 2024) on every band, applied to whole purchase price.
ConfidenceHigh — published HMRC rates
Primary sourcegov.uk/stamp-duty-land-tax/residential-property-rates · verified 1 Jun 2026

6. Benefits checker

Last reviewed 1 Jun 2026

The 13-question benefits checker screens against ~20 UK benefits using rule-based eligibility logic. Each benefit's gate is reproduced from the official DWP/HMRC/NHS rule. We do not estimate awards beyond what the rule lets us — for example, Universal Credit's exact monthly award depends on housing costs, deductions and earnings tapering we cannot compute without bank-grade data (which requires login + ICO Tier 1).

Examples of gate logic shown to the user

7. Biggest Opportunity scoring

Last reviewed 1 Jun 2026

/biggest-opportunity scores the user against 14 known UK opportunities by combining (a) eligibility match from the 8 quiz answers and (b) £/yr value of the opportunity.

Opportunity_score = Eligibility_match × Value × Recency_decay Eligibility_match = sum of matching profile signals / max possible Value = published average £/yr award (capped at £6,000 for ranking) Recency_decay = 1.0 if scheme is live, 0.0 if closed

The top-scoring opportunity is shown in the dark hero card. The next four are runners-up. Each card cites the source for the value and the eligibility test. Examples:

8. Discover For Me — priority action

Last reviewed 1 Jun 2026

The Discover For Me 10-question wizard returns a single priority action by combining three signals from the answer set:

priority = decide_priority( doc_uploaded?, // urgent letter trumps everything concerns[], // debt > eviction > scam > opportunity life_event? // baby, redundancy, bereavement get crisis routing ) if doc_uploaded == 'urgent letter': return route('/decode-v2') elif 'debt' in concerns: return route('/debt-help') elif 'eviction' in concerns: return route('/tonight') elif life_event in ['bereavement', 'redundancy']: return route('/life-events#' + life_event) else: return route('/missing-money') // default: money discovery

Four result cards (Money / Risks / Opportunities / Local) are then personalised by the answer set. Each card routes into an existing Sorted hub.

9. Outcomes aggregation

Last reviewed 1 Jun 2026

The /outcomes ledger publishes per-category counts, win rates and average £ amounts from opted-in users only. Today this is browser-only (localStorage). Once SortedUK Ltd is registered and ICO Tier 1 is paid, accounts will move this to a verified backend.

Opt-in protocol

What we publish

Per-category numbers are published only once a category has ≥30 verified outcomes. Below that threshold we show "Early data" and refuse to compute a win rate, to avoid headline statistics from too-small samples.

ConfidenceBuilding — small sample today
Compared againstNational baselines from DWP / NHS / FOS / Energy Ombudsman / Traffic Penalty Tribunal

10. Source verification

Last reviewed 1 Jun 2026

Every claim on SortedUK is sourced. Our verification protocol:

We do not cite: third-party blogs, comparison sites, paid claims-management firms, generic Google searches, or "industry experts" without an institutional affiliation.

11. Confidence bands

Last reviewed 1 Jun 2026

Every recommendation on SortedUK is tagged with a confidence band so you know how much to trust the number.

12. Review cadence

Last reviewed 1 Jun 2026

13. Corrections policy

Last reviewed 1 Jun 2026

When SortedUK gets something wrong:

To flag a correction: corrections@sorteduk.uk

14. What we won't claim

Last reviewed 1 Jun 2026

SortedUK is deliberately clear about what it is not:

If you see anything on SortedUK that implies otherwise, that's a bug. Please flag it at corrections@sorteduk.uk and we'll fix it within 7 days.

This is the calibration document.

SortedUK is the only UK consumer-help platform that publishes its working — every formula, every source, every confidence band, every review cadence — in public. If you're a journalist, a regulator, a council partner, or another platform: this is the page to cite.