Open access peer-reviewed chapter

Measuring the Systematic Risk of Sectors within the US Market via Principal Components Analysis: Before and during the COVID-19 Pandemic

Written By

Jaime González Maiz Jiménez and Adán Reyes Santiago

Submitted: 06 September 2021 Reviewed: 02 December 2021 Published: 07 January 2022

DOI: 10.5772/intechopen.101860

From the Edited Volume

Psychosocial, Educational, and Economic Impacts of COVID-19

Edited by Brizeida Hernández-Sánchez, José Carlos Sánchez-García, António Carrizo Moreira and Alcides A. Monteiro

Chapter metrics overview

311 Chapter Downloads

View Full Metrics

Abstract

This research measures the systematic risk of 10 sectors in the American Stock Market, discerning the COVID-19 pandemic period. The novelty of this study is the use of the Principal Component Analysis (PCA) technique to measure the systematic risk of each sector, selecting five stocks per sector with the greatest market capitalization. The results show that the sectors that have the greatest increase in exposure to systematic risk during the pandemic are restaurants, clothing, and insurance, whereas the sectors that show the greatest decrease in terms of exposure to systematic risk are automakers and tobacco. Due to the results of this study, it seems advisable for practitioners to select stocks that belong to either the automakers or tobacco sector to get protection from health crises, such as COVID-19.

Keywords

  • sectors
  • Principal Component Analysis
  • systematic risk
  • American stock market
  • COVID-19

1. Introduction

According to Sullivan and Sheffrin [1], diversification is the process of allocating capital in a way that reduces the exposure to any particular asset or risk. Fama and Miller [2] state that the Capital Asset Pricing Model (CAPM) introduces the concepts of diversifiable and non-diversifiable risk. Synonyms for diversifiable risk are unsystematic risk and security-specific risk. Synonyms for non-diversifiable risk are systematic risk, beta risk, and market risk. Thus, the CAPM argues that investors should only be compensated for non-diversifiable risk.

According to Pasini [3], the principal Component Analysis (PCA) is a method of multivariate analysis. The idea behind the PCA is to reduce the dimensionality of a dataset in which there are a large number of interrelated variables, to maximize the variance of a linear combination of the variables. It is a method applied to data with no groupings among the observations and no partitioning of the variables into subsets y and x. Particularly, the principal components are obtained by applying this method. The first one is the linear combination with maximal variance, the second one is the linear combination with maximal variance in the orthogonal direction to the first principal component and so for the others. Moreover, they are ordered sequentially with the first one explaining much of the variation as it can.

With the help of the PCA, we measure how each sector is affected by market risk, measured by the first component. This article proceeds as follows. The next section presents relevant literature on PCA and the stock market, and the third section describes our methods and data. The fourth section presents the analyses of the findings, and lastly, we present our conclusions in the fifth section.

Advertisement

2. Literature review

2.1 Systematic risk

Lakonishok and Shapiro [4] conclude that neither the traditional measure of risk (beta) nor the alternative risk measures (variance or residual standard deviation) can explain the cross-sectional variation in returns; only size seems to matter. Gencay et al. [5] propose a new approach to estimating systematic risk (the beta of an asset) and find that the relationship between the return of a portfolio and its beta becomes stronger as the wavelet scale increases. Campbell et al. [6] state that the systematic risks of individual stocks with similar accounting characteristics are primarily driven by the systematic risks of their fundamentals. Xing and Yan [7] indicate that improving accounting information quality causes the systematic risk to decrease, thus having important implications for disclosure decisions, portfolio management, and asset pricing.

2.2 PCA and the stock market

Liu and Wand [8] study the Chinese stock market and find that the performance of the BP model integrating PCA is closer to that of the proposed model in a relatively large sample. Hargreaves and Mani [9], using PCA through a perceptual map, provide a clear picture of the winning stocks that should be selected for trading. Wang et al. [10] achieve a good level of fitness, using two-directional two-dimensional PCA and Radial Basis Functional Neural Networks (RBFNN) in the Shangai stock market. Zahedi and Rounaghi [11], studying the Tehran stock exchange, through the usage of artificial neural network models and PCA method, note that prices have been accurately predicted and modeled in the form of a new pattern consisting of all variables. Noby and Lee [12] analyze global financial indices in the years 1998–2012 and indicate that the dynamics of individual indices within the group increase in similarity with time, and the dynamics of indices are more similar during crises. Gao et al. [13] experiment the prediction of the closing price of the stock market with two-dimensional PCA and deep belief networks (DBNs).

