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

Roberts Pension Digest - Edition 2

Robert Wakefield    1st October, 2025

Roberts Pension Digest - Edition 2

I recently attended two excellent PMI conferences, where the content and speakers were highly relevant to today’s pensions landscape. Innovation in both process and technology was evident, but the real focus was on data. The industry is finally recognising that without complete, accurate, and up-to-date data, even the most sophisticated systems will fail —“garbage in, garbage out” still applies.

Many schemes assume they have good data because administrators meet deadlines and complaints are low. Yet, if they need to review member files for checking, data quality may be lacking.

Good data means:

  • Complete and accurate records
  • Up-to-date details (e.g. current addresses)
  • Regular monitoring (e.g. mortality checks)

Why it matters:

  • Correct benefit calculations
  • Secure and accurate communications
  • Fewer errors and complaints
  • Accurate buyout costs
  • Swifter transition through buy in and buyout
  • Reliable scheme valuations
  • Better alignment of investments with liabilities

Trustee support is essential, even for schemes that believe their data is sound. The benefits include:

  • Stronger member engagement
  • More accurate outcomes
  • Confident online access for members
  • Improved member experience
  • Informed decision-making
  • Better understanding of buy in and buyout costs
  • More accurate measure of any potential surplus
  • Funding discussions based on reliable data

Lots of schemes now have professional trustees involved to help drive the analysis and cleaning of data, but statistics show that around 43% of defined benefit schemes still have no professional trustee involved. That’s around 2,200 schemes.

To start the process or get member engagement, schemes need to make sure they have addresses for all their members, and that they monitor mortality. Then you are communicating with all your members.

If you are attending the Pensions UK Conference in Manchester in October, please come and have a chat with us.

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