// Open Popup ID 1058 if any element with .header--nav__button
document.querySelectorAll('.header-nav-button').forEach( (el) => {
	el.addEventListener('click', () => {
		bricksOpenPopup(XXX)
	})
})
document.querySelectorAll('.header-nav--parent').forEach(li => {
  const toggle = li.querySelector('.brx-submenu-toggle');
  if (!toggle) return;

  const a = toggle.querySelector('a');
  const button = toggle.querySelector('button');
  if (!a || !button) return;

  // Move the label text into the button (prepend before the SVG)
  const labelText = document.createTextNode(a.textContent);
  button.prepend(labelText);

  // Remove the <a> tag
  a.remove();
});

Finding Lost Pensions, Investments, Bank Accounts and Life Assurance Policies

I was recently asked how to find assets of someone who had recently died. The daughter had taken the obvious step of looking through her late mother’s paperwork and located a private pension, and some other small investment assets. However some family members believed the deceased was paying into a life insurance policy, but could find nothing to confirm this. The question was asked was “Is there a government department or something that would help us to track down these lost assets. UK only please”

A general purpose service can be found here: The Unclaimed Assets Register and at the time of writing a fixed fee of £25 (including VAT) is charged

The question can also be broadened and I very often get asked how to find a lost company pension. The best service in my experience is the Pension Tracing Service which is run by The Department of Work and Pensions (DWP), you need some basic personal and employment details but you can fill out a request online.

Other Articles

Are you ready to make informed decisions about your money?

Contact Us

Speak to a Chartered Financial Planner

Wingate is an independent firm of Chartered Financial Planners based in Caterham, Surrey.

Our initial conversation is held at our cost and gives us both the opportunity to decide whether working together is likely to be valuable.

Contact us to arrange an initial conversation.

Footer Contact Form

Please refer to our Privacy Statement to see how we use your personal information.