ADVERTISEMENT

Bangko Sentral ng Pilipinas, Asian Development Bank turn over agri value chain project to ACPC

Published Mar 21, 2024 06:24 am

As part of financial inclusion initiatives, the Bangko Sentral ng Pilipinas (BSP) and the Asian Development Bank (ADB) recently turned over the pilot project of the Agricultural Value Chain Financing (AVCF) program to the Agricultural Credit Policy Council (ACPC).

In a statement Thursday, March 21, the BSP said the ACPC, which is under the Department of Agriculture, will now have the capacity building under the AVCF by providing financial institutions the initial funding for relending to qualified borrowers in the value chain.

AVCF is an information-based lending methodology. Its approach "helps banks to determine acceptable collateral substitutes and focus less on the use of hard collateral,” said the BSP.

In addition, the program “enables banks to identify and mitigate credit risks in lending to agriculture, in general, and to small farmers and fisherfolk, in particular.”

The turnover ceremony held last Feb. 15, 2024 formalized the transition of the AVCF project to its next phase under the ACPC, following the completion of AVCF pilot project which was launched in September 2019.

The pilot project consisted of trainings, mentoring, and field visits for six participating banks, with output documented in the AVCF toolkit and case studies.

Photo_BSP, ADB Turn Over AVCF Project to ACPC.jpg
Bangko Sentral ng Pilipinas (BSP) Deputy Governor (DG) Bernadette Romulo-Puyat (fifth from right) led the turnover ceremony of the Agricultural Value Chain Financing (AVCF) Project from the BSP and the Asian Development Bank (ADB) to the Agricultural Credit Policy Council (ACPC). In photo are, from right: BSP Acting Director Mynard Bryan R. Mojica; ADB consultants Virginio P. Jamon and Ma. Piedad S. Geron; ADB Project Analyst Marie Jessamine T. Mitra; DG Romulo-Puyat; ACPC Executive Director Jocelyn Alma R. Badiola (with document); ACPC Directors Magdalena S. Casuga and Noel Clarence M. Ducusin; ACPC officer Jenny T. Aspilan; BSP Acting Director Rochelle D. Tomas; and ACPC officer Emmalyn J. Guinto.

Back in 2018, before the pilot project, the BSP has been linking the banking industry to the agriculture sector to provide assistance such as credit and financing to smallholder farmers.

At the time, the BSP had estimated that there was credit gap of P367 billion while the percentage of loans for production and economic activity for agriculture, along with fisheries and forestry, was just at 2.9 percent.

The BSP said banks have the funds for the agriculture sector but they require deeper understanding of lending to the sector and managing their risks.

The agriculture sector is vulnerable to crop and facility damage due to bad weather conditions and natural disasters, and other issues such as productivity and capacity issues, infrastructure, and a not reliable or inadequate borrowers’ data.

To improve access to the agriculture sector, the BSP approved a regulation in 2016 or the Agricultural Value Chain Financing Framework to provide incentives to banks as well as to address the key risk factors such as lack of reliable information about the farmers, unstable markets, and income sources that are typical deterrents for banks.

The BSP issued Circular No. 908 to promote the AVCF as an innovative financing approach and provide guidelines and incentives to banks. Organized value chains are able to address the identified risk factors.

They are also able to increase productivity and business sustainability, which can in turn encourage banks to develop appropriate products that support the financing needs of smallholders and other actors along the chain. 

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.