ADVERTISEMENT

GMA Network denied TRO on SEC director term limits

Published Mar 31, 2026 10:50 am

GMA Network Inc. has failed to secure a temporary restraining order (TRO) against the Securities and Exchange Commission’s (SEC) new rules imposing a strict term limit on independent directors of publicly listed companies.

Makati City Regional Trial Court (RTC) Branch 38 denied an application for a TRO against the SEC’s memorandum circular (MC), which directly affects two incumbent independent directors, former chief justice Artemio Panganiban and former central bank governor Jaime Laya.

However, in light of GMA’s petition for the issuance of the provisional remedy of a writ of preliminary injunction, the court set a hearing on April 16, 2026.

SEC MC No. 7, series of 2026, which took effect on Feb. 1, mandates that an independent director may serve up to a maximum cumulative term of nine years in the same company, reckoned from 2012.

After serving the maximum cumulative term limit, independent directors are barred from being an independent director of the same company but may be elected as a regular director.

In its petition seeking a TRO or a writ of preliminary injunction to nullify MC 7, GMA claimed it does not have sufficient time for a thorough evaluation of possible replacements for the two before its 2026 annual stockholders’ meeting (ASM) and said this could be injurious to the company.

In opposing GMA’s application for a TRO, the SEC contended that the company failed to meet the requisites for the issuance of a TRO, as it was unable to show, among other things, that a clear and unmistakable right was being violated by the implementation of the MC.

The SEC, through the Office of the Solicitor General (OSG), pointed out that at the time the petition was filed on March 26, GMA, through a disclosure to the Philippine Stock Exchange (PSE) on March 25, had already rescheduled the date of its ASM from May 20 to Dec. 9, 2026.

The court denied GMA’s application for a TRO following revelations that the network failed to disclose a key board decision.

While GMA’s petition, filed on March 26, claimed an urgent need for relief due to a looming May 2026 ASM, evidence presented by the SEC, through the OSG, revealed that GMA’s board had already approved postponing the meeting to December 2026.

“During the hearing, it was observed that there was an apparent concealment by GMA of the rescheduling of its ASM from May to December 2026. This misled the court regarding the urgency of the case,” the SEC said.

Consequently, the RTC ruled that no extreme urgency” exists, as the network now has ample time to vet potential independent directors in compliance with SEC regulations.

The SEC also underscored that MC 7 is consistent with the state’s policy to actively promote corporate governance reforms aimed at raising investor confidence, developing the capital market, and helping achieve high sustained growth for the corporate sector and the economy.

Specifically, Section 22 of the Revised Corporation Code of the Philippines (RCC) empowers the SEC to prescribe the “qualifications, disqualifications, voting requirements, duration of term and term limit, maximum number of board membership and all other requirements” for independent directors “to strengthen their independence and align with international best practices.”

SEC Chairperson Francis Lim earlier said, “Our people clamor against political dynasties—so our public companies must reject boardroom entrenchment. No double standards.”

“We must raise our governance standards to restore investor confidence. Our stock market has been falling behind. The time to act is now—and we call on everyone to step up for the sake of our capital markets,” he added.

Related Tags

Securities and Exchange Commission Francis E. Lim GMA Network Inc. Artemio Panganiban Jaime C. Laya
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.