Lender panel conveyancing firm · SLA-driven workflow
Conveyancer suite for lender-panel firms
The problem
Lender panel firms work to lender SLAs (5-10 working days from instruction to exchange). Anything that adds a manual step costs the SLA. The current pack-ordering workflow puts a paralegal at the centre of the data flow; one Friday afternoon and the matter slips to the next week.
How Stratum fits
The suite endpoint runs in seconds + delivers a JSON-structured pack the firm's case-management software can consume directly (Proclaim, LEAP, Visualfiles all integrate via REST). The one-page summary auto-flags issues for paralegal escalation only when needed. Lender panel managers get the audit cert URL on completion — verifiable on stratumapis.com/verify/<hash> in one click.
One request
# Request
curl -X POST https://api.stratumapis.com/v1/suites/conveyancer/check -H "x-stratum-key: $KEY" -d @matter.json
# Response
{ "checkId": "01HX...", "summaryVerdict": "review", "property": {"floodRisk": "low", "coalMining": "high"}, "verifyUrl": "..." }Set $KEY from your dashboard.
Frequently asked
Which lenders accept the pack?
Acceptance is per-lender-panel. Most accept structured packs alongside the standard CON29M. Lender Panel Solutions + Decision First have approved the format. Talk to your panel manager for confirmation; we provide a one-pager for the conversation.
How fast is the pack?
p95 ~3 seconds for the API call. The PDF render adds ~2 seconds. Net 5-10 seconds end-to-end versus 24-48 hours for a Groundsure equivalent.
Does it integrate with Proclaim or LEAP?
REST + JSON, so both have webhook integration paths. We have a Proclaim integration template documented; LEAP is similar. Talk to us via the form for white-glove integration.