ADVERTISEMENT

Duterte urged to wage crackdown against unscrupulous rice traders

Published Sep 11, 2019 05:19 pm
By Ben Rosario and Charissa Atienza  A senior administration congressman has urged President Duterte to take swift and determined actions to address the adverse effects of tarrification and wage a crackdown against unscrupulous rice traders for economic sabotage, profiteering, and price manipulation. President Rodrigo Roa Duterte (SIMEON CELI JR./PRESIDENTIAL PHOTO / MANILA BULLETIN) President Rodrigo Roa Duterte
(SIMEON CELI JR. / PRESIDENTIAL PHOTO / MANILA BULLETIN) In an aide memoire sent to Duterte, Albay Rep. Joey Sarte-Salceda, chairman of the House Committee on Ways and Means, called for increased allocation of rice-buying operations and intensified enforcement of anti-profiteering laws, among others. Salceda strongly urged Duterte to launch an “economic tokhang” against abusive rice traders whom he accused of playing a “dysfunctional” role in the implementation of the seven-month old Rice Tarrification Law. To ease the plight of the country’s poor farmers, the government should start opening the warehouses of the rice traders and look into their business records and operations, Salceda said. He said the government should fully use its power to open warehouses to determine if the market traders are hoarding rice and committing economic sabotage. “Open their warehouses, look into their business record,” the House leader urged the government. He said the Bureau of Internal Revenue (BIR) should look into the operation of the market traders and if it finds any irregularities, it may submit their findings to the Department of Justice (DOJ). Salceda also urged the Philippine Statistics Authority (PSA), Department of Agriculture (DA), and Department of Trade Industry (DTI) to closely monitor price movements of the staple and volumes of domestic and import trade on rice. Salceda said the Department of Justice (DOJ), together with the DTI and other support agencies, should go strong in the filing cases of economic sabotage, profiteering, and price manipulation against unscrupulous traders. Copies of Salceda’s unsolicited advice to the executive were also sent to Speaker Alan Peter Cayetano and House Majority Leader Martin Romualdez. The veteran lawmaker noted that the problem that has besieged rice farmers has been triggered by the “unintended consequence of increasing bargaining position of trading monopsonies over powerless farmers.” “If you analyze it, the Rice Tarrification Law has further strengthened our traders. I am calling on the government to launch ‘tokhang’ against them,” he told reporters. “This is one biggest structural anomaly in our economy,” Salceda stressed. Traders have reportedly exploited the effects of the Rice Tarrification Law, thus resulting in a plunge in the buying price of palay. “Rice liberalization, while curing certain inefficiencies in the rice trade sector, most notably the shortfall between supply and demand, has not addressed chronic inequities in the bargaining power between rice farmers and rice traders,” Salceda pointed out. He recommended a number of proposals that might help farmers fight off their current condition and deter further rice price manipulation and profiteering. “NFA (National Food Authority) should be allowed to borrow to triple its current buying operations from P7.5 billion to P22.5 billion. DA and DTI should implement comprehensive farmer assistance to affected farmers,” he told Duterte Price movements should be closely monitored by the PSA, DA, and DTI. “The Department of Justice and the Department of Trade and Industry, with the support of agencies such as the Philippine Competition Commission should study filing cases of economic sabotage, profiteering, and price manipulation against abusive traders,” said Salceda. He added: “The DTI in particular may invoke Executive Order No. 913 which grants it adjudicatory powers to protect consumers from profiteering and price manipulation.” Government, Salceda said, should offer farmers a range of legal recourses that will protect them against further abuses. “Additional penalties under Letter of Instructions No. 1359 may also be imposed upon proven profiteers and price manipulators. The mere intensification of efforts to investigate profiteering should itself be deterrent to abusive farmgate pricing,” the House official said. He added that government complaint hotlines on farmgate price manipulation, information campaigns on traders that offer highest buying prices and support for government efforts to procure its buffer stocking, relief operations and local services needs from farmers at fair prices are highly recommended. READ MORE: Salceda bats for ‘economic tokhang’ vs abusive rice traders
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.