ADVERTISEMENT

Million Dollar Round Table takes global expansion to new heights with Singapore-based office

Published Aug 4, 2023 02:39 am

The Million Dollar Round Table (MDRT), widely recognized as the Premier Association of Financial Professionals, has taken a significant step towards enhancing member resources and benefits in the Asia-Pacific region, with the inauguration of its new office in Singapore. This move comes as part of MDRT’s ongoing global expansion, which also includes offices in the United States, China, and India. The opening of the Asia-Pacific office marks a pivotal moment for MDRT’s commitment to better serve its large Asian member base. The organization aims to elevate member experiences and bolster professional resources across the region. To facilitate the smooth operation of the new office and ensure the highest quality of service, MDRT has made strategic investments in new staff members. “The opening of MDRT Asia-Pacific headquarters underpins MDRT’s commitment to the industry. As the region’s population is increasingly aware of their need and options for financial protection, the new office aims to provide members with deeper and quicker access to knowledge, skills, advice and best practices so they can better empower clients to make informed decisions,” according to Carol Kheng, MDRT Second Vice President. Leading the team at the Asia-Pacific office will be Gina van Dijk, who assumes the role of Senior Director of Global Markets. Van Dijk brings a wealth of experience from her tenure at MCI Group, a renowned global consulting and management agency. During her time there, she played a crucial role in helping European and U.S.-based associations expand their presence across Europe, Latin America, and Asia. With her solid understanding of strategic planning, association management, business development, corporate sustainability, and customer relations, van Dijk is poised to drive MDRT’s growth in key markets and distribution channels. “I’m very excited to be joining the MDRT team and helping to advance its global mission of professional excellence in financial services. The Asia-Pacific is a region of critical importance to the future of MDRT as an association, and I look forward to helping financial advisors and insurance agents reap the full benefits of their MDRT membership,” said van Dijk. Joining van Dijk is Nicole Squires, appointed as the new Senior Director of Business Development. Squires boasts an impressive background in C-suite advisory and sales within the global financial services industry. Her most recent position at Standard Chartered Singapore involved catering to the Rest of the World market. A former financial advisor and MDRT member herself, Squires brings valuable insights and expertise to the role. Her primary focus will be on MDRT Family of Brands membership, cultivating member relationships, and collaborating with financial services companies in major MDRT markets. “I am ecstatic to be making this transition from MDRT member to MDRT staff. MDRT has such a bright future in the Asia-Pacific region, and I’m honored to be part of the efforts to continue delivering even better resources to members in all three MDRT Family of Brands associations,” said Squires. The new Asia-Pacific office will play a crucial role in supporting MDRT events in the region, including the highly anticipated 2023 MDRT Global Conference scheduled to take place in Singapore from 27 to 30 August 2023. The conference will feature presentations from leading financial professionals and inspiring leaders, offering unparalleled networking opportunities for members. There will also be dedicated sessions tailored for MDRT Global Services members, providing them with valuable insights and perspectives on financial services from around the world. The event will be held at the prestigious Sands Expo & Convention Centre, encouraging members to gather and enrich their knowledge in a truly global setting. With the establishment of the Singapore office and the addition of Gina van Dijk and Nicole Squires to the team, MDRT is poised to make significant strides in advancing financial expertise and fostering professional growth for its members across the Asia-Pacific region. As MDRT continues to expand its influence globally, its commitment to empowering financial professionals remains unwavering.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.