ADVERTISEMENT

Marcos secures P86 B in business deals during Australia visit

Published Mar 4, 2024 05:43 am

Twelve business deals and two letter of intent worth P86 billion have been secured by President Marcos during his second trip to Australia at the sidelines of his participation in the Association of Southeast Asian Nations (ASEAN)-Australia Summit.

The agreements and letters of intent (LOI) that were signed by the Philippine and Australian governments following Marcos' arrival in Melbourne on March 3 are the following:

  1. a memorandum of understanding (MOU) for the conduct of studies for the development, design, construction, commissioning and funding of a 303 data center with a capacity of 30 to 40 megawatt in the Poro Point Freeport Zone with a land area of 16 hectares.
  2. an MOU for expansion of StB next generation battery manufacturing and export operations in New Clark City
  3. an MOU for the deployment of decarbonization solutions comprising orchestration of renewable energy, storage, and e-mobility to new Clark City Stadium and other Bases Conversion and Development Authority (BCDA) sites
  4. an MOU for a collaborative partnership on the development of electric transportation framework throughout the properties associated with BCDA in the Philippines and Passenger Urban and Rapid Electric Vehicles Solutions Incorporated or Pure-EVs
  5. ​an MOU to support a Philippine project that will provide 500,000 housing units in the next 5 years to identified beneficiaries
  6. an LOI to signify a strong interest for the development of a biomass fuel simple heigh temperature gas coal power plant with a 40-megawatt base load power to deliver a safe, sustainable, affordable, carbon neutral green-based load in the Philippines
  7. an MOU for an Australian-Philippines strategic alliance of four entities working together to accelerate closing the loop on plastic waste for the betterment of the environment, communities and people while solving one of the greatest global challenges in plastic recycling
  8. an MOU covering the manufacturing of portable, affordable and accessible automated external defibrillator solutions branded as CellAED
  9. an MOU covering the distribution of portable, affordable and accessible automated external defibrillator solutions branded as CellAED.
  10. an LOI to signify the interest for the development of digital health services with a particular focus on artificial intelligence and machine learning
  11. an agreement, where National Development Company (NDC) will partner with Cyclion Holdings for the transfer of its waste to energy technology to the Philippines that converts biowaste to green fuel
  12. an MOU to establish a globally recognized institute in the Philippines, focused on developing a robust biosecurity supply chains across Southeast Asia that will deliver significant economic and environmental social benefits for the region
  13. an MOU for the development of a 200 megawatt hour to 400 megawatt hour battery energy storage system in New South Wales Australia
  14. an MOU to provide cooperation framework to pragmatically progress the PPA documentation for up to 200 megawatt optic of the New England solar project in Australia to deliver and foster a long term relationship for the supply of renewable energy

According to Department of Trade and Investment (DTI) Sec. Alfredo Pascual, the business deals are poised to drive the investment relationships between the Philippines and Australia as well as contribute to Philippine economic growth.

viber_image_2024-03-04_11-38-46-671.jpg
Noel Pabalate (MANILA BULLETIN)

“These agreements signify our unwavering commitment to excellence and fruitful partnerships spanning diverse sectors such as renewable energy, waste-to-energy technology, organic recycling technology, countryside housing initiatives, the establishment of data center, manufacturing of health technology solutions, and digital health services,” Pascual said.

​The trade chief the sectors are indicative of future Philippines-Australia business engagements, which serve as the tangible outcomes of investment promotion and ​ nchor ongoing and future Philippines-Australia business engagements.

He added the business partnerships will also provide a solid foundation for sustained growth and mutually beneficial partnerships in the years ahead.

​President Marcos' Melbourne trip until March 6 is his second visit to Australia after his state visit there on Feb. 28.

Related Tags

memorandum of understanding business deals President Marcos
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.