ADVERTISEMENT

Warehouse receipts for financial inclusion

Published Nov 21, 2022 12:07 am
FROM THE MARGINS JAIME ARISTOTLE B. ALIP, PHD According to the Philippine Statistics Authority, our economy expanded 7.6 percent in the third quarter of 2022, compared to last year.  The agriculture, forestry, and fishing sector also rose by 2.2 percent, a turnaround from a -1.7 percent decline in the same quarter of 2021.  Still, this sector’s share in the Gross Domestic Product (8.5 percent from 9.6 percent in 2021) continues to decline and that is worrisome, given inflation and food security concerns.  There are many issues besetting agriculture, including access to credit. The banking system generated a total of ₱6.5 trillion loanable funds in 2020, but only six percent went to agriculture, according to the Agricultural Credit Policy Council. The banks’ overall compliance to the Agri-Agra Law was only 10 percent, which is 15-percentage points short of the mandated credit quota. Compliance has also been declining over the past 10 years. This is unfortunate because financial exclusion is prevalent in the agriculture sector, with many farmers remaining unbanked and underserved. Republic Act No. 2137, the Warehouse Receipts Law of 1912, was supposed to help farmers access credit, by allowing them to store their produce in exchange for warehouse receipts that they could trade, encumber or use as collateral for loans. However, this century-old law must be updated to support modern commercial transactions. Warehouse receipt financing The government is already exploring how the current law can be updated. I was privileged to attend the forum on warehouse receipts financing that the Bangko Sentral ng Pilipinas organized last week. I welcome the proposed establishment of a warehousing and registration system that promotes financial inclusion. Provided that the system is secure, transparent, and reliable, this could make a lot of difference to our farmers, agri-preneurs, and MSMEs. Proposals to modernize our warehouse receipts system involve the establishment of a central electronic Registry for Warehouse Receipts, to be managed by the Securities and Exchange Commission. It also includes warehouse accreditation, bond and insurance for warehouse operators, and a guarantee mechanism for loans. Benefits for farmers The proposed Registry of Warehouse Receipts complements the banks’ risk management system. The safeguards envisioned assure banks and financial institutions of the integrity and reliability of warehouse receipts as collateral for loans. The system will give farmers easy access to credit, allowing them to sell crops only when they can maximize profits. The Registry will also provide market information needed for strategic policy decisions concerning food security. Modernizing our warehouse receipts system is in line with the National Strategy for Financial Inclusion, and would benefit the rural poor, especially farmers, MSMEs, and others with limited access to finance. Small-scale farmers usually do not have the assets and credit history that banks require, leaving them vulnerable to usurers and informal lenders. They often sell-off their goods when harvest season begins so they can hold onto their crops until the lean season, when the price and potential for profits are at their highest. However, lack of post-harvest facilities, improper preservation or drying techniques, coupled with inadequate storage facilities, usually forces them to let traders reap the rewards of seasonal price swings. With warehouse receipt financing, farmers can gain access to credit and maximize the benefits from their hard-earned labors. Some recommendations To really benefit farmers, we should:
  1. Improve warehousing facilities. There should be adequate, affordable and accessible warehouses, otherwise, farmers will still be at the mercy of middlemen. Warehouses should be spacious to accommodate produce during harvest season, complete with the necessary tools, equipment, and other facilities. They should also be within reach; otherwise, farmers cannot afford transport costs on top of storage fees. Most importantly, the government should provide basic infrastructure, like farm-to-market roads, irrigation, and post-harvest facilities.
  2. Assist Farmers. Farmers’ organizations/cooperatives/association should, ideally, own warehouses, with the government supporting their capacity-building. The government could help them hire professional managers (e.g., give grants for salaries during the formative stage) to ensure their financial sustainability. This will level the playing field, with warehouse facilities not only owned by traders, middlemen, and private financiers but also farmers.
  3. Provide insurance. Insurance is important, but from a practitioner point of view, the crux of the matter is the speed of claims payment. Many insurance companies take months to process claims. We need to change this. Claims should be paid as soon as possible, because farmers urgently need the funds for daily consumption and farm inputs. Also, since insurance can only cover so much, there should be an indemnity fund pooled from government and warehouse facility owners’ contributions.
  4. Ensure negotiability. The warehouse receipt is a negotiable instrument and good as cash, negating the need for complicated due diligence requirements. Thus, when a farmer goes to the banks, he should be able to immediately get a loan using that as collateral. Fast resolution of cases, whenever there are disputes, would also promote trust and confidence in warehouse financing.
Lastly, we need to promote understanding of warehouse receipt financing, to enable stakeholders, especially farmers, to benefit from the system. Let us support our farmers.    Author Amit Kalantri is correct when he said: “If the farmer is rich, then so is the nation.”

Related Tags

FROM THE MARGINS JAIME ARISTOTLE B. ALIP
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.