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

About The Tracing Group

At The Tracing Group, we understand that effective communication with your customers is essential for meeting their needs and fulfilling regulatory obligations, particularly in the financial sector.

However, many organisations face challenges such as poor customer data, customers who have moved away without notice, and cases of deceased customers that have not been adequately notified.

Our team is fully dedicated to addressing these issues by improving the quality of your customer data, tracing gone-away customers who have relocated, and identifying the legal representatives or beneficiaries when customers have passed away. With our expertise in improving data quality, you can focus on maintaining contact, reuniting assets, and building customer trust. Let us improve your data quality so you can provide the best possible service to your customers.

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.
Three plus eight

The Senior Leadership Team

Danielle Higgins

Managing Director

Paul Gaston

Head of Data Security & Infrastructure

Sam Thelwell

Head of Delivery

Justin McGuirk

Head of Business Development

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'); } }) }