ADVERTISEMENT

Marcos priority bill: House gives final OK to 99-year land lease for foreign investors

Published Dec 17, 2024 10:29 am

At A Glance

  • The House of Representatives has overwhelmingly passed on third and final reading the proposed statute that would foreign investors a lease on private lands for 99 years, which almost doubles the present term of 50 years.

DC299005-865A-4425-BA96-068E27B51ADB.jpegThe plenary hall of the House of Representatives (Dexter Barro II/MANILA BULLETIN)

The House of Representatives has overwhelmingly passed on third and final reading the proposed statute that would foreign investors a lease on private lands for 99 years, which almost doubles the present term of 50 years.

Approved on the strength of 175 affirmative votes during plenary session on Tuesday afternoon, Dec. 17 was House Bill (HB) No. 10755, one of the Marcos administration’s priority bills under the Legislative-Executive Development Advisory Council (LEDAC).

House Speaker Martin Romualdez served as principal author of the measure, which received only three negative votes and two absententions during nominal voting.

He said the proposed 99-year lease addresses the concern of foreign capitalists regarding the shorter rental period under the present law, which was 50 years renewal for an additional 25 years.

“We hope they would be satisfied with the proposal. We hope it would attract new foreign investments and encourage existing investors to expand their businesses, thereby creating more job and income opportunities for our people and sustaining our economic growth,” the Speaker said in a statement shortly after the bill's third reading passage.

He said the proposal also aligns with the open-door policy of President Marcos for legitimate foreign capital and with existing practices in many countries in the region.

“We want to be competitive regionally and globally in terms of enticing foreign investments,” added the leader of the 300-plus strong House.

HB No.10755 provides that it is state policy to encourage foreign investments consistent with the constitutional mandate to conserve and develop the nation’s patrimony.

It declares that the state adopts a flexible and dynamic policy on the granting of long-term lease on private lands to foreign investors for the establishment of industrial estates, factories, assembly or processing plants, agro-industrial enterprises, land development for industrial or commercial use, tourism, agriculture, agroforestry, ecological conservation, and other similarly productive endeavors.

It also declares that it is state policy to ensure the reliability of investors’ lease contracts to guarantee stability and return of investment.

The bill added a new provision that defines the term “private lands.”

It shall mean “those lands which have been segregated from the general mass of the public domain and distributed by any form of gratuitous or onerous grant by the state, such as a deed of sale, adjustment title, special grant, or possessory information title

converted into a record of ownership.”

The definition “shall include patrimonial properties of the state owned, held, controlled, supervised, managed, or administered by investment promotion agencies as definite under Republic Act No. 11534, otherwise known as the Corporate Recovery and Incentives for Enterprises or CREATE Act".

Conditions

The proposed law provides that any foreign investor investing in the Philippines shall be allowed to lease private lands for a period is 99 years. It says the leased area shall be used solely for the purpose of the investment upon the mutual agreement of the parties.

The leased premises shall comprise such area as may reasonably be required for the purpose of the investment, subject to the Comprehensive Agrarian Reform Law and the Local Government Code.

The foreign investor has an approved and registered investment under Republic Act (RA) No. 7042, otherwise known as the Foreign Investments Act of 1991, as amended.

The bill says lease agreements shall be subject to the approval of the Department of Trade and Industry-Board of Investments (DTI-BOI) except for lease of lands with economic zones or free port areas, which shall be subject to the approval of the relevant investment promotion agency (IPA) charged with the management and administration of said economic zones or free port areas.

The DTI-BOI or IPA concerned shall approve the a long-term lease contract provided the investor present proof of approved investment, duration of lease is certain, the exact location and metes and bounds of the leased property are identified and there is a provision in the contract for its termination for failure to start the investment project within three years from signing of the contract.

The lessee may be allowed to sublease the rented land with the consent of the lessor, unless there is a provision in the contract to the contrary.

The bill further provides that any lease contract that violates it shall be void from the beginning.

The contracting parties shall be punished with a fine of P1 million (up from P100,000) to P10 million (up from P1 million).

The BOI, in consultation with concerned agencies and stakeholders, shall issue implementing rules and regulations.

Related Tags

House of Representatives Foreign investors Martin Romualdez land lease Third and Final Reading
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.