MONTE-CARLO SIMULATION CALCULATION OF VAR (VALUE-AT-RISK) & CVAR (CONDITIONAL VALUE-AT-RISK)

Size: px
Start display at page:

Download "MONTE-CARLO SIMULATION CALCULATION OF VAR (VALUE-AT-RISK) & CVAR (CONDITIONAL VALUE-AT-RISK)"

Transcription

1 MONTE-CARLO SIMULATION CALCULATION OF VAR (VALUE-AT-RISK) & CVAR (CONDITIONAL VALUE-AT-RISK) PRESENTER: SANJOY ROY 15-APR-2018

2 TERMINOLOGY V-a-R (Value-At-Risk) How much can one expect to lose Parameters defining VaR Portfolio, Time Period and p-value. A VaR of 1 million dollars with a 5% p-value and two weeks implies that the portfolio stands only a 5% chance of losing more than 1 million dollars over two weeks C-VaR (conditional-v-a-r) aka Expected Shortfall: same three parameters as a VaR statistic, but considers the expected loss instead of the cut-off value. A CVaR of 5 million dollars with a 5% p-value and two weeks indicates the belief that the average loss in the worst 5% of outcomes is 5 million dollars. A portfolio is a bunch of instruments which we are trying interested to gauge the V-a-R or expected loss. Market factors are the key-indices which are considered as imaginary super-set of instruments traded in a particular market/bourse eg, S&P500, US Treasury, Return change in an instrument or portfolio s value over a time period.

3 RESULTS PDF OF INDEXES USED

4 RESULTS THE SIMULATED RETURN OF PORTFOLIO

5 SUMMARY OF RESULTS

6 EXTENDED RESULTS AS A WEBLOG

7 D3 VISUALISATIONS ILLUSTRATING TRENDS

8 ARCHITECTURE

9 ASSUMPTIONS All financial data for instruments and market factors are extracted from YAHOO! Finance. The window of return is stipulated to 2-weeks for both instruments and factors, and the p-value is set to 5%. We are interested in the daily closing value of an instrument/index (factor) We will be using OLS (Ordinary Least Squares) Regression algorithm to model the relationship between market conditions (factors) and each instrument s returns. We will employ Multi-Variate Normal distribution to simulate the trial data. We will be using breeze library for plotting the probability density functions For a given distribution, we will choose a sample from the distribution, derive the standard deviation of the sample, and use Gaussian kernel on the sample (with the std-dev) to derive the probability density of the sample. The trials will be split into specific number of threads (which is parameterized) to be executed in parallel. For every trial, we will deploy Mersenne-Twister algorithm to generate a random number which will eventually help to build the simulated data for values of an instrument in each trial.

10 MONTE-CARLO SIMULATIONS OVERVIEW Step 1: We will model the relationship between market conditions (factors) and each instrument s returns. Using vector algebra, we will generalize the total return of an entire portfolio. Employ OLS (Ordinary Least Squares) Regression algorithm with polynomial features. Output of the model is the coefficients/weightage vector Step 2: Choosing a distribution function (MVND) with the parameters of the weightage vector - covariance (cov) and means (m) and a random number, or, MVND = f(random number, cov,m) Step 3: Generate the trial data based on for parameterized number of trials, and in how many parallel threads we want to generate the workload. For every iteration in the trial the MVND = f(random number, cov,m) function provides a simulated distribution of instrument prices. Each vector of simulated distribution of instrument return is applied the weightage vector to provide the instrument return (as mandated by the model in Step 1). All such instrument returns constitutes the simulated vector of returns of a portfolio.

11 MONTE-CARLO SIMULATIONS OVERVIEW Step 04: Calculate the Risk Measures from the simulated returns V-a-R (at p-value) which essentially means pick the return, from the simulated return vector generated by the MC Trial, which is in the bottom p% of the distribution. C-V-a-R (at p-value) calculate the average return of the bottom p% of the distribution Step 05: Evaluating the results Boot-Strapping the confidence interval Back-testing on historical data

12 DATA FLOW HOW WE ARE DOING IT Provisions made to run the monte-carlo simulation to calculate the V-a-R and C-V-a-R for a particular stock (which can be parameterized) or an entire set of portfolio. Extract publicly traded instrument and indices from YAHOO! finance Stage the instruments in an HDFS directory which indicates a portfolio. Stage the factors in another HDFS directory which indicates the factor. Filter the portfolio of instruments and the indices on the same time-window of 2-weeks to generate the instrument-return and factor matrix. Model the relationship between market conditions (factors) and each instrument s returns to derive the weightage vector. Hitherto everything is being setup using normal scala collection in a single thread to ensure the integrity of the data specially applicable for the linear algebra operations underneath the OLS Regression algorithm. Apply Apache Spark s distributed framework to split up the trials in threads and execute the threads in parallel: (partitioning-by-trial). In each thread - Use the parameters of the weightage vector (covariance and means) to generate simulated return of vectors for each instrument. Additional parallelism can be achieved by executing the trials for individual stocks in parallel.

