ADVERTISEMENT

Junk food — the real score

Published Jun 26, 2023 04:10 pm

UNDER THE MICROSCOPE


“Junk Food” refers to food high in calories but low in nutritional value. The Departments of Finance (DOF) and Health (DOH) are pushing to tax junk foods with a bill in Congress, ostensibly to address health issues and to generate revenues for a cash-strapped government. It’s a “shooting two birds with one stone” approach. Let’s examine the proposal further. Oftentimes, a bill, when signed into law, is quite bare in details, and is usually fleshed out in its implementing rules and regulations (IRR). Since this will involve both departments, the IRR drafting will certainly be a complicated one. For one, which is the real priority of the bill? Is it health or finance? While it was the DOH that first proposed the measure, the DOF has stated that it stands to earn ₱76 billion a year if the bill is signed into law, and that’s a strong incentive to include a lot of foods in the definition of junk food. But it may not necessarily be what the DOH has in mind. Then comes the definition of what comprises junk food. Salty snacks and fast-food items are what the National Tax Research Center had in mind, which will target the lucrative fast-food business, besides soft drinks, desserts, and sweets — mainly packaged foods that are highly processed items bought off supermarket and sari-sari store shelves. These are what the majority of Filipinos consume daily, especially in the poorer population segment. The crafting of the IRR will be a decidedly controversial event. Fast-food companies will cite their products’ redeeming value, such as protein and other nutrients, in addition to the salty and sweet content of the items. Should pizza be considered junk food? The Italians will certainly contest that, since pizza crust contains wheat, and its toppings consist of vegetables, chicken, beef, or pork for protein.  Italians have been eating pizzas as a staple food for centuries. The fried chicken in fast-food stores are essentially what you would cook and serve at home. On a per-gram basis, it has a high protein content even if the frying process adds more fat content. Is its protein content enough redeeming value to not consider it as junk food? Burgers are another point of contention. Some burgers are almost pure beef, but cheaper options have some fillers made of carbohydrates. Where do you draw the line between the two? There are certainly other fast-food items that qualify as junk food, but to lump them all together is not so easy to do for taxation purposes, which seem to be just another measure to beef up the treasury than the people’s diet. (Disclosure: I certainly patronize fast-food outlets but not to the exclusion of good home-cooked food). Then there is the issue of unfairly targeting consumers who are too pressed for time to prepare their meals. Workers usually have to rush out for lunch within an hour or risk being late for the afternoon session. So they turn to fast food. Although most workers at the minimum-wage levels are exempted from income taxes, the junk-food tax will put a dent on their incomes as indirect taxation. And to think they’re already bearing the brunt of value-added taxes (VAT) on almost everything they buy. Bayan Muna is opposed to the proposed bill because it is anti-poor. The poor can’t afford nutritious meals, since their food budget cannot allow for more nutritious food. They resort to buying commercially prepared cup noodles to fill their stomachs. These are no more than dry noodles of primarily carbohydrate content, with seasonings that include lots of salt to make them palatable and satisfying. This measure strikes at the very core of being poor. With 14 million Filipino families considering themselves poor, there is a risk of alienating this population segment politically, which the lawmakers should consider before they pass this bill. I have no problem with more taxes being imposed on most highly processed packaged foods. Fresh is still best. But when you cannot afford to satisfy your hunger pangs by buying local fresh-food items, how else can you eat healthy? Amelioration measures must be taken to mitigate the effects of the junk-food tax if enacted into law. Some are proposing to give subsidies to the poor to augment their incomes, but dole outs are never effective, as they only induce dependency on the government. With its coffers nearly empty, if not in the negative, we can’t afford more subsidies. Our lawmakers need to tread carefully on this bill. It’s a Pandora’s box waiting to be opened.

Related Tags

Dr. Raymund W. Lo UNDER THE MICROSCOPE
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.