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

Did GMP Equalisation leave you with unanswered questions around 'unlinked dependants'?

Justas Sidiskis    8th November, 2023

The process of GMP Equalisation has left many in the pensions sector grappling with complex questions, particularly around the topic of 'unlinked dependants.' These dependants, often not directly connected to the pension scheme records, present a unique challenge. Ensuring that they receive equitable treatment without a clear linkage requires a nuanced approach. Our team is dedicated to shedding light on this intricate issue and providing actionable insights to navigate the equalisation process effectively, ensuring that no dependant is overlooked and the integrity of your pension scheme is maintained.

Hear Danielle talk about this unintended consequence of GMP Equalisation, and how we at The Tracing Group can help. See our attached brief paper for further details.

Download the Unlinked Dependants Solution PDF

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