13 PROCESSING PARALLEL WORKLOADS METHOD 1 Executing n trials with 3 threads Portfolio Thread 1: running n/3 trials Factors Thread 2: running n/3 trials Thread 1: running n/3 trials Simulated Trials Input Data

14 PROCESSING PARALLEL WORKLOADS METHOD 2 Executing n trials in 3M threads Portfolio of M instruments Stock 1 Thread 1: running n/3 trials for stock 1 Thread 2: running n/3 trials for stock 1 Thread 3: running n/3 trials for stock 1 Factors Stock 2 Stock M Thread 1: running n/3 trials for stock 2 Thread 2: running n/3 trials for stock 2 Thread 3: running n/3 trials for stock Thread 1: running n/3 trials for stock 2 Thread 2: running n/3 trials for stock 2 Thread 3: running n/3 trials for stock 2 Simulated Trials Input Data

15 WHERE TO GO FROM HERE Parameterizing the OLS Regression with further regularization parameters Option to choose a different regression model like Decision Tree. Enable SQL on Big Data Make Spark SQL Framework function via HiveContext and process data from HDFS via Hive Metastore Extend the algorithm so that it can be leveraged for online scoring as well. Read/Write the data in HDFS in binary(efficient) file formats, and use AVRO serialization/deserialization techniques to read/write the data Store data in ORC format to query in HIVE Store data in PARQUET format to query from HBASE Data Visualizations Intuitive Dashboards on streaming data

16

Barrier Option. 2 of 33 3/13/2014

Barrier Option. 2 of 33 3/13/2014 FPGA-based Reconfigurable Computing for Pricing Multi-Asset Barrier Options RAHUL SRIDHARAN, GEORGE COOKE, KENNETH HILL, HERMAN LAM, ALAN GEORGE, SAAHPC '12, PROCEEDINGS OF THE 2012 SYMPOSIUM ON APPLICATION

More information

Market Risk VaR: Model- Building Approach. Chapter 15

Market Risk VaR: Model- Building Approach. Chapter 15 Market Risk VaR: Model- Building Approach Chapter 15 Risk Management and Financial Institutions 3e, Chapter 15, Copyright John C. Hull 01 1 The Model-Building Approach The main alternative to historical

More information

Monte Carlo Introduction

Monte Carlo Introduction Monte Carlo Introduction Probability Based Modeling Concepts moneytree.com Toll free 1.877.421.9815 1 What is Monte Carlo? Monte Carlo Simulation is the currently accepted term for a technique used by

More information

Session 5. Predictive Modeling in Life Insurance

Session 5. Predictive Modeling in Life Insurance SOA Predictive Analytics Seminar Hong Kong 29 Aug. 2018 Hong Kong Session 5 Predictive Modeling in Life Insurance Jingyi Zhang, Ph.D Predictive Modeling in Life Insurance JINGYI ZHANG PhD Scientist Global

More information

Alternative VaR Models

Alternative VaR Models Alternative VaR Models Neil Roeth, Senior Risk Developer, TFG Financial Systems. 15 th July 2015 Abstract We describe a variety of VaR models in terms of their key attributes and differences, e.g., parametric

More information

Appendix. A.1 Independent Random Effects (Baseline)

Appendix. A.1 Independent Random Effects (Baseline) A Appendix A.1 Independent Random Effects (Baseline) 36 Table 2: Detailed Monte Carlo Results Logit Fixed Effects Clustered Random Effects Random Coefficients c Coeff. SE SD Coeff. SE SD Coeff. SE SD Coeff.

More information

Monte Carlo Methods in Finance

Monte Carlo Methods in Finance Monte Carlo Methods in Finance Peter Jackel JOHN WILEY & SONS, LTD Preface Acknowledgements Mathematical Notation xi xiii xv 1 Introduction 1 2 The Mathematics Behind Monte Carlo Methods 5 2.1 A Few Basic

More information

Portfolio Risk Management and Linear Factor Models

Portfolio Risk Management and Linear Factor Models Chapter 9 Portfolio Risk Management and Linear Factor Models 9.1 Portfolio Risk Measures There are many quantities introduced over the years to measure the level of risk that a portfolio carries, and each

More information

NtInsight for ALM. Feature List

NtInsight for ALM. Feature List NtInsight for ALM Feature List Purpose of NtInsight for ALM The software of choice for advanced asset-liability management. Risk reports for ALM Financial report for each business unit Balance sheet Income

More information

