ADVERTISEMENT

Congress seeks proof of SPEX-Udenna Malampaya sale deal

Published Sep 11, 2022 08:30 pm

The House Committee on Appropriations has directed the Department of Energy (DOE) to submit this month the copy of the share purchase agreement (SPA) that was signed between Shell Petroleum N.V. and Malampaya Energy XP Pte. Ltd. (MEXP) for the government to evaluate what are the rights and obligations assigned to the buyer and if there are government approvals being bypassed on shares’ divestment in the Malampaya gas field project.

The request on document-submission was formally manifested by Party List Representative Arlene Brosas during a recent budget briefing for the different agencies of the energy sector.

Subsequently, House Committee on Appropriations Vice Chairperson Stella Quimbo instructed the DOE to submit the requested document by September 19 this year for scrutiny by the legislative body at the continuation of the budget deliberations of the energy agencies.

Energy Undersecretary Donato Marcos has committed to Congress that the SPA on the divestment of the operating stake of the Malampaya gas field asset will be submitted to Congress as required by the lawmakers.

The SPA was firmed up in May last year between Shell Petroleum N.V. for the shares held by Shell Philippines Exploration B.V. (SPEX) in Service Contract 38 of the Malampaya consortium as the seller, and MEXP, a subsidiary-company of Udenna Corporation of businessman Dennis Uy, being the buyer.

Brosas, in particular, has been zeroing in on concerns why private companies like SPEX and MEXP have been loosely trading the operating stake of the country’s very vital energy asset without first securing warranted government approval.

Marcos has indicated in a Congressional hearing that the deal between Shell and MEXP had already been ‘consummated’, but his statement raised more questions than answers because state-run Philippine National Oil Company-Exploration Corporation (PNOC-EC), a minority shareholder in the Malampaya project, withheld its consent on the sale process around December last year.

The energy official similarly noted that there was no approval granted by the DOE to the SPEX-MEXP transaction, because the buyer-firm has not addressed yet the ‘red flags’ raised by the government.

Brosas questioned then ‘the assignment of rights’ being claimed by MEXP as supposedly accorded by Shell under the SPA, given the lack of government approval as well as the withholding of a consent by one of the partners in SC 38.

The purported ‘assignment of rights’ in the SPA warranted MEXP’s divestment of the Malampaya operating stake in Malampaya to new buyer Prime Exploration Pte. Ltd.

At the upper chamber, Senate Committee on Energy Vice Chairman Sherwin T. Gatchalian stipulated that in the unloading of Shell’s Malampaya shares, this “should be in compliance with the law to ensure the protection of consumers, the government, and the country’s energy security.”

He emphasized that since PNOC-EC did not give its approval to the sale, "Malampaya Energy does not hold the controlling interest of SPEX, so Prime Infra cannot say that it acquired a major stake in Malampaya until Malampaya Energy gets government approval.”

Gatchalian, nevertheless, acknowledged that “We don’t know the terms of the deal. So, we have to make sure that the transaction is compliant with law and regulation as Malampaya is the country’s single most important energy resource.”

The solon similarly reminded all relevant parties that “the agreement requires prior approval from the DOE under Presidential Decree (PD) No. 87 and Department Circular (DC) 2007-04-0003.”

PD 87 is the country’s Oil and Gas Law that governs the exploration and development of indigenous petroleum resources; while the specified DOE Circular delineates the processes of warranted regulatory approval when interest-holders will divest shareholders in service contracts.

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.