+44 (0) 1603 937800 — Mon to Fri, 9am to 5pm UK time
A - A - A

Beneficiary Tracing

The passing of a customer can leave providers at a standstill, especially if the informant of the death fails to complete the death claim.

The Tracing Group team works efficiently and sensitively to identify and locate the legal representative of a deceased estate, enabling the payout of any monies due or the closure of the account. These efficient processes help providers meet customers' promises and satisfy the regulators.

Benefits

  • Prevent Fraud
  • Manage Liability
  • Meet Regulations
  • Save Money
  • Increase Customer Confidence
  • Improve Scheme Efficiency

Get in touch to arrange a beneficiary tracing project with us today.

Get in touch

Interested in how we could help you?

Message sent successfully.
There was an error on the form. Please check and try again.
You have submitted too many forms. Please try again later.
One plus eight
function submitForm(formId) { const form = document.getElementById(formId); const formData = new FormData(form); fetch('/api/contact', { method: 'POST', body: formData }) .then(response => { if(response.ok) { form.classList.remove('fail'); form.classList.remove('ratelimit'); form.classList.add('success'); form.reset(); } else if(response.status == 429) { form.classList.remove('success'); form.classList.remove('fail'); form.classList.add('ratelimit'); } else { form.classList.remove('success'); form.classList.remove('ratelimit'); form.classList.add('fail'); } }) }