Year 0 $ (12.00) Year 1 $ (3.40) Year 5 $ Year 3 $ Year 4 $ Year 6 $ Year 7 $ 8.43 Year 8 $ 3.44 Year 9 $ (4.

Year 0 $ (12.00) Year 1 $ (3.40) Year 5 $ Year 3 $ Year 4 $ Year 6 $ Year 7 $ 8.43 Year 8 $ 3.44 Year 9 $ (4. Four Ways to do Project Analysis Project Analysis / Decision Making Engineering 9 Dr. Gregory Crawford Statistical / Regression Analysis (forecasting) Sensitivity Analysis Monte Carlo Simulations Decision

More information

Introduction to Monte Carlo

Introduction to Monte Carlo Introduction to Monte Carlo Probability Based Modeling Concepts Mark Snodgrass Money Tree Software What is Monte Carlo? Monte Carlo Simulation is the currently accepted term for a technique used by mathematicians

More information

New Developments in MATLAB for Computational Finance Kevin Shea, CFA Principal Software Developer MathWorks

New Developments in MATLAB for Computational Finance Kevin Shea, CFA Principal Software Developer MathWorks New Developments in MATLAB for Computational Finance Kevin Shea, CFA Principal Software Developer MathWorks 2014 The MathWorks, Inc. 1 Who uses MATLAB in Financial Services? The top 15 assetmanagement

More information

Financial Econometrics Notes. Kevin Sheppard University of Oxford

Financial Econometrics Notes. Kevin Sheppard University of Oxford Financial Econometrics Notes Kevin Sheppard University of Oxford Monday 15 th January, 2018 2 This version: 22:52, Monday 15 th January, 2018 2018 Kevin Sheppard ii Contents 1 Probability, Random Variables

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 Analysis Volume I

Market Risk Analysis Volume I Market Risk Analysis Volume I Quantitative Methods in Finance Carol Alexander John Wiley & Sons, Ltd List of Figures List of Tables List of Examples Foreword Preface to Volume I xiii xvi xvii xix xxiii

More information

The misleading nature of correlations

The misleading nature of correlations The misleading nature of correlations In this note we explain certain subtle features of calculating correlations between time-series. Correlation is a measure of linear co-movement, to be contrasted with

More information

Improving Returns-Based Style Analysis

Improving Returns-Based Style Analysis Improving Returns-Based Style Analysis Autumn, 2007 Daniel Mostovoy Northfield Information Services Daniel@northinfo.com Main Points For Today Over the past 15 years, Returns-Based Style Analysis become

More information

Business Statistics 41000: Probability 3

Business Statistics 41000: Probability 3 Business Statistics 41000: Probability 3 Drew D. Creal University of Chicago, Booth School of Business February 7 and 8, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office: 404

More information

Predictive modelling around the world Peter Banthorpe, RGA Kevin Manning, Milliman

Predictive modelling around the world Peter Banthorpe, RGA Kevin Manning, Milliman Predictive modelling around the world Peter Banthorpe, RGA Kevin Manning, Milliman 11 November 2013 Agenda Introduction to predictive analytics Applications overview Case studies Conclusions and Q&A Introduction

More information

Stochastic Grid Bundling Method

Stochastic Grid Bundling Method Stochastic Grid Bundling Method GPU Acceleration Delft University of Technology - Centrum Wiskunde & Informatica Álvaro Leitao Rodríguez and Cornelis W. Oosterlee London - December 17, 2015 A. Leitao &

More information

Monte Carlo Methods in Financial Engineering

Monte Carlo Methods in Financial Engineering Paul Glassennan Monte Carlo Methods in Financial Engineering With 99 Figures

More information

Computational Finance Least Squares Monte Carlo

Computational Finance Least Squares Monte Carlo Computational Finance Least Squares Monte Carlo School of Mathematics 2019 Monte Carlo and Binomial Methods In the last two lectures we discussed the binomial tree method and convergence problems. One

More information

Advanced Financial Modeling. Unit 2

Advanced Financial Modeling. Unit 2 Advanced Financial Modeling Unit 2 Financial Modeling for Risk Management A Portfolio with 2 assets A portfolio with 3 assets Risk Modeling in a multi asset portfolio Monte Carlo Simulation Two Asset Portfolio

More information

Algorithmic Trading using Reinforcement Learning augmented with Hidden Markov Model

Algorithmic Trading using Reinforcement Learning augmented with Hidden Markov Model Algorithmic Trading using Reinforcement Learning augmented with Hidden Markov Model Simerjot Kaur (sk3391) Stanford University Abstract This work presents a novel algorithmic trading system based on reinforcement

More information

CHAPTER II LITERATURE STUDY

CHAPTER II LITERATURE STUDY CHAPTER II LITERATURE STUDY 2.1. Risk Management Monetary crisis that strike Indonesia during 1998 and 1999 has caused bad impact to numerous government s and commercial s bank. Most of those banks eventually

More information

Lending Club Loan Portfolio Optimization Fred Robson (frobson), Chris Lucas (cflucas)

Lending Club Loan Portfolio Optimization Fred Robson (frobson), Chris Lucas (cflucas) CS22 Artificial Intelligence Stanford University Autumn 26-27 Lending Club Loan Portfolio Optimization Fred Robson (frobson), Chris Lucas (cflucas) Overview Lending Club is an online peer-to-peer lending

More information

Financial Risk Modeling on Low-power Accelerators: Experimental Performance Evaluation of TK1 with FPGA

Financial Risk Modeling on Low-power Accelerators: Experimental Performance Evaluation of TK1 with FPGA Financial Risk Modeling on Low-power Accelerators: Experimental Performance Evaluation of TK1 with FPGA Rajesh Bordawekar and Daniel Beece IBM T. J. Watson Research Center 3/17/2015 2014 IBM Corporation

More information

Beating the market, using linear regression to outperform the market average

Beating the market, using linear regression to outperform the market average Radboud University Bachelor Thesis Artificial Intelligence department Beating the market, using linear regression to outperform the market average Author: Jelle Verstegen Supervisors: Marcel van Gerven

More information

Financial Models with Levy Processes and Volatility Clustering

Financial Models with Levy Processes and Volatility Clustering Financial Models with Levy Processes and Volatility Clustering SVETLOZAR T. RACHEV # YOUNG SHIN ICIM MICHELE LEONARDO BIANCHI* FRANK J. FABOZZI WILEY John Wiley & Sons, Inc. Contents Preface About the

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

I. Return Calculations (20 pts, 4 points each)

I. Return Calculations (20 pts, 4 points each) University of Washington Winter 015 Department of Economics Eric Zivot Econ 44 Midterm Exam Solutions This is a closed book and closed note exam. However, you are allowed one page of notes (8.5 by 11 or

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

Financial Mathematics and Supercomputing

Financial Mathematics and Supercomputing GPU acceleration in early-exercise option valuation Álvaro Leitao and Cornelis W. Oosterlee Financial Mathematics and Supercomputing A Coruña - September 26, 2018 Á. Leitao & Kees Oosterlee SGBM on GPU

More information

Oracle Financial Services Market Risk User Guide

Oracle Financial Services Market Risk User Guide Oracle Financial Services User Guide Release 8.0.4.0.0 March 2017 Contents 1. INTRODUCTION... 1 PURPOSE... 1 SCOPE... 1 2. INSTALLING THE SOLUTION... 3 2.1 MODEL UPLOAD... 3 2.2 LOADING THE DATA... 3 3.

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

Executive Summary: A CVaR Scenario-based Framework For Minimizing Downside Risk In Multi-Asset Class Portfolios

Executive Summary: A CVaR Scenario-based Framework For Minimizing Downside Risk In Multi-Asset Class Portfolios Executive Summary: A CVaR Scenario-based Framework For Minimizing Downside Risk In Multi-Asset Class Portfolios Axioma, Inc. by Kartik Sivaramakrishnan, PhD, and Robert Stamicar, PhD August 2016 In this

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

Master s in Financial Engineering Foundations of Buy-Side Finance: Quantitative Risk and Portfolio Management. > Teaching > Courses

Master s in Financial Engineering Foundations of Buy-Side Finance: Quantitative Risk and Portfolio Management.  > Teaching > Courses Master s in Financial Engineering Foundations of Buy-Side Finance: Quantitative Risk and Portfolio Management www.symmys.com > Teaching > Courses Spring 2008, Monday 7:10 pm 9:30 pm, Room 303 Attilio Meucci

More information

Bloomberg. Portfolio Value-at-Risk. Sridhar Gollamudi & Bryan Weber. September 22, Version 1.0

Bloomberg. Portfolio Value-at-Risk. Sridhar Gollamudi & Bryan Weber. September 22, Version 1.0 Portfolio Value-at-Risk Sridhar Gollamudi & Bryan Weber September 22, 2011 Version 1.0 Table of Contents 1 Portfolio Value-at-Risk 2 2 Fundamental Factor Models 3 3 Valuation methodology 5 3.1 Linear factor

More information

IEOR E4703: Monte-Carlo Simulation

IEOR E4703: Monte-Carlo Simulation IEOR E4703: Monte-Carlo Simulation Simulation Efficiency and an Introduction to Variance Reduction Methods Martin Haugh Department of Industrial Engineering and Operations Research Columbia University

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

Machine Learning for Quantitative Finance

Machine Learning for Quantitative Finance Machine Learning for Quantitative Finance Fast derivative pricing Sofie Reyners Joint work with Jan De Spiegeleer, Dilip Madan and Wim Schoutens Derivative pricing is time-consuming... Vanilla option pricing

More information

Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function?

Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function? DOI 0.007/s064-006-9073-z ORIGINAL PAPER Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function? Jules H. van Binsbergen Michael W. Brandt Received:

More information

WC-5 Just How Credible Is That Employer? Exploring GLMs and Multilevel Modeling for NCCI s Excess Loss Factor Methodology

WC-5 Just How Credible Is That Employer? Exploring GLMs and Multilevel Modeling for NCCI s Excess Loss Factor Methodology Antitrust Notice The Casualty Actuarial Society is committed to adhering strictly to the letter and spirit of the antitrust laws. Seminars conducted under the auspices of the CAS are designed solely to

More information

Accelerated Option Pricing Multiple Scenarios

Accelerated Option Pricing Multiple Scenarios Accelerated Option Pricing in Multiple Scenarios 04.07.2008 Stefan Dirnstorfer (stefan@thetaris.com) Andreas J. Grau (grau@thetaris.com) 1 Abstract This paper covers a massive acceleration of Monte-Carlo

More information

Ho Ho Quantitative Portfolio Manager, CalPERS

Ho Ho Quantitative Portfolio Manager, CalPERS Portfolio Construction and Risk Management under Non-Normality Fiduciary Investors Symposium, Beijing - China October 23 rd 26 th, 2011 Ho Ho Quantitative Portfolio Manager, CalPERS The views expressed

More information

APPEND I X NOTATION. The product of the values produced by a function f by inputting all n from n=o to n=n

APPEND I X NOTATION. The product of the values produced by a function f by inputting all n from n=o to n=n APPEND I X NOTATION In order to be able to clearly present the contents of this book, we have attempted to be as consistent as possible in the use of notation. The notation below applies to all chapters

More information

History of Monte Carlo Method

History of Monte Carlo Method Monte Carlo Methods History of Monte Carlo Method Errors in Estimation and Two Important Questions for Monte Carlo Controlling Error A simple Monte Carlo simulation to approximate the value of pi could

More information

StatPro Revolution - Analysis Overview

StatPro Revolution - Analysis Overview StatPro Revolution - Analysis Overview DEFINING FEATURES StatPro Revolution is the Sophisticated analysis culmination of the breadth and An intuitive and visual user interface depth of StatPro s expertise

More information

Design of a Financial Application Driven Multivariate Gaussian Random Number Generator for an FPGA

Design of a Financial Application Driven Multivariate Gaussian Random Number Generator for an FPGA Design of a Financial Application Driven Multivariate Gaussian Random Number Generator for an FPGA Chalermpol Saiprasert, Christos-Savvas Bouganis and George A. Constantinides Department of Electrical

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

Principles of Scenario Planning Under Solvency II. George Tyrakis Solutions Specialist

Principles of Scenario Planning Under Solvency II. George Tyrakis Solutions Specialist Principles of Scenario Planning Under Solvency II George Tyrakis Solutions Specialist George.Tyrakis@Moodys.com Agenda» Overview of Scenarios» Parallels between Insurance and Banking» Deterministic vs.

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

Computational Statistics Handbook with MATLAB

Computational Statistics Handbook with MATLAB «H Computer Science and Data Analysis Series Computational Statistics Handbook with MATLAB Second Edition Wendy L. Martinez The Office of Naval Research Arlington, Virginia, U.S.A. Angel R. Martinez Naval

More information

Models of Patterns. Lecture 3, SMMD 2005 Bob Stine

Models of Patterns. Lecture 3, SMMD 2005 Bob Stine Models of Patterns Lecture 3, SMMD 2005 Bob Stine Review Speculative investing and portfolios Risk and variance Volatility adjusted return Volatility drag Dependence Covariance Review Example Stock and

More information

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach P1.T4. Valuation & Risk Models Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach Bionic Turtle FRM Study Notes Reading 26 By

More information

The following content is provided under a Creative Commons license. Your support

The following content is provided under a Creative Commons license. Your support MITOCW Recitation 6 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To make

More information

Monte Carlo Simulation (General Simulation Models)

Monte Carlo Simulation (General Simulation Models) Monte Carlo Simulation (General Simulation Models) Revised: 10/11/2017 Summary... 1 Example #1... 1 Example #2... 10 Summary Monte Carlo simulation is used to estimate the distribution of variables when

More information

Strategies for Improving the Efficiency of Monte-Carlo Methods

Strategies for Improving the Efficiency of Monte-Carlo Methods Strategies for Improving the Efficiency of Monte-Carlo Methods Paul J. Atzberger General comments or corrections should be sent to: paulatz@cims.nyu.edu Introduction The Monte-Carlo method is a useful

More information

Section 0: Introduction and Review of Basic Concepts

Section 0: Introduction and Review of Basic Concepts Section 0: Introduction and Review of Basic Concepts Carlos M. Carvalho The University of Texas McCombs School of Business mccombs.utexas.edu/faculty/carlos.carvalho/teaching 1 Getting Started Syllabus

More information

yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0

yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0 yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0 Emanuele Guidotti, Stefano M. Iacus and Lorenzo Mercuri February 21, 2017 Contents 1 yuimagui: Home 3 2 yuimagui: Data

More information

Modelling Returns: the CER and the CAPM

Modelling Returns: the CER and the CAPM Modelling Returns: the CER and the CAPM Carlo Favero Favero () Modelling Returns: the CER and the CAPM 1 / 20 Econometric Modelling of Financial Returns Financial data are mostly observational data: they

More information

Monte-Carlo Methods in Financial Engineering

Monte-Carlo Methods in Financial Engineering Monte-Carlo Methods in Financial Engineering Universität zu Köln May 12, 2017 Outline Table of Contents 1 Introduction 2 Repetition Definitions Least-Squares Method 3 Derivation Mathematical Derivation

More information

Properties of the estimated five-factor model

Properties of the estimated five-factor model Informationin(andnotin)thetermstructure Appendix. Additional results Greg Duffee Johns Hopkins This draft: October 8, Properties of the estimated five-factor model No stationary term structure model is

More information

2.1 Mathematical Basis: Risk-Neutral Pricing

2.1 Mathematical Basis: Risk-Neutral Pricing Chapter Monte-Carlo Simulation.1 Mathematical Basis: Risk-Neutral Pricing Suppose that F T is the payoff at T for a European-type derivative f. Then the price at times t before T is given by f t = e r(t

More information

SPEED UP OF NUMERIC CALCULATIONS USING A GRAPHICS PROCESSING UNIT (GPU)

SPEED UP OF NUMERIC CALCULATIONS USING A GRAPHICS PROCESSING UNIT (GPU) SPEED UP OF NUMERIC CALCULATIONS USING A GRAPHICS PROCESSING UNIT (GPU) NIKOLA VASILEV, DR. ANATOLIY ANTONOV Eurorisk Systems Ltd. 31, General Kiselov str. BG-9002 Varna, Bulgaria Phone +359 52 612 367

More information

Near Real-Time Risk Simulation of Complex Portfolios on Heterogeneous Computing Systems with OpenCL

Near Real-Time Risk Simulation of Complex Portfolios on Heterogeneous Computing Systems with OpenCL Near Real-Time Risk Simulation of Complex Portfolios on Heterogeneous Computing Systems with OpenCL Javier Alejandro Varela, Norbert Wehn Microelectronic Systems Design Research Group University of Kaiserslautern,

More information

Random Variables and Probability Distributions

Random Variables and Probability Distributions Chapter 3 Random Variables and Probability Distributions Chapter Three Random Variables and Probability Distributions 3. Introduction An event is defined as the possible outcome of an experiment. In engineering

More information

Risk Measuring of Chosen Stocks of the Prague Stock Exchange

Risk Measuring of Chosen Stocks of the Prague Stock Exchange Risk Measuring of Chosen Stocks of the Prague Stock Exchange Ing. Mgr. Radim Gottwald, Department of Finance, Faculty of Business and Economics, Mendelu University in Brno, radim.gottwald@mendelu.cz Abstract

More information

Handbook of Financial Risk Management

Handbook of Financial Risk Management Handbook of Financial Risk Management Simulations and Case Studies N.H. Chan H.Y. Wong The Chinese University of Hong Kong WILEY Contents Preface xi 1 An Introduction to Excel VBA 1 1.1 How to Start Excel

More information

Forecasting volatility with macroeconomic and financial variables using Kernel Ridge Regressions

Forecasting volatility with macroeconomic and financial variables using Kernel Ridge Regressions ERASMUS SCHOOL OF ECONOMICS Forecasting volatility with macroeconomic and financial variables using Kernel Ridge Regressions Felix C.A. Mourer 360518 Supervisor: Prof. dr. D.J. van Dijk Bachelor thesis

More information

Linking Stress Testing and Portfolio Credit Risk. Nihil Patel, Senior Director

Linking Stress Testing and Portfolio Credit Risk. Nihil Patel, Senior Director Linking Stress Testing and Portfolio Credit Risk Nihil Patel, Senior Director October 2013 Agenda 1. Stress testing and portfolio credit risk are related 2. Estimating portfolio loss distribution under

More information

ECO220Y Sampling Distributions of Sample Statistics: Sample Proportion Readings: Chapter 10, section

ECO220Y Sampling Distributions of Sample Statistics: Sample Proportion Readings: Chapter 10, section ECO220Y Sampling Distributions of Sample Statistics: Sample Proportion Readings: Chapter 10, section 10.1-10.3 Fall 2011 Lecture 9 (Fall 2011) Sampling Distributions Lecture 9 1 / 15 Sampling Distributions

More information

Credit Risk Modeling Using Excel and VBA with DVD O. Gunter Loffler Peter N. Posch. WILEY A John Wiley and Sons, Ltd., Publication

Credit Risk Modeling Using Excel and VBA with DVD O. Gunter Loffler Peter N. Posch. WILEY A John Wiley and Sons, Ltd., Publication Credit Risk Modeling Using Excel and VBA with DVD O Gunter Loffler Peter N. Posch WILEY A John Wiley and Sons, Ltd., Publication Preface to the 2nd edition Preface to the 1st edition Some Hints for Troubleshooting

More information

3. Monte Carlo Simulation

3. Monte Carlo Simulation 3. Monte Carlo Simulation 3.7 Variance Reduction Techniques Math443 W08, HM Zhu Variance Reduction Procedures (Chap 4.5., 4.5.3, Brandimarte) Usually, a very large value of M is needed to estimate V with

More information

Making Proxy Functions Work in Practice

Making Proxy Functions Work in Practice whitepaper FEBRUARY 2016 Author Martin Elliot martin.elliot@moodys.com Contact Us Americas +1.212.553.165 clientservices@moodys.com Europe +44.20.7772.5454 clientservices.emea@moodys.com Making Proxy Functions

More information

Lecture 1: The Econometrics of Financial Returns

Lecture 1: The Econometrics of Financial Returns Lecture 1: The Econometrics of Financial Returns Prof. Massimo Guidolin 20192 Financial Econometrics Winter/Spring 2016 Overview General goals of the course and definition of risk(s) Predicting asset returns:

More information

Measuring Risk. Review of statistical concepts Probability distribution. Review of statistical concepts Probability distribution 2/1/2018

Measuring Risk. Review of statistical concepts Probability distribution. Review of statistical concepts Probability distribution 2/1/2018 Measuring Risk Review of statistical concepts Probability distribution Discrete and continuous probability distributions. Discrete: Probability mass function assigns a probability to each possible out-come.

More information

Monte-Carlo Planning: Introduction and Bandit Basics. Alan Fern

Monte-Carlo Planning: Introduction and Bandit Basics. Alan Fern Monte-Carlo Planning: Introduction and Bandit Basics Alan Fern 1 Large Worlds We have considered basic model-based planning algorithms Model-based planning: assumes MDP model is available Methods we learned

More information

Chapter 2 Uncertainty Analysis and Sampling Techniques

Chapter 2 Uncertainty Analysis and Sampling Techniques Chapter 2 Uncertainty Analysis and Sampling Techniques The probabilistic or stochastic modeling (Fig. 2.) iterative loop in the stochastic optimization procedure (Fig..4 in Chap. ) involves:. Specifying

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

Introduction to Algorithmic Trading Strategies Lecture 8

Introduction to Algorithmic Trading Strategies Lecture 8 Introduction to Algorithmic Trading Strategies Lecture 8 Risk Management Haksun Li haksun.li@numericalmethod.com www.numericalmethod.com Outline Value at Risk (VaR) Extreme Value Theory (EVT) References

More information

Reasoning with Uncertainty

Reasoning with Uncertainty Reasoning with Uncertainty Markov Decision Models Manfred Huber 2015 1 Markov Decision Process Models Markov models represent the behavior of a random process, including its internal state and the externally

More information

Web Appendix. Are the effects of monetary policy shocks big or small? Olivier Coibion

Web Appendix. Are the effects of monetary policy shocks big or small? Olivier Coibion Web Appendix Are the effects of monetary policy shocks big or small? Olivier Coibion Appendix 1: Description of the Model-Averaging Procedure This section describes the model-averaging procedure used in

More information

Portfolio Credit Risk II

Portfolio Credit Risk II University of Toronto Department of Mathematics Department of Mathematical Finance July 31, 2011 Table of Contents 1 A Worked-Out Example Expected Loss Unexpected Loss Credit Reserve 2 Examples Problem

More information

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing Prof. Chuan-Ju Wang Department of Computer Science University of Taipei Joint work with Prof. Ming-Yang Kao March 28, 2014

More information

ECON5160: The compulsory term paper

ECON5160: The compulsory term paper University of Oslo / Department of Economics / TS+NCF March 9, 2012 ECON5160: The compulsory term paper Formalities: This term paper is compulsory. This paper must be accepted in order to qualify for attending

More information

Maximum Likelihood Estimation

Maximum Likelihood Estimation Maximum Likelihood Estimation EPSY 905: Fundamentals of Multivariate Modeling Online Lecture #6 EPSY 905: Maximum Likelihood In This Lecture The basics of maximum likelihood estimation Ø The engine that

More information

Regression Review and Robust Regression. Slides prepared by Elizabeth Newton (MIT)

Regression Review and Robust Regression. Slides prepared by Elizabeth Newton (MIT) Regression Review and Robust Regression Slides prepared by Elizabeth Newton (MIT) S-Plus Oil City Data Frame Monthly Excess Returns of Oil City Petroleum, Inc. Stocks and the Market SUMMARY: The oilcity

More information

Downside Risk: Implications for Financial Management Robert Engle NYU Stern School of Business Carlos III, May 24,2004

Downside Risk: Implications for Financial Management Robert Engle NYU Stern School of Business Carlos III, May 24,2004 Downside Risk: Implications for Financial Management Robert Engle NYU Stern School of Business Carlos III, May 24,2004 WHAT IS ARCH? Autoregressive Conditional Heteroskedasticity Predictive (conditional)

More information

Brooks, Introductory Econometrics for Finance, 3rd Edition

Brooks, Introductory Econometrics for Finance, 3rd Edition P1.T2. Quantitative Analysis Brooks, Introductory Econometrics for Finance, 3rd Edition Bionic Turtle FRM Study Notes Sample By David Harper, CFA FRM CIPM and Deepa Raju www.bionicturtle.com Chris Brooks,

More information

Real Options Valuation, Inc. Software Technical Support

Real Options Valuation, Inc. Software Technical Support Real Options Valuation, Inc. Software Technical Support HELPFUL TIPS AND TECHNIQUES Johnathan Mun, Ph.D., MBA, MS, CFC, CRM, FRM, MIFC 1 P a g e Helpful Tips and Techniques The following are some quick

More information

Applications of GCorr Macro within the RiskFrontier Software: Stress Testing, Reverse Stress Testing, and Risk Integration

Applications of GCorr Macro within the RiskFrontier Software: Stress Testing, Reverse Stress Testing, and Risk Integration AUGUST 2014 QUANTITATIVE RESEARCH GROUP MODELING METHODOLOGY Applications of GCorr Macro within the RiskFrontier Software: Stress Testing, Reverse Stress Testing, and Risk Integration Authors Mariano Lanfranconi

More information

Understanding Risks in a Global Multi-Asset Class Portfolio

Understanding Risks in a Global Multi-Asset Class Portfolio Understanding Risks in a Global Multi-Asset Class Portfolio SPONSORED BY INSIDE INTRODUCTION Introduction Understanding Risks in a Global Multi-Asset Class Portfolio...3 Chapter 1 Gathering Key Data from

More information

1 Introduction. Term Paper: The Hall and Taylor Model in Duali 1. Yumin Li 5/8/2012

1 Introduction. Term Paper: The Hall and Taylor Model in Duali 1. Yumin Li 5/8/2012 Term Paper: The Hall and Taylor Model in Duali 1 Yumin Li 5/8/2012 1 Introduction In macroeconomics and policy making arena, it is extremely important to have the ability to manipulate a set of control

More information

Estimation of dynamic term structure models

Estimation of dynamic term structure models Estimation of dynamic term structure models Greg Duffee Haas School of Business, UC-Berkeley Joint with Richard Stanton, Haas School Presentation at IMA Workshop, May 2004 (full paper at http://faculty.haas.berkeley.edu/duffee)

More information

bitarisk. BITA Vision a product from corfinancial. london boston new york BETTER INTELLIGENCE THROUGH ANALYSIS better intelligence through analysis

bitarisk. BITA Vision a product from corfinancial. london boston new york BETTER INTELLIGENCE THROUGH ANALYSIS better intelligence through analysis bitarisk. BETTER INTELLIGENCE THROUGH ANALYSIS better intelligence through analysis BITA Vision a product from corfinancial. london boston new york Expertise and experience deliver efficiency and value

More information

Review: Population, sample, and sampling distributions

Review: Population, sample, and sampling distributions Review: Population, sample, and sampling distributions A population with mean µ and standard deviation σ For instance, µ = 0, σ = 1 0 1 Sample 1, N=30 Sample 2, N=30 Sample 100000000000 InterquartileRange

More information

Value-at-Risk (VaR) a Risk Management tool

Value-at-Risk (VaR) a Risk Management tool Value-at-Risk (VaR) a Risk Management tool Risk Management Key to successful Risk Management of a portfolio lies in identifying & quantifying the risk that the company faces due to price volatility in

More information

The method of Maximum Likelihood.

The method of Maximum Likelihood. Maximum Likelihood The method of Maximum Likelihood. In developing the least squares estimator - no mention of probabilities. Minimize the distance between the predicted linear regression and the observed

More information