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

Existence Checks

For pension schemes and financial institutions, knowing if members and customers have died is essential to fraud prevention and liability management.

The Tracing Group offers a range of Existence Checking solutions for UK and Overseas pension members or customers. These can be delivered as a standalone activity or as part of a suite of data improvements.

Benefits

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

Get in touch to arrange an existence check plan 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.
Three plus one
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'); } }) }