For mortgage lenders · panel onboarding + monitoring
Lender broker panel monitoring
A 200-broker panel turns over ~5-10% per year; that's 10-20 brokers whose authorisation, permissions, or principal relationship shifts in any given year. Most lenders' panel software still polls quarterly because the cost of more-frequent polling at retail rates was prohibitive; that's a 90-day window where a de-authorised broker keeps writing applications + the lender keeps booking risk. Stratum's bulk endpoint makes daily polling economic for any panel size: a full panel re-screened every day fits inside a single monthly subscription tier.
What changes between annual reviews
FCA Register changes that materially affect panel risk: (1) authorisation status flips (Authorised → Withdrawn / Cancelled / In Default), (2) permissions removed (Mortgage mediation pulled), (3) AR/principal relationship dissolved, (4) Senior Managers / Certified Persons removed from the SM&CR Directory, (5) the firm's 'In Default' flag set following an FOS award. Each of these is a different signal: status = stop accepting applications immediately; permissions = continue but reroute mortgage applications elsewhere; AR change = re-onboard under the new principal.
How the daily-diff workflow lands
The bulk endpoint accepts up to 100 FRNs per call. A lender with a 200-broker panel runs two calls per day at 06:00 UTC + diffs the response against yesterday's snapshot. New de-authorisations land in the broker-relations team's inbox before they spend the morning processing applications from a now-de-authorised broker. The diff logic is straightforward: same shape every day, just compare. The webhook notification path lands in 2026-Q3.
Per-broker cost at panel scale
A 200-broker panel polled daily is 200 × 365 = 73,000 calls/year, about 6,000 a month. That sits in the Growth tier (£79/mo, 5,000 calls, 3p overage) at roughly £110/month, or the Pro tier (£249/mo, 25,000 calls) with room to grow. For the same coverage SmartSearch's enterprise tier starts at £20-40k/year and still doesn't give you daily granularity. On Growth that's around £0.55 per broker per month for daily monitoring. Right-sized for the actual workload.
Frequently asked
What's in the diff response?
You get the full firm record per call; diffing against yesterday catches any change. The response includes status, permissions[], keyIndividuals[], AR/principal mapping, and the FCA list-version timestamp. Persist last-known-snapshot per FRN; alert on any field change.
Do you support webhooks on permission changes?
Roadmap. Today: poll daily + diff. The webhook path lands in 2026-Q3 once we've validated the demand signal across enough lender panels to justify the infrastructure.
What about the broker's individual SM&CR status?
The /v1/fca/sm-cr/{frn}/directory endpoint returns the firm's Certified Persons. For the named broker on each application, cross-check against this list; that catches the "broker still at the firm but no longer Certified" failure mode.
How do you handle In Default flags?
The response surfaces `firm.in_default` as a boolean + the date the flag was set. In-Default firms are typically winding down + the broker's mortgage applications need to redirect; surface this prominently in the lender's broker-CRM.
Volume pricing breakdown?
The FCA API is a monthly subscription: Starter £19/mo (500 calls), Growth £79/mo (5,000), Pro £249/mo (25,000), with a small per-call rate beyond your plan. A 200-broker panel polled daily (~6,000 calls/month) lands in Growth or Pro; talk to us about a custom tier for very large panels.