Using R for Hedge Fund of

Size: px
Start display at page:

Download "Using R for Hedge Fund of"

Transcription

1 Using R for Hedge Fund of Funds Risk Management R/Finance 2009: Applied Finance with R University of Illinois Chicago, April 25, 2009 Eric Zivot Professor and Gary Waterman Distinguished Scholar, Department of Economics Adjunct Professor, Departments of Finance and Statistics University of Washington

2 Outline Hedge fund of funds environment Factor model risk measurement R implementation i in corporate environment Dealing with unequal data histories Some thoughts on S-PLUS and S+FinMetrics vs. R in Finance

3 Hedge Fund of Funds Environment HFoFs are hedge funds that invest in other hedge funds 20 to 30 portfolios of hedge funds Typical portfolio size is 30 funds Hedge fund universe is large: 5000 live funds Segmented into distinct strategy types Hedge funds voluntarily report monthly performance to commercial databases Altvest, CISDM, HedgeFund.net, Lipper TASS, CS/Tremont, HFR HFoFs often have partial position level data on invested funds

4 Hedge Fund Universe Live funds Convertible Arbitrage Dedicated Short Bias Emerging Markets Equity Market Neutral Event Driven Fixed Income Arbitrage Global Macro Long/Short Equity Hedge Managed Futures Multi-Strategy Fund of Funds

5 Characteristics of Monthly Returns Reporting biases Survivorship, backfill Non-normal lbehavior Asymmetry (skewness) and fat tails (excess kurtosis) Serial correlation Performance smoothing, illiquid positions Unequal histories

6 Characteristics of Hedge Fund Data fund1 fund2 fund3 fund4 fund5 Observations NAs Minimum Quartile Median Arithmetic Mean Geometric Mean Quartile Maximum Variance Stdev Skewness Kurtosis Rho Sample: January 1998 March 2009

7 Factor Model Risk Measurement in HFoFs Portfolio Quantify factor risk exposures Equity, rates, credit, volatility, currency, commodity, etc. Quantify tail risk VRETL VaR, Risk budgeting Component, incremental, marginal Stress testing and scenario analysis

8 Commercial Products com Very expensive! R is not!

9 Factor Model: Methodology R F F it = αi + βi 1 1 t + + β ε ik kt + it, = αi + β if ε t + it i = 1,, n; t = t,, T F ~ ( μ, Σ ) t ε 2 ~ (0, σ it ε, i ) cov( f, ε ) = 0 for all j, i and t jt it cov( ε, ε it jt ) = 0 for i j F F i

10 Practical Considerations Many potential risk factors ( > 50) High collinearity among some factors Risk ikfactors vary across discipline/strategy ili Nonlinear effects Dynamic effects Time varying coefficients Common histories for factors; unequal histories for fund performance

