ADVERTISEMENT

Senators split on rice tariff rate cut

Published Jun 5, 2024 08:05 am

Senators have expressed differing opinions on the newly approved reduction tariff on rice by the National Economic and Development Authority (NEDA) that has already been approved by President Marcos.

NEDA Secretary Arsenio M. Balisacan said that the reduction tariff on rice from 35 percent to 15 percent and additional government subsidies will lessen the cost of rice to P29 per kilo for the poor.

Tariff rates on corn, pork, mechanically deboned meats, sugar, vegetables such as onions, shallots, garlic, broccoli, carrots, cabbage, lettuce, sweet potatoes, cassava, coffee substitutes, complete feeds, and feed preparations will remain the same.

Senate President Francis "Chiz" Escudero, who agrees to the move, said in an interview that there's a legal basis for the President to adjust the tariff rates while Congress is on break

"Sang-ayon ako dahil ang pinakamalaking rason kung bakit tumataas ang inflation sa ating bansa pangunahin ay yung pagtaas ng presyo ng pagkain at pangunahin sa pagkain pagtaas ng presyo ng bigas (I agree to this because the main reason why inflation is ballooning in the country is the increase in the price of food and rice is on top of this)," he said.

When Congress resumes its session, Escudero said that any lawmaker who's against it can file a bill to correct what they think is lacking or wrong in what the President did. He added that it would not come from him.

Regarding the concern about the influx of foreign products, Escudero said that this is always the case when there is tariff reduction but he mentioned that the Department of Agriculture is not limited when it comes to this and has to power to ensure that local producers will not be affected and will be protected.

"Kapag pumasok ang purong dayuhang supply hindi naman tayo pwedeng dependent na lamang doon dapat manatiling malakas pa din ang ating domestic production ng anumang uri ng pagkain (When imported supply enters the country, we cannot be dependent on it we have to maintain a strong domestic production of any food product)," he added.

Meanwhile, Sen. Imee Marcos opposed the move saying that this will result in the swelling of imported products in the local market.

"Ayokong lagi niyo akong ginagawang kontrabida, pero hindi ko naman masisikmura ito (I don't always want to come out as the villain, but I cannot stomach this)," she said in a statement.

President Marcos, who chairs the NEDA Board, approved the new Comprehensive Tariff Program for 2024-2028, which extended tariff rates until 2028.

"Ano ito? Inuudyukan ba natin silang magpakamatay na lang? Di ko maintindihan! Makukuha pa ba ito ng dasal? (What's this? Are we encouraging them to just die? I cannot understand it. Are prayers even enough?)" she added.

Sen. Risa Hontiveros said that they are studying the move since it concerns farmers' groups and other rural sectors who have already expressed their disapproval to the move.

She mentioned that all agricultural countries are using reasonable tariff rates to support domestic producers.

"So pinag-aaralan po namin kung ano ang magiging legislative action namin doon (We are studying what our legislative action will be on this)," she added.

Sen. Joel Villanueva said that while reducing the tariff is a good step, he believes that economic managers must focus more on long-term solutions to the food supply problems.

"Kailangan pong magkaroon ng mas kongkretong plano at hindi band-aid solutions para paigtingin ang lokal na produksyon ng mga produktong agrikultura (There has to be a concrete plan and not band-aid solutions to improve the local production of agricultural products)," he said.

"Dapat nating bigyang pansin ang epekto nito sa kabuhayan ng ating mga magsasaka kagaya ng pagbibigay ng sapat na tulong at safety nets sa ating mga magsasaka, lalo na ngayong panahon na mas madalas na extreme weather events (We have to take note of its effects to the livelihood of our farmers such as providing ample assistance and safety nets especially now with the presence of extreme weather events)," he added.

Villanueva mentioned that there must be an analysis if this step to reduce the tariff rate until 2028 is the right move and that they will monitor this especially when they tackle the national budget.

Related Tags

Senator Imee Marcos National Economic Development Authority (NEDA) Senator Risa Hontiveros rice tariffs Senator Joel Villanueva Senate President Francis "Chiz" Escudero
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.