ADVERTISEMENT

Senate asks President to declare a state of national calamity due to ASF

Published Mar 16, 2021 08:27 pm

The 24-member Senate on Monday adopted a resolution urging President Duterte to declare a state of national calamity because of the severe impact of African swine fever (ASF) on the local hog industry.

Senate Resolution (SR) 676 taking into consideration SR 684, which was principally sponsored by Sen. Francis “Kiko” Pangilinan, also urged the President to reject the proposed reduction of tariff rates and the increase in the minimum access volume (MAV) of imported pork products.

Under the resolution, senators agree that “a declaration of a State of Calamity throughout the Philippines due to ASF will, among others, afford the Department of Agriculture (DA), as well as local government units (LGUs) and other concerned agencies, ample latitude to utilize appropriate funds, including the Quick Response Fund, in their disaster preparedness and response efforts to address the ASF outbreak.”

The resolution further states that “increasing the MAV and decreasing tariff, proposed ironically by the DA itself, would further derail the recovery of the hog industry, if not kill the local industry altogether.

In his sponsorship speech on the measure, Pangilinan said the failure to contain ASF has caused pork prices to remain at an average of P450 per kilo since January this year.

“Information that was relayed to us on the streets is that price per kilo is increasing P10 every week. And it has resulted in the loss of P56 billion for the swine industry that is over 70 percent backyard small hog raisers,” Pangilinan said.

According to the resolution, “there is a need to convince and appeal to the Chief Executive not to allow the lowering of tariff rates on and increasing the MAV of imported pork products, as tariff is the only protection of the local swine producers against the influx of foreign commodities, and encouraging the Chief Executive to instead support the local swine industry on their road to recovery.

Senator Cynthia A. Villar, chairperson of the Committee on Agriculture, Food and Agrarian Reform, stressed the urgency of adopting the resolution ahead of the anticipated policy announcement of the President after Congress suspends its session starting March 27.

Senators also took note of the concerns from the local hog producers, that as a consequence of the government’s planned move, the local market would be flooded with cheaper imported pork products as compared to locally produced meat, thus causing further economic devastation to the farmers amid the ASF and COVID-19 pandemic.

According to the DA, the total number of hogs culled as part of ASF containment procedures has reached 442,014.

Private industry hog raisers estimate that around 4.7 million hogs are affected by ASF, equivalent to over a third of the country’s pig stocks.

The DA, as a measure to address the increasing prices of pork and the estimated deficit of supply of about 388,491 metric tons, proposed to increase the MAV from 54,000 to almost eightfold or 404,000 metric tons and simultaneously lower the quota tariff rate by as much as 83 percent, from 30 percent to 5 percent if within the quota, and from 40 percent to 15 percent if beyond the quota.

SR 676 states that pork importers, even without an increase in the MAV and the lowering of tariff, are already profiting by a significant margin.

According to a report by the Bureau of Customs, the cost-insurance-and-freight as of January 7, 2021 per kilo of pork belly is around P93.82.

After the imposition of 30 and 40 percent tariff, cost of storage, approximate importer mark-up of P40, and retail margin, pork should retail at P206.36 at 30 percent tariff and P217.62 at 40 percent tariff in the market.

Pork, however, still retails at P340 for kasim and P380 for liempo, or more than P100 additional profit per kilo of pork sold.

The resolution also takes into account the effect of flooding the local market with imported pork at reduced tariff to corn producers and feed millers as demand for the feed material could be dampened because of the downsizing of business of local hog producers, or the closure of their businesses due to losses.

“At present, the local pork industry needs the support of the government to repopulate the hog industry, as they already reported sizeable damage and losses. With food security remaining a priority of the government, especially with the challenges brought by the ongoing COVID-19 pandemic, now more than ever, our government needs to champion the agricultural sector and the local industry,” the resolution states.

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.