An error has occurred

{{terminalError}}

To continue reading, register for Central Banking

Read two free insight articles each month and get a snapshot of the detailed, analytical content our paid subscriptions provide.

Already a member or subscriber?

const repeatContentCheck = setInterval(function(){ if( jQuery("#loginURL.login-present").length >= 0){ var loginURL = document.getElementById("loginURL").getAttribute("href"); var loginRetURL = loginURL.split("destination=")[1]; if(loginRetURL.indexOf("http") !== -1 ){ var retURL = loginRetURL.split("com/", 2)[1]; var loginParams = loginURL.split("destination=")[0]; var newLoginURL = loginParams + "destination=/" + retURL; document.getElementById("loginURL").setAttribute("href",newLoginURL); clearInterval(repeatContentCheck); } } }, 300);