Var) the Authors Describe How to Implement Var, the Risk Measurement Technique Widely Used in financial Risk Management

Total Page:16

File Type:pdf, Size:1020Kb

Var) the Authors Describe How to Implement Var, the Risk Measurement Technique Widely Used in financial Risk Management V A L U E-A T-R I S K (V A R) Value-at-Risk (VaR) The authors describe how to implement VaR, the risk measurement technique widely used in financial risk management. by Simon Benninga and Zvi Wiener n this article we discuss one of the modern risk- million dollars by year end (i.e., what is the probability measuring techniques Value-at-Risk (VaR). Mathemat- that the end-of-year value is less than $80 million)? I ica is used to demonstrate the basic methods for cal- 3. With 1% probability what is the maximum loss at the culation of VaR for a hypothetical portfolio of a stock and end of the year? This is the VaR at 1%. a foreign bond. We start by loading Mathematica ’s statistical package: VALUE-AT-RISK Needs "Statistics‘Master‘" Value-at-Risk (VaR) measures the worst expected loss un- [ ] Needs["Statistics‘MultiDescriptiveStatistics‘"] der normal market conditions over a specific time inter- val at a given confidence level. As one of our references We first want to know the distribution of the end-of- states: “VaR answers the question: how much can I lose year portfolio value: with x% probability over a pre-set horizon” (J.P. Mor- Plot[PDF[NormalDistribution[110,30],x],{x,0,200}]; gan, RiskMetrics–Technical Document). Another way of expressing this is that VaR is the lowest quantile of the potential losses that can occur within a given portfolio 0.012 during a specified time period. The basic time period T 0.01 and the confidence level (the quantile) q are the two ma- jor parameters that should be chosen in a way appropriate 0.008 to the overall goal of risk measurement. The time horizon 0.006 can differ from a few hours for an active trading desk 0.004 to a year for a pension fund. When the primary goal is 0.002 to satisfy external regulatory requirements, such as bank capital requirements, the quantile is typically very small 50 100 150 200 (for example, 1% of worst outcomes). However for an internal risk management model used by a company to The probability that the end-of-year portfolio value is control the risk exposure the typical number is around less than $80 is about 15.9%. 5% (visit the internet sites in references for more details). A general introduction to VaR can be found in Linsmeier, CDF[NormalDistribution[110.,30],80] [Pearson 1996] and [Jorion 1997]. 0.158655 In the jargon of VaR, suppose that a portfolio manager has a daily VaR equal to $1 million at 1%. This means that With a probability of 1% the end-of-year portfolio value there is only one chance in 100 that a daily loss bigger will be less than 40.2096; this means that the VaR of the than $1 million occurs under normal market conditions. distribution is 100 - 40.2096 = 59.7904. Quantile[NormalDistribution[110.,30],0.01] A REALLY SIMPLE EXAMPLE 40.2096 Suppose portfolio manager manages a portfolio which consists of a single asset. The return of the asset is nor- We can formalize this by defining a VaR function which mally distributed with annual mean return 10% and annual takes as its parameters the mean mu and standard devia- standard deviation 30%. The value of the portfolio today is tion sigma of the distribution as well as the VaR level x. $100 million. We want to answer various simple questions about the end-of-year distribution of portfolio value: ClearAll[VaR]; VaR[mu_,sigma_,x_]:= 1. What is the distribution of the end-of-year portfolio 100-Quantile[NormalDistribution[mu,sigma],x] value? VaR[110,30,0.01] 2. What is the probability of a loss of more than $20 59.7904 Vol. 7 No. 4 1998 Mathematica in Education and Research 1 V A L U E-A T-R I S K (V A R) LOGNORMAL DISTRIBUTIONS The daily VaR of the portfolio at 1% is $256,831. The As explained in our previous articles, the lognormal dis- probability that the firm will lose more than this amount tribution is a more reasonable distribution for many asset on its portfolio over the course of a single day is less than prices (which can not become negative) than the normal 1%. Similarly, the weekly and the monthly VaRs at 1% are distribution. This is not a problem: Suppose that the natu- $1.28 and $5.26 million. ral logarithm of the portfolio value is normally distributed with annual mean m and annual standard deviation s. De- A THREE-ASSET PROBLEM: THE IMPORTANCE OF THE noting the value of the portfolio by v it follows that the VARIANCE-COVARIANCE MATRIX logarithm of the portfolio value at time T , v , is normally t As can be seen from the above examples, VaR is not–in distributed: 2 principle, at least–a very complicated concept. In the im- s plementation of VaR, however, there are two big practical Log[vT ] ~ Normal Log[v] + m - T , s T 2 problems (both problems are discussed in much greater s2 detail in the material available on the J.P. Morgan Web The term 2 T appears due to Ito’s Lemma (see [Hull 1997]). In our case, this means that v = 100, m = 10%, site): s = 30%. Thus the end-of-yearC log Kof the portfolioO valueG is 1. The first problem is the estimation of the parameters of distributed NormalDistribution[ Log[ 100 ] + asset return distributions. In “real world” applications (0.1-0.3ˆ2/2), 0.3] = NormalDistribution[ of VaR, it is necessary to estimate means, variances, 4.666017,0.3]. This means that the probability that and correlations of returns. This is a not-inconsiderable the end-of-year value of the portfolio is less than 80 is problem! In this section we illustrate the importance given by: of the correlations between asset returns. In the fol- CDF[NormalDistribution[Log[100]+ lowing section we give a highly-simplified example of (0.1-0.3ˆ2/2),0.3],Log[80]] the estimation of return distributions from market data. 0.176926 For example you can imagine that a long position in Similarly the VaR function has to be redefined: Deutschmarks and a short position in Dutch guldens is less risky than one leg only, because of a high prob- ClearAll[lognormalVaR]; ability that profits of one position will be mainly offset lognormalVaR mu_,sigma_,x_ [ ]:= by losses of another. 100-Exp[Quantile[NormalDistribution[ Log[100]+(mu-sigmaˆ2/2),sigma],x]]; lognormalVaR[0.10,0.30,0.01] 2. The second problem is the actual calculation of posi- tion sizes. A large financial institution may have thou- 47.4237 sands of loans outstanding. The data base of these Thus a portfolio whose initial value is $100 million and loans may not classify them by their riskiness, nor whose annual returns are lognormally distributed with even by their term to maturity. Or–to give a second parameters mu = 10% and sigma = 30%, has an annual example–a bank may have offsetting positions in for- VaR equal to $47.42 million at 1%. eign currencies at different branches in different loca- Most VaR calculations are not concerned with annual tions. A long position in Deutschmarks in New York value at risk. The main regulatory and management con- may be offset by a short position in Deutschmarks in cern is with loss of portfolio value over a much shorter Geneva; the bank’s risk–which we intend to measure time period (typically several days or perhaps weeks). by VaR–is based on the net position. It is clear that the distribution formula Log[vT ] ~ Normal[ 2 We start with the problem of correlations between asset Log[v ] + (m - s )T , sT ] can be used to calculate the VaR 2 returns. We continue the previous example, but assume over any horizon. Recall that T is measured in annual that there are three risky assets. As before the parameters terms; if there are 250 business days in a year, then the of the distributions of the asset returns are known: all daily VaR corresponds to T = 1/250 (for many fixed in- the means: m , m , m , as well as the variance covariance come instruments one should use 1/360, 1/365, or 1/365.25 1 2 3 matrix of the returns: depending on the market convention): ClearAll lognormalVaR [ ]; ÁÊ s11 s12 s13 ˜ˆ lognormalVaR[mu_,sigma_,x_,T_]:=100-Exp[ Á ˜ S = Á s21 s22 s23 ˜ Quantile[NormalDistribution[Log[100]+(mu- Á s s s ˜ sigmaˆ2/2)*T,sigma*T],x]]; Ë 31 32 33 ¯ lognormalVaR[0.10,0.30,0.01,1/250] lognormalVaR[0.10,0.30,0.01,5/250] The matrix S is of course symmetric; sij is the covariance lognormalVaR[0.10,0.30,0.01,21/250] of the returns of assets i and j (if i = j, s]ii is the variance 0.256831 of asset i’s return). 1.27758 Suppose that the total portfolio value today is $100 5.25717 million, with $30 million invested in asset 1, $25 million 2 Mathematica in Education and Research Vol. 7 No. 4 1998 V A L U E-A T-R I S K (V A R) in asset 2, and $45 million in asset 3. Then the return until the bond’s maturity determines its price in foreign distribution of the portfolio is given by: currency). mean return = x.m = x1m1 + x2m2 + x3m3 Í The time until the bond’s maturity; along with the for- variance of return = x.S.x T , eign market interest rate, this will determine the bond’s where x = {x1, x2, x3} = {0.3, 0.25, 0.45} is the vector of foreign currency price.
Recommended publications
  • Ivan Brick's Vita
    VITA Ivan E. Brick Rutgers University Rutgers Business School at Newark and New Brunswick 1 Washington Park Newark, NJ 07102 Telephone: (973) 353-5155 Email: [email protected] WORK EXPERIENCE: Rutgers University – Rutgers Business School - Dean’s Professor of Business 2016 - Present - Chair, Finance and Economics 1996 - Present Department - Associate Dean for Faculty 1993 - 1996 - Professor 1990 - Present - Acting Director Center for Entrepreneurial Management 1995 - 1997 - Director, David Whitcomb Center for Research in Financial Services 1988 - Present - Member of the Board of Directors, Rutgers Minority Investment Corporation 1991 - 1997 - Associate Professor 1984 - 1990 - Members of Graduate Faculty 1983 - Present of Rutgers - Newark - Assistant Professor 1978 - 1984 Rutgers University - Rutgers College - New Brunswick - Instructor 1976 - 1978 Columbia University - Visiting Associate Professor Summer - 1983 - Visiting Assistant Professor Spring - 1978 - Preceptor Summer - 1976 EDUCATION: Columbia University - Ph.D. - January 1979 Major: Finance Dissertation: The Debt Maturity Structure Decision Columbia University - M. Phil. - May 1976 Major: Finance Yeshiva University - B.A. - June 1973 2 Major: Mathematics Minor: Economics CONSULTING: Clients include E.F. Hutton, American Telephone and Telegraph, Chemical Bank, Paine Webber, Mitchell Hutchins Inc., Bell Communications Research, Seton Company, Financial Accounting Institute, Economic Studies, Inc., New York Institute of Finance, and Robert Wallach. PUBLICATIONS: 1) "Monopoly Price-Advertising Decision-Making under Uncertainty," Journal of Industrial Economics, March 1981 (with Harsharanjeet Jagpal), pp. 279-285. 2) "Labor Market Equilibria under Limited Liability," Journal of Economics and Business, January 1982 (with Ephraim F. Sudit), pp. 51-58. 3) "A Note on Beta and the Probability of Default," Journal of Financial Research, Fall 1981 (with Meir Statman), pp.
    [Show full text]
  • Estimating Value at Risk
    Estimating Value at Risk Eric Marsden <[email protected]> Do you know how risky your bank is? Learning objectives 1 Understand measures of financial risk, including Value at Risk 2 Understand the impact of correlated risks 3 Know how to use copulas to sample from a multivariate probability distribution, including correlation The information presented here is pedagogical in nature and does not constitute investment advice! Methods used here can also be applied to model natural hazards 2 / 41 Warmup. Before reading this material, we suggest you consult the following associated slides: ▷ Modelling correlations using Python ▷ Statistical modelling with Python Available from risk-engineering.org 3 / 41 Risk in finance There are 1011 stars in the galaxy. That used to be a huge number. But it’s only a hundred billion. It’s less than the national deficit! We used to call them astronomical numbers. ‘‘ Now we should call them economical numbers. — Richard Feynman 4 / 41 Terminology in finance Names of some instruments used in finance: ▷ A bond issued by a company or a government is just a loan • bond buyer lends money to bond issuer • issuer will return money plus some interest when the bond matures ▷ A stock gives you (a small fraction of) ownership in a “listed company” • a stock has a price, and can be bought and sold on the stock market ▷ A future is a promise to do a transaction at a later date • refers to some “underlying” product which will be bought or sold at a later time • example: farmer can sell her crop before harvest,
    [Show full text]
  • The History and Ideas Behind Var
    Available online at www.sciencedirect.com ScienceDirect Procedia Economics and Finance 24 ( 2015 ) 18 – 24 International Conference on Applied Economics, ICOAE 2015, 2-4 July 2015, Kazan, Russia The history and ideas behind VaR Peter Adamkoa,*, Erika Spuchľákováb, Katarína Valáškováb aDepartment of Quantitative Methods and Economic Informatics, Faculty of Operations and Economic of Transport and Communications, University of Žilina, Univerzitná 1, 010 26 Žilina, Slovakia b,cDepartment of Economics, Faculty of Operations and Economic of Transport and Communications, University of Žilina, Univerzitná 1, 010 26 Žilina, Slovakia Abstract The value at risk is one of the most essential risk measures used in the financial industry. Even though from time to time criticized, the VaR is a valuable method for many investors. This paper describes how the VaR is computed in practice, and gives a short overview of value at risk history. Finally, paper describes the basic types of methods and compares their similarities and differences. © 20152015 The The Authors. Authors. Published Published by Elsevier by Elsevier B.V. This B.V. is an open access article under the CC BY-NC-ND license (http://creativecommons.org/licenses/by-nc-nd/4.0/). Selection and/or and/or peer peer-review-review under under responsibility responsibility of the Organizing of the Organizing Committee Committee of ICOAE 2015. of ICOAE 2015. Keywords: Value at risk; VaR; risk modeling; volatility; 1. Introduction The risk management defines risk as deviation from the expected result (as negative as well as positive). Typical indicators of risk are therefore statistical concepts called variance or standard deviation. These concepts are the cornerstone of the amount of financial theories, Cisko and Kliestik (2013).
    [Show full text]
  • Value-At-Risk Under Systematic Risks: a Simulation Approach
    International Research Journal of Finance and Economics ISSN 1450-2887 Issue 162 July, 2017 http://www.internationalresearchjournaloffinanceandeconomics.com Value-at-Risk Under Systematic Risks: A Simulation Approach Arthur L. Dryver Graduate School of Business Administration National Institute of Development Administration, Thailand E-mail: [email protected] Quan N. Tran Graduate School of Business Administration National Institute of Development Administration, Thailand Vesarach Aumeboonsuke International College National Institute of Development Administration, Thailand Abstract Daily Value-at-Risk (VaR) is frequently reported by banks and financial institutions as a result of regulatory requirements, competitive pressures, and risk management standards. However, recent events of economic crises, such as the US subprime mortgage crisis, the European Debt Crisis, and the downfall of the China Stock Market, haveprovided strong evidence that bad days come in streaks and also that the reported daily VaR may be misleading in order to prevent losses. This paper compares VaR measures of an S&P 500 index portfolio under systematic risks to ones under normal market conditions using a historical simulation method. Analysis indicates that the reported VaR under normal conditions seriously masks and understates the true losses of the portfolio when systematic risks are present. For highly leveraged positions, this means only one VaR hit during a single day or a single week can wipe the firms out of business. Keywords: Value-at-Risks, Simulation methods, Systematic Risks, Market Risks JEL Classification: D81, G32 1. Introduction Definition Value at risk (VaR) is a common statistical technique that is used to measure the dollar amount of the potential downside in value of a risky asset or a portfolio from adverse market moves given a specific time frame and a specific confident interval (Jorion, 2007).
    [Show full text]
  • How to Analyse Risk in Securitisation Portfolios: a Case Study of European SME-Loan-Backed Deals1
    18.10.2016 Number: 16-44a Memo How to Analyse Risk in Securitisation Portfolios: A Case Study of European SME-loan-backed deals1 Executive summary Returns on securitisation tranches depend on the performance of the pool of assets against which the tranches are secured. The non-linear nature of the dependence can create the appearance of regime changes in securitisation return distributions as tranches move more or less “into the money”. Reliable risk management requires an approach that allows for this non-linearity by modelling tranche returns in a ‘look through’ manner. This involves modelling risk in the underlying loan pool and then tracing through the implications for the value of the securitisation tranches that sit on top. This note describes a rigorous method for calculating risk in securitisation portfolios using such a look through approach. Pool performance is simulated using Monte Carlo techniques. Cash payments are channelled to different tranches based on equations describing the cash flow waterfall. Tranches are re-priced using statistical pricing functions calibrated through a prior Monte Carlo exercise. The approach is implemented within Risk ControllerTM, a multi-asset-class portfolio model. The framework permits the user to analyse risk return trade-offs and generate portfolio-level risk measures (such as Value at Risk (VaR), Expected Shortfall (ES), portfolio volatility and Sharpe ratios), and exposure-level measures (including marginal VaR, marginal ES and position-specific volatilities and Sharpe ratios). We implement the approach for a portfolio of Spanish and Portuguese SME exposures. Before the crisis, SME securitisations comprised the second most important sector of the European market (second only to residential mortgage backed securitisations).
    [Show full text]
  • Value-At-Risk (Var) Application at Hypothetical Portfolios in Jakarta Islamic Index
    VALUE-AT-RISK (VAR) APPLICATION AT HYPOTHETICAL PORTFOLIOS IN JAKARTA ISLAMIC INDEX Dewi Tamara1 BINUS University International, Jakarta Grigory Ryabtsev2 BINUS University International, Jakarta ABSTRACT The paper is an exploratory study to apply the method of historical simulation based on the concept of Value at Risk on hypothetical portfolios on Jakarta Islamic Index (JII). Value at Risk is a tool to measure a portfolio’s exposure to market risk. We construct four portfolios based on the frequencies of the companies in Jakarta Islamic Index on the period of 1 January 2008 to 2 August 2010. The portfolio A has 12 companies, Portfolio B has 9 companies, portfolio C has 6 companies and portfolio D has 4 companies. We put the initial investment equivalent to USD 100 and use the rate of 1 USD=Rp 9500. The result of historical simulation applied in the four portfolios shows significant increasing risk on the year 2008 compared to 2009 and 2010. The bigger number of the member in one portfolio also affects the VaR compared to smaller member. The level of confidence 99% also shows bigger loss compared to 95%. The historical simulation shows the simplest method to estimate the event of increasing risk in Jakarta Islamic Index during the Global Crisis 2008. Keywords: value at risk, market risk, historical simulation, Jakarta Islamic Index. 1 Faculty of Business, School of Accounting & Finance - BINUS Business School, [email protected] 2 Alumni of BINUS Business School Tamara, D. & Ryabtsev, G. / Journal of Applied Finance and Accounting 3(2) 153-180 (153 INTRODUCTION Modern portfolio theory aims to allocate assets by maximising the expected risk premium per unit of risk.
    [Show full text]
  • Portfolio Risk Management with Value at Risk: a Monte-Carlo Simulation on ISE-100
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE International Research Journal of Finance and Economics ISSN 1450-2887 Issue 109 May, 2013 http://www.internationalresearchjournaloffinanceandeconomics.com Portfolio Risk Management with Value at Risk: A Monte-Carlo Simulation on ISE-100 Hafize Meder Cakir Pamukkale University, Faculty of Economics and Administrative Sciences Business Administration / Accounting and Finance Department, Assistant Professor E-mail: [email protected] Tel: +9 0258 296 2679 Umut Uyar Corresponding Author, Pamukkale University Faculty of Economics and Administrative Sciences, Business Administration Accounting and Finance Department, Research Assistant E-mail: [email protected] Tel: +9 0258 296 2830 Abstract Value at Risk (VaR) is a common statistical method that has been used recently to measure market risk. In other word, it is a risk measure which can predict the maximum loss over the portfolio at a certain level of confidence. Value at risk, in general, is used by the banks during the calculation process to determine the minimum capital amount against market risks. Furthermore, it can also be exploited to calculate the maximum loss at investment portfolios designated for stock markets. The purpose of this study is to compare the VaR and Markowitz efficient frontier approach in terms of portfolio risks. Along with this angle, we have calculated the optimal portfolio by Portfolio Optimization method based on average variance calculated from the daily closing prices of the ninety-one stocks traded under the Ulusal-100 index of the Istanbul Stock Exchange in 2011. Then, for each of designated portfolios, Monte-Carlo Simulation Method was run for thousand times to calculate the VaR.
    [Show full text]
  • Dynamic Hedging Strategies
    DYNAMIC HEDGING STRATEGIES Dynamic Hedging Strategies In this article, the authors use the Black-Scholes option pricing model to simulate hedging strategies for portfolios of derivatives and other assets. by Simon Benninga and Zvi Wiener dynamic hedging strategy typically involves two 1. A SIMPLE EXAMPLE positions: To start off, consider the following example, which we A have adapted from Hull (1997): A ®nancial institution has Í A static position in a security or a commitment by a sold a European call option for $300,000. The call is writ- ®rm. For example: ten on 100,000 shares of a non-dividend paying stock with the following parameters: ± A ®nancial institution has written a call on a stock or a portfolio; this call expires some time in the future Current stock price = $49 and is held by a counterparty which has the choice Strike price = X = $50 of either exercising it or not. Stock volatility = 20% Risk-free interest rate r =5%. ± A U.S. ®rm has committed itself to sell 1000 widgets Option time to maturity T = 20 weeks at some de®ned time in the future; the receipts will Stock expected return = 13% be in German marks. The Black-Scholes price of this option is slightly over Í An offsetting position in a ®nancial contract. Typically, $240,000 and can be calculated using the Mathematica this counter-balancing position is adjusted when market program de®ned in our previous article: conditions change; hence the name dynamic hedging strategy: In[1]:= Clear[snormal, d1, d2, bsCall]; snormal[x_]:= [ [ ]] + ; To hedge its written call, the issuing ®rm decides to buy 1/2*Erf x/Sqrt 2.
    [Show full text]
  • Evaluating Covariance Matrix Forecasts in a Value-At-Risk Framework
    Evaluating Covariance Matrix Forecasts in a Value-at-Risk Framework Jose A. Lopez Christian A. Walter Economic Research Department Group Risk Management Federal Reserve Bank of San Francisco Credit Suisse Group 101 Market Street Nueschelerstrasse 1 San Francisco, CA 94705 8070 Zurich, Switzerland Phone: (415) 977-3894 Phone: +41 1 333 7476 Fax: (415) 974-2168 Fax: +41 1 333 7516 [email protected] [email protected] Draft date: April 17, 2000 ABSTRACT: Covariance matrix forecasts of financial asset returns are an important component of current practice in financial risk management. A wide variety of models, ranging from matrices of simple summary measures to covariance matrices implied from option prices, are available for generating such forecasts. In this paper, we evaluate the relative accuracy of different covariance matrix forecasts using standard statistical loss functions and a value-at-risk (VaR) framework. This framework consists of hypothesis tests examining various properties of VaR models based on these forecasts as well as an evaluation using a regulatory loss function. Using a foreign exchange portfolio, we find that implied covariance matrix forecasts appear to perform best under standard statistical loss functions. However, within the economic context of a VaR framework, the performance of VaR models depends more on their distributional assumptions than on their covariance matrix specification. Of the forecasts examined, simple specifications, such as exponentially-weighted moving averages of past observations, perform best with regard to the magnitude of VaR exceptions and regulatory capital requirements. These results provide empirical support for the commonly-used VaR models based on simple covariance matrix forecasts and distributional assumptions.
    [Show full text]
  • International Risk Management Conference 2016 “Risk
    International Risk Management Conference 2016 Ninth Annual Meeting of The Risk, Banking and Finance Society Jerusalem, Israel: June 13-15, 2016 www.irmc.eu CALL FOR PAPERS “Risk Management and Regulation in Banks and Other Financial Institutions – How to Achieve Economic Stability?” KEYDATES: Call for Papers Deadline: March 15, 2016 (Full papers – Final Draft); Paper acceptance: April 8, 2016 The Hebrew University of Jerusalem (http://new.huji.ac.il/en) anD the IRMC permanent orGanizers (University of Florence, NYU Stern Salomon Center) in collaboration with Bank of Israel anD PRMIA, invite you to join the ninth edition of the International Risk Management Conference in Jerusalem, Israel, June 13-15, 2016. The conference will bring together leaDing experts from various acaDemic Disciplines anD professionals for a three-day conference incluDing three keynote plenary sessions, three parallel featured sessions and a professional workshop. The conference welcomes all relevant methodological and empirical contributions. Keynote and Featured Speakers: Robert Israel Aumann (Hebrew University of Jerusalem). Member of the United States National Academy of Sciences anD Professor at the Center for the StuDy of Rationality in the Hebrew University of Jerusalem in Israel. Aumann received the Nobel Prize in Economics in 2005 for his work on conflict anD cooperation through Game-theory analysis. Edward I. Altman (NYU Stern), Carol Alexander (University of Sussex & EDitor in Chief JBF), Linda Allen (City University of New York), the Scientific Committee Chairman Menachem Brenner (NYU Stern), Michel Crouhy (Natixis), Karnit Flug (Bank of Israel Governor - TBC), Ben Golub (CRO Blackrock), Fernando Zapatero (USC Marshall School of Business) anD the Professional Risk Manager International Association.
    [Show full text]
  • Procyclicality and Value at Risk
    Procyclicality and Value at Risk Peter Youngman In the years leading up to the financial crisis, banks of the internal-models approach of Basel II, whereby around the world, including those in Canada, became banks are permitted to compute regulatory capital based more heavily involved in financial markets. Securities and on their own models, subject to certain qualitative and derivatives that banks actively buy and sell in financial quantitative standards.1 markets make up the “trading book.” Prudential regula- Simply stated, a VaR model is a model of the distribution of tions governing the trading book differ in many important future profits and losses of a bank’s trading portfolio.V aR respects from those governing the “banking book,” which models combine information on a bank’s trading positions is the more traditional stock of loans and mortgages across various products with statistical estimations of the originated and held by banks. In the initial phase of the probability distribution of the underlying market factors and current financial crisis, banks suffered severe losses from their relation to each other. The final output of aV aR model instruments held in the trading book: in many cases, sev- is a VaR estimate, which is defined as the maximum amount eral times what standard models would have predicted of money that a bank would expect to lose over a defined (Standard & Poor’s 2008). Given the significance of the period and with a defined confidence level. For example, trading book to international banks and its prominent role if a bank has a 99 per cent, 1-day VaR of $100 million, this in the recent crisis, it is important that regulatory reforms means that 99 times out of 100, the bank’s trading portfolio aimed at reducing the procyclicality in the financial should not lose more than $100 million the next day.
    [Show full text]
  • Introduction to Var (Value-At-Risk)
    Introduction to VaR (Value-at-Risk) Zvi Wiener* Risk Management and Regulation in Banking Jerusalem, 18 May 1997 * Business School, The Hebrew University of Jerusalem, Jerusalem, 91905, ISRAEL [email protected] 972-2-588-3049 The author wish to thank David Ruthenberg and Benzi Schreiber, the organizers of the conference. The author gratefully acknowledge financial support from the Krueger and Eshkol Centers, the Israel Foundations Trustees, the Israel Science Foundation, and the Alon Fellowship. Introduction to VaR (Value-at-Risk) Abstract The concept of Value-at-Risk is described. We discuss how this risk characteristic can be used for supervision and for internal control. Several parametric and non-parametric methods to measure Value-at-Risk are discussed. The non-parametric approach is represented by historical simulations and Monte-Carlo methods. Variance covariance and some analytical models are used to demonstrate the parametric approach. Finally, we briefly discuss the backtesting procedure. 2 Introduction to VaR (Value-at-Risk) I. An overview of risk measurement techniques Modern financial theory is based on several important principles, two of which are no-arbitrage and risk aversion. The single major source of profit is risk. The expected return depends heavily on the level of risk of an investment. Although the idea of risk seems to be intuitively clear, it is difficult to formalize it. Several attempts to do so have been undertaken with various degree of success. There is an efficient way to quantify risk in almost every single market. However, each method is deeply associated with its specific market and can not be applied directly to other markets.
    [Show full text]