ADVERTISEMENT

Prospect of P100-B coco levy fund release excites PCA

Published Aug 9, 2020 10:00 pm

Though the road toward the release of the P100-billion coco levy fund is still long and complicated, with two pending bills still needed to be passed in both houses of Congress before President Rodrigo Duterte's promise can be finally fulfilled, the Philippine Coconut Authority (PCA) is already busy preparing for the eventual return of the coconut farmers’ money.
         

PCA Administrator and ex-Armed Forces of the Philippines (AFP) chief Benjamin R. Madrigal Jr. said his agency is now doing everything on their part to come up with the needed “documents” that will convince lawmakers to finally pass the proposed Coco Levy Act.
         

The coco levy fund, which came from the taxes imposed on coconut farmers by the Marcos administration and its cronies, is estimated to have grown to around more than P100 billion by now. It consists of a P76-billion fund stuck in the Bureau of Treasury and an estimated P30 billion in assets.  
        

 In the proposed Coconut Farmers and Industry Development Act or the Coco Levy Act, a P100-billion trust fund would be created and managed by PCA, an attached agency to the Department of Agriculture (DA).
         

This proposed bill was vetoed by Duterte last year, saying it lacked safeguards. 
         

“The Congress said we need to come up with two documents . One is the Coconut Industry Roadmap and the other is the programs for coco levy – where we will spend the money,” Madrigal said over the phone.

“If you’re asking if we are prepared to handle, we are now preparing and managing things. What they’re is asking is where we will use the money and we are coming up with that,” he added.  
         

Madrigal said the PCA hopes to finish the roadmap as well as come up with the list of programs where the coco levy fund will be spent all by the end of this year following consultations with stakeholders.
         

“We are targeting to finish these two documents in the next few months. If that will be approved within this year, the coco levy fund will follow,” he said.
         

When asked if the coco levy fund will be finally released this year, he only said “there are conditions we need to fulfill first”.
        

 In 2018, the Bicameral Committee agreed that the coco levy fund will be released to PCA at P5 billion annually until it runs out, which is estimated to be within 25 years.
         

The proposed measure provides for the utilization of the fund as follows: 30 percent for the development of shared facilities program; 15 percent for scholarship program; 15 percent for the empowerment of coconut farmer organizations and their cooperatives; 30 percent to encourage self-sufficiency among farms; and 10 percent for provision of health and medical assistance for farmers.
         

However, before the funds can be used, the Congress must first pass a separate law reconstituting the governing board of the PCA to be composed of six farmer-representatives, four government representatives, and one industry representative.
         

“This is a twin bill – the Coco Levy Act and the PCA re-organization. So we are also preparing for that. The PCA Board should already be multi-sector and we should have a team for strategic communications,” Madrigal said. 

          

A day after Duterte told Congress to prioritize the Coco Levy Act during his fifth State of the Nation Address (SONA), Agriculture Secretary William Dar said it would be “realistic” to think that the release of the coco levy fund will happen within this year.

Coconut Industry Roadmap
         

The problem, Madrigal said, is that the PCA needs to make sure that the programs indicated in either the roadmap and the list of future expenditures for coco levy fund is different from the agency's annual General Appropriations Act (GAA).
         

“We are working for that as well as on our capacity building. So hopefully it will be approved by the end of this year so that in the middle of next year, the fund will be finally released and we can already work on our capacity-building,” Madrigal reiterated. 
        

Madrigal said the PCA is updating the earlier draft made for the Coconut Industry Roadmap, which will now include modernization efforts for the coconut industry and programs that will be implemented over the next two decades.
          Before Duterte delivered his SONA, Coalition for Agriculture Modernization in the Philippines (CAMP) Chairman Emil Javier decried the 28-year delay of coco levy funds’ release.

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.