(function() { const utmParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content']; const urlParams = new URLSearchParams(window.location.search); let hasParams = false; utmParams.forEach(param => { const value = urlParams.get(param); if (value) { localStorage.setItem(param, value); hasParams = true; } }); if (hasParams) { console.log('%c✅ UTM-метки сохранены в localStorage.', 'color: green; font-weight: bold;'); if (typeof gtag === 'function') { const eventParams = {}; utmParams.forEach(param => { eventParams[param] = localStorage.getItem(param); }); gtag('event', 'utm_parameters_captured', eventParams); console.log('%c📊 UTM-метки отправлены в GA4 как event utm_parameters_captured', 'color: blue; font-weight: bold;'); } } console.log('%c📦 UTM в localStorage:', 'color: orange; font-weight: bold;'); utmParams.forEach(param => { console.log(`${param}: ${localStorage.getItem(param)}`); }); // Навешиваем обработчик на кнопку регистрации const registerButton = document.querySelector('.StylableButton2545352419__container'); if (registerButton) { registerButton.addEventListener('click', function(e) { e.preventDefault(); let link = registerButton.querySelector('a') ? registerButton.querySelector('a').href : null; if (!link) { console.warn('⚠️ Кнопка не содержит ссылку'); return; } const url = new URL(link); utmParams.forEach(param => { const value = localStorage.getItem(param); if (value) { url.searchParams.set(param, value); } }); console.log('%c➡️ Переход на URL с UTM:', 'color: purple; font-weight: bold;', url.toString()); window.location.href = url.toString(); }); } else { console.warn('⚠️ Кнопка регистрации не найдена'); } })();
top of page

Regulation

We are licensed and regulated by leading international governing bodн, allowing you to trade knowing your financial security is protected.

 

Financial Services Authority (FSA)

FSA is the autonomous regulatory body responsible to license, regulate, enforce regulatory and compliance requirements, monitor and supervise the conduct of business in the non-bank financial services sector in Seychelles.

 

MAIV LIMITED (Rock-West brand) is a Securities Dealer authorized and regulated by the Seychelles Financial Services Authority (FSA) with license number SD044.

 

MAIV LIMITED (Rock-West brand) operates under this website for the provision of services to selected jurisdictions outside the European Economic Area (EEA).

Check the license https://fsaseychelles.sc/search-business/maiv-limited 

 

Regional restrictions

Rock-West does not provide services to residents of several jurisdictions: Albania, Bosnia, Belarus, Burma (Myanmar), Burundi, Canada, CAR, Crimea, Congo, Cuba, Dem. Rep. of Ethiopia, Russia, Iran, Iraq, Israel, Libya, Kosovo, Somalia, North Korea, South Sudan, Syria, Venezuela, Yemen, and USA. List of these countries is indicative and is not exhaustive.

bottom of page