11 Expected Return Decomposition E[ R ] = α + β E [ F ] + + β E [ F ] [ it i i1 1t ik kt Expected return due to beta exposure β i E F ] + + β i 1 [ 1 t ik E[ F kt ] Expected return due to manager specific alpha α = E R ] ( β E[ F ] + + i [ it i1 1t β ik E[ Fkt ])

12 Variance Decomposition var( R ) var( ) var( ε ) σ 2 it = βi Ft βi + εit = βi ΣF βi + σε, i systematic specific Variance contribution due to factor exposures 2 2 β var( F ) + β var( F ) + + β var( F 2 1 1t 2 2t k kt ) Variance contribution due to covariances between factors 2 β1 β2 cov( F1 t, F2 t ) βk 1 βk cov( Fk 1t, Fkt )

13 Covariance R = α + B F + ε t t t n 1 n 1 n k k 1 n 1 var( R ) =Σ = BΣ B + D = t FM diag( σ,, σ ) 2 2 ε ε,1 ε,n n F D ε Note: cov( R, R ) = β var( F ) β = β ΣFβ it jt i t j i j

14 Portfolio Analysis w = ( w,, w ) = portfolio weights 1 n R = w R = w α + w BF + w ε pt = n i= 1 = α p t w R i it p = + β F t n i= 1 + ε i i t n n + w i β i F t + i= 1 i= 1 w α + pt t w ε i it

15 Portfolio Variance Decomposition σ σ σ = var( R ) = w var( R ) w = w BΣ B w + w Dw 2 p R pt 2 p, systematic 2 p, specific = = w BΣ F B w t n 2 = 2 2 p, systematic w Dw wiσ ε, i R p = 2 i= 1 σ p k p systematic p F p p j jj j= 1 σ, = β Σ β = β, σ + covariance terms covariance terms F σ k p, systematic β p, j jj j= 1 = σ β σ

16 Risk Budgeting: Volatility MCR MCR σ p BΣ F B w + Dw = = Marginal contributions w σ p systematic MCR = specific = BΣ Dw σ σ p σ B w F p to risk CR σ p w ( BΣ FBw+ Dw) = w = w σ p Components to risk 1 CR = n CR i = σ i= 1 p

17 Value-at-Risk (VaR) Tail Risk Measures VaR = q = F α α α 1 ( ) F = CDF of returns R Expected Shortfall (ES) ES = E [ R R VaR ] α α

18 Tail Risk Measures: Normal Distribution ~ ( μ, σ 2 ), σ 2 = Σ p p p p FM R N w w N α p p α α VaR = μ σ z, z =Φ ( α) ES N α = μ σ φ p p α 1 ( z ) α 1 See functions in PerformanceAnalytics

19 Tail Risk Measures: Non-NormalNormal Distributions Use Cornish-Fisher expansion to account for asymmetry y and fat tails VaR CF α = μ σ i i z α σ ( zα 1) skew ( zα 3zα ) ekurt + ( 2zα 5zα ) skew i i i i CF ES α : Formula given in Boudt, Peterson and Croux (2008) "Estimation and Decomposition of Downside Risk for Portfolios with Non-Normal Returns," Journal of Risk and implementation in PerformanceAnalytics

20 Risk Budgeting: Tail Risk Value-at-Risk (VaR) cvar α,i VaR VaR = w = w mvar α n n α i i α, i i= 1 wi i= 1 VaRα mvarα, i = = E[ Ri Rp = VaRα ] wi ces α,i Expected Shortfall (ES) n n ES α ES α = wi = wi mes α, i, w i= 1 i i= 1 ES α mes α, i = = E [ Ri Rp VaR α ] w i,

21 Risk Budgeting: Explicit Formulas Normal distribution See Jorian (2007) or Dowd (2002) Non-normal distribution ib ti using Cornish-Fisher h expansion See Boudt, Peterson and dc Croux (2008) "Estimation i and Decomposition of Downside Risk for Portfolios with Non-Normal Normal Returns, " Journal of Risk and implementation in PerformanceAnalytics Eric 9ivot 2008

22 Risk Budgeting: Simulation { R } M simulated returns it M = t= 1 Method 1: Brute Force mvar ΔVaR, mes = α α, i α, i Δw i ΔES Δw α i Method 2: Average R it around values for which R pt = VaR α mvar R, mes R α, i it α, i it tr : = VaR ± ε tr : VaR pt α pt α

23 R Functions for Factor Model Risk Analysis Function factormodelcovariance factormodelriskdecomposition normalvar normalportfoliovar normalmarginalvar normalcomponentvar normalvarreport modifiedvar modifiedportfoliovar modifiedmarginalvar modifiedcomponentvar Function normales normalportfolioes normalmarginales normalcomponentes modifiedes modifiedportfolioes modifiedesreport simulatedmarginalvar simulatedcomponentvar simulatedmarginales simulatedcomponentes

24 Unequal Histories Risk factors F F F,, F 1, T k, T 1, T T k, T T i,, F,, Fk 1,1,1 i Fund performance R 1,T R1,T T 1 R nt, R nt, Tn Observe full history Observe partial histories Eric Zivot 9008

25 Example Portfolio: Unequal Histories of Individual Funds X X29554 X X X X

26 Implication of Unequal Histories Can t fit factor models to some funds Need to create proxy factor model Statistics ti ti on common histories i (truncated t data) may be unreliable Difficult to compute non-normal tail risk measures

27 Extract Data from Database Analysis and Reporting Flow Process Excel Spreadsheets xlsreadwrite R: Fit factor models R data files RODBC Excel Spreadsheets RODBC R: Simulation, portfolio calculations, risk analysis Reports

28 Factor Model Construction Sufficient i history? No Yes Fit factor model : Variable selection: leaps, MASS Collinearity diagnostics: car dynamic regression: dynlm Create proxy factor model from models with sufficient history R data file

29 Evaluation of Fitted Factor Models Graphical diagnostics Created plot method appropriate for time series regression. Stability analysis CUSUM etc: strucchange Rolling analysis: rollapply (zoo) Time varying parameters: dlm Dynamic effects dynlm, lmtest

30 Diagnostic Plots: Example Fund p, Mon nthly performanc ce Actual Fitted Index Eric Zivot 2008

31 Time Series Regression Residual diagnostics PACF ACF Density Lag Returns OLS-based CUSUM test Empirica al Quantiles Empirical fluctu uation process norm Quantiles Time

32 24-month rolling estimates X X (Intercept) X X Index Index

33 Dealing with Unequal Histories Estimate conditional distribution of R i given F Fitted factor model or proxy factor model Eti Estimate t marginal lditibti distribution of fff Empirical distribution, multivariate normal, copula Derive marginal distribution of R i from p(r i F) and p(f) Simulate R i and Calculate functional of interest Unobserved performance, Sharpe ratio, ETL etc

34 Simulation Algorithm Draw { F 1,, F } M by resampling from the empirical distribution of F. For each F F u (u =1 1,, M), drawavalue a R iu, from the estimated conditional distribution of R i given F= F F u (e.g., from fitted factor model assuming normal errors) { R } M iu, is the desired d sample for R u = 1 i M 5000

35 What to do with R? iu, { } M u = 1 Backfill missing fund performance Compute fund and portfolio performance measures Estimate non-parametric fund and portfolio tail risk ikmeasures Compute non-parametric risk budgeting measures Standard errors can be computed using a bootstrap procedure

36 Example: Backfilled Fund Performance Index Eric Zivot 2008

37 Example: Simulated portfolio distribution Density % ModVaR 99% VaR Returns

38 S-PLUS and S+FinMetrics vs R Dealing with time series objects in R can be difficult and confusing timeseries, zoo, xts Time series regression in R is incompletely implemented Diagnostic plots, prediction R packages give about 80% functional coverage to S+FinMetrics

39 Some Thoughts About Using R in a Corporate Environment IT doesn t want to support it Firewalls block R downloads The world runs from an Excel spreadsheet Analysts with some programming experience learn R quickly Not good for the casual user

40 References Boudt, K., B. Peterson and C. Croux (2008) "Estimation and Decomposition of Downside Risk for Portfolios with Non- Normal Returns," Journal of Risk Dowd, K. (2002), Measuring Market Risk, John Wiley and Sons Goodworth, T. and C. Jones (2007). Factor-based, Nonparametric Risk Measurement Framework for Hedge Funds and Fund-of-Funds, The European Journal of Finance. Hll Hallerback, kj J. (2003). Decomposing Portfolio Value-at-Risk: A General Analysis, The Journal of Risk 5/2. Jorian, P. (2007), Value at Risk, Third Edition, McGraw Hill

41 References Jiang, Y. (2009). Overcoming Data Challenges in Fund-of- Funds Portfolio Management, PhD Thesis, Department of Statistics, University of Washington. Lo, A. (2007). Hd Hedge Funds: An Analytic Perspective, Princeton. Yamai, a Y. and T. Yoshiba (2002). Comparative at Analyses of Expected Shortfall and Value-at-Risk: Their Estimation Error, Decomposition, and Optimization, Institute for Monetary and Economic Studies, Bank of Japan.

Contents. List of Figures. List of Tables. List of Examples. Preface to Volume IV

Contents. List of Figures. List of Tables. List of Examples. Preface to Volume IV Contents List of Figures List of Tables List of Examples Foreword Preface to Volume IV xiii xvi xxi xxv xxix IV.1 Value at Risk and Other Risk Metrics 1 IV.1.1 Introduction 1 IV.1.2 An Overview of Market

More information

Risk Budgeting: Concept, Interpretation and Applications

Risk Budgeting: Concept, Interpretation and Applications Risk Budgeting: Concept, Interpretation and Applications Northfield Research Conference 005 Eddie Qian, PhD, CFA Senior Portfolio Manager 60 Franklin Street Boston, MA 00 (67) 439-637 7538 8//005 The Concept

More information

Market Risk Management for Hedge Funds

Market Risk Management for Hedge Funds Market Risk Management for Hedge Funds Foundations of the Style and Implicit Value-at-Risk Francois Due and Yann Schorderet WILEY A John Wiley & Sons, Ltd., Publication Acknowledgements xv 1 Introduction

More information

Exploratory Data Analysis in Finance Using PerformanceAnalytics

Exploratory Data Analysis in Finance Using PerformanceAnalytics Exploratory Data Analysis in Finance Using PerformanceAnalytics Brian G. Peterson & Peter Carl 1 Diamond Management & Technology Consultants Chicago, IL brian@braverock.com 2 Guidance Capital Chicago,

More information

NEW ONLINE COMPUTATIONAL FINANCE CERTIFICATE

NEW ONLINE COMPUTATIONAL FINANCE CERTIFICATE NEW ONLINE COMPUTATIONAL FINANCE CERTIFICATE Fall, Winter, and Spring Quarters 2010-11 This new online certificate program is offered by the Department of Applied Mathematics in partnership with the departments

More information

Investment Statistics: Definitions & Formulas

Investment Statistics: Definitions & Formulas Investment Statistics: Definitions & Formulas The following are brief descriptions and formulas for the various statistics and calculations available within the ease Analytics system. Unless stated otherwise,

More information

Risk Budgeting. Northfield Information Services Newport Conference June 2005 Sandy Warrick, CFA

Risk Budgeting. Northfield Information Services Newport Conference June 2005 Sandy Warrick, CFA Risk Budgeting Northfield Information Services Newport Conference June 2005 Sandy Warrick, CFA 1 What is Risk Budgeting? Risk budgeting is the process of setting and allocating active (alpha) risk to enhance

More information

APT Integrated risk management for the buy-side

APT Integrated risk management for the buy-side APT Integrated risk management for the buy-side SUNGARD S APT: INTEGRATED RISK MANAGEMENT FOR THE BUY-SIDE SunGard APT helps your business to effectively monitor and manage its investment risks. Whatever

More information

Measuring downside risk of stock returns with time-dependent volatility (Downside-Risikomessung für Aktien mit zeitabhängigen Volatilitäten)

Measuring downside risk of stock returns with time-dependent volatility (Downside-Risikomessung für Aktien mit zeitabhängigen Volatilitäten) Topic 1: Measuring downside risk of stock returns with time-dependent volatility (Downside-Risikomessung für Aktien mit zeitabhängigen Volatilitäten) One of the principal objectives of financial risk management

More information

We are motivated to test

We are motivated to test James X. Xiong is head of quantitative research at Morningstar Investment Management in Chicago, IL. james.xiong@morningstar.com Thomas M. Idzorek is the president of Morningstar Investment Management

More information

DOWNSIDE RISK IMPLICATIONS FOR FINANCIAL MANAGEMENT ROBERT ENGLE PRAGUE MARCH 2005

DOWNSIDE RISK IMPLICATIONS FOR FINANCIAL MANAGEMENT ROBERT ENGLE PRAGUE MARCH 2005 DOWNSIDE RISK IMPLICATIONS FOR FINANCIAL MANAGEMENT ROBERT ENGLE PRAGUE MARCH 2005 RISK AND RETURN THE TRADE-OFF BETWEEN RISK AND RETURN IS THE CENTRAL PARADIGM OF FINANCE. HOW MUCH RISK AM I TAKING? HOW

More information

The value of the hedge fund industry to investors, markets, and the broader economy

The value of the hedge fund industry to investors, markets, and the broader economy The value of the hedge fund industry to investors, markets, and the broader economy kpmg.com aima.org By the Centre for Hedge Fund Research Imperial College, London KPMG INTERNATIONAL Contents Foreword

More information

Portfolio optimization with CVaR budgets

Portfolio optimization with CVaR budgets Portfolio optimization with CVaR budgets Kris Boudt - Peter Carl - Brian G. Peterson R/Finance 2010 April 16th, 2010 K.U.Leuven and Lessius 1 / 42 History portfolio Risk budgets: Standard tool to quantify

More information

Quantitative Methods for Finance

Quantitative Methods for Finance Quantitative Methods for Finance Module 1: The Time Value of Money 1 Learning how to interpret interest rates as required rates of return, discount rates, or opportunity costs. 2 Learning how to explain

More information

DOES IT PAY TO HAVE FAT TAILS? EXAMINING KURTOSIS AND THE CROSS-SECTION OF STOCK RETURNS

DOES IT PAY TO HAVE FAT TAILS? EXAMINING KURTOSIS AND THE CROSS-SECTION OF STOCK RETURNS DOES IT PAY TO HAVE FAT TAILS? EXAMINING KURTOSIS AND THE CROSS-SECTION OF STOCK RETURNS By Benjamin M. Blau 1, Abdullah Masud 2, and Ryan J. Whitby 3 Abstract: Xiong and Idzorek (2011) show that extremely

More information

Hedge Funds, Funds-of-Funds, and Commodity. Trading Advisors

Hedge Funds, Funds-of-Funds, and Commodity. Trading Advisors Hedge Funds, Funds-of-Funds, and Commodity Trading Advisors Bing Liang Weatherhead School of Management Case Western Reserve University Cleveland, OH 44106 Phone: (216) 368-5003 Fax: (216) 368-4776 BXL4@po.cwru.edu

More information

Actuarial Teachers and Researchers Conference 2008. Investment Risk Management in the Tails of the Distributions. Chris Sutton 3 rd July 2008

Actuarial Teachers and Researchers Conference 2008. Investment Risk Management in the Tails of the Distributions. Chris Sutton 3 rd July 2008 watsonwyatt.com Actuarial Teachers and Researchers Conference 2008 Investment Risk Management in the Tails of the Distributions Chris Sutton 3 rd July 2008 Agenda Brief outline of current quantitative

More information

Asymmetric Correlations and Tail Dependence in Financial Asset Returns (Asymmetrische Korrelationen und Tail-Dependence in Finanzmarktrenditen)

Asymmetric Correlations and Tail Dependence in Financial Asset Returns (Asymmetrische Korrelationen und Tail-Dependence in Finanzmarktrenditen) Topic 1: Asymmetric Correlations and Tail Dependence in Financial Asset Returns (Asymmetrische Korrelationen und Tail-Dependence in Finanzmarktrenditen) Besides fat tails and time-dependent volatility,

More information

CONTENTS. List of Figures List of Tables. List of Abbreviations

CONTENTS. List of Figures List of Tables. List of Abbreviations List of Figures List of Tables Preface List of Abbreviations xiv xvi xviii xx 1 Introduction to Value at Risk (VaR) 1 1.1 Economics underlying VaR measurement 2 1.1.1 What is VaR? 4 1.1.2 Calculating VaR

More information

Financial Market Efficiency and Its Implications

Financial Market Efficiency and Its Implications Financial Market Efficiency: The Efficient Market Hypothesis (EMH) Financial Market Efficiency and Its Implications Financial markets are efficient if current asset prices fully reflect all currently available

More information

Hedge Funds: Risk and Return

Hedge Funds: Risk and Return Hedge Funds: Risk and Return Atanu Saha, Ph.D. Managing Principal Analysis Group, New York BOSTON DALLAS DENVER LOS ANGELES MENLO PARK MONTREAL NEW YORK SAN FRANCISCO WASHINGTON Topics Two Principal Sources

More information

Luis A. Seco Sigma Analysis & Management University of Toronto RiskLab

Luis A. Seco Sigma Analysis & Management University of Toronto RiskLab Investment risk management Traditional and alternative products Luis A. Seco Sigma Analysis & Management University of Toronto RiskLab Slide 1 A hedge fund example Slide 2 A hedge fund example Slide 3

More information

Non Linear Dependence Structures: a Copula Opinion Approach in Portfolio Optimization

Non Linear Dependence Structures: a Copula Opinion Approach in Portfolio Optimization Non Linear Dependence Structures: a Copula Opinion Approach in Portfolio Optimization Jean- Damien Villiers ESSEC Business School Master of Sciences in Management Grande Ecole September 2013 1 Non Linear

More information

NEXT GENERATION RISK MANAGEMENT and PORTFOLIO CONSTRUCTION

NEXT GENERATION RISK MANAGEMENT and PORTFOLIO CONSTRUCTION STONYBROOK UNIVERSITY CENTER FOR QUANTITATIVE FINANCE EXECUTIVE EDUCATION COURSE NEXT GENERATION RISK MANAGEMENT and PORTFOLIO CONSTRUCTION A four-part series LED BY DR. SVETLOZAR RACHEV, DR. BORYANA RACHEVA-IOTOVA,

More information

Applied Fixed Income Risk Modeling

Applied Fixed Income Risk Modeling Applied Fixed Income Risk Modeling Successes and Learning Experiences Navin Sharma VP, Director of Fixed Income Risk Management and Analytics OppenheimerFunds, Inc. Northfield s 18 th Annual Research Conference

More information

Financial Assets Behaving Badly The Case of High Yield Bonds. Chris Kantos Newport Seminar June 2013

Financial Assets Behaving Badly The Case of High Yield Bonds. Chris Kantos Newport Seminar June 2013 Financial Assets Behaving Badly The Case of High Yield Bonds Chris Kantos Newport Seminar June 2013 Main Concepts for Today The most common metric of financial asset risk is the volatility or standard

More information

Portfolio Construction in a Regression Framework

Portfolio Construction in a Regression Framework Portfolio Construction in a Regression Framework James Sefton June 2007 Motivation The approach can be used to answer the following questions: Are the weights in my portfolio the result of one or two abnormal

More information

Validating Market Risk Models: A Practical Approach

Validating Market Risk Models: A Practical Approach Validating Market Risk Models: A Practical Approach Doug Gardner Wells Fargo November 2010 The views expressed in this presentation are those of the author and do not necessarily reflect the position of

More information

Vector Time Series Model Representations and Analysis with XploRe

Vector Time Series Model Representations and Analysis with XploRe 0-1 Vector Time Series Model Representations and Analysis with plore Julius Mungo CASE - Center for Applied Statistics and Economics Humboldt-Universität zu Berlin mungo@wiwi.hu-berlin.de plore MulTi Motivation

More information

Sales forecasting # 2

Sales forecasting # 2 Sales forecasting # 2 Arthur Charpentier arthur.charpentier@univ-rennes1.fr 1 Agenda Qualitative and quantitative methods, a very general introduction Series decomposition Short versus long term forecasting

More information

Interest Rates and Inflation: How They Might Affect Managed Futures

Interest Rates and Inflation: How They Might Affect Managed Futures Faced with the prospect of potential declines in both bonds and equities, an allocation to managed futures may serve as an appealing diversifier to traditional strategies. HIGHLIGHTS Managed Futures have

More information

JOURNAL OF INVESTMENT MANAGEMENT, Vol. 1, No. 2, (2003), pp. 30 43 SHORT VOLATILITY STRATEGIES: IDENTIFICATION, MEASUREMENT, AND RISK MANAGEMENT 1

JOURNAL OF INVESTMENT MANAGEMENT, Vol. 1, No. 2, (2003), pp. 30 43 SHORT VOLATILITY STRATEGIES: IDENTIFICATION, MEASUREMENT, AND RISK MANAGEMENT 1 JOURNAL OF INVESTMENT MANAGEMENT, Vol. 1, No. 2, (2003), pp. 30 43 JOIM JOIM 2003 www.joim.com SHORT VOLATILITY STRATEGIES: IDENTIFICATION, MEASUREMENT, AND RISK MANAGEMENT 1 Mark Anson a, and Ho Ho a

More information

Federal Reserve Bank of Atlanta Financial Markets Conference 2006. Hedge Fund: An Industry in its Adolescence

Federal Reserve Bank of Atlanta Financial Markets Conference 2006. Hedge Fund: An Industry in its Adolescence Federal Reserve Bank of Atlanta Financial Markets Conference 2006 Hedge Fund: An Industry in its Adolescence Presented by David A Hsieh Duke University Theme: Hedge Fund Business Model Consider the problem

More information

Geostatistics Exploratory Analysis

Geostatistics Exploratory Analysis Instituto Superior de Estatística e Gestão de Informação Universidade Nova de Lisboa Master of Science in Geospatial Technologies Geostatistics Exploratory Analysis Carlos Alberto Felgueiras cfelgueiras@isegi.unl.pt

More information

Investment Portfolio Management and Effective Asset Allocation for Institutional and Private Banking Clients

Investment Portfolio Management and Effective Asset Allocation for Institutional and Private Banking Clients Investment Portfolio Management and Effective Asset Allocation for Institutional and Private Banking Clients www.mce-ama.com/2396 Senior Managers Days 4 www.mce-ama.com 1 WHY attend this programme? This

More information

Sensex Realized Volatility Index

Sensex Realized Volatility Index Sensex Realized Volatility Index Introduction: Volatility modelling has traditionally relied on complex econometric procedures in order to accommodate the inherent latent character of volatility. Realized

More information

Portfolio Distribution Modelling and Computation. Harry Zheng Department of Mathematics Imperial College h.zheng@imperial.ac.uk

Portfolio Distribution Modelling and Computation. Harry Zheng Department of Mathematics Imperial College h.zheng@imperial.ac.uk Portfolio Distribution Modelling and Computation Harry Zheng Department of Mathematics Imperial College h.zheng@imperial.ac.uk Workshop on Fast Financial Algorithms Tanaka Business School Imperial College

More information

Asymmetry and the Cost of Capital

Asymmetry and the Cost of Capital Asymmetry and the Cost of Capital Javier García Sánchez, IAE Business School Lorenzo Preve, IAE Business School Virginia Sarria Allende, IAE Business School Abstract The expected cost of capital is a crucial

More information

Implied Volatility Surface

Implied Volatility Surface Implied Volatility Surface Liuren Wu Zicklin School of Business, Baruch College Options Markets (Hull chapter: 16) Liuren Wu Implied Volatility Surface Options Markets 1 / 18 Implied volatility Recall

More information

The Merits of Absolute Return Quantitative Investment Strategies

The Merits of Absolute Return Quantitative Investment Strategies The Merits of Absolute Return Quantitative Investment Strategies Cambridge University Finance Seminar, Lent Term, 2005 Dimitris Melas, Global Head of Quantitative Research HSBC Asset Management (Europe)

More information

Hedge Funds: Risk and Return

Hedge Funds: Risk and Return Volume 61 Number 6 2005, CFA Institute PERSPECTIVES Hedge Funds: Risk and Return Burton G. Malkiel and Atanu Saha Since the early 1990s, hedge funds have become an increasingly popular asset class. The

More information

Performance Measurement & Attribution

Performance Measurement & Attribution Performance Measurement & Attribution Venue: Kuala Lumpur (Exact Venue will be informed closer to the day) Date: 17 May 2012, Thursday Time: 9:00am to 5:00pm (Registrations from 8:30 am) SIDC CPE Points:

More information

The essentials of Performance Measurement & Attribution

The essentials of Performance Measurement & Attribution The essentials of Performance Measurement & Attribution 013 3 tember nd (Mon) 9:00-17:00 tember 3rd (Tue) 9:00-17:00 Venue: BELLE SALLE YAESU 3F CARL BACON COURSE DIRECTOR Master through practice the key

More information

Crisis Alpha and Risk in Alternative Investment Strategies

Crisis Alpha and Risk in Alternative Investment Strategies Crisis Alpha and Risk in Alternative Investment Strategies KATHRYN M. KAMINSKI, PHD, RPM RISK & PORTFOLIO MANAGEMENT AB ALEXANDER MENDE, PHD, RPM RISK & PORTFOLIO MANAGEMENT AB INTRODUCTION The investment

More information

An approach to the non-normal behavior of hedge fund indices using Johnson distributions.

An approach to the non-normal behavior of hedge fund indices using Johnson distributions. An approach to the non-normal behavior of hedge fund indices using Johnson distributions. Pedro Gurrola Pérez Instituto Tecnológico Autónomo de México (ITAM). Rio Hondo 1, San Angel México, D.F., México

More information

Real Estate Risk and Hedge Fund Returns 1

Real Estate Risk and Hedge Fund Returns 1 Real Estate Risk and Hedge Fund Returns 1 Brent W. Ambrose, Ph.D. Smeal Professor of Real Estate Institute for Real Estate Studies Penn State University Charles Cao, Ph.D. Smeal Professor of Finance Department

More information

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com A Regime-Switching Model for Electricity Spot Prices Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com May 31, 25 A Regime-Switching Model for Electricity Spot Prices Abstract Electricity markets

More information

ABACUS ANALYTICS. Equity Factors and Portfolio Management: Alpha Generation Versus Risk Control

ABACUS ANALYTICS. Equity Factors and Portfolio Management: Alpha Generation Versus Risk Control 50 Washington Street Suite 605 Norwalk, Connecticut 06854 info@abacus-analytics.com 203.956.6460 fax 203.956.6462 ABACUS ANALYTICS Equity actors and Portfolio Management: Alpha Generation Versus Risk Control

More information

LDA at Work: Deutsche Bank s Approach to Quantifying Operational Risk

LDA at Work: Deutsche Bank s Approach to Quantifying Operational Risk LDA at Work: Deutsche Bank s Approach to Quantifying Operational Risk Workshop on Financial Risk and Banking Regulation Office of the Comptroller of the Currency, Washington DC, 5 Feb 2009 Michael Kalkbrener

More information

Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011

Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011 Chicago Booth BUSINESS STATISTICS 41000 Final Exam Fall 2011 Name: Section: I pledge my honor that I have not violated the Honor Code Signature: This exam has 34 pages. You have 3 hours to complete this

More information

What Level of Incentive Fees Are Hedge Fund Investors Actually Paying?

What Level of Incentive Fees Are Hedge Fund Investors Actually Paying? What Level of Incentive Fees Are Hedge Fund Investors Actually Paying? Abstract Long-only investors remove the effects of beta when analyzing performance. Why shouldn t long/short equity hedge fund investors

More information

APPROACHES TO COMPUTING VALUE- AT-RISK FOR EQUITY PORTFOLIOS

APPROACHES TO COMPUTING VALUE- AT-RISK FOR EQUITY PORTFOLIOS APPROACHES TO COMPUTING VALUE- AT-RISK FOR EQUITY PORTFOLIOS (Team 2b) Xiaomeng Zhang, Jiajing Xu, Derek Lim MS&E 444, Spring 2012 Instructor: Prof. Kay Giesecke I. Introduction Financial risks can be

More information

Commodity Trading Advisors. AQF 2005 Nicolas Papageorgiou

Commodity Trading Advisors. AQF 2005 Nicolas Papageorgiou Commodity Trading Advisors AQF 2005 Nicolas Papageorgiou Market size The current size of the global capital markets is estimated to be about $55 trillion, according to Anjilvel, Boudreau, Johmann, Peskin

More information

Extracting Portable Alphas From Equity Long-Short Hedge Funds. William Fung* David A. Hsieh**

Extracting Portable Alphas From Equity Long-Short Hedge Funds. William Fung* David A. Hsieh** Forthcoming, Journal of Investment Management Extracting Portable Alphas From Equity Long-Short Hedge Funds By William Fung* David A. Hsieh** *Centre for Hedge Fund Research and Education, London Business

More information

Do Hedge Funds Have Enough Capital? A Value-at-Risk Approach *

Do Hedge Funds Have Enough Capital? A Value-at-Risk Approach * Do Hedge Funds Have Enough Capital? A Value-at-Risk Approach * Anurag Gupta Bing Liang April 2004 *We thank Stephen Brown, Sanjiv Das, Will Goetzmann, David Hseih, Kasturi Rangan, Peter Ritchken, Bill

More information

Capital Allocation and Bank Management Based on the Quantification of Credit Risk

Capital Allocation and Bank Management Based on the Quantification of Credit Risk Capital Allocation and Bank Management Based on the Quantification of Credit Risk Kenji Nishiguchi, Hiroshi Kawai, and Takanori Sazaki 1. THE NEED FOR QUANTIFICATION OF CREDIT RISK Liberalization and deregulation

More information

Parametric Value at Risk

Parametric Value at Risk April 2013 by Stef Dekker Abstract With Value at Risk modelling growing ever more complex we look back at the basics: parametric value at risk. By means of simulation we show that the parametric framework

More information

The Tangent or Efficient Portfolio

The Tangent or Efficient Portfolio The Tangent or Efficient Portfolio 1 2 Identifying the Tangent Portfolio Sharpe Ratio: Measures the ratio of reward-to-volatility provided by a portfolio Sharpe Ratio Portfolio Excess Return E[ RP ] r

More information

Risk and return (1) Class 9 Financial Management, 15.414

Risk and return (1) Class 9 Financial Management, 15.414 Risk and return (1) Class 9 Financial Management, 15.414 Today Risk and return Statistics review Introduction to stock price behavior Reading Brealey and Myers, Chapter 7, p. 153 165 Road map Part 1. Valuation

More information

Chapter 13 Introduction to Nonlinear Regression( 非 線 性 迴 歸 )

Chapter 13 Introduction to Nonlinear Regression( 非 線 性 迴 歸 ) Chapter 13 Introduction to Nonlinear Regression( 非 線 性 迴 歸 ) and Neural Networks( 類 神 經 網 路 ) 許 湘 伶 Applied Linear Regression Models (Kutner, Nachtsheim, Neter, Li) hsuhl (NUK) LR Chap 10 1 / 35 13 Examples

More information

Web-based Supplementary Materials for Bayesian Effect Estimation. Accounting for Adjustment Uncertainty by Chi Wang, Giovanni

Web-based Supplementary Materials for Bayesian Effect Estimation. Accounting for Adjustment Uncertainty by Chi Wang, Giovanni 1 Web-based Supplementary Materials for Bayesian Effect Estimation Accounting for Adjustment Uncertainty by Chi Wang, Giovanni Parmigiani, and Francesca Dominici In Web Appendix A, we provide detailed

More information

Introduction to Risk, Return and the Historical Record

Introduction to Risk, Return and the Historical Record Introduction to Risk, Return and the Historical Record Rates of return Investors pay attention to the rate at which their fund have grown during the period The holding period returns (HDR) measure the

More information

Financial Statistics & Risk Management Master s Degree Program

Financial Statistics & Risk Management Master s Degree Program Financial Statistics & Risk Management Master s Degree Program A Brief Overview Financial Statistics Definition of financial statistics: Application of statistical methods to analyze financial markets

More information

International Stock Market Integration: A Dynamic General Equilibrium Approach

International Stock Market Integration: A Dynamic General Equilibrium Approach International Stock Market Integration: A Dynamic General Equilibrium Approach Harjoat S. Bhamra London Business School 2003 Outline of talk 1 Introduction......................... 1 2 Economy...........................

More information

Price Responsive Demand for Operating Reserves in Co-Optimized Electricity Markets with Wind Power

Price Responsive Demand for Operating Reserves in Co-Optimized Electricity Markets with Wind Power Price Responsive Demand for Operating Reserves in Co-Optimized Electricity Markets with Wind Power Zhi Zhou, Audun Botterud Decision and Information Sciences Division Argonne National Laboratory zzhou@anl.gov,

More information

A comparison of Value at Risk methods for measurement of the financial risk 1

A comparison of Value at Risk methods for measurement of the financial risk 1 A comparison of Value at Risk methods for measurement of the financial risk 1 Mária Bohdalová, Faculty of Management, Comenius University, Bratislava, Slovakia Abstract One of the key concepts of risk

More information

THETA AS AN ASSET CLASS By Dominik von Eynern, Swiss Alpha Asset Management GMBH

THETA AS AN ASSET CLASS By Dominik von Eynern, Swiss Alpha Asset Management GMBH THETA AS AN ASSET CLASS By Dominik von Eynern, Swiss Alpha Asset Management GMBH It is essential to find new ways or asset classes to deliver consistent and uncorrelated returns within the asset management

More information

The Canadian Hedge Fund Industry: Performance and Market Timing*

The Canadian Hedge Fund Industry: Performance and Market Timing* bs_bs_banner International Review of Finance, 15:3, 2015: pp. 283 320 DOI: 10.1111/irfi.12055 The Canadian Hedge Fund Industry: Performance and Market Timing* PETER KLEIN,DARYL PURDY,ISAAC SCHWEIGERT AND

More information

A revisit of the hierarchical insurance claims modeling

A revisit of the hierarchical insurance claims modeling A revisit of the hierarchical insurance claims modeling Emiliano A. Valdez Michigan State University joint work with E.W. Frees* * University of Wisconsin Madison Statistical Society of Canada (SSC) 2014

More information

An introduction to Value-at-Risk Learning Curve September 2003

An introduction to Value-at-Risk Learning Curve September 2003 An introduction to Value-at-Risk Learning Curve September 2003 Value-at-Risk The introduction of Value-at-Risk (VaR) as an accepted methodology for quantifying market risk is part of the evolution of risk

More information

ARMA, GARCH and Related Option Pricing Method

ARMA, GARCH and Related Option Pricing Method ARMA, GARCH and Related Option Pricing Method Author: Yiyang Yang Advisor: Pr. Xiaolin Li, Pr. Zari Rachev Department of Applied Mathematics and Statistics State University of New York at Stony Brook September

More information

Financial Risk Models in R: Factor Models for Asset Returns. Workshop Overview

Financial Risk Models in R: Factor Models for Asset Returns. Workshop Overview Financial Risk Models in R: Factor Models for Asset Returns and Interest Rate Models Scottish Financial Risk Academy, March 15, 2011 Eric Zivot Robert Richards Chaired Professor of Economics Adjunct Professor,

More information

A constant volatility framework for managing tail risk

A constant volatility framework for managing tail risk A constant volatility framework for managing tail risk Alexandre Hocquard, Sunny Ng and Nicolas Papageorgiou 1 Brockhouse Cooper and HEC Montreal September 2010 1 Alexandre Hocquard is Portfolio Manager,

More information

COMPONENTS OF RISK FOR INVESTMENT TRUSTS ANDREW ADAMS ABSTRACT

COMPONENTS OF RISK FOR INVESTMENT TRUSTS ANDREW ADAMS ABSTRACT COMPONENTS OF RISK FOR INVESTMENT TRUSTS BY ANDREW ADAMS ABSTRACT Risk assessment is a topical subject in the investment trust sector. Several fund management groups have started issuing risk gradings

More information

R Finance 2014 Estimating Factor Models and Managing Risk with factoranalytics

R Finance 2014 Estimating Factor Models and Managing Risk with factoranalytics R Finance 2014 Estimating Factor Models and Managing Risk with factoranalytics Yi-An Chen Department of Economics University of Washington May 16, 2014 Road map Overview of factoranalytics Estimating Factor

More information

Uncertainty in Second Moments: Implications for Portfolio Allocation

Uncertainty in Second Moments: Implications for Portfolio Allocation Uncertainty in Second Moments: Implications for Portfolio Allocation David Daewhan Cho SUNY at Buffalo, School of Management September 2003 Abstract This paper investigates the uncertainty in variance

More information

Dr Christine Brown University of Melbourne

Dr Christine Brown University of Melbourne Enhancing Risk Management and Governance in the Region s Banking System to Implement Basel II and to Meet Contemporary Risks and Challenges Arising from the Global Banking System Training Program ~ 8 12

More information

Innovations and Value Creation in Predictive Modeling. David Cummings Vice President - Research

Innovations and Value Creation in Predictive Modeling. David Cummings Vice President - Research Innovations and Value Creation in Predictive Modeling David Cummings Vice President - Research ISO Innovative Analytics 1 Innovations and Value Creation in Predictive Modeling A look back at the past decade

More information

An Internal Model for Operational Risk Computation

An Internal Model for Operational Risk Computation An Internal Model for Operational Risk Computation Seminarios de Matemática Financiera Instituto MEFF-RiskLab, Madrid http://www.risklab-madrid.uam.es/ Nicolas Baud, Antoine Frachot & Thierry Roncalli

More information

Measuring Economic Capital: Value at Risk, Expected Tail Loss and Copula Approach

Measuring Economic Capital: Value at Risk, Expected Tail Loss and Copula Approach Measuring Economic Capital: Value at Risk, Expected Tail Loss and Copula Approach by Jeungbo Shim, Seung-Hwan Lee, and Richard MacMinn August 19, 2009 Please address correspondence to: Jeungbo Shim Department

More information

Risk Management and Governance Hedging with Derivatives. Prof. Hugues Pirotte

Risk Management and Governance Hedging with Derivatives. Prof. Hugues Pirotte Risk Management and Governance Hedging with Derivatives Prof. Hugues Pirotte Several slides based on Risk Management and Financial Institutions, e, Chapter 6, Copyright John C. Hull 009 Why Manage Risks?

More information

How many stocks are enough for diversifying Canadian institutional portfolios?

How many stocks are enough for diversifying Canadian institutional portfolios? How many stocks are enough for diversifying Canadian institutional portfolios? Vitali Alexeev a,, Francis Tapon b a Lecturer, Tasmanian School of Business and Economics, University of Tasmania, Hobart,

More information

Optimal Hedging of Uncertain Foreign Currency Returns. 12/12/2011 SLJ Macro Partners Fatih Yilmaz

Optimal Hedging of Uncertain Foreign Currency Returns. 12/12/2011 SLJ Macro Partners Fatih Yilmaz Optimal Hedging of Uncertain Foreign Currency Returns 12/12/2011 SLJ Macro Partners Fatih Yilmaz Optimal Hedging of Uncertain Foreign Currency Returns A. Statement of Problem Over- or under-hedging of

More information

OPTIMAL PORTFOLIO ALLOCATION UNDER ASSET AND SURPLUS VaR CONSTRAINTS

OPTIMAL PORTFOLIO ALLOCATION UNDER ASSET AND SURPLUS VaR CONSTRAINTS OPTIMAL PORTFOLIO ALLOCATION UNDER ASSET AND SURPLUS VaR CONSTRAINTS A. MONFORT (1) 1 Alain MONFORT, professor at CNAM and CREST, Paris, France, mailing address - CREST, 15 Boulevard Gabriel Péri, 92245

More information

PROPERTIES OF THE SAMPLE CORRELATION OF THE BIVARIATE LOGNORMAL DISTRIBUTION

PROPERTIES OF THE SAMPLE CORRELATION OF THE BIVARIATE LOGNORMAL DISTRIBUTION PROPERTIES OF THE SAMPLE CORRELATION OF THE BIVARIATE LOGNORMAL DISTRIBUTION Chin-Diew Lai, Department of Statistics, Massey University, New Zealand John C W Rayner, School of Mathematics and Applied Statistics,

More information

Diversifying with Negatively Correlated Investments. Monterosso Investment Management Company, LLC Q1 2011

Diversifying with Negatively Correlated Investments. Monterosso Investment Management Company, LLC Q1 2011 Diversifying with Negatively Correlated Investments Monterosso Investment Management Company, LLC Q1 2011 Presentation Outline I. Five Things You Should Know About Managed Futures II. Diversification and

More information

Physical delivery versus cash settlement: An empirical study on the feeder cattle contract

Physical delivery versus cash settlement: An empirical study on the feeder cattle contract See discussions, stats, and author profiles for this publication at: http://www.researchgate.net/publication/699749 Physical delivery versus cash settlement: An empirical study on the feeder cattle contract

More information

Third Edition. Philippe Jorion GARP. WILEY John Wiley & Sons, Inc.

Third Edition. Philippe Jorion GARP. WILEY John Wiley & Sons, Inc. 2008 AGI-Information Management Consultants May be used for personal purporses only or by libraries associated to dandelon.com network. Third Edition Philippe Jorion GARP WILEY John Wiley & Sons, Inc.

More information

Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm

Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm Mgt 540 Research Methods Data Analysis 1 Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm http://web.utk.edu/~dap/random/order/start.htm

More information

Risk and return in Þxed income arbitrage: Nickels in front of a steamroller?

Risk and return in Þxed income arbitrage: Nickels in front of a steamroller? Risk and return in Þxed income arbitrage Université d Evry June 2005 1 Risk and return in Þxed income arbitrage: Nickels in front of a steamroller? Jefferson Duarte University of Washington Francis Longstaff

More information

Monte Carlo Simulation

Monte Carlo Simulation 1 Monte Carlo Simulation Stefan Weber Leibniz Universität Hannover email: sweber@stochastik.uni-hannover.de web: www.stochastik.uni-hannover.de/ sweber Monte Carlo Simulation 2 Quantifying and Hedging

More information

Risk Management for Alternative Investments

Risk Management for Alternative Investments Risk Management for Alternative Investments Prepared for the CAIA Supplementary Level II Book Philippe Jorion* June 18, 2012 *Philippe Jorion is a Professor at the Paul Merage School of Business, University

More information

POINT Innovative Multi-Asset Portfolio Analysis

POINT Innovative Multi-Asset Portfolio Analysis Index, Portfolio and Risk Solutions POINT Innovative Multi-Asset Portfolio Analysis The Difference Is Clear POINT: Dynamic Decision Support Flexible portfolio and index reporting Draw from our vast database

More information

Executive Summary of Finance 430 Professor Vissing-Jørgensen Finance 430-62/63/64, Winter 2011

Executive Summary of Finance 430 Professor Vissing-Jørgensen Finance 430-62/63/64, Winter 2011 Executive Summary of Finance 430 Professor Vissing-Jørgensen Finance 430-62/63/64, Winter 2011 Weekly Topics: 1. Present and Future Values, Annuities and Perpetuities 2. More on NPV 3. Capital Budgeting

More information

James X. Xiong, Ph.D., CFA Thomas Idzorek, CFA

James X. Xiong, Ph.D., CFA Thomas Idzorek, CFA Mean-Variance Versus Mean-Conditional Value-at- Risk Optimization: The Impact of Incorporating Fat Tails and Skewness into the Asset Allocation Decision James X. Xiong, h.d., CFA Thomas Idzorek, CFA Feb

More information

Permutation Tests for Comparing Two Populations

Permutation Tests for Comparing Two Populations Permutation Tests for Comparing Two Populations Ferry Butar Butar, Ph.D. Jae-Wan Park Abstract Permutation tests for comparing two populations could be widely used in practice because of flexibility of

More information

Implied Volatility of Leveraged ETF Options

Implied Volatility of Leveraged ETF Options IEOR Dept. Columbia University joint work with Ronnie Sircar (Princeton) Cornell Financial Engineering Seminar Feb. 6, 213 1 / 37 LETFs and Their Options Leveraged Exchange Traded Funds (LETFs) promise

More information

Haksun Li haksun.li@numericalmethod.com www.numericalmethod.com MY EXPERIENCE WITH ALGORITHMIC TRADING

Haksun Li haksun.li@numericalmethod.com www.numericalmethod.com MY EXPERIENCE WITH ALGORITHMIC TRADING Haksun Li haksun.li@numericalmethod.com www.numericalmethod.com MY EXPERIENCE WITH ALGORITHMIC TRADING SPEAKER PROFILE Haksun Li, Numerical Method Inc. Quantitative Trader Quantitative Analyst PhD, Computer

More information

Forecasting increases in the VIX: A timevarying long volatility hedge for equities

Forecasting increases in the VIX: A timevarying long volatility hedge for equities NCER Working Paper Series Forecasting increases in the VIX: A timevarying long volatility hedge for equities A.E. Clements J. Fuller Working Paper #88 November 2012 Forecasting increases in the VIX: A

More information