ADVERTISEMENT

Zubiri: Senate to study Maharlika fund bill carefully

Published Dec 2, 2022 04:22 pm

Senate President Juan Miguel Zubiri on Friday, December 2 said he will ask a select group of senators to carefully study a bill at the House of Representatives seeking to create a Maharlika Investment Act "and give the Senate feedback on the essence of the Fund."

Members of the group include Senator Juan Edgardo ‘’Sonny’’ M. Angara, chairman of the Senate finance committee; Sherwin Gatchalian, Senate ways and means committee chairman,, Senator Grace Poe, chairman of the Senate economic affairs committee; Senator Mark A. Villar, chairman of the Senate banks and trade committees; and Senator Alan Peter S. Cayetano, chairman of the Senate government corporations and public enterprises committee.

"We must first ensure that the Sovereign wealth fund is necessary and if so, we need to ensure that it is managed properly and the safeguards are in place so that it would not be misused or prone to corruption,’’ Zubiri said.

"We owe that to the public, as this fund will involve public funds borne out of the taxes from the sweat and tears of our people," he stressed.

"We must make sure the there is full transparency and efficient utilization of this Fund,’’ he added.

Senate Minority Leader Aquilino Pimentel III peppered the proposals with questions such as:

‘’Where will the seed money of the sovereign wealth fund come from? Who will manage? What is their incentive in managing this fund well etc. We have to ask the proponents. Saan manggagaling ang (where will the) seed money for this fund (come from)?"

"It must be surplus funds and it must be ‘ours’ meaning belonging to the Filipino people as a collective," the former Senate President said.

House Deputy Minority Leader France Castro also expressed this week misgivings over the proposed creation of the Maharlika fund.

The House deputy minority leader cited a provision of House Bill (HB) 6398 which said that the fund would be made up of P125-billion from the Government Service Insurance Service (GSIS), P50- billion from Social Security System (SSS), P50-billion from Landbank, and P25-billion from Development Bank of the Philippines (DBP), plus an initial P25-billion from the national government.

The bill will create the Maharlika Investments Corp., an independent corporate body that will handle investments using the MIF. It will be helmed by a nine-member board of directors representing the contributing GFIs.

“At the minimum, this will amount to P275-billion and if these investments fail then the pensions of millions of workers would be wiped out,” Castro warned

Last Tuesday, the House banks and financial intermediaries committee approved in principle HB 6398, a day after it was filed by Speaker Martin Romualdez and six other lawmakers.

The approval was subject to amendments to be proposed by a technical working group created to fine-tune the bill. It was also referred to the House ways and means committee for its tax provision and the appropriations panel for its budgetary aspect.

Romualdez, a cousin of President Marcos, said the bill was necessary to maintain the momentum of the country’s growing economy, which expanded by 7.6 percent in the third quarter.

“As the Philippines secures its place not only as the Rising Star of Asia but as a real economic leader in the Asia-Pacific, the creation of the (Maharlika fund) becomes imperative,” he said.

President Marcos’s elder sister, Senator Imee Marcos, also has misgivings about the proposed Maharlika Investment Act.

"Handa ba ang Pilipinas para sa sariling sovereign fund ngayon (Is the Philippines ready for its own Sovereign Fund?" she asked, adding that the country’s neighbor, Malaysia, experienced an economic disaster when its 1MDB was ransacked

Although she has not read the bill, Marcos said the current global economy is not good as stated by the World Bank which stated that the economic picture in mid-2023 would plummet.

On rejecting the bill, Marcos said the Philippines is saddled with trillions of pesos in foreign debt and has not fully paid its health worriers and senior citizens and is short on stipends.

She emphasized that it is not right to gamble with GSIS pension fund.

Related Tags

imee marcos Maharlika Wealth Fund koko pimentel migz zubiri
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.