ADVERTISEMENT

Exporters urged to prepare for EU deforestation law

Published Apr 7, 2024 12:27 pm

The Department of Trade and Industry (DTI) has urged exporters to prepare for the enforcement of the European Union Deforestation Regulation (EUDR) at the end of this year to ensure continued access of their products to the EU market.

Bianca Pearl Sykimte, director of the DTI -Export Management Bureau, in a recent seminar with the Philippine Exporters Confederation Inc. (Philexport), noted of the increasingly challenging rules on exporting to the EU. 

“Exporting products to the EU has become increasingly challenging with its new and emerging regulations as part of the EU Green Deal. These regulations aim to make the EU the first climate-neutral continent by 2050,” said Sykimte.

Sykimte said one of these key regulations is the EU Deforestation Regulation or Regulation (EU) 2023/1115.

According to Sykimte, this particular EU regulation has specified seven products, deemed as major drivers of deforestation.   

“This regulation, which will enter into force in December this year, applies to entities exporting commodities such as cattle/beef, soy, coffee, coco, palm oil, rubber and wood. It requires these entities to demonstrate that their products are deforestation free and not linked to forest degradation,” Sykimte said.

These seven products can no longer be sold in the EU if sourced from areas affected by deforestation or forest degradation practices.

The EUDR was formally adopted and came into effect on June 29, 2023 with the aim to prevent the importation of commodities linked to deforestation in order to curb forest loss, land degradation, and biodiversity loss.

Companies have until December 30 this year to be compliant, except for micro and small undertakings, for which the regulation will apply from June 30, 2025. This means that businesses should now consider the impact of the EUDR on their supply chain due diligence to prepare for the new obligations that apply from December 2024, the DTI said.

Among the important things that companies need to know is that the new regulation covers a wide range of products. 

In its newsletter, PhilExport also quoted global law firm White & Case which stated that the EUDR covers the said seven commodities as well as their many derived products listed in the annex to the regulation. Examples of these derived products are meat products, leather, chocolate, coffee, palm nuts, palm oil derivatives, glycerol, natural rubber products, soybeans, soy-bean flour and oil, fuel wood, wood products, pulp and paper, printed books.

“It is important to check carefully which products are covered, with reference to the product’s tariff classification under the Combined Nomenclature,” said White & Case.

The EUDR applies to goods produced on or after June 29, 2023 (except for timber and timber products, which are covered if produced before that date and placed on the EU market from December 31, 2027). However, it does not apply to goods produced entirely from material that has completed its life cycle and would otherwise have been discarded as waste.

Another thing to keep in mind for Philippine exporters is that non-compliance with the EUDR will prevent access to and exports from the EU. 

Philexport further quoted Global legal intelligence platform Lexology which said that it will be prohibited to place relevant products on the EU market, or export them from the EU, unless these commodities meet three requirements:

•    They are deforestation-free.

•    They have been produced with the relevant legislation of the country of production in terms of environmental protection, land use rights, and labor rights, among others.

•    They are covered by a due diligence statement.

Likewise important to note is that the primary responsibility lies with the company placing the product on the EU market, said White & Case. From December 30, 2024, a company that places relevant products on the EU market will need to first upload a due diligence statement to their competent national authority. By issuing such a statement, companies assume responsibility for the product's compliance with the EUDR.

Also, the EUDR will be enforced by competent authorities in the EU member states, and that private parties may be allowed to submit substantiated concerns to operators and to competent authorities if they think that one or more operators or traders are not complying with the EUDR.

There are penalties for non-compliance in the form of fines of up to four percent of the company’s EU turnover, confiscation, or exclusion from public funding or contracts.

Last year the EU was the Philippines’ sixth largest export market with total export sales amounting to $8.4 billion. Food exports were valued at more than $400 million and included tuna, desiccated coconuts, preserved pineapples and pineapple juice, fruits and nuts, breads and pastries, rum and other distilled fermented sugarcane products, according to Philexport.

Related Tags

Exports
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.