ADVERTISEMENT

NBI urges Cayetano to present proof, rather than livestream, amid 2019 Sea Games probe

Published Jul 20, 2026 12:19 pm
Senate Minority Leader Alan Peter Cayetano ends his Facebook live with a prayer (Senate PRIB photo)
Senate Minority Leader Alan Peter Cayetano ends his Facebook live with a prayer (Senate PRIB photo)
The National Bureau of Investigation (NBI) urged Sen. Alan Peter Cayetano to present pieces of evidence that would clear things up on the allegations of irregularities in the construction of sports complex at the New Clark City in Tarlac.
For the NBI, this is the better and logical choice instead of doing a live stream or engaging in insults.
But whether or not Cayetano would heed its call or continue with insults in his regular Facebook live, the NBI said it will be undeterred in ferreting out in relation to the billions of pesos worth of sports facilities that were used during the 2019 Southeast Asian Games.
“The inquiry into the conduct and financing of the 2019 Southeast Asian Games was opened for a single reason: billions in public funds appear to have been disbursed outside the ordinary safeguards of competitive bidding and government audit, and the Filipino people are entitled to know how their money was spent,” the NB statement said after Cayetano referred to its director Melvin Matibag as a minion.
“That question stands regardless of who asks it or who is discomfited by it,” it added.
Last week, Matibag announced that they will be conducting investigation into the sports facilities at New Clark City after they obtained information and documents on the alleged irregularities.
The more than P10 billion sports facilities were constructed by a foreign firm and Matibag said the information they received was that there was no bidding that happened and the payment was done through budget insertions at the General Appropriations Act.
Cayetano denied the allegation and questioned the timing of the probe—in the middle of the impeachment hearing of Vice President Sara Duterte.
On Saturday, Cayetano lashed out anew at Matibag in his Facebook live and the NBI said the statements included insults to Matibag.
In response, the NBI said the loudest objections to an audit seldom come "from those with nothing to account for."
"When a position cannot be defended with facts, it is often defended with insults. The Bureau reads the Senator’s choice of words in exactly that light - and proceeds undeterred,” the NBI statement said in response.
“The NBI’s inquiry is impartial, evidence-based, and grounded squarely in its mandate under the law. It presumes no one guilty and exempts no one from scrutiny. We invite anyone with knowledge of the matter — the Senator included — to bring their evidence to the Bureau, and not to a livestream,” it added.
Legal issue
On Monday, July 20, Matibag said the current focus on the probe is the legality of the appointment of Cayetano then as chairman of the During that time, Cayetano was the chairman of the Philippine Southeast Asian Games Organizing Committee (PHISGOC) which oversaw the country’s hosting of the SEA Games.
For Matibag, Cayetano’s appointment is questionable since no person is appointed as chairman if he is not a member of the board that he would head. He said corporate managers and lawyers are fully aware of this.
“How can you become a chairman if you are not a member of the board?,” Matibag told reporters in an interview.
“And second, if you acted as a chairman but you are not a chairman then that is ultra vires, acting outside of the scope,” he added.
Ultra vires is a legal phrase meaning "beyond the powers” and describes actions taken by a corporation, government agency, or official that exceed the scope of authority granted to them by law, a corporate charter, or foundational documents.
Matibag said these are the two legal issues that the NBI will focus on.
Summons
At least three members of the PHISGOC are expected to be summoned to shed light on the matter.
Asked if Cayetano too would be summoned, Matibag said it depends on the testimony of those they would invite.
“As we speak, there are people who want to testify. So if his (Cayetano) name is mentioned, then he needs to be invited to shed light on the investigation,” said Matibag.

Related Tags

NBI New Clark City Alan Cayetano Melvin Matibag 2019 SEA Games probe
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; } }

{{ static_articles_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.