
November 2, 2021 | 5:26pm
MANILA, Philippines — The Duterte administration wants to amend the implementing rules and regulations (IRR) of the Build-Operate-Transfer (BOT) law to avoid “unwarranted guarantees” in future projects.
Socioeconomic Planning Secretary Karl Kendrick Chua would head the IRR committee tasked to tackle the amendments, the National Economic and Development Authority said in a statement on Tuesday.
According to NEDA, the proposed amendments to the IRR of the law that facilitates public-private partnership (PPP) projects aim to “protect the public from excessive payments and undue guarantees arising from PPP projects.”
“PPPs have the potential to help stimulate the economy, bring back jobs, and address our people’s urgent, present, and future needs,” Chua said.
“However, it is the government’s job, on behalf of the Filipino people, to ensure that private sector interests are aligned to the public’s interests, with the overall goal of providing the best services to the people,” he added.
The PPP projects are undertaken as a partnership between the government and private sector, where the former’s contributions are given in-kind in a bid to make these ventures enticing for private investors.
Before the pandemic hit, Finance Secretary Carlos Dominguez III himself had consistently opposed guarantee clauses on PPPs or those which assure the contractor payments in case the project fail. He had said guarantees are costly.
That stance reverberated across the overarching “Build, Build, Build” infrastructure agenda, which initially saw projects mostly funded by official development assistance (ODA) or taxpayers’ money and transferred only to private firms for operations— like the Clark Airport. That changed only in late 2019, when it became apparent that the government’s reliance on ODA slowed down the building process.
Based on the latest list of flagship projects as of May, 29 PPP projects worth a cumulative P1.77 trillion were included. The list has gone through several revision since its creation, with the latest tweaks implemented due to the pandemic
The BOT IRR Committee held its first meeting on October 26 and will begin its stakeholder consultations in December.
The BOT IRR Committee aims to approve and publish the amended BOT IRR by the first quarter of 2022, or before the end of the Duterte administration.
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){}); }