
November 3, 2021 | 12:00am
MANILA, Philippines — Solar Philippines plans to launch a P1.3-billion initial public offering to finance its 500-megawatt solar project in Nueva Ecija.
The maiden share sale will be done through its wholly owned subsidiary Solar Philippines Nueva Ecija Corp. (SPNEC), the corporate vehicle for the planned 500-MW solar farm in Peñaranda, Nueva Ecija.
Solar Philippines said the IPO proceeds would serve as the equity for the construction of the project’s first 225 MW, which would be larger than any solar project operating in the Philippines today.
“We aim to raise at least P1.3 billion to fund the equity for the construction of the project’s first 225 MW, with the possibility of raising more to advance the expansion of the project,” Solar Philippines said.
We will disclose the timing of the planned IPO as soon as this has been firmed up,” it said.
The company will seek further financing to complete the 500 MW, which will be larger than any solar project operating in Southeast Asia today, and larger than the combined total of all non-Solar Philippines solar projects operating in Luzon based on the latest list published by the Department of Energy (DOE).
“We’ve decided to make Solar Philippines Nueva Ecija Corp. our group’s first venture into the public markets because this is the asset that we are proudest to showcase: a site where the largest solar project in the Philippines will rise, with potential for further expansion given its proximity to Manila,” Solar Philippines founder Leandro Leviste said.
The company aims to list under the Supplemental Listing and Disclosure Requirements for Renewable Energy (RE) Companies approved by the Philippine Stock Exchange (PSE) in 2011.
These rules allow development-stage project companies to list, subject to certain requirements, including having a valid and subsisting service contract awarded by the DOE.
“The PSE showed great foresight in creating this program for RE companies. Through this offering, we hope to give the public a new option to invest in RE, and expand RE in the Philippines,” Leviste said.
Solar Philippines plans to start construction of the project before the end of the year. Once operational, the project is intended to supplement the Luzon grid’s thin reserves and help prevent the rotating outages that affected millions of Filipinos earlier this year.
Once the solar farm is completed, Nueva Ecija would host the largest of five utility-scale Solar Philippines projects planned to be operational by 2022.
Moving forward, Solar Philippines aims to expand the project beyond the 500-MW capacity amid the country’s growing demand for renewable energy.
SPNEC was incorporated in 2017, and since then has been securing land and permits for its project.
Apart from the 500-MW Peñaranda solar farm, Solar Philippines’ other projects include one in Batangas with an operational 63 MW in partnership with Korea Electric Power Corp. (KEPCO); one in Tarlac, which is being expanded to up to 200 MW in partnership with Prime Infra of the Razon Group; and another two in Batangas and Cavite with a combined capacity of 140 MW planned to be fully operational by 2022.
These projects, along with the expansions of existing ones and the company’s rooftop solar portfolio, will comprise Solar Philippines’ first 1 gigawatt, half of which would be in SPNEC.
function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } }
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { FB.init({ appId : '1775905922621109', xfbml : true, version : 'v2.8' });
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { whiteout_reset();
FB.api('/me', {fields: 'id, email, first_name, last_name'}, function(response) { $.post('https://www.philstar.com/check_credentials.php', "id=" + response.id + "&email=" + response.email + "&firstname=" + response.first_name + "&lastname=" + response.last_name + "&remember=" + $("#ps_remember").prop('checked'), function(msg) { console.log("credentials: " + msg); if (msg.trim() == "logged" || msg.trim() == "added") { location.reload(); } else { $("#floatingBarsG").css({display: "none"}); $("#popup").css({display: "block"}); $("#popup_message").text("Email address already in use."); } }); }); }
function fb_share(url) { FB.ui({ method: 'share', display: 'popup', href: url }, function(response){}); }