ADVERTISEMENT

The search continues

Published May 29, 2026 12:01 am  |  Updated May 28, 2026 02:28 pm
The political telenovela continues at the Senate with the emergence of a new crying lady, a public confession of sibling love manifested through culinary gifts, and most recently, the staging of a dramatic walkout.
Yes Virginia, the Senate is currently in severe institutional turmoil. These political theatrics and internal strifes undermine the country’s reputation, greatly influence investor confidence—which we are in dire need of—and significantly dampen the already fragile market sentiment.
For the second time, I humbly beg your indulgence as I digress from the anticipated price developments in the financial markets to address this prevailing political polarization.
Now, in my continuing chase and as a follow-up to my previous piece about the candidates being considered to succeed Senior Assistant Governor (SAG) Dr. Edna “EV” Villa, my nose for news has led me to another search.
That’s right Virginia! Aside from the hunt for the new BSP treasury department chief, there is a strong possibility that the appointments of Monetary Board Members (MBM) Walter Wassmer and Jose “Jojo” Querubin will not be extended—or more appropriately, that neither will be reappointed.
By the way, the latest I’ve heard along the quiet, hallowed halls of the BSP is that a “winner” has been selected to take the helm of the treasury department. The identity of the “chosen one” will soon be disclosed—at the earliest, today as this column comes out, or sometime this coming month.
For now, though, my lips are sealed. But I promise I will let you in on the backstory of how the search went and the emotions of the candidates during the rigors they went through. To the victor, a salute!
Back to the topic at hand: the search for possible replacements is on because the terms of both MBM Jojo and MBM Walter are scheduled to end this July 2, just as the BSP marks its 33rd anniversary as an autonomous monetary authority. The duo was appointed by President Ferdinand “BBM” Marcos Jr. to serve out the unexpired terms of previous MBMs who were embroiled in the “ghost employees” controversy.
Specifically, MBM Walter was appointed to the board in July 2024 to step into the remaining term of former member Bruce J. Tolentino. MBM Jojo, on the other hand, was uprooted from his otherwise subdued retirement life in Toronto and appointed in September 2024 to fill the unexpired term of Anita Linda Aquino.
The duo has one common denominator: at one point in their academic journeys, they were classmates of BBM. MBM Walter was a classmate/batchmate at La Salle Greenhills, while MBM Jojo was a classmate at the Wharton School of Business.
Section 6, Article II of Republic Act 7653, as amended by RA 11211, states, among other things, that all MBMs, including the BSP Governor, serve a fixed term of six years.
The seventh member occupies an ex-officio Cabinet seat designated by the President—customarily held by the Department of Finance Secretary, though in the past it has also been held by the Trade and Industry Secretary.
Unless they are reappointed, the intense discussion currently buzzing in banking corridors centers on possible candidates. The shortlist reportedly includes Roberto Juanchito “Jojo” Dispo, former Deputy Treasurer of the Philippines (DTOP) and ex-president of First Metro Investment Corp.
Mr. Jojo currently serves as vice-chairman and president of Cirtek Holdings Phils. Corp. and adviser to the board of billionaire Lucio Co’s Philippine Bank of Communications. He was the dealmaker in the acquisition of PrimeWater Infrastructure Corp. from the beleaguered Villar Group by Crystal Bridges Holdings, which is owned by billionaire Co.
That’s right Virginia, the former DTOP was one of the candidates for MBM back in 2024 following the resignations of MBMs Tolentino and Aquino. This other “Jojo” is currently reported to be helping former Housing Czar and Department of Human Settlements and Urban Development head Jose “Jerry” Acuzar in an “unofficial capacity.”
As always, we’ll continue to monitor how this unfolds.
Talk back to me at [email protected].

Related Tags

Bangko Sentral ng Pilipinas (BSP) Monetary Board (MB)
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.