Harrison Marsh LLP
Eliminating re-keying across 5,000 probate cases a year
5 → 2 days
Case transfer time between offices
The Problem#
- Every case transfer between solicitors — internally or externally — requires the receiving team to re-key the entire estate into their own case management system
- A single complex estate with 40 assets, 12 beneficiaries, and 3 properties takes a paralegal two full days to re-enter
- Re-keying errors cause IHT miscalculations, missed assets, and delayed Probate Registry applications
- The firm processes approximately 5,000 probate cases per year across five offices
- An estimated 3% of cases trigger HMRC enquiries due to manual data entry errors
How They’d Use INHERIT#
- Export each estate as an INHERIT document using
estate.jsonas the root record, withestate.statusmapping directly to their internal lifecycle stages (planning,confirmed,pre_probate,in_administration,distributed,closed) - Represent beneficiaries and family members as
person.jsonentities, with relationships inkinship.json(blood relations) andrelationship.json(non-familial connections) - Model assets using
asset.jsonwith appropriatecategoryvalues —financial,property_contents,vehicle— and real property inproperty.json - Apply the
uk-england-walesextension for IHT calculations usingnilRateBand,residenceNilRateBand, andinheritanceTaxRateas temporal rules applied at date of death - Use the
scotlandextension withconfirmationandlegalRightsfor Scottish estates, theirelandextension withspouseLegalRightSharefor Irish cases,singapore-malaysiafor the Singapore office, andaustralia-nzwithSuperannuationNominationfor Australian cases - Express all monetary values via
common/money.jsonin minor currency units, eliminating rounding errors during transfer
The Integration#
- Bidirectional: the case management system exports INHERIT documents when transferring cases and imports them when receiving cases from other firms
- Incoming documents are validated against the INHERIT JSON Schema before import, with invalid submissions automatically rejected
- The firm publishes a
conformance-declaration.jsonat Level 2, declaring which entities their system supports
The Business Case#
- Case transfer time drops from 5 working days to 2 — a 60% reduction
- Eliminating re-keying across 5,000 cases saves approximately 2,500 paralegal days per year — roughly 10 FTEs, worth £350,000 annually at blended paralegal cost
- Automated IHT calculations using the
uk-england-walestemporal rules eliminate the manual errors that currently trigger HMRC enquiries on 3% of cases
Before / After#
Without INHERIT:
- Solicitor A completes estate work and exports a summary as a PDF or spreadsheet
- File is emailed to Solicitor B’s office
- Paralegal at Solicitor B’s office opens the file and begins re-keying — deceased details, beneficiaries, 40+ assets, property descriptions, IHT figures
- Re-keying takes two full days; paralegal cross-references the original PDF line by line
- Senior solicitor reviews the re-keyed data and spots three discrepancies — a missing bank account, a wrong property value, and an incorrect beneficiary relationship
- Corrections take another half-day; the Probate Registry application is delayed by a week
With INHERIT:
- Solicitor A’s case management system exports the estate as a validated INHERIT document
- Solicitor B’s system imports the document, automatically mapping entities to internal fields
- Schema validation confirms all required data is present and correctly structured
- Senior solicitor reviews the imported data — everything matches, no re-keying needed
- Probate Registry application proceeds the same day
“We used to lose two paralegal days every time a file moved between offices. Now it arrives validated, reconciled, and ready to work.”Sarah Whitfield, Head of Private Client, Harrison Marsh LLP
Disclaimer: Harrison Marsh LLP is a fictional organisation created for illustrative purposes. This case study describes a hypothetical integration scenario. All metrics, savings, and outcomes are projected estimates, not actual results. References to real regulatory bodies, courts, and legislation are for accuracy and do not imply endorsement.