ADVERTISEMENT

And the candidates are…

Published May 22, 2026 12:01 am  |  Updated May 21, 2026 07:46 am
Let’s get away from the telenovela drama of the Senate with its shifting power dynamics and lingering public doubt and growing dismay—as well as the choppy trend in the cost of crude oil per barrel in the international market and its trickle-down negative effects on our way of life.
Not that it does not matter, Virginia. We all know that the cost of fuel is front and center of our miseries, virtually upended our lives with the seemingly never-ending uptick in the prices of food items and transportation.
This corner of the business corridor will take a look into three candidates, but not for any beauty contest, which is normally held during summertime. It is still the summer season, though thunderstorms visit every now and then.
Just as an aside, have you ever wondered why beauty contests—the search for the most beautiful Filipinas to represent the country in various international pageants—are held during summer?
Beauty contests are deeply ingrained in Philippine culture, functioning as both national entertainment and a platform for social mobility. The practice of holding national pageants like Miss Universe Philippines during the summer months perfectly aligns with the country's fiesta spirit and peak festive energy.
Yes, Virginia, the Philippines is a pageant powerhouse. Even CNN’s international business correspondent Richard Quest, in one of his Quest Means Business episodes, attended a renowned “beauty bootcamp” here in Manila to see if he had what it takes to go for the crown and become pageant royalty.
And as the country prepares to transition into the rainy days, the Bangko Sentral ng Pilipinas (BSP) is on the same track, preparing for the eventuality that Senior Assistant Governor (SAG) Dr. Edna C. Villa will be throwing in the towel as treasurer as she reaches the mandatory age of retirement.
As earlier disclosed, the BSP is making a historic decision to veer away from homegrown talent and instead engage the services of an outsider to be the new shepherd of the treasury department. While it is most likely that SAG EV’s services will be extended until the end of the year, preparations are underway for her replacement.
The latest I’ve heard along the hallowed halls is that the BSP has already narrowed down the possible candidates to three, all of whom have built a solid background in treasury and foreign exchange (FX).
Also, the trio shares one common denominator: at one point in their banking journeys, they were all with the treasury and global markets sector of HSBC Manila under the tutelage of no less than seasoned banker, now GSIS President and General Manager, Jose Arnulfo “Wick” Veloso.
And the candidates are: Roberto “Dondi” Baltazar, Dino Gasmen, and Dalmacio “Coco” Martin.
Candidate number 1, Dondi, was head of FX trading for HSBC before he joined Mr. Wick at the Philippine National Bank (PNB) in 2019. He is now the bank’s executive vice president and head of the global banking and market sector.
Candidate number 2, Dino, spent 17 years with HSBC and held several key positions within global markets, including head of rates trading for the Philippines, Indonesia, Vietnam, and Sri Lanka. He joined the Bank of the Philippine Islands (BPI) in 2014 and now holds the position of executive vice president, treasurer, and head of global markets.
Finally, candidate number 3, Coco—not to be mistaken for the other Coco Martin, the actor-director and BDO Network Bank brand ambassador—was head of Markets’ Institutional Sales at HSBC before he joined BDO Unibank in 2009 as treasurer and head of the treasury group.
In January, Coco was “transitioned” to the Office of the President, which sparked rumors that he is being “prepared” to take the place of Nestor V. Tan, who has steered BDO for the last 28 years.
Bringing in an outsider to lead the BSP treasury department triggers debate among market observers. While external candidates may introduce fresh market perspectives and innovative strategies, appointing from within the ranks generally provides essential central banking continuity.
From where I stand, finding the right balance between outside innovation and institutional knowledge at the BSP is a sensitive task. Let’s see how this unravels.
Talk back to me at [email protected]

Related Tags

Bangko Sentral ng Pilipinas (BSP) HSBC Philippines Bank of the Philippine Islands (BPI) BDO Unibank Inc.
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.