Waqar et al. [14] analyze three stock exchanges and show how PCA can help to improve the predictive performance of machine learning methods while reducing the redundancy among the data. Zhing and Enke [15] forecast the daily direction of the S&P 500 Index ETF (SPY) return and show that DNNs using two PCA-represented datasets give slightly higher classification accuracy than the entire untransformed dataset. Nahil and Lyhyaoui [16] show that the structure of the investment decision system can be simplified through the application of kernel PCA. Berradi and Lazaar [17], using both PCA and recurrent neural network model, reduce the number of features from eight to six, giving a good prediction of total Maroc stock price. Cao and Wang [18] compare the performance of both PCA and backpropagation (BP) neural network algorithms and find that the latter has the highest prediction accuracy.

More recently, Wen et al. [19] demonstrate how both PCA and LTSM can accurately predict the stock price fluctuation trend of Pingon Bank. According to Liang et al. [20], using volatility information of grains and softs through PCA and FA, find significant predictive ability in forecasting the RV of the S&P 500. Xu et al. [21], through the use of PCA, investigate the Chinese A-shares market over the 2013–2019 period and find that no matter investor sentiment, stock prices react significantly to rumors as well as when the rumor goes public. Yaojie et al. [22], using PCA and other methods, show the significant ability of the combined international volatility to predict US stock volatility. The literature review shows how PCA has been useful in dimensionality reduction, predicting prices, and other features of the stock market, in particular, this paper applies this mathematical technique in an innovative way, namely measuring the systematic risk in various sectors of the US stock market.

Advertisement

3. Methods and data

According to Ross et al. [23], systematic risk is the one that influences a large number of assets, thus having market-wide effects. On the other hand, unsystematic risk is the one that affects a single asset or a group of assets. Since the former cannot be eliminated through diversification is called non-diversifiable risk, whereas the latter is called diversifiable risk because it can be eliminated through portfolio diversification.

3.1 Principal Component Analysis

According to [24], PCA is a technique that may be useful where explanatory variables are closely related. In specific, if there are k explanatory variables in the regression model, PCA will transform them into k uncorrelated new variables. To explain, suppose that the original explanatory variables are denoted x1, x2, …, xk, and denote the principal components by p1,p2, …, pk. These principal components are independent linear combinations of the original data

p1=α11x1+α12x2++α1kxkp2=α21x1+α22x2++α2kxkp3=αk1x1+αk2x2++αkkxkE1

Where αij are coefficients to be calculated, representing the coefficient on the jth explanatory variable in the principal component. These coefficients are also known as factor loadings. The principal components are derived in such a way that they are in descending order of importance. In particular, for this study, we take the first component as a representative of systematic risk, that is, the risk that affects the whole sector and cannot be diversified in a stock portfolio. For this analysis we write a script in Python, particularly we use sklearn library to compute the principal components.

We gather all data from yahoo finance, where we include 10 sectors of the US stock market, choosing the biggest five companies per stock by market capitalization (Table 1), taking daily log returns of stock prices, and dividing the periods of study into two—the pre-COVID-19 era—January 10 to May 10, 2021.

TickerCompany
Insurance
UNHUnitedHealth Group
ANTMAnthem Inc
MMCMarsh & McLennon Companies
CICigna Corp
PGRThe Progressive Corp
Clothing
BURLBurlington Stores Inc
COLMColumbia Sportswear
SFIXStitch Fix Inc
BOOTBoot Barn Holdings
ANFAbercombie & Fitch Co.
Software
AAPLApple
MSFTMicrosoft
GOOGLAlphabet
ADBEAdobe
CRMSalesforce.com, Inc
Tobacco
PMPhilip Morris
MOAltria Group
BTIBritish American Tobacco
XXII22nd Century Group
UVVUniversal Corp
Restaurants
MCDMc Donald’s
CMGChipotle Mexican Grill
YUMYum! Brands Inc
QSRRestaurants Brands International
DRIDarden Restaurants Inc
Healthcare
UNHUnitedHealth Group
CVSCVS Health Group
HCAHCA Healthcare Inc
MCKMerck
ABCAmerisource Bergen Corp
Banks
JPMJP Morgan Chase
BACBank of America
WFCWells Fargo
MSMorgan Stanley
CCitigroup
Hotels
MARMarriot
HLTHilton
LVSLas Vegas Sands Corp
MGMMGM Resorts International
WYNNWynn Resorts Limited
Airlines
LUVSouthwest
DALDelta Airlines
UALUnited Airlines
AALAmerican Airlines
CEAChina Eastern Airlines
Automakers
TSLATesla
TMToyota
FFord
GMGeneral Motors
HMCHonda Motor Company

Table 1.

List of sectors/companies.

Source: Yahoo Finance.

Advertisement

4. Findings

Table 2 displays the explained variance per principal component by sector, in specific we consider the first principal component to be representative of the systematic risk, whereas the other two are representative of non-systematic risk, that is, the diversifiable risk. The three principal components embody the majority of the variance, having a range from 86.3% (restaurants), to 95.5% (airlines) during the pre-COVID period, in contrast, during the COVID period, the range goes from 88.1% (clothing) to 97.1% (banks). Figure 1 shows the overall results for the explained variance by the first principal component of all sectors analyzed. Before the pandemic, the three sectors with the highest systematic risk are—measured by the first principal component—banks, energy, and airlines; and the sectors with the lowest systematic risk are restaurants, healthcare, and automakers. Nevertheless, during the COVID-19, the three sectors that augmented the exposure to systematic risk are the restaurants’ sector with an increase of 39.3%, clothing with 22.2%, and insurance with 14.5%. On the other hand, the sectors that presented a reduction of systematic risk during COVID-19 are automakers with 13.2% and tobacco with 10.3%.

SectorPre-COVIDCOVID
First componentSecond componentThird componentTotalFirst componentSecond componentThird componentTotal
Insurance69.115.87.392.279.39.05.493.7
Clothing45.422.919.287.555.225.17.888.1
Software71.511.97.791.179.19.75.193.9
Tobacco77.913.04.695.570.121.73.595.3
Restaurants56.317.013.086.378.19.55.593.1
Healthcare62.817.09.088.866.119.07.592.6
Banks87.75.03.696.390.83.42.997.1
Hotels77.310.36.894.484.66.75.196.4
Airlines85.06.14.595.683.17.35.395.7
Automakers67.821.85.895.458.629.46.294.2

Table 2.

Explained variation per principal component in percentage by sector.

Source: Python.

Figure 1.

Explained variance by first component pre-COVID and during COVID by sectors. Source: Own elaboration.

The interpretation of the results is that according to our proposed metric of systematic risk, the sectors that are affected the most due to crises such pandemics are the restaurants, the clothing, and the insurance sector; in contrast, the sectors that show reliability during the pandemic are the automakers and tobacco. Due to these results, it seems advisable for practitioners to rely more on stocks that are both in the automakers and tobacco sectors, due to lesser exposure to systematic risk.

Advertisement

5. Conclusions

The innovation of this research is twofold—first, we apply PCA to measure systematic risk, and second, we discern systematic risk before and during COVID-19. In particular, the sectors that increase the most in terms of exposure to systematic risk are—the restaurants, clothing, and insurance sectors; in contrast, the sectors that show a decrease in systematic risk during the pandemic are—automakers and tobacco sectors, showing resilience during the pandemic. The results indicate that for portfolio managers it is better to pick stocks that belong to sectors, such as automakers and tobacco sectors in times of health crises such as pandemics, enhancing the benefits of diversification, and creating a shield against the increase of systematic risk due to these kinds of shocks. Consequently, further research could use the methodology proposed in this paper to measure systematic risk to better protect against crises such as COVID-19, thus having practical implications around the world (Video, https://youtu.be/o5SIhEHrRW8).

References

  1. 1. O’Sullivan A, Sheffrin S. Economics: Principles in Action. Upper Sadddle River, New Jersey: Prentice Hall; 2003. ISBN: 013063459X 9780130634597 0130634506 9780130634504
  2. 2. Fama E, Miller M. The Theory of Finance. New York: Holt Rinehart & Winston; 1972. DOI: 10.1080/00137917308902739
  3. 3. Pasini G. Principal component analysis for stock Portfolio management. International Journal of Pure and Applied Mathematics. 2017;115(1):153-167. DOI: 10.12732/ijpam.v115i1.12
  4. 4. Lakonishok J, Shapiro A. Systematic risk, total risk and size as determinants of stock market returns. Journal of Banking & Finance. 1986;10(1):115-132. DOI: 10.1016/0378-4266(86)90023-3
  5. 5. Gencay R, Selcuk F, Whitcher B. Multiscale systematic risk. Journal of International Money and Finance. 2005;24(1):55-70. DOI: 10.1016/j.jimonfin.2004.10.003
  6. 6. Campbell J, Polk C, Vuolteenaho T. Growth or glamour? Fundamentals and systematic risk in stock returns. The Review of Financial Studies. 2010;23(1):305-344. DOI: 10.1093/rfs/hhp029
  7. 7. Xing X, Yan S. Accounting information quality and systematic risk. Review of Quantitative Finance and Accounting. 2019;52:85-103. DOI: 10.1007/s11156-018-0703-z
  8. 8. Liu H, Wand J. Integrating independent component analysis and PCA with neural networks to predict Chinese stock market. Mathematical Problems in Engineering. 2018;2011:1-15. DOI: 10.1155/2011/382659
  9. 9. Hargreaves C, Mani C. The selection of winning stocks using principal component analysis. Journal of Marketing Research. 2015;1(3):183-188
  10. 10. Wang G, Yang H, Miller DJ. A stock market forecasting model combining two-directional two-dimensional principal component analysis and radial function network. Plus One. 2015;10(4):e0122385. DOI: 10.1371/journal.pone.0122385
  11. 11. Zahedi J, Rounaghi M. Application of artificial neural network models in predicting stock prices on Tehran Stock Exchange. Physica A: Statistical Mechanics and its Applications. 2015;438(15):178-187 e0122385. DOI: 10.1016/j.physa.2015.06.033
  12. 12. Noby A, Lee J. State and group dynamics of world stock market by principal component analysis. Physica A: Statistical Mechanics and its Applications. 2016;450(15):85-94. DOI: 10.1016/j.physa.2015.12.144
  13. 13. Gao T, Chai Y, Tang Y. Deep learning with stock indicators and two-dimensional principal component analysis and deep belief networks (DBNs). In: Proceedings of the 7th IEE International Conference on Software Engineering and Service Science. Beijing, China: Institute of Electrical and Electronic Engineers; March 2016. DOI: 10.1109/ICSESS.2016.7883040
  14. 14. Waqar M, Dawood H, Shahnawaz M, Ghazanfar M. Prediction of stock market by principal component analysis. In: Proceedings of the 13th IEE International Conference on Computational Intelligence and Security. Beijing, China; December 2017. DOI: 10.1109/CIS.2017.00139
  15. 15. Zhing X, Enke D. Predicting the daily return direction of the stock market using hybrid machine learning algorithms. Financial Innovations. 2015;5:1-20. DOI: 10.1186/s40854-019-0138-0
  16. 16. Nahil A, Lyhyaoui A. Short-term stock price forecasting using kernel principal component and support vector machines: The case of Casablanca stock exchange. Procedia Computer Science. 2018;127:161-169. DOI: org/10.1016/j.procs.2018.01.111
  17. 17. Berradi Z, Lazaar M. Integration of principal component analysis and recurrent neural network to forecast the stock price of casablanca stock exchange. Procedia Computer Science. 2019;148:55-61. DOI: 10.1016/j.procs.2019.01.008
  18. 18. Cao J, Wang J. Exploration of stock index change prediction model based on the combination of principal component analysis and artificial neural network. Soft Computing. 2019;24:7851-7860. DOI: 10.1007/s00500-019-03918-3
  19. 19. Wen Y, Lin P, Nie X. Research of stock price prediction based on PCA-LSTM model. In: Proceedings of the IOP Conference Series Materials Science and Engineering. Jinan, China; 2019. DOI: 10.1088/1757-899X/790/1/012109
  20. 20. Liang C, Ma F, Li Z, Li Y. Which types of commodity price information are more useful for predicting US stock market volatility? Economic Modelling. 2020;93:642-650. DOI: 10.1016/j.econmod.2020.03.022
  21. 21. Xu Q, Chang V, Hsu C. Event study and principal component analysis based on sentiment analysis—A combined methodology to study the stock market with empirical study. Information System Frontiers. 2020;22:1021-1037. DOI: 10.1007/s10796-020-10024-5
  22. 22. Yaojie Z, Yudong W, Feng M. Forecasting US stock market volatility: How to use international volatility information. Journal of Forecasting. 2021;40(5):733-768. DOI: 10.1002/for.2737
  23. 23. Ross S, Westerfield R, Jaffe J, Jordan B. Corporate Finance: Core Principles & Applications. Penn Plaza, New York: Mc Graw Hill; 2014. ISBN-10: 0077861655
  24. 24. Brooks C. Introductory Econometrics for Finance. United Kingdom: Cambridge University Press; 2019. ISBN: 9781108436823

Written By

Jaime González Maiz Jiménez and Adán Reyes Santiago

Submitted: 06 September 2021 Reviewed: 02 December 2021 Published: 07 January 2022