ADVERTISEMENT

Domestic bond market seen to sustain growth

Published May 6, 2021 05:00 pm

The domestic bond market is expected to sustain its growth this year driven by government debt issuances to fund its huge expenditures amid falling revenues and the return of companies in the bond market. 

Jean De Castro, head of the Fixed Income of Manulife Asset Management and Trust Corporation (MAMTC), in an email interview with Business Bulletin cited the government’s P2.6 trillion Four Pillar Socioeconomic Strategy against COVID-19. 

Jean De Castro, head of the Fixed Income of Manulife Asset Management and Trust Corporation (MAMTC). Photo credit: https://assetmanagement.manulife.com.ph

“The Philippines’ economic slowdown has resulted in lower tax revenues, and this shortfall is partially funded by debt issuance, both local and foreign,” said De Castro. She noted that the domestic bond market grew by 28.9 percent in 2020, driven by government borrowings to raise funds for the pandemic.

Aside from government issuances, corporate bonds are also expected to return to the market following a decline in 2020 as the local companies grappled with the pandemic and its effect on its growth and expansion plans. 

“For 2021, we have seen more corporate bonds issuances in the pipeline, as companies prepare for less mobility restrictions, and as the Philippines receives vaccinations and opens more sectors of the economy. Majority of the corporate issuances in the pipeline for 2021 belong to the financial and utilities sector,” said De Castro, In 2020, who was recognized by The Asset Benchmark Research Review as one of the Philippines' most astute investment professionals.

The outlook for Philippines going returning to the global bond market also looked positive. She noted that the Philippines’ Samurai and Euro-denominated bonds were well-received by the global bond markets, with demand overtaking defined issuance size. It was a prudent move for the government to issue foreign currency bonds at the time that global investors are searching for yield. 

She explained that while bond issuance is also a form of debt, it is an avenue for the government to finance its expenditures and projects. Taxation is another potential source of funding. However, it can be argued that taxation could create distortionary effects on economic growth. Public debt can either positively or negatively affect the local economy, depending on the amount of debt and its purpose, among others. 

However, since the strength and riskiness of each country is different, the debt-to-GDP ratio and its effects on the economy will vary depending on each situation.

Overall, she expects a recovery of the Philippine economy this year although the elevated number of daily COVID-19 cases coupled with the lockdown in the National Capital Region Plus  areas and the slow rollout of vaccines will weigh heavily on the overall growth and our return to pre-COVID GDP levels. 

Photo credit: https://assetmanagement.manulife.com.ph/

“However, we do expect the second half of 2021 to be an area of faster growth, contained inflation and hopefully vaccination of a larger portion of the population to support our economic recovery,” De Castro said. 

However, she said that recovery across Asia has been varied with Philippines ending 2020 at 12 percent below its pre-COVID GDP. To compare, Thailand and Malaysia were 8 to 9 percent below trend, with China and Taiwan just slightly falling short (0.5% and 0.2% respectively) of their pre-COVID GDP trend. 

For  Manulife Asset Management and Trust Corp., which is part of Manulife Investment Management, the global wealth and asset management arm of Manulife, it is committed to help more and more investors to achieve their financial aspirations through innovative solutions for managing their wealth. 

“We are working on developing more differentiated offshore strategies that meet varied investment objectives and risk profiles. All our offshore strategies are available in both US and PHP share classes, making it accessible to many investors,” De Castro said. This year, the company launched the first Global Healthcare Feeder Fund, an equity feeder unit investment trust fund (UITF) that provides investment opportunities in healthcare-related companies listed globally. This was followed with an income-paying fund, the Global Multi-Asset Diversified Income Feeder Fund, unit-paying unit investment trust fund (UITF) that aims to generate high and stable income from multiple sources, offer diversification with a globally unconstrained approach to meet an optimal risk-reward profile, and buffer market downsides via a flexible investment mandate that pivots for income.

Related Tags

Domestic bond market MAMTC
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.