ADVERTISEMENT

PH peso overvalued, says bank forex strategist

Published Oct 31, 2020 06:30 am

The Philippine peso, which now hovers around P48 to the US dollar, is more on the defensive side and can still accommodate a little depreciation at the right time, an American foreign exchange currency strategist said.

 Robert Lynch, JP Morgan Private Bank global head of foreign exchange strategy, told Business Bulletin the Philippine peso is not dramatically overvalued but it can afford a little depreciation vis-à-vis the currencies of countries in the region.  Lynch will also speak at the Bonds and Stocks Online Conference 2020 on Nov. 21-22, 2020 organized by The Global Filipino Investors Inc. (TGFI), a group led by entrepreneur and housing tycoon Januario Jesus Atencio that teaches Filipinos how to take advantage of the capital market rut due to the pandemic and position for an economic recovery.

Philippine bank notes / Photo courtesy of the Bangko Sentral ng Pilipinas. (Manila Bulletin)

“It is a little bit more defensive than others … the peso could go to depreciate a little bit,” he said even as he also equally stressed that he does not think of the local peso as excessively overvalued.

 Any move to devalue a currency though is a function of the central bank’s overall monetary policy, he said citing that central banks are sensitive to movements and pace of their currencies against other currencies.

Lynch also urged for comparison with other currencies among competitors in the region. The Philippine peso is one of the best performing currencies in Asia. It now hovers around P48 to the greenback from P50-P52 at the start of this year.

The strong peso has made Philippine exporters grumble as their exports have become more expensive in the international market and they get lower peso yield. On one hand, a strong peso benefits importers as imports become cheaper.  

“The strong peso puts exporters at relative disadvantage versus what they might have otherwise anticipated at the beginning of the year,” he said noting that exporters have to find ways to make up for say the five percent appreciation of the peso.

Alternatively for importers, the strong peso improves their purchasing. “So, there's a flip side to it so when you're buying because if you're buying oil and gas for example, it does offer an advantage in that regard,” Lynch said.

But, he said, it could be that the current rate of the peso may have already factored in all the developments and the impact of the global pandemic on the Philippine economy.

He cited the fact that the Philippines has been hit hard by COVID-19 and was among the highest impact because the long and hard lockdowns would definitely put a drag on domestic growth, which has a pretty big input into how a currency is valued.

“A lot of that should already been factored into the price and that's why I wouldn't get overly negative on it,” he said adding that from a growth perspective it is about time to “start cutting” at the right time.

“It’s due for some modest adjustment,” said Lynch, a member of the Global Markets Council, a forum for asset class specialists and portfolio managers.

Among currencies globally, he said, it would difficult for investors to position for the Philippine peso. Forex traders, he said, may be positioning for other currencies like the rubble of Russia, lira of Turkey and the Argentina peso.

Companies and fund managers do invest in forex, bonds and stocks, but during crisis in the global economy, investors run to safer investment tools mostly treasury bills where gains are more predictable than in stocks. Investors also hedge their funds in forex.

He explained that buying stocks means buying the company’s assets in anticipation for future higher price valuation. It is different with currency because buying a currency means selling it against another currency.

“I need to find out what I want to sell it against a Philippine peso into the Euro or the yen. It's a different kind of dynamic,” said the former head Americas FX Strategy of HSBC New York.

Related Tags

Peso Robert Lynch JP Morgan Private Bank
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.