ADVERTISEMENT

Asia Pacific CEO optimism reaches 10-year high – survey

Published Feb 9, 2022 04:56 pm

Asia Pacific CEOs emerged as the most optimistic about the prospects for a stronger economy in the coming year, according to a survey.

pwc

The PwC’s 25th Annual Global CEO Survey - Asia Pacific, which polled 4,446 global CEOs including 1,618 from Asia Pacific between October and November 2021, showed that 76 percent of respondents predict the global economy will improve, while only 17 percent expect worsening conditions.

“Corporate Despite an array of shifting headwinds, the CEOs that we surveyed in the region are the most optimistic they have been in ten years about the prospects for a stronger economy in the coming year,” the survey showed.

The year’s optimism is three percentage points higher than the 73 percent optimism level from a year ago and a full 41 points higher than 2020, when almost half (48 percent) of Asia Pacific CEOs predicted a declining economy.

Optimism is trending upwards in most countries within Asia Pacific — the most positive being India, Indonesia, Malaysia and Singapore where ~90+ percent of CEOs anticipate global growth in the coming year. However, CEOs in China are feeling less optimistic than they were a year ago, down 9 points to 62 percent.

Confidence in global economic growth translates to a high degree of optimism for Asia Pacific CEO’s own businesses: 50 percent are “very confident” or ‘extremely confident’ in 12-month revenue growth prospects.

Bob Moritz, Global Chairman, PwC said: “While the ongoing pandemic and emergence of new variants cast a shadow over the year, the high level of CEO optimism we found speaks to the strength and resilience of the global economy and the ability of CEOs to manage through uncertainty. There is nothing “normal” about the world we are working in, but we are getting used to it. We are seeing differences in confidence among countries, and there is no shortage of challenges to navigate, but it is encouraging that CEOs we spoke with on the whole feel positive about 2022.”

CEOs’ optimism is high for the most part, but they are also well aware of potential threats that could impact their companies over the coming 12 months.

Asia Pacific CEOs rank health risks (58 percent) as their top priority to address (the exception is China with only 42 percent of CEOs with a high level of concern over health risks). It is a clear ten percentage points higher than their global peers who list cyber as their most pressing concern. Not far behind for Asia Pacific CEOs is cyber risk (44 percent) and macroeconomic volatility (43 percent).

This difference reflects the fact that while Asia Pacific’s recovery is optimistic, it continues to be challenged with new, highly transmissible variants and uneven vaccination rollouts. Only China rebounded faster than the rest of the region and is now experiencing growing pains in the form of inflation, real estate bubbles, and supply chain disruptions.

Raymund Chao, PwC Asia Pacific and China Chairman, commented: “In 25 years of documenting CEO sentiment toward and reactions to transformative trends, our inaugural Asia Pacific report highlights more than ever the unique challenges facing senior executives in the region. Translating global and regional economic fundamentals into revenue growth remains the priority. What we are seeing is a diversification of those growth pathways with an increasing regional focus: goods and services produced and delivered in Asia for Asia, leveraging the very best of technology capabilities and local talent. In accessing and growing local talent pools, prioritising their health and wellbeing is key. Our findings also reveal a growing interest in embedding ESG practices into business resilience and transformation initiatives. This presents a real opportunity for business leaders to build trust and drive sustained outcomes for all - underpinning PwC’s very own New Equation strategy.”

Asia Pacific CEOs are ahead of their global peers in net-zero and carbon-neutral commitments: 60-69 percent of CEOs in the region have made, or are progressing a net-zero and/or carbon-neutral commitment - a clear 9-13 percent ahead of global peers. In addition to those CEOs that have made net-zero commitments, 11 percent more Asia Pacific CEOs (77 percent vs. 66 percent global CEOs) have had their approach independently assessed and validated. A higher proportion of Asia Pacific CEOs have also embedded these emissions targets into their strategy (43 percent vs. 37 percent global CEOs).

Despite rising interest in climate change, non-financial outcomes as well as ESG, strategy is still primarily driven by business metrics such as customer/staff satisfaction and automation/digitization goals. Much less well-represented, in strategies and compensation, are targets related to greenhouse gas (GHG) emissions and gender representation or racial and ethnic diversity: 19 percent or fewer of Asia Pacific CEOs have such targets in their annual bonus or long-term incentive plan.

Roderick Danao, PwC Philippines Chairman and Senior Partner, expressed hope: “It seems that better days are ahead of us. We hope we can continue the momentum and sustain the growth trajectory of our respective companies. May Philippine business grow in a sustainable manner, taking into account their positive impact on the environment, social development and welfare of broader stakeholders.”

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.