ADVERTISEMENT

Homegrown talent

Published Jun 27, 2025 12:01 am  |  Updated Jun 27, 2025 08:30 am
Exactly 34 days from now, a change in the stewardship of the Bangko Sentral ng Pilipinas' (BSP) Financial Supervision Sector (FSS) is upon us, as its current head reaches the mandatory retirement age.
It feels like just yesterday she walked into the corridors of what was then known as the Central Bank of the Philippines in 1984, a mere 24-year-old, to join the institution's battery of bank examiners.
That's right, Virginia, bullseye! I'm referring to the dimpled, soft-spoken Deputy Governor Chuchi Fonacier, the hybrid La Salle-Ateneo alumna, who will be retiring this July 31.
Why hybrid? She earned her Bachelor of Science in Commerce from the University of St. La Salle-Bacolod before pursuing her Master's in Business Administration at Ateneo de Manila University.
Yes, she's counting the days until she finally assumes the dual role (sans the title) of “mother and wifey” to her family, along with tackling mundane household chores.
“I look forward to my retirement and being a full-time housewife and mother to my three grownup children (Chia, Mark, and James),” she tells me, not with qualms or inhibitions, but with longing and desire.
Lest I be misconstrued, DG Chuchi isn't entirely remiss with her family duties, but doing it full-time is an entirely different ballgame. Considering she lives in Quezon City and deals with unpredictable traffic, she'll no longer worry about being late for meetings.
Mother and wifey Chuchi also looks forward to sorting through her abundant, disregarded things and knick-knacks accumulated over the years. “I’m going to declutter the house,” she shared.
Moving forward, the DG shared that one thing she'll miss is “engaging” with players in the banking ecosystem once she becomes private citizen Chuchi. “Because discussing and exploring new ways, I will definitely miss engaging the stakeholders, the industry players.”
For now, though, DG Chuchi's schedule is packed—attending meetings, including despedida lunches, dinners, and parties. She can't refuse these, as they reflect the deep respect and appreciation market players and her colleagues have for her work and contributions to the industry.
It goes without saying that DG Chuchi's impending retirement opens the door for Assistant Governors (AGs) to move up the ladder. Words along the hallowed BSP corridors is that two lady AGs are being considered for the post.
Again, Virginia, you hit the bullseye—one of them is AG Lyn I. Javier, who currently helms the Policy and Specialized Supervision Sub-Sector under FSS.
In a wider responsibility spectrum, AG Lyn oversees the supervisory policy and data departments, including the supervision of specialized areas such as money laundering, information technology, treasury, and trust operations.
The other candidate for the post is Arifa A. Ala, a lawyer and CPA (certified public accountant). Like DG Chuchi and AG Lyn, she's a career central banker with extensive experience and technical expertise in banking supervision and regulation, and she's in charge of Islamic banking and finance—chairing the Inter-agency Working Group on Islamic Banking and Finance.
Based on my sleuthing, Atty. Asma Panda temporarily assumed the legal counsel position vacated by lawyer Elmore Capule, who previously subscribed to the Early Retirement Program offered by the BSP Governor (now Monetary Board Member Benjamin E. Diokno) but whose retirement was rescinded, and he was promoted to DG for the corporate services sector in October last year.
This is momentary, as the BSP decided to engage the services of Roberto Figueroa, general counsel-senior vice president of HSBC and law lecturer, who is scheduled to assume the position at the end of this month.
All things considered, however, I love the idea of homegrown talents moving up the corporate ladder simply because it encourages and incentivizes career personnel to stay on. A case in point is Zeno Ronald Abenoja, who is now DG for the Monetary and Economics Sector.
Curious who will be the incoming FSS DG? My muted source, familiar with the promotion, shared that AG Lyn was endorsed, but as the saying goes: it ain't over 'til the fat lady sings! Let's watch how this will play out.
Talk back to me at [email protected]

Related Tags

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