+44 (0) 1603 937800 — Mon to Fri, 9am to 5pm UK time (currently 12:39am in the UK)
A - A - A

Robert's Pension Digest - Edition 3

Robert Wakefield    15th January, 2026

Robert's Pension Digest - Edition 3

Keeping Track of your Overseas Scheme Members

Pension schemes must maintain accurate member addresses and confirm pensioners’ existence to prevent overpayments. While this is straightforward in the UK, overseas members present unique challenges.

Why is it harder overseas?

  • Data access restrictions: Different countries have varying data protection laws, limiting access to national databases. For example, UK schemes can check death registers, but similar checks aren’t always possible abroad.
  • Limited local data: Overseas residence databases are also often inaccessible.
  • Innovative solutions: Social media, forensic tracing methods, and genealogical tracing methods now make locating overseas members more feasible.
  • Digital verification: Many firms now offer secure online tools and apps for existence checks via smartphones. 

Beware of Scammers

Online verification typically involves uploading an official ID and a selfie for comparison. Scammers are finding ways to exploit these systems, so technology now includes biometrics, liveness detection, and even 3D facial mapping to stay ahead.

Why does all this matter?

Beyond routine checks, these tools are vital for projects like de-risking exercises and preparing accurate data for pensions dashboards.

What about traditional methods?

Paper-based verification has drawbacks:

  • Risk of interception and fraud
  • Cost of professional certification
  • Unreliable overseas postal services 

The good news

Modern solutions make staying connected with overseas members easier and more secure than ever.

For any questions or to discuss further please reach out to justin.mcguirk@thetracinggroup.co.uk

Robert

function submitForm(formId) { event.preventDefault(); var originalButtonText = document.getElementById("submitButton").innerHTML; document.getElementById("submitButton").innerHTML = ' Sending...'; document.getElementById("submitButton").disabled = true; const form = document.getElementById(formId); const formData = new FormData(form); fetch('/api/contact', { method: 'POST', body: formData }) .then(response => { document.getElementById("submitButton").innerHTML = originalButtonText; document.getElementById("submitButton").disabled = false; 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'); } }); } (function () { var elements = document.getElementsByClassName('certificatebyqms'); Array.from(elements).forEach(function(element) { var apiKey = element.getAttribute('data-apiKey'); var isGreyBadge = element.getAttribute('data-isGreyBadge'); var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function () { if (this.readyState == 4 && this.status == 200) { element.innerHTML = this.responseText; } }; var url = 'https://qms.qmsconnect.co.uk/sitevisit/badge?apiKey=' + encodeURIComponent(apiKey) + '&isGreyBadge=' + isGreyBadge; xhttp.open("GET", url, true); xhttp.setRequestHeader("certificate", "6DB71D3C-9CDD-4566-BCD6-FEC0C904AAE7"); xhttp.send(null); }); })();