Fin285a:Computer Simulations and Risk Assessment Section 9 Backtesting and Stress Testing Daníelson, , 8.5, 8.6

Size: px
Start display at page:

Download "Fin285a:Computer Simulations and Risk Assessment Section 9 Backtesting and Stress Testing Daníelson, , 8.5, 8.6"

Transcription

1 Fin285a:Computer Simulations and Risk Assessment Section 9 Backtesting and Stress Testing Daníelson, , 8.5, 8.6

2 Overview What is backtesting? Regulatory issues Backtesting details Backtest examples Stress testing Fall 2017: Fin285: 9 2 / 25

3 What is backtesting? Regulatory issues Backtesting details Backtest examples Stress testing What is backtesting? Fall 2017: Fin285: 9 3 / 25

4 Backtest basics Test VaR and ES estimates Use past data Forecast into the future (windows) Important for regulation (Basel II and III) Out of sample forecasting Clean future forecasts VaR estimates at time t use only data before time t Fall 2017: Fin285: 9 4 / 25

5 What is backtesting? Regulatory issues Backtesting details Backtest examples Stress testing Regulatory issues Fall 2017: Fin285: 9 5 / 25

6 Market risk capital (reserves) Capital (liquid) held in reserves by banks and other financials Required by regulation Important during crisis Previously: Set by fraction of portfolio in different asset classes Sovereign debt Corporate debt Home mortgages Equity Now (> 2005): Also, involves some aspect of internal risk (VaR) measures (Internal models) Needs to be carefully monitored (backtesting) Fall 2017: Fin285: 9 6 / 25

7 Example Capital t = C t = A t max(var t (1%), VaR t (1%))+Constant (9.1) VaR t (1%) = Average over previous 60 days (9.2) A t = 3 if v t (v t 4) if 5 v t 9 (9.3) 4 if 10 v t v t = VaR(1%) violations over past 250 trading days Think about the dynamics of this: Volatility goes up v t rises Need to shift portfolio to cash Fall 2017: Fin285: 9 7 / 25

8 What is backtesting? Regulatory issues Backtesting details Backtest examples Stress testing Backtesting details Fall 2017: Fin285: 9 8 / 25

9 Estimation windows (length = 500) Full Sample [1,500], VaR 501 [2,501], VaR 502 [3,502], VaR 503 Fall 2017: Fin285: 9 9 / 25

10 Estimation and Testing Estimation Start End Test Fall 2017: Fin285: 9 10 / 25

11 Recursive windows Windows can extend all the way back to the start of the data: Estimation Start End Test Fall 2017: Fin285: 9 11 / 25

12 VaR violations (exceptions) η t = { 1 if y t VaR t 0 if y t > VaR t (9.4) v 1 = η t (9.5) VR = v 1 pw T = v1 Observed violations Expected violations = p W T (9.6) W T testing length If working, VR 1 Fall 2017: Fin285: 9 12 / 25

13 What is backtesting? Regulatory issues Backtesting details Backtest examples Stress testing Backtest examples Fall 2017: Fin285: 9 13 / 25

14 Null hypothesis VaR(p) v t is binomial (like coin) Two features to test: VaR probability: Pr(η t = 0) = 1 p Pr(η t = 1) = p Variability of p estimates in windows (see our old examples) Independence: η t independent over time η t are unpredictable Fall 2017: Fin285: 9 14 / 25

15 Backtest code Python: backtest.py Rolling historical VaR Estimate VaR using past 500 days Report violations and violation ratio Simpler than code in textbook Statistical test: like coin, and election polls Fall 2017: Fin285: 9 15 / 25

16 Independence VaR violations (exceptions) should be independent Find conditional probability that violation (η t ) follows violation(η t 1 ) For independence this is equal to the VaR probability level Can also look at correlations of violations η t should be unpredictable using any past data Fall 2017: Fin285: 9 16 / 25

17 Testing independence Pr(η t = 1 η t 1 = 1) = Pr((η t = 1)and(η t 1 = 1)) Pr(η t = 1) (9.7) Python: backtest.m Find conditional probability (above) For independence this is equal to the VaR probability level A violation today contains no information on tomorrow Fall 2017: Fin285: 9 17 / 25

18 Testing expected shortfall This can be done A little trickier than VaR Requires more data See textbook Fall 2017: Fin285: 9 18 / 25

19 Testing expected shortfall First, assume rolling expected tail return: ES t (p) = R t (9.8) Now, key ratio: E(R t R t VaR(p)) ES t (p) = 1 (9.9) For correct ES estimate this ratio should be 1 Python: backtestes.py Difficult to do analytic statistical tests Bootstrap confidence bands Generally requires more data than testing VaR Fall 2017: Fin285: 9 19 / 25

20 Problems with backtesting Window/time selection Enough extreme events? Regime changes True out of sample (data snooping) Need clean tests This rarely happens Multiple model problems Critical for policy and reserves Fall 2017: Fin285: 9 20 / 25

21 What is backtesting? Regulatory issues Backtesting details Backtest examples Stress testing Stress testing Fall 2017: Fin285: 9 21 / 25

22 Scenario analysis Test important scenarios Find portfolio sensitivity to key risk factors V t = K β j f t,j (9.10) j=1 Extreme moves in key risk factors Types of tests Replay actual events (crashes of 1987/2008) Generate new extreme events (Greece leaves Euro, Brexit) Monte-carlo with extra weight on extremes Structural breaks in the times series (changing correlations) Scenarios often dictated by regulation Fall 2017: Fin285: 9 22 / 25

23 Smooth incorporation into risk models (f,f stress ) simulations for normal and stressed situations. { f with probability (1 ǫ) f new = f stress with probability ǫ (9.11) Fall 2017: Fin285: 9 23 / 25

24 Stress test problems Finding scenarios Probabilities for worst case scenario?? Preparing for a 10,000 year flood What if institutions plan around given scenarios, but not ready for other events? This is like our manipulating VaR examples. Endogenous feedback: What happens when everyone is hit with this shock Fire sales across markets Fall 2017: Fin285: 9 24 / 25

25 Overview What is backtesting? Regulatory issues Backtesting details Backtest examples Stress testing Fall 2017: Fin285: 9 25 / 25

Fin285a:Computer Simulations and Risk Assessment Section Options and Partial Risk Hedges Reading: Hilpisch,

Fin285a:Computer Simulations and Risk Assessment Section Options and Partial Risk Hedges Reading: Hilpisch, Fin285a:Computer Simulations and Risk Assessment Section 9.1-9.2 Options and Partial Risk Hedges Reading: Hilpisch, 290-294 Option valuation: Analytic Black/Scholes function Option valuation: Monte-carlo

More information

Measurement of Market Risk

Measurement of Market Risk Measurement of Market Risk Market Risk Directional risk Relative value risk Price risk Liquidity risk Type of measurements scenario analysis statistical analysis Scenario Analysis A scenario analysis measures

More information

HANDBOOK OF. Market Risk CHRISTIAN SZYLAR WILEY

HANDBOOK OF. Market Risk CHRISTIAN SZYLAR WILEY HANDBOOK OF Market Risk CHRISTIAN SZYLAR WILEY Contents FOREWORD ACKNOWLEDGMENTS ABOUT THE AUTHOR INTRODUCTION XV XVII XIX XXI 1 INTRODUCTION TO FINANCIAL MARKETS t 1.1 The Money Market 4 1.2 The Capital

More information

Calculating VaR. There are several approaches for calculating the Value at Risk figure. The most popular are the

Calculating VaR. There are several approaches for calculating the Value at Risk figure. The most popular are the VaR Pro and Contra Pro: Easy to calculate and to understand. It is a common language of communication within the organizations as well as outside (e.g. regulators, auditors, shareholders). It is not really

More information

Modeling credit risk in an in-house Monte Carlo simulation

Modeling credit risk in an in-house Monte Carlo simulation Modeling credit risk in an in-house Monte Carlo simulation Wolfgang Gehlen Head of Risk Methodology BIS Risk Control Beatenberg, 4 September 2003 Presentation overview I. Why model credit losses in a simulation?

More information

Market Risk Capital Disclosures Report. For the Quarterly Period Ended June 30, 2014

Market Risk Capital Disclosures Report. For the Quarterly Period Ended June 30, 2014 MARKET RISK CAPITAL DISCLOSURES REPORT For the quarterly period ended June 30, 2014 Table of Contents Page Part I Overview 1 Morgan Stanley... 1 Part II Market Risk Capital Disclosures 1 Risk-based Capital

More information

Fundamental Review Trading Books

Fundamental Review Trading Books Fundamental Review Trading Books New perspectives 21 st November 2011 By Harmenjan Sijtsma Agenda A historical perspective on market risk regulation Fundamental review of trading books History capital

More information

Market Risk Analysis Volume IV. Value-at-Risk Models

Market Risk Analysis Volume IV. Value-at-Risk Models Market Risk Analysis Volume IV Value-at-Risk Models Carol Alexander John Wiley & Sons, Ltd List of Figures List of Tables List of Examples Foreword Preface to Volume IV xiii xvi xxi xxv xxix IV.l Value

More information

Market Risk Disclosures For the Quarter Ended March 31, 2013

Market Risk Disclosures For the Quarter Ended March 31, 2013 Market Risk Disclosures For the Quarter Ended March 31, 2013 Contents Overview... 3 Trading Risk Management... 4 VaR... 4 Backtesting... 6 Total Trading Revenue... 6 Stressed VaR... 7 Incremental Risk

More information

Market Risk: FROM VALUE AT RISK TO STRESS TESTING. Agenda. Agenda (Cont.) Traditional Measures of Market Risk

Market Risk: FROM VALUE AT RISK TO STRESS TESTING. Agenda. Agenda (Cont.) Traditional Measures of Market Risk Market Risk: FROM VALUE AT RISK TO STRESS TESTING Agenda The Notional Amount Approach Price Sensitivity Measure for Derivatives Weakness of the Greek Measure Define Value at Risk 1 Day to VaR to 10 Day

More information

Part I: Interpreting matlab code: In the following problems you will be asked to interpret some example matlab programs.

Part I: Interpreting matlab code: In the following problems you will be asked to interpret some example matlab programs. FIN285a: Computer Simulations and Risk Management Midterm Exam: Wednesday, October 30th. Fall 2013 Professor B. LeBaron Directions: Answer all questions. You have 1 hour and 30 minutes. Point weightings

More information

Deutsche Bank Annual Report 2017 https://www.db.com/ir/en/annual-reports.htm

Deutsche Bank Annual Report 2017 https://www.db.com/ir/en/annual-reports.htm Deutsche Bank Annual Report 2017 https://www.db.com/ir/en/annual-reports.htm in billions 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 Assets: 1,925 2,202 1,501 1,906 2,164 2,012 1,611 1,709 1,629

More information

Regulatory Capital Disclosures Report. For the Quarterly Period Ended March 31, 2014

Regulatory Capital Disclosures Report. For the Quarterly Period Ended March 31, 2014 REGULATORY CAPITAL DISCLOSURES REPORT For the quarterly period ended March 31, 2014 Table of Contents Page Part I Overview 1 Morgan Stanley... 1 Part II Market Risk Capital Disclosures 1 Risk-based Capital

More information

Risk e-learning. Modules Overview.

Risk e-learning. Modules Overview. Risk e-learning Modules Overview Risk Sensitivities Market Risk Foundation (Banks) Understand delta risk sensitivity as an introduction to a broader set of risk sensitivities Explore the principles of

More information

Risk Modeling: Lecture outline and projects. (updated Mar5-2012)

Risk Modeling: Lecture outline and projects. (updated Mar5-2012) Risk Modeling: Lecture outline and projects (updated Mar5-2012) Lecture 1 outline Intro to risk measures economic and regulatory capital what risk measurement is done and how is it used concept and role

More information

Chapter 10 Market Risk

Chapter 10 Market Risk Chapter 10 Market Risk True/False 10-1 Market risk is the uncertainty of an FI s earnings resulting from changes in market conditions such as interest rates and asset prices. 10-2 As securitization of

More information

CAPITAL MANAGEMENT - FOURTH QUARTER 2009

CAPITAL MANAGEMENT - FOURTH QUARTER 2009 CAPITAL MANAGEMENT - FOURTH QUARTER 2009 CAPITAL MANAGEMENT The purpose of the Bank s capital management practice is to ensure that the Bank has sufficient capital at all times to cover the risks associated

More information

INDIAN INSTITUTE OF QUANTITATIVE FINANCE

INDIAN INSTITUTE OF QUANTITATIVE FINANCE 2018 FRM EXAM TRAINING SYLLABUS PART I Introduction to Financial Mathematics 1. Introduction to Financial Calculus a. Variables Discrete and Continuous b. Univariate and Multivariate Functions Dependent

More information

UNDERSTANDING THE MARKET UNCERTAINTIES. Andrea Loddo Associate Director, Financial Risk Advisory

UNDERSTANDING THE MARKET UNCERTAINTIES. Andrea Loddo Associate Director, Financial Risk Advisory UNDERSTANDING THE MARKET UNCERTAINTIES Andrea Loddo Associate Director, Financial Risk Advisory Executive Summary Markets are unpredictable: the implications on risk management Rethinking risk management:

More information

Field Guide to Internal Models under the Basel Committee s Fundamental review of the trading book framework

Field Guide to Internal Models under the Basel Committee s Fundamental review of the trading book framework Field Guide to Internal Models under the Basel Committee s Fundamental review of the trading book framework Barry Pearce, Director, Skew Vega Limited A R T I C L E I N F O A B S T R A C T Article history:

More information

University of Colorado at Boulder Leeds School of Business Dr. Roberto Caccia

University of Colorado at Boulder Leeds School of Business Dr. Roberto Caccia Applied Derivatives Risk Management Value at Risk Risk Management, ok but what s risk? risk is the pain of being wrong Market Risk: Risk of loss due to a change in market price Counterparty Risk: Risk

More information

Market Risk Management Framework. July 28, 2012

Market Risk Management Framework. July 28, 2012 Market Risk Management Framework July 28, 2012 Views or opinions in this presentation are solely those of the presenter and do not necessarily represent those of ICICI Bank Limited 2 Introduction Agenda

More information

Real Exchange Rates and Primary Commodity Prices

Real Exchange Rates and Primary Commodity Prices Real Exchange Rates and Primary Commodity Prices João Ayres Inter-American Development Bank Constantino Hevia Universidad Torcuato Di Tella Juan Pablo Nicolini FRB Minneapolis and Universidad Torcuato

More information

Market Risk Disclosures For the Quarterly Period Ended September 30, 2014

Market Risk Disclosures For the Quarterly Period Ended September 30, 2014 Market Risk Disclosures For the Quarterly Period Ended September 30, 2014 Contents Overview... 3 Trading Risk Management... 4 VaR... 4 Backtesting... 6 Stressed VaR... 7 Incremental Risk Charge... 7 Comprehensive

More information

Market Risk and the FRTB (R)-Evolution Review and Open Issues. Verona, 21 gennaio 2015 Michele Bonollo

Market Risk and the FRTB (R)-Evolution Review and Open Issues. Verona, 21 gennaio 2015 Michele Bonollo Market Risk and the FRTB (R)-Evolution Review and Open Issues Verona, 21 gennaio 2015 Michele Bonollo michele.bonollo@imtlucca.it Contents A Market Risk General Review From Basel 2 to Basel 2.5. Drawbacks

More information

Financial Risk Management and Governance Other VaR methods. Prof. Hugues Pirotte

Financial Risk Management and Governance Other VaR methods. Prof. Hugues Pirotte Financial Risk Management and Governance Other VaR methods Prof. ugues Pirotte Idea of historical simulations Why rely on statistics and hypothetical distribution?» Use the effective past distribution

More information

RISKMETRICS. Dr Philip Symes

RISKMETRICS. Dr Philip Symes 1 RISKMETRICS Dr Philip Symes 1. Introduction 2 RiskMetrics is JP Morgan's risk management methodology. It was released in 1994 This was to standardise risk analysis in the industry. Scenarios are generated

More information

GARCH vs. Traditional Methods of Estimating Value-at-Risk (VaR) of the Philippine Bond Market

GARCH vs. Traditional Methods of Estimating Value-at-Risk (VaR) of the Philippine Bond Market GARCH vs. Traditional Methods of Estimating Value-at-Risk (VaR) of the Philippine Bond Market INTRODUCTION Value-at-Risk (VaR) Value-at-Risk (VaR) summarizes the worst loss over a target horizon that

More information

Section B: Risk Measures. Value-at-Risk, Jorion

Section B: Risk Measures. Value-at-Risk, Jorion Section B: Risk Measures Value-at-Risk, Jorion One thing to always keep in mind when reading this text is that it is focused on the banking industry. It mainly focuses on market and credit risk. It also

More information

The Impact of Initial Margin

The Impact of Initial Margin The Impact of Initial Margin Jon Gregory Copyright Jon Gregory 2016 The Impact of Initial Margin, WBS Fixed Income Conference, Berlin, 13 th October 2016 page 1 Working Paper The Impact of Initial Margin,

More information

The Fundamental Review of the Trading Book: from VaR to ES

The Fundamental Review of the Trading Book: from VaR to ES The Fundamental Review of the Trading Book: from VaR to ES Chiara Benazzoli Simon Rabanser Francesco Cordoni Marcus Cordi Gennaro Cibelli University of Verona Ph. D. Modelling Week Finance Group (UniVr)

More information

TRΛNSPΛRΣNCY ΛNΛLYTICS

TRΛNSPΛRΣNCY ΛNΛLYTICS TRΛNSPΛRΣNCY ΛNΛLYTICS RISK-AI, LLC PRESENTATION INTRODUCTION I. Transparency Analytics is a state-of-the-art risk management analysis and research platform for Investment Advisors, Funds of Funds, Family

More information

CAPITAL MANAGEMENT - THIRD QUARTER 2010

CAPITAL MANAGEMENT - THIRD QUARTER 2010 CAPITAL MANAGEMENT - THIRD QUARTER 2010 CAPITAL MANAGEMENT The purpose of the Bank s capital management practice is to ensure that the Bank has sufficient capital at all times to cover the risks associated

More information

Value at Risk Risk Management in Practice. Nikolett Gyori (Morgan Stanley, Internal Audit) September 26, 2017

Value at Risk Risk Management in Practice. Nikolett Gyori (Morgan Stanley, Internal Audit) September 26, 2017 Value at Risk Risk Management in Practice Nikolett Gyori (Morgan Stanley, Internal Audit) September 26, 2017 Overview Value at Risk: the Wake of the Beast Stop-loss Limits Value at Risk: What is VaR? Value

More information

Reverse Sensitivity Testing: What does it take to break the model? Silvana Pesenti

Reverse Sensitivity Testing: What does it take to break the model? Silvana Pesenti Reverse Sensitivity Testing: What does it take to break the model? Silvana Pesenti Silvana.Pesenti@cass.city.ac.uk joint work with Pietro Millossovich and Andreas Tsanakas Insurance Data Science Conference,

More information

Razor Risk Market Risk Overview

Razor Risk Market Risk Overview Razor Risk Market Risk Overview Version 1.0 (Final) Prepared by: Razor Risk Updated: 20 April 2012 Razor Risk 7 th Floor, Becket House 36 Old Jewry London EC2R 8DD Telephone: +44 20 3194 2564 e-mail: peter.walsh@razor-risk.com

More information

Northern Trust Corporation

Northern Trust Corporation Northern Trust Corporation Market Risk Disclosures June 30, 2015 Market Risk Disclosures Effective January 1, 2013, Northern Trust Corporation (Northern Trust) adopted revised risk based capital guidelines

More information

Stifel Financial Corp. Market Risk Rule Disclosures For the Quarterly Period ended September 30, 2017

Stifel Financial Corp. Market Risk Rule Disclosures For the Quarterly Period ended September 30, 2017 Stifel Financial Corp. Market Risk Rule Disclosures For the Quarterly Period ended September 30, 2017 1 Market Risk Disclosure Overview Stifel Financial Corp. ( SF ) is required to provide this market

More information

Fin285a:Computer Simulations and Risk Assessment Section 3.2 Stylized facts of financial data Danielson,

Fin285a:Computer Simulations and Risk Assessment Section 3.2 Stylized facts of financial data Danielson, Fin285a:Computer Simulations and Risk Assessment Section 3.2 Stylized facts of financial data Danielson, 1.3-1.7 Blake LeBaron Fall 2016 1 Overview Autocorrelations and predictability Fat tails Volatility

More information

Strategic Asset Allocation

Strategic Asset Allocation Strategic Asset Allocation Caribbean Center for Monetary Studies 11th Annual Senior Level Policy Seminar May 25, 2007 Port of Spain, Trinidad and Tobago Sudhir Rajkumar ead, Pension Investment Partnerships

More information

Diversification Benefit Calculations for Retail Portfolios

Diversification Benefit Calculations for Retail Portfolios Diversification Benefit Calculations for Retail Portfolios Joseph L. Breeden President & COO breeden@strategicanalytics.com Strategic Analytics Today $1+ trillion in assets being analyzed in > 25 countries

More information

Standard Initial Margin Model (SIMM) How to validate a global regulatory risk model

Standard Initial Margin Model (SIMM) How to validate a global regulatory risk model Connecting Markets East & West Standard Initial Margin Model (SIMM) How to validate a global regulatory risk model RiskMinds Eduardo Epperlein* Risk Methodology Group * In collaboration with Martin Baxter

More information

Seeking diversification through efficient portfolio construction (using cash-based and derivative instruments)

Seeking diversification through efficient portfolio construction (using cash-based and derivative instruments) The Actuarial Society of Hong Kong Seeking diversification through efficient portfolio construction (using cash-based and derivative instruments) Malcolm Jones FFA 31 st March 2014 My disclaimers A foreword

More information

From Financial Risk Management. Full book available for purchase here.

From Financial Risk Management. Full book available for purchase here. From Financial Risk Management. Full book available for purchase here. Contents Preface Acknowledgments xi xvii CHAPTER 1 Introduction 1 Banks and Risk Management 1 Evolution of Bank Capital Regulation

More information

P2.T5. Market Risk Measurement & Management. Jorion, Value-at Risk: The New Benchmark for Managing Financial Risk, 3 rd Edition

P2.T5. Market Risk Measurement & Management. Jorion, Value-at Risk: The New Benchmark for Managing Financial Risk, 3 rd Edition P2.T5. Market Risk Measurement & Management Jorion, Value-at Risk: The New Benchmark for Managing Financial Risk, 3 rd Edition Bionic Turtle FRM Study Notes By David Harper, CFA FRM CIPM and Deepa Raju

More information

Comparison of Estimation For Conditional Value at Risk

Comparison of Estimation For Conditional Value at Risk -1- University of Piraeus Department of Banking and Financial Management Postgraduate Program in Banking and Financial Management Comparison of Estimation For Conditional Value at Risk Georgantza Georgia

More information

Financial Risk Forecasting Chapter 4 Risk Measures

Financial Risk Forecasting Chapter 4 Risk Measures Financial Risk Forecasting Chapter 4 Risk Measures Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com Published by Wiley 2011 Version

More information

Advanced Concepts in Capturing Market Risk: A Supervisory Perspective

Advanced Concepts in Capturing Market Risk: A Supervisory Perspective Advanced Concepts in Capturing Market Risk: A Supervisory Perspective Rodanthy Tzani Federal Reserve Bank of NY The views expressed in this presentation are strictly those of the presenter and do not necessarily

More information

IRC / stressed VaR : feedback from on-site examination

IRC / stressed VaR : feedback from on-site examination IRC / stressed VaR : feedback from on-site examination EIFR seminar, 7 February 2012 Mary-Cécile Duchon, Isabelle Thomazeau CCRM/DCP/SGACP-IG 1 Contents 1. IRC 2. Stressed VaR 2 IRC definition Incremental

More information

SUPERVISORY STRESS TESTING (SST) MOHAMED AFZAL NORAT

SUPERVISORY STRESS TESTING (SST) MOHAMED AFZAL NORAT SUPERVISORY STRESS TESTING (SST) MOHAMED AFZAL NORAT Financial Supervision and Regulation Division Monetary and Capital Markets Department October 17, 2012 1 Stress Testing Stress Tests Variations Top

More information

Capital Management 4Q Saxo Bank A/S Saxo Bank Group

Capital Management 4Q Saxo Bank A/S Saxo Bank Group Capital Management 4Q 2013 Contents 1. INTRODUCTION... 3 NEW REGULATION IN 2014... 3 INTERNAL CAPITAL ADEQUACY ASSESSMENT PROCESS (ICAAP)... 4 BUSINESS ACTIVITIES... 4 2. CAPITAL REQUIREMENTS, PILLAR I...

More information

CREDITRISK + By: A V Vedpuriswar. October 2, 2016

CREDITRISK + By: A V Vedpuriswar. October 2, 2016 CREDITRISK + By: A V Vedpuriswar October 2, 2016 Introduction (1) CREDITRISK ++ is a statistical credit risk model launched by Credit Suisse First Boston (CSFB) in 1997. CREDITRISK + can be applied to

More information

DANMARKS NATIONALBANK Far out in the tails

DANMARKS NATIONALBANK Far out in the tails DANMARKS NATIONALBANK Far out in the tails Danish Economic Society, Koldingfjord Conference, January 2014. by Kim Abildgren Views and conclusions expressed in the presentation are those of the author and

More information

Risk management. VaR and Expected Shortfall. Christian Groll. VaR and Expected Shortfall Risk management Christian Groll 1 / 56

Risk management. VaR and Expected Shortfall. Christian Groll. VaR and Expected Shortfall Risk management Christian Groll 1 / 56 Risk management VaR and Expected Shortfall Christian Groll VaR and Expected Shortfall Risk management Christian Groll 1 / 56 Introduction Introduction VaR and Expected Shortfall Risk management Christian

More information

P2.T5. Market Risk Measurement & Management. Jorion, Value-at Risk: The New Benchmark for Managing Financial Risk, 3 rd Edition

P2.T5. Market Risk Measurement & Management. Jorion, Value-at Risk: The New Benchmark for Managing Financial Risk, 3 rd Edition P2.T5. Market Risk Measurement & Management Jorion, Value-at Risk: The New Benchmark for Managing Financial Risk, 3 rd Edition Bionic Turtle FRM Study Notes By David Harper, CFA FRM CIPM www.bionicturtle.com

More information

Recent developments in. Portfolio Modelling

Recent developments in. Portfolio Modelling Recent developments in Portfolio Modelling Presentation RiskLab Madrid Agenda What is Portfolio Risk Tracker? Original Features Transparency Data Technical Specification 2 What is Portfolio Risk Tracker?

More information

ICAAP Q Saxo Bank A/S Saxo Bank Group

ICAAP Q Saxo Bank A/S Saxo Bank Group ICAAP Q4 2014 Saxo Bank A/S Saxo Bank Group Contents 1. INTRODUCTION... 3 1.1 THE THREE PILLARS FROM THE BASEL COMMITTEE... 3 1.2 EVENTS AFTER THE REPORTING PERIOD... 3 1.3 BOARD OF MANAGEMENT APPROVAL

More information

A1. Relating Level and Slope to Expected Inflation and Output Dynamics

A1. Relating Level and Slope to Expected Inflation and Output Dynamics Appendix 1 A1. Relating Level and Slope to Expected Inflation and Output Dynamics This section provides a simple illustrative example to show how the level and slope factors incorporate expectations regarding

More information

The Basel II Risk Parameters

The Basel II Risk Parameters Bernd Engelmann Robert Rauhmeier (Editors) The Basel II Risk Parameters Estimation, Validation, and Stress Testing With 7 Figures and 58 Tables 4y Springer I. Statistical Methods to Develop Rating Models

More information

Guidelines Guidelines on stress tests scenarios under Article 28 of the MMF Regulation

Guidelines Guidelines on stress tests scenarios under Article 28 of the MMF Regulation Guidelines Guidelines on stress tests scenarios under Article 28 of the MMF Regulation 21/03/2018 ESMA34-49-115 Table of Contents 1 Scope... 3 2 Purpose... 4 3 Compliance and reporting obligations... 5

More information

Risk Management and Time Series

Risk Management and Time Series IEOR E4602: Quantitative Risk Management Spring 2016 c 2016 by Martin Haugh Risk Management and Time Series Time series models are often employed in risk management applications. They can be used to estimate

More information

Overview. We will discuss the nature of market risk and appropriate measures

Overview. We will discuss the nature of market risk and appropriate measures Market Risk Overview We will discuss the nature of market risk and appropriate measures RiskMetrics Historic (back stimulation) approach Monte Carlo simulation approach Link between market risk and required

More information

Statistical Models and Methods for Financial Markets

Statistical Models and Methods for Financial Markets Tze Leung Lai/ Haipeng Xing Statistical Models and Methods for Financial Markets B 374756 4Q Springer Preface \ vii Part I Basic Statistical Methods and Financial Applications 1 Linear Regression Models

More information

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES. For the quarter ended March 31, 2014

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES. For the quarter ended March 31, 2014 FIFTH THIRD BANCORP MARKET RISK DISCLOSURES For the quarter ended March 31, 2014 The Market Risk Rule The Office of the Comptroller of the Currency (OCC), jointly with the Board of Governors of the Federal

More information

INTRODUCTION TO PORTFOLIO ANALYSIS. Dimensions of Portfolio Performance

INTRODUCTION TO PORTFOLIO ANALYSIS. Dimensions of Portfolio Performance INTRODUCTION TO PORTFOLIO ANALYSIS Dimensions of Portfolio Performance Interpretation of Portfolio Returns Portfolio Return Analysis Conclusions About Past Performance Predictions About Future Performance

More information

Algorithmic Trading Session 4 Trade Signal Generation II Backtesting. Oliver Steinki, CFA, FRM

Algorithmic Trading Session 4 Trade Signal Generation II Backtesting. Oliver Steinki, CFA, FRM Algorithmic Trading Session 4 Trade Signal Generation II Backtesting Oliver Steinki, CFA, FRM Outline Introduction Backtesting Common Pitfalls of Backtesting Statistical Signficance of Backtesting Summary

More information

Backtesting Lambda Value at Risk

Backtesting Lambda Value at Risk Backtesting Lambda Value at Risk Jacopo Corbetta CERMICS, École des Ponts, UPE, Champs sur Marne, France. arxiv:1602.07599v4 [q-fin.rm] 2 Jun 2017 Zeliade Systems, 56 rue Jean-Jacques Rousseau, Paris,

More information

Specific Issues of Economic Capital Management: Economic vs. Regulatory Capital and Business Risk

Specific Issues of Economic Capital Management: Economic vs. Regulatory Capital and Business Risk Specific Issues of Economic Capital Management: Economic vs. Regulatory Capital and Business Risk Corinne Neale Managing Director, Capital Management Regulatory Capital The Pillar 1 Model Managing IRB

More information

NATIONWIDE ASSET ALLOCATION INVESTMENT PROCESS

NATIONWIDE ASSET ALLOCATION INVESTMENT PROCESS Nationwide Funds A Nationwide White Paper NATIONWIDE ASSET ALLOCATION INVESTMENT PROCESS May 2017 INTRODUCTION In the market decline of 2008, the S&P 500 Index lost more than 37%, numerous equity strategies

More information

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES. For the quarter ended March 31, 2016

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES. For the quarter ended March 31, 2016 FIFTH THIRD BANCORP MARKET RISK DISCLOSURES For the quarter ended March 31, 2016 The Market Risk Rule In order to better capture the risks inherent in trading positions the Office of the Comptroller of

More information

Validation of Nasdaq Clearing Models

Validation of Nasdaq Clearing Models Model Validation Validation of Nasdaq Clearing Models Summary of findings swissquant Group Kuttelgasse 7 CH-8001 Zürich Classification: Public Distribution: swissquant Group, Nasdaq Clearing October 20,

More information

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES. For the quarter ended September 30, 2015

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES. For the quarter ended September 30, 2015 FIFTH THIRD BANCORP MARKET RISK DISCLOSURES For the quarter ended September 30, 2015 The Market Risk Rule In order to better capture the risks inherent in trading positions the Office of the Comptroller

More information

2017 CAPITAL AND SOLVENCY RETURN STRESS/SCENARIO ANALYSIS CLASS 3A

2017 CAPITAL AND SOLVENCY RETURN STRESS/SCENARIO ANALYSIS CLASS 3A 30, November 2017 2017 CAPITAL AND SOLVENCY RETURN STRESS/SCENARIO ANALYSIS CLASS 3A The Bermuda Monetary Authority (the Authority) requires Class 3A insurers 1 to conduct prescribed stress/scenario testing

More information

A new approach to backtesting and risk model selection

A new approach to backtesting and risk model selection A new approach to backtesting and risk model selection Jacopo Corbetta (École des Ponts - ParisTech) Joint work with: Ilaria Peri (University of Greenwich) June 18, 2016 Jacopo Corbetta Backtesting & Selection

More information

Credit Securitizations, Risk Measurement and Credit Ratings

Credit Securitizations, Risk Measurement and Credit Ratings Credit Securitizations, Risk Measurement and Credit Ratings Associate Professor of Finance Harald Scheule (University of Technology, Sydney, Business School) explains the interaction between asset securitisation,

More information

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES

FIFTH THIRD BANCORP MARKET RISK DISCLOSURES FIFTH THIRD BANCORP MARKET RISK DISCLOSURES For the year ended December 31st, 2018 PLEASE NOTE: For purposes of consistency and clarity, Table 1, Chart 1, and Table 3 have been updated to reflect that

More information

Stress Testing U.S. Bank Holding Companies

Stress Testing U.S. Bank Holding Companies Stress Testing U.S. Bank Holding Companies A Dynamic Panel Quantile Regression Approach Francisco Covas Ben Rump Egon Zakrajšek Division of Monetary Affairs Federal Reserve Board October 30, 2012 2 nd

More information

The mathematical definitions are given on screen.

The mathematical definitions are given on screen. Text Lecture 3.3 Coherent measures of risk and back- testing Dear all, welcome back. In this class we will discuss one of the main drawbacks of Value- at- Risk, that is to say the fact that the VaR, as

More information

From Financial Engineering to Risk Management. Radu Tunaru University of Kent, UK

From Financial Engineering to Risk Management. Radu Tunaru University of Kent, UK Model Risk in Financial Markets From Financial Engineering to Risk Management Radu Tunaru University of Kent, UK \Yp World Scientific NEW JERSEY LONDON SINGAPORE BEIJING SHANGHAI HONG KONG TAIPEI CHENNAI

More information

ICAAP Q Saxo Bank A/S Saxo Bank Group

ICAAP Q Saxo Bank A/S Saxo Bank Group ICAAP Q2 2014 Saxo Bank A/S Saxo Bank Group Contents 1. INTRODUCTION... 3 NEW CAPITAL REGULATION IN 2014... 3 INTERNAL CAPITAL ADEQUACY ASSESSMENT PROCESS (ICAAP)... 4 BUSINESS ACTIVITIES... 4 CAPITAL

More information

2017 CAPITAL AND SOLVENCY RETURN STRESS/SCENARIO ANALYSIS CLASS E, CLASS D AND CLASS C

2017 CAPITAL AND SOLVENCY RETURN STRESS/SCENARIO ANALYSIS CLASS E, CLASS D AND CLASS C 30, November 2017 2017 CAPITAL AND SOLVENCY RETURN STRESS/SCENARIO ANALYSIS CLASS E, CLASS D AND CLASS C The Bermuda Monetary Authority (the Authority) requires Class E, Class D and Class C insurers 1

More information

A new breed of Monte Carlo to meet FRTB computational challenges

A new breed of Monte Carlo to meet FRTB computational challenges A new breed of Monte Carlo to meet FRTB computational challenges 10/01/2017 Adil REGHAI Acknowledgement & Disclaimer Thanks to Abdelkrim Lajmi, Antoine Kremer, Luc Mathieu, Carole Camozzi, José Luu, Rida

More information

How does Hong Kong Monetary Authority use statistics in financial market surveillance? by Tom Fong. Market Research Division Research Department

How does Hong Kong Monetary Authority use statistics in financial market surveillance? by Tom Fong. Market Research Division Research Department How does Hong Kong Monetary Authority use statistics in financial market surveillance? by Tom Fong Market Research Division Research Department The views expressed in this presentation do not necessarily

More information

Breaking down OpRisk Value-at-Risk for management purposes

Breaking down OpRisk Value-at-Risk for management purposes for management purposes Stefan Look, Deutsche Börse 1 OpRisk Value-at-Risk at Deutsche Börse Group Breaking down OpRisk Value-at-Risk Deutsche Börse Group 2 Operational Risk Analysis Operational Risk at

More information

Model Risk of Expected Shortfall

Model Risk of Expected Shortfall Model Risk of Expected Shortfall Emese Lazar and Ning Zhang June, 28 Abstract In this paper we propose to measure the model risk of Expected Shortfall as the optimal correction needed to pass several ES

More information

Aiming at a Moving Target Managing inflation risk in target date funds

Aiming at a Moving Target Managing inflation risk in target date funds Aiming at a Moving Target Managing inflation risk in target date funds Executive Summary This research seeks to help plan sponsors expand their fiduciary understanding and knowledge in providing inflation

More information

Best Practices in SCAP Modeling

Best Practices in SCAP Modeling Best Practices in SCAP Modeling Dr. Joseph L. Breeden Chief Executive Officer Strategic Analytics November 30, 2010 Introduction The Federal Reserve recently announced that the nation s 19 largest bank

More information

Cascading Defaults and Systemic Risk of a Banking Network. Jin-Chuan DUAN & Changhao ZHANG

Cascading Defaults and Systemic Risk of a Banking Network. Jin-Chuan DUAN & Changhao ZHANG Cascading Defaults and Systemic Risk of a Banking Network Jin-Chuan DUAN & Changhao ZHANG Risk Management Institute & NUS Business School National University of Singapore (June 2015) Key Contributions

More information

Backtesting Trading Book Models

Backtesting Trading Book Models Backtesting Trading Book Models Using Estimates of VaR Expected Shortfall and Realized p-values Alexander J. McNeil 1 1 Heriot-Watt University Edinburgh ETH Risk Day 11 September 2015 AJM (HWU) Backtesting

More information

Pillar 3 Disclosure Report For the First Half 2013

Pillar 3 Disclosure Report For the First Half 2013 Pillar 3 Disclosure Report For the First Half 2013 United Overseas Bank Limited Incorporated in the Republic of Singapore Company Registration Number: 193500026Z SUMMARY OF RISK WEIGHTED ASSETS ( RWA )

More information

Columbia FE Practitioners Seminar Hedge Fund Risk

Columbia FE Practitioners Seminar Hedge Fund Risk Columbia FE Practitioners Seminar Hedge Fund Risk March 22, 2010 Yann Coatanlem Managing Director Multi-Asset Quantitative Analysis Citigroup Introduction How did Value-At-Risk perform during the current

More information

Market Risk Analysis Volume II. Practical Financial Econometrics

Market Risk Analysis Volume II. Practical Financial Econometrics Market Risk Analysis Volume II Practical Financial Econometrics Carol Alexander John Wiley & Sons, Ltd List of Figures List of Tables List of Examples Foreword Preface to Volume II xiii xvii xx xxii xxvi

More information

TrackRisk. Global Portfolio Simulation. A Gavekal Software Tool

TrackRisk. Global Portfolio Simulation. A Gavekal Software Tool TrackRisk Global Portfolio Simulation A Gavekal Software Tool s A Manager s Approach to Portfolio Simulation In 2002, the founders of Gavekal Intelligence Software launched TrackRisk, a global portfolio

More information

MEASURING TRADED MARKET RISK: VALUE-AT-RISK AND BACKTESTING TECHNIQUES

MEASURING TRADED MARKET RISK: VALUE-AT-RISK AND BACKTESTING TECHNIQUES MEASURING TRADED MARKET RISK: VALUE-AT-RISK AND BACKTESTING TECHNIQUES Colleen Cassidy and Marianne Gizycki Research Discussion Paper 9708 November 1997 Bank Supervision Department Reserve Bank of Australia

More information

Enterprise-wide Scenario Analysis

Enterprise-wide Scenario Analysis Finance and Private Sector Development Forum Washington April 2007 Enterprise-wide Scenario Analysis Jeffrey Carmichael CEO 25 April 2007 Date 1 Context Traditional stress testing is useful but limited

More information