ADVERTISEMENT

Passengers may see higher NAIA fees as airlines pass costs

Published Oct 2, 2024 07:52 am

Both the airlines and its passengers may bear the brunt of higher fees for the use of properties and facilities of the Ninoy Aquino International Airport (NAIA), Transportation Secretary Jaime Bautista said on Wednesday, Oct. 2.

On the sidelines of the 2024 Aviation Forum, Bautista said that should there be pass-on fees, “the airlines can absorb part of it, and pass one to the passenger.”

Based on the approved Administrative Order (AO), international flights with a maximum takeoff weight of 50,000 kilograms (kg) will see a higher takeoff and landing fee of $794, while those with a maximum takeoff weight of 100,000 kg and above will expect to pay as much as $1,794.

Meanwhile, domestic flight charges will increase to P15,417 in the first year, while those with a maximum takeoff weight of 100,000 kg and above will pay P34,617.

Charges will also increase every five years until the 20th year of NAIA’s private operations.

Likewise, the special handling fee will rise to P220,000 at the start of privatization and will be adjusted every five years until it reaches P351,384 in the 20th year.

The Passenger Service Charge will also be increased to P950 from P550 for international passengers and P390 for domestic travelers from P200.

Bautista said that higher charges do not seem to dampen tourist arrivals but will help generate more revenues for modernizing the long-ailing airport.

“There are countries that are collecting higher than the new rates. And I think the reason for this is for us to be able to generate revenue, especially the concessionaire—for them to be able to finance the infrastructure requirements to modernize the airport,” he said.

“There's so much things to see, experience in the country. And for a small amount of increase in the cost, I think it will not affect the tourist arrival,” he added. “Passengers won't mind paying a little bit more than what they are paying now if you have a very good airport experience.”

Bautista emphasized that the last time NAIA revised its fees was some 24 years ago.

When asked whether a gradual increase has been considered, Bautista said that the department remains open to dialogues with relevant stakeholders in case it needed to be discussed.

“The AO is part of the concession agreement. But, as I mentioned earlier, we can review it,” he said.

Laguindingan O&M set for private turnover soon

Meanwhile, the DOTr is set to sign the concession agreement with Aboitiz InfraCapital Inc. for the O&M of Laguindingan airport within the month.

“Yes, we are planning to sign the concession agreement for the Laguindingan airport within the month. And [perhaps] it will take us four to six months before we will be able to officially turn it over,” he said.

Aboitiz InfraCapital bagged the O&M and expansion of the Laguindingan Airport in Misamis Oriental for P12.75 billion after failing to receive challenging offers.

According to the PPP Center, the contract for the Laguindingan Airport will run for a period of 35 years.

The airport will have a capacity of 1.6 million passengers a year, which will increase to 3.9 million by the end of the first phase and to 6.1 million by the end of the second phase.

Related Tags

DOTr secretary Department of Transportation (DOTr) JAIME BAUSTISTA New NAIA Infrastructure Corporation NAIA higher fees
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.