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

Category: Economic Reviews

  • 3 December 2024
    Q3 2024 Economic and Market Review Economic Backdrop Interest rate adjustments have been a central theme this quarter, creating turbulence…
  • 26 July 2024
    Q3 2024 Economic and Market Review Economic Backdrop Interest rate adjustments have been a central theme this quarter, creating turbulence…
  • 26 April 2024
    An Overview of the Global Economic Landscape As we reflect on the initial quarter of 2024, we observe a complex…
  • 26 January 2024
    An Overview of the Economic Landscape As we reflect on the past year, there is some solace that despite fears…
  • 27 October 2023
    Macro Backdrop As it stands today one of the most anticipated recessions ever has yet to materialise. Economic growth, with…
  • 28 July 2023
    Macro Backdrop Markets remain keenly attentive to inflation and its implications for interest rates. US headline inflation dropped to 4%…
  • 25 April 2023
    The global economy proved to be in better shape than expected, with the UK, the US and Europe showing more…
  • 27 January 2023
    Global stock markets delivered a largely flat performance over the past three months, with the positive momentum seen at the…
  • 28 October 2022
    Global stock markets were negative once again as investors became increasingly worried about the energy crisis, high inflation and slower…
  • 29 July 2022
    Global stock markets fell over the past three months as investors became worried about high inflation and the possibility of…
  • 29 April 2022
    Inflation continued to be elevated, prompting interest rate hikes from major central banks Russia’s invasion of Ukraine created a humanitarian…
  • 27 January 2022
    Global stock markets struggled over the past three months as rising inflation became a major concern. COVID-19 continued to affect…