ADVERTISEMENT

Discriminating taste

Published May 6, 2022 05:32 am

Nathanne Raffaille “Naith” Acosta and Bryan Arthur Senen belong to Gen Z. They’re cousins, they attend the same school in college, the one with the green color, and they’re enthusiastic to exercise their right to vote for the first time.

Both are politically and social media savvy, Naith, in particular. Vice president of BLAZE 2024, a student org in La Salle, Naith is rooting for the pink team. In her latest FB post, she implores voters to “join us to color our future pink.”

Mang Dudoy, on the other hand, is kept informed not only through social media as he subscribes to YouTube and Tiktok, but likewise by reading the newspaper. Everyday, he buys Tempo, and listens to the radio.

Three more nights, and then, it will be “The Day” that each and every one of us is waiting for. Like Naith and Bryan, Mang Dudoy is eager to go to the polling center this Monday.

While excitement rules their heart, the market on the other hand is feeling jittery. As in every election, the market, almost always, is on the edge. The current situation feels like a déjà vu of six years ago.

In 2016, the financial system experienced a tailspin with the peso declining to P47 levels while the bourse index hovered a little above 7,000 mark. As I write this Wednesday to comply with my deadline, the local stocks continue to slide with investors remaining cautious, taking the sidelines.

The prevailing sentiment is risk aversion, most awaiting for the outcome of the presidential race and in anticipation of the US rate hike. Largely due to the spiralling prices of oil products, the US inflation rate soared to 8.5 percent, the highest in 41 years. To smash the ugly head of inflation, the Federal Reserves increased its rate by 50 basis points, the biggest jump in 22 years.

The same cost-push situation, sustained rising oil prices, prevails in the Philippines with the annual inflation jumping to 4.9 in April as domestic oil pump prices swing like a pendulum but more often on the high side with the drop a trickle.

Though talks circulating in the hallways of the Bangko Sentral ng Pilipinas indicate the authorities, despite the uphill climb in inflation, are considering hike in the overnight rate by June yet. Aren’t they behind the curve already?

Rate hike, if so decided, will be positive for the peso, which as of Wednesday has already breached the psychological level of P52.50 to the green, the lowest in nearly three years. Following the break of the psychological barrier, the peso is predicted to still weaken and could fly to the P53 level and beyond.

The peso volatility is caused by the reduction of offshore investors' PH equity exposure, resulting in the Philippine Stock Exchange closing at 6,802.73. Though a slight improvement fueled by some bargain hunting, from the previous day’s close, comparatively, the index is lower from 7,159.29 mark at this time, running up to the election day six years ago.

Ain’t behaving market is nothing out of the extraordinary during the election period.

This does not mean investors are leaving. They are just watching on the sidelines, but at a certain point take advantage of lower priced blue chips.

Eventually, the market will settle down. As Bankers Association of the Philippines President Antonio Moncupa reminds us market watchers of the fundamental truth that “nobody knows where the US dollar-peso is headed,” including the bourse.   

The moment when we will elect the country’s next president is just around the corner. First time voters, Naith and Bryan, Mang Dudoy, you and me must be discriminating in our choice. No room for any egregious slip-up because it will shape our future for the next six years.

Talkback to me at [email protected]    

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.