ADVERTISEMENT

Royalty for DBM—Princess Amenah

As the chief of the DBM, Amenah F. Pangandaman vows to support the incoming administration's mission toward a broad-based and inclusive economic recovery.

Published Apr 11, 2023 12:56 am
Easter Greetings to everyone! Our Lord and Savior Jesus Christ has risen and by His glorious resurrection, he redeemed all of us! He has brought life and hope to all of us and opened the gates of heaven. Now, some good news! Our media group, Bulong Pulungan, recently got together after not seeing each, thanks to the pandemic, to meet a refreshingly simple and charming secretary of the Department of Budget and Management. Amenah F. Pangandaman  is flanked by Julie Yap Daza, tha Author and Rina David, seated.  Standing are USEC Goddess Librian, Pete Dacuycuy, Frank Evaristo, Joy Fong, Cynthia and Ed Santiago, ad Henry Lato.
She is Amenah F. Pangandaman, who has royal blood. In Mindanao, she is a princess. She is also one of the youngest in the Marcos cabinet. She comes to the very important post, with the right academic credentials and sterling experience in serving the country. She went to the lunch at the XO resto at S’Maison in a simple off-the-rack dress by a local designer. She was blooming and we told her so. Amenah—“Please dont call me princess,” she told us—offers diversity and fresh perspective to an otherwise male-dominated team of economic technocrats. A Maranao with roots from the south, she is an only child of two former government public servants. (She is also still single.) She aims to give Mindanao a voice in her capacity as a public servant in the different branches of government. Having served in the legislative and executive branches, as well as in the Central Bank or Bangko Sentral ng Pilipinas (BSP), she has a unique perspective on the Philippine bureaucracy and a deep understanding of the interplay among the different sectors and agencies in the economic sector. DBM Secretary Amenah F. Pangandaman
She has served as the concurrent assistant governor for strategic communication and advocacy and executive offices coordinator. In that capacity, she was a key implementor of the BSP’s strategic initiatives aimed at bringing the Central Bank closer to the Filipino people. She also championed financial inclusion and digital transformation and steered the execution of major projects supporting the governor’s goals within and outside the halls of the BSP. With her extensive experience in the legislative branch, she advocated for the enactment of the BSP’s priority legislative measures. Prior to her appointment in the DBM, she oversaw the enactment of budget laws as the chief-of-staff to former Senate President Edgardo J. Angara and Committee of Finance chairperson Senator Loren B. Legarda. As the chief of the DBM, Pangandaman vows to support the incoming administration’s mission toward a broad-based and inclusive economic recovery. In this line, she now aims to pursue prudent management of the government’s fiscal resources, the modernization of the budget system, incorporation of sustainability and green principles in government spending, and finally, the promotion of sustainable economic growth through strategic investment in high-impact infrastructure and human capital development. To achieve these game-changing reforms, she now serves as the chairperson of the Development Budget Coordination Committee (DBCC), Government Procurement Policy Board (GPPB), Government Quality Management Committee (GQMC), and the Philippine Open Government Partnership (PH-OGP). She advocates for policies and reforms that promote local empowerment and development. She also serves as the chairperson for the National Government—Bangsamoro Government Intergovernmental Relations Body (IGRB) and Committee on Devolution (ComDev). She has a degree in Economics from the Far Eastern University and a diploma and master’s degree in Development Economics from the University of the Philippines. She was pursuing her Executive Master of Public Administration from the London School of Economics but is currently on leave to serve the DBM. Good luck, Amenah!

Related Tags

Manila Bulletin Lifestyle MB Lifestyle Online MB Lifestyle PH Leisure Ameenah F. Pangandaman Department of Budget and Management
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.