Bernhard Pfaff. Financial Risk Modelling and Portfolio Optimization with R. Statistics in Practice

Size: px
Start display at page:

Download "Bernhard Pfaff. Financial Risk Modelling and Portfolio Optimization with R. Statistics in Practice"

Transcription

1 Bernhard Pfaff Financial Risk Modelling and Portfolio Optimization with R Statistics in Practice

2

3 Financial Risk Modelling and Portfolio Optimization with R

4 Statistics in Practice Series Advisory Editors Marian Scott University of Glasgow, UK Stephen Senn CRP-Santé, Luxembourg Wolfgang Jank University of Maryland, USA Founding Editor Vic Barnett Nottingham Trent University, UK Statistics in Practice is an important international series of texts which provide detailed coverage of statistical concepts, methods and worked case studies in specific fields of investigation and study. With sound motivation and many worked practical examples, the books show in down-to-earth terms how to select and use an appropriate range of statistical techniques in a particular practical field within each title s special topic area. The books provide statistical support for professionals and research workers across a range of employment fields and research environments. Subject areas covered include medicine and pharmaceutics; industry, finance and commerce; public services; the earth and environmental sciences, and so on. The books also provide support to students studying statistical courses applied to the above areas. The demand for graduates to be equipped for the work environment has led to such courses becoming increasingly prevalent at universities and colleges. It is our aim to present judiciously chosen and well-written workbooks to meet everyday practical needs. Feedback of views from readers will be most valuable to monitor the success of this aim. A complete list of titles in this series appears at the end of the volume.

5 Financial Risk Modelling and Portfolio Optimization with R Bernhard Pfaff Invesco Global Strategies, Germany A John Wiley & Sons, Ltd., Publication

6 This edition first published 2013 C 2013 John Wiley & Sons, Ltd Registered Office John Wiley & Sons Ltd, The Atrium, Southern Gate, Chichester, West Sussex, PO19 8SQ, United Kingdom For details of our global editorial offices, for customer services and for information about how to apply for permission to reuse the copyright material in this book please see our website at The right of the author to be identified as the author of this work has been asserted in accordance with the Copyright, Designs and Patents Act All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording or otherwise, except as permitted by the UK Copyright, Designs and Patents Act 1988, without the prior permission of the publisher. Wiley also publishes its books in a variety of electronic formats. Some content that appears in print may not be available in electronic books. Designations used by companies to distinguish their products are often claimed as trademarks. All brand names and product names used in this book are trade names, service marks, trademarks or registered trademarks of their respective owners. The publisher is not associated with any product or vendor mentioned in this book. This publication is designed to provide accurate and authoritative information in regard to the subject matter covered. It is sold on the understanding that the publisher is not engaged in rendering professional services. If professional advice or other expert assistance is required, the services of a competent professional should be sought. Library of Congress Cataloging-in-Publication Data Pfaff, Bernhard. Financial risk modelling and portfolio optimization with R / Bernhard Pfaff. p. cm. Includes bibliographical references and index. ISBN (cloth) 1. Financial risk Mathematical models. 2. Portfolio management. 3. R (Computer program language) I. Title. HG106.P dc A catalogue record for this book is available from the British Library. ISBN: Set in 10/12 pt Times Roman by Aptara Inc., New Delhi, India

7 Contents Preface List of abbreviations xi xiii Part I MOTIVATION 1 1 Introduction 3 Reference 5 2 A brief course in R Origin and development Getting help Working with R Classes, methods and functions The accompanying package FRAPO 20 References 25 3 Financial market data Stylized facts on financial market returns Stylized facts for univariate series Stylized facts for multivariate series Implications for risk models 32 References 33 4 Measuring risks Introduction Synopsis of risk measures Portfolio risk concepts 39 References 41 5 Modern portfolio theory Introduction 43

8 vi CONTENTS 5.2 Markowitz portfolios Empirical mean variance portfolios 47 References 49 Part II RISK MODELLING 51 6 Suitable distributions for returns Preliminaries The generalized hyperbolic distribution The generalized lambda distribution Synopsis of R packages for the GHD The package fbasics The package GeneralizedHyperbolic The package ghyp The package QRM The package SkewHyperbolic The package VarianceGamma Synopsis of R packages for GLD The package Davies The package fbasics The package gld The package lmomco Applications of the GHD to risk modelling Fitting stock returns to the GHD Risk assessment with the GHD Stylized facts revisited Applications of the GLD to risk modelling and data analysis VaR for a single stock Shape triangle for FTSE 100 constituents 79 References 82 7 Extreme value theory Preliminaries Extreme value methods and models The block maxima approach rth largest order models The peaks-over-threshold approach Synopsis of R packages The package evd The package evdbayes The package evir 91

9 CONTENTS The package fextremes The packages ismev and extremes The package POT The package QRM The package Renext Empirical applications of EVT Section outline Block maxima model for Siemens r block maxima model for BMW POT method for Boeing 105 References 110 vii 8 Modelling volatility Preliminaries The class of ARCH models Synopsis of R packages The package bayesgarch The package ccgarch The package fgarch The package gogarch The packages rugarch and rmgarch The package tseries Empirical application of volatility models 123 References Modelling dependence Overview Correlation, dependence and distributions Copulae Motivation Correlations and dependence revisited Classification of copulae Synopsis of R packages The package BLCOP The packages copula and nacopula The package fcopulae The package gumbel The package QRM Empirical applications of copulae GARCH copula model Mixed copula approaches 149 References 151

10 viii CONTENTS Part III PORTFOLIO OPTIMIZATION APPROACHES Robust portfolio optimization Overview Robust statistics Motivation Selected robust estimators Robust optimization Motivation Uncertainty sets and problem formulation Synopsis of R packages The package covrobust The package fportfolio The package MASS The package robustbase The package robust The package rrcov The package Rsocp Empirical applications Portfolio simulation: Robust versus classical statistics Portfolio back-test: Robust versus classical statistics Portfolio back-test: Robust optimization 182 References Diversification reconsidered Introduction Most diversified portfolio Risk contribution constrained portfolios Optimal tail-dependent portfolios Synopsis of R packages The packages DEoptim and RcppDE The package FRAPO The package PortfolioAnalytics Empirical applications Comparison of approaches Optimal tail-dependent portfolio against benchmark Limiting contributions to expected shortfall 211 References Risk-optimal portfolios Overview Mean VaR portfolios Optimal CVaR portfolios Optimal draw-down portfolios 227

11 CONTENTS 12.5 Synopsis of R packages The package fportfolio The package FRAPO Packages for linear programming The package PerformanceAnalytics Empirical applications Minimum-CVaR versus minimum-variance portfolios Draw-down constrained portfolios Back-test comparison for stock portfolio 247 References Tactical asset allocation Overview Survey of selected time series models Univariate time series models Multivariate time series models Black Litterman approach Copula opinion and entropy pooling Introduction The COP model The EP model Synopsis of R packages The package BLCOP The package dse The package farma The package forecast The package MSBVAR The package PairTrading The packages urca and vars Empirical applications Black Litterman portfolio optimization Copula opinion pooling Protection strategies 299 References 310 Appendix A Package overview 314 A.1 Packages in alphabetical order 314 A.2 Packages ordered by topic 317 References 320 Appendix B Time series data 324 B.1 Date-time classes 324 B.2 The ts class in the base package stats 327 B.3 Irregular-spaced time series 328 ix

12 x CONTENTS B.4 The package timeseries 330 B.5 The package zoo 332 B.6 The packages tframe and xts 334 References 337 Appendix C Back-testing and reporting of portfolio strategies 338 C.1 R packages for back-testing 338 C.2 R facilities for reporting 339 C.3 Interfacing databases 339 References 340 Appendix D Technicalities 342 Index 343

13 Preface The project for this book began in mid At that time, financial markets were in distress and far from operating smoothly. The impact of the US real estate crisis could still be felt and the sovereign debt crisis in some European countries was beginning to emerge. Major central banks implemented measures to avoid a collapse of the inter-bank market by providing liquidity. Given the massive financial book and real losses sustained by investors, it was also a time when quantitatively managed funds were in jeopardy and investors questioned the suitability of quantitative methods for protecting their wealth from the severe losses they had made in the past. Two years later not much has changed, though the debate on whether quantitative techniques per se are limited has ceased. Hence, the modelling of financial risks and the adequate allocation of wealth is still as important as it always has been, and these topics have gained in importance driven by experiences since the financial crisis started in the latter part of the previous decade. The content of the book is aimed at these two topics by acquainting and familiarizing the reader with market risk models and portfolio optimization techniques that have been proposed in the literature. These more recently proposed methods are elucidated by code examples written in the R language, a freely available software environment for statistical computing. This book certainly could not have been written without the public provision of such a superb piece of software as R and the numerous package authors who have greatly enriched this software environment. I therefore wish to express my sincere appreciation and thanks to the R Core Team members and all the contributors and maintainers of the packages cited and utilized in this book. By the same token, I would like to apologize to those authors whose packages I have not mentioned. This can only be ascribed to my ignorance of their existence. Second, I would like to thank John Wiley & Sons, Ltd. for the opportunity to write on this topic, in particular Ilaria Meliconi who initiated this book project in the first place and Heather Kay and Richard Davies for their careful editorial work. A special thank belongs to Richard Leigh for his meticulous and mindful copy-editing. Needless to say, any errors and omissions are entirely my responsibility. Finally, I owe a debt of profound gratitude

14 xii PREFACE to my beloved wife, Antonia, who while bearing the burden of many hours of solitude during the writing of this book remained a constant source of support. This book includes an accompanying website. Please visit go/financial_risk Bernhard Pfaff Kronberg im Taunus

15 List of abbreviations 2OLS 3OLS ACF ADF AMPL ANSI AP APARCH API ARCH AvDD BL BP CDaR CLI CLT COM COP CPPI CRAN CVaR DBMS DD DE DR EDA EGARCH EM EMA EP ERS ES EVT FIML Two-stage ordinary least-squares Three-stage ordinary least-squares Autocorrelation function Augmented Dickey Fuller A modelling language for mathematical programming American National Standards Institute Active premium Asymmetric power ARCH Application programming interface Autoregressive conditional heteroscedasticity Average draw-down Black Litterman Break point Conditional draw-down at risk Command line interface Central limit theorem Component object model Copula opinion pooling Constant proportion portfolio insurance Comprehensive R Archive Network Conditional value at risk Data Base Management System Draw-down Differential evolution Diversification ratio Exploratory data analysis Exponential GARCH Expectation maximization Exponentially weighted mean Entropy pooling Elliott Rothenberg Stock Expected shortfall Extreme value theory Full-information maximum likelihood

Analysis of Financial Time Series

Analysis of Financial Time Series Analysis of Financial Time Series Analysis of Financial Time Series Financial Econometrics RUEY S. TSAY University of Chicago A Wiley-Interscience Publication JOHN WILEY & SONS, INC. This book is printed

More information

International Marketing Research

International Marketing Research International Marketing Research Third edition C. SAMUEL CRAIG and SUSAN P. DOUGLAS Leonard N. Stern School of Business, New York University Allie International Marketing Research Third edition Allie International

More information

AN INTRODUCTION TO OPTIONS TRADING. Frans de Weert

AN INTRODUCTION TO OPTIONS TRADING. Frans de Weert AN INTRODUCTION TO OPTIONS TRADING Frans de Weert AN INTRODUCTION TO OPTIONS TRADING The Securities & Investment Institute Mission Statement: To set standards of professional excellence and integrity

More information

Strategic Asset Allocation in Fixed-Income Markets

Strategic Asset Allocation in Fixed-Income Markets Strategic Asset Allocation in Fixed-Income Markets A MATLAB-Based User s Guide Ken Nyholm An extremely useful book for anyone interested in actually applying MATLAB based computational techniques to fixed-income

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

The Art of Company Valuation and Financial Statement Analysis

The Art of Company Valuation and Financial Statement Analysis The Art of Company Valuation and Financial Statement Analysis For other titles in the Wiley Finance Series please see www.wiley.com/finance The Art of Company Valuation and Financial Statement Analysis

More information

This page has been left blank intentionally

This page has been left blank intentionally Project Governance This page has been left blank intentionally Project Governance Ralf Müller PM Concepts, Sweden Ralf Müller 2009 All rights reserved. No part of this publication may be reproduced, stored

More information

Property Investment Appraisal UNCORRECTED PROOF

Property Investment Appraisal UNCORRECTED PROOF Property Investment Appraisal Baum-Prelims.indd i 6/8/2007 5:08:38 PM Baum-Prelims.indd ii 6/8/2007 5:08:38 PM Property Investment Appraisal Third edition Andrew Baum Professor of Land Management Department

More information

Ukulele In A Day. by Alistair Wood FOR. A John Wiley and Sons, Ltd, Publication

Ukulele In A Day. by Alistair Wood FOR. A John Wiley and Sons, Ltd, Publication Ukulele In A Day FOR DUMmIES by Alistair Wood A John Wiley and Sons, Ltd, Publication Ukulele In A Day For Dummies Published by John Wiley & Sons, Ltd The Atrium Southern Gate Chichester West Sussex PO19

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

Stellenbosch University Master s Course Financial Econometrics 2015 Course Outline

Stellenbosch University Master s Course Financial Econometrics 2015 Course Outline Stellenbosch University Master s Course Financial Econometrics 2015 Course Outline Lecturer: Nico Katzke nfkatzke@gmail.com 1 Introduction The aim of this course is to introduce students to quantitative

More information

superseries FIFTH EDITION

superseries FIFTH EDITION Prelims-I046413.qxd 3/19/07 1:04 PM Page i Institute of Leadership & Management superseries Motivating to Perform in the Workplace FIFTH EDITION Published for the Institute of Leadership & Management AMSTERDAM

More information

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

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

ADVANCED FORECASTING MODELS USING SAS SOFTWARE

ADVANCED FORECASTING MODELS USING SAS SOFTWARE ADVANCED FORECASTING MODELS USING SAS SOFTWARE Girish Kumar Jha IARI, Pusa, New Delhi 110 012 gjha_eco@iari.res.in 1. Transfer Function Model Univariate ARIMA models are useful for analysis and forecasting

More information

Monetary Theory and Policy

Monetary Theory and Policy Monetary Theory and Policy Third Edition Carl E. Walsh The MIT Press Cambridge Massachusetts 6 2010 Massachusetts Institute of Technology All rights reserved. No part of this book may be reproduced in

More information

Fundamentals of Financial Planning and Management for mall usiness

Fundamentals of Financial Planning and Management for mall usiness E REPRE EUR A F A CE Fundamentals of Financial Planning and Management for mall usiness M.J. Alhabeeb ENTREPRENEURIAL FINANCE The first effective form of investment was realized when the primitive man

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

Understanding the New ISO Management System Requirements

Understanding the New ISO Management System Requirements Understanding the New ISO Management System Requirements Understanding the New ISO Management System Requirements Dr David Brewer First published in the UK in 2013 by BSI Standards Limited 389 Chiswick

More information

Chapter 1 INTRODUCTION. 1.1 Background

Chapter 1 INTRODUCTION. 1.1 Background Chapter 1 INTRODUCTION 1.1 Background This thesis attempts to enhance the body of knowledge regarding quantitative equity (stocks) portfolio selection. A major step in quantitative management of investment

More information

Crowdsourcing for Speech Processing

Crowdsourcing for Speech Processing Crowdsourcing for Speech Processing Applications to Data Collection, Transcription and Assessment Editors Maxine Eskénazi Gina-Anne Levow Helen Meng Gabriel Parent David Suendermann CROWDSOURCING FOR

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

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

Market Risk Analysis. Quantitative Methods in Finance. Volume I. The Wiley Finance Series

Market Risk Analysis. Quantitative Methods in Finance. Volume I. The Wiley Finance Series Brochure More information from http://www.researchandmarkets.com/reports/2220051/ Market Risk Analysis. Quantitative Methods in Finance. Volume I. The Wiley Finance Series Description: Written by leading

More information

How To Understand The Differences Between The 2005 And 2011 Editions Of Itil 20000

How To Understand The Differences Between The 2005 And 2011 Editions Of Itil 20000 A Guide to the new ISO/IEC 20000-1 The differences between the 2005 and the 2011 editions A Guide to the new ISO/IEC 20000-1 The differences between the 2005 and the 2011 editions Lynda Cooper First published

More information

Enhancing the Teaching of Statistics: Portfolio Theory, an Application of Statistics in Finance

Enhancing the Teaching of Statistics: Portfolio Theory, an Application of Statistics in Finance Page 1 of 11 Enhancing the Teaching of Statistics: Portfolio Theory, an Application of Statistics in Finance Nicolas Christou University of California, Los Angeles Journal of Statistics Education Volume

More information

OUTSOURCING AND INSOURCING IN AN INTERNATIONAL CONTEXT

OUTSOURCING AND INSOURCING IN AN INTERNATIONAL CONTEXT OUTSOURCING AND INSOURCING IN AN INTERNATIONAL CONTEXT This page intentionally left blank OUTSOURCING AND INSOURCING IN AN INTERNATIONAL CONTEXT MARC J. SCHNIEDERJANS ASHLYN M. SCHNIEDERJANS DARA G. SCHNIEDERJANS

More information

Computational Finance and Financial Engineering: The R/Rmetrics Software Environment

Computational Finance and Financial Engineering: The R/Rmetrics Software Environment Computational Finance and Financial Engineering: The R/Rmetrics Software Environment Diethelm Würtz and Yohan Chalabi ITP ETH Zürich, Finance Online GmbH Zürich user! 2008 Introduction What is Rmetrics?

More information

Statistics for Experimenters

Statistics for Experimenters Statistics for Experimenters Design, Innovation, and Discovery Second Edition GEORGE E. P. BOX J. STUART HUNTER WILLIAM G. HUNTER WILEY- INTERSCIENCE A JOHN WILEY & SONS, INC., PUBLICATION FACHGEBIETSBGCHEREI

More information

Portfolio Management for institutional investors

Portfolio Management for institutional investors Portfolio Management for institutional investors June, 2010 Bogdan Bilaus, CFA CFA Romania Summary Portfolio management - definitions; The process; Investment Policy Statement IPS; Strategic Asset Allocation

More information

STATISTICAL APPLICATIONS for. HEALTH INFORMATION MANAGEMENT Second Edition

STATISTICAL APPLICATIONS for. HEALTH INFORMATION MANAGEMENT Second Edition 1290.ChFM 4/21/05 12:59 PM Page i STATISTICAL APPLICATIONS for HEALTH INFORMATION MANAGEMENT Second Edition CAROL E. OSBORN, PhD, RHIA The Ohio State University Health System Assistant Director Documentation

More information

Integrated Reservoir Asset Management

Integrated Reservoir Asset Management Integrated Reservoir Asset Management Integrated Reservoir Asset Management Principles and Best Practices John R. Fanchi AMSTERDAM. BOSTON. HEIDELBERG. LONDON NEW YORK. OXFORD. PARIS. SAN DIEGO SAN FRANCISCO.

More information

Optimization applications in finance, securities, banking and insurance

Optimization applications in finance, securities, banking and insurance IBM Software IBM ILOG Optimization and Analytical Decision Support Solutions White Paper Optimization applications in finance, securities, banking and insurance 2 Optimization applications in finance,

More information

RISK MANAGEMENT TOOLS

RISK MANAGEMENT TOOLS RISK MANAGEMENT TOOLS Pavilion Advisory Group TM Pavilion Advisory Group is a trademark of Pavilion Financial Corporation used under license by Pavilion Advisory Group Ltd. in Canada and Pavilion Advisory

More information

Ground Rules. FTSE WMA Private Investor Index Series v3.3

Ground Rules. FTSE WMA Private Investor Index Series v3.3 Ground Rules FTSE WMA Private Investor Index Series v3.3 ftserussell.com December 2015 Contents 1.0 Introduction... 3 2.0 Index structure... 4 3.0 Management responsibilities... 6 4.0 Queries and Complaints...

More information

Graph Analysis and Visualization

Graph Analysis and Visualization Graph Analysis and Visualization Graph Analysis and Visualization DISCOVERING BUSINESS OPPORTUNITY IN LINKED DATA Richard Brath David Jonker Graph Analysis and Visualization: Discovering Business Opportunity

More information

Preface to Volume I Financial risk management is a new quantitative discipline. Its development began during the 1970s, spurred on by the first Basel Accord, between the G10 countries, which covered the

More information

Copula Simulation in Portfolio Allocation Decisions

Copula Simulation in Portfolio Allocation Decisions Copula Simulation in Portfolio Allocation Decisions Gyöngyi Bugár Gyöngyi Bugár and Máté Uzsoki University of Pécs Faculty of Business and Economics This presentation has been prepared for the Actuaries

More information

International Investments

International Investments 2008 AGI-Information Management Consultants May be used for personal purporses only or by libraries associated to dandelon.com network. International Investments Bruno Solnik H.E.C. SCHOOL of MANAGEMENT

More information

Contents. List of Figures. List of Tables. Acknowledgments PART I INTRODUCTION 1

Contents. List of Figures. List of Tables. Acknowledgments PART I INTRODUCTION 1 List of Figures List of Tables Acknowledgments Preface xv xix xxi xxiii PART I INTRODUCTION 1 1 The Evolution of Financial Analysis 3 1.1 Bookkeeping 3 1.2 Modern finance 8 1.3 Departments, silos and analysis

More information

How To Understand And Understand Finance

How To Understand And Understand Finance Ill. i,t.,. QUANTITATIVE FINANCIAL ECONOMICS STOCKS, BONDS AND FOREIGN EXCHANGE Second Edition KEITH CUTHBERTSON AND DIRK NITZSCHE HOCHSCHULE John Wiley 8k Sons, Ltd CONTENTS Preface Acknowledgements 2.1

More information

Effective Methods for Software and Systems Integration

Effective Methods for Software and Systems Integration Effective Methods for Software and Systems Integration Boyd L. Summers CRC Press Taylor & Francis Group 6000 Broken Sound Parkway NW, Suite 300 Boca Raton, FL 33487-2742 CRC Press is an imprint of Taylor

More information

A GUIDE TO THE PROJECT MANAGEMENT BODY OF KNOWLEDGE

A GUIDE TO THE PROJECT MANAGEMENT BODY OF KNOWLEDGE A GUIDE TO THE PROJECT MANAGEMENT BODY OF KNOWLEDGE PMI Standards Committee William R. Duncan, Director of Standards Project Management Institute 130 South State Road Upper Darby, PA 19082 USA Library

More information

in Counseling A Guide to the Use of Psychological Assessment Procedures Danica G. Hays

in Counseling A Guide to the Use of Psychological Assessment Procedures Danica G. Hays Assessment in Counseling A Guide to the Use of Psychological Assessment Procedures Danica G. Hays AMERICAN COUNSELING ASSOCIATION 5999 Stevenson Avenue Alexandria, VA 22304 www.counseling.org Assessment

More information

Changing Power Balance in Matrix Organizations

Changing Power Balance in Matrix Organizations Changing Power Balance in Matrix Organizations A thesis submitted by Nursen Saracoglu In partial fulfillment of the requirements for the degree of Doctor of Philosophy Faculty of Business The University

More information

Schneps, Leila; Colmez, Coralie. Math on Trial : How Numbers Get Used and Abused in the Courtroom. New York, NY, USA: Basic Books, 2013. p i.

Schneps, Leila; Colmez, Coralie. Math on Trial : How Numbers Get Used and Abused in the Courtroom. New York, NY, USA: Basic Books, 2013. p i. New York, NY, USA: Basic Books, 2013. p i. http://site.ebrary.com/lib/mcgill/doc?id=10665296&ppg=2 New York, NY, USA: Basic Books, 2013. p ii. http://site.ebrary.com/lib/mcgill/doc?id=10665296&ppg=3 New

More information

The voice of mutual fund directors at the Investment Company Institute. Board Consideration of Fund Mergers

The voice of mutual fund directors at the Investment Company Institute. Board Consideration of Fund Mergers The voice of mutual fund directors at the Investment Company Institute Board Consideration of Fund Mergers Independent Directors Council Task Force Report June 2006 1401 H Street, NW Suite 1200 Washington,

More information

ER Volatility Forecasting using GARCH models in R

ER Volatility Forecasting using GARCH models in R Exchange Rate Volatility Forecasting Using GARCH models in R Roger Roth Martin Kammlander Markus Mayer June 9, 2009 Agenda Preliminaries 1 Preliminaries Importance of ER Forecasting Predicability of ERs

More information

The cash flow dynamics of private infrastructure project debt

The cash flow dynamics of private infrastructure project debt The cash flow dynamics of private infrastructure project debt 1/36 The cash flow dynamics of private infrastructure project debt Empirical evidence and dynamic modeling Frédéric Blanc-Brude, PhD Director,

More information

E-Commerce Operations Management Downloaded from www.worldscientific.com -COMMERCE. by 37.44.207.139 on 06/15/16. For personal use only.

E-Commerce Operations Management Downloaded from www.worldscientific.com -COMMERCE. by 37.44.207.139 on 06/15/16. For personal use only. -COMMERCE O p e r a t i o n s M a n a g e m e n t 2nd Edition This page intentionally left blank -COMMERCE O p e r a t i o n s M a n a g e m e n t 2nd Edition Marc J. Schniederjans University of Nebraska-Lincoln,

More information

Mathematical Modeling and Methods of Option Pricing

Mathematical Modeling and Methods of Option Pricing Mathematical Modeling and Methods of Option Pricing This page is intentionally left blank Mathematical Modeling and Methods of Option Pricing Lishang Jiang Tongji University, China Translated by Canguo

More information

Masters in Financial Economics (MFE)

Masters in Financial Economics (MFE) Masters in Financial Economics (MFE) Admission Requirements Candidates must submit the following to the Office of Admissions and Registration: 1. Official Transcripts of previous academic record 2. Two

More information

Tail-Dependence an Essential Factor for Correctly Measuring the Benefits of Diversification

Tail-Dependence an Essential Factor for Correctly Measuring the Benefits of Diversification Tail-Dependence an Essential Factor for Correctly Measuring the Benefits of Diversification Presented by Work done with Roland Bürgi and Roger Iles New Views on Extreme Events: Coupled Networks, Dragon

More information

TH E VaR IMPLEMENTATION HANDBOOK

TH E VaR IMPLEMENTATION HANDBOOK TH E VaR IMPLEMENTATION HANDBOOK GREG N. GREGORIOU EDITOR Me Graw Hill New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul Singapore Sydney Toronto C O N T E

More information

Examining the Relationship between ETFS and Their Underlying Assets in Indian Capital Market

Examining the Relationship between ETFS and Their Underlying Assets in Indian Capital Market 2012 2nd International Conference on Computer and Software Modeling (ICCSM 2012) IPCSIT vol. 54 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V54.20 Examining the Relationship between

More information

8.1 Summary and conclusions 8.2 Implications

8.1 Summary and conclusions 8.2 Implications Conclusion and Implication V{tÑàxÜ CONCLUSION AND IMPLICATION 8 Contents 8.1 Summary and conclusions 8.2 Implications Having done the selection of macroeconomic variables, forecasting the series and construction

More information

INDEX SERIES FTSE PUBLICATIONS. FTSE ETF Issuer Services.

INDEX SERIES FTSE PUBLICATIONS. FTSE ETF Issuer Services. INDEX SERIES FTSE PUBLICATIONS FTSE ETF Issuer Services. BEIJING BOSTON DUBAI HONG KONG LONDON MILAN MUMBAI NEW YORK PARIS SAN FRANCISCO SHANGHAI SYDNEY TOKYO FTSE FTSE Group ( FTSE ) is a world-leader

More information

Your model to successful individual retirement investment plans

Your model to successful individual retirement investment plans Your model to successful individual retirement investment plans Tim Noonan Managing Director, Capital Markets Insights Russell Investments WWW.RISYMPOSIUM.COM Presented by: Important Information Please

More information

MSCI Global Investable Market Indices Methodology

MSCI Global Investable Market Indices Methodology MSCI Global Investable Market Indices Methodology Index Construction Objectives, Guiding Principles and Methodology for the MSCI Global Investable Market Indices Contents Outline of the Methodology Book...

More information

Switching and Finite Automata Theory

Switching and Finite Automata Theory Switching and Finite Automata Theory Understand the structure, behavior, and limitations of logic machines with this thoroughly updated third edition. New topics include: CMOS gates logic synthesis logic

More information

A Simulation-Based lntroduction Using Excel

A Simulation-Based lntroduction Using Excel Quantitative Finance A Simulation-Based lntroduction Using Excel Matt Davison University of Western Ontario London, Canada CRC Press Taylor & Francis Croup Boca Raton London New York CRC Press is an imprint

More information

Improving sustainability communications between property and construction companies and the investment community

Improving sustainability communications between property and construction companies and the investment community C636 London, 2005 Investing in tomorrow s company Improving sustainability communications between property and construction companies and the investment community J Hirigoyen G Chant-Hall S Reid Upstream

More information

Financial Advisor Series ESSENTIALS OF MULTILINE INSURANCE PRODUCTS

Financial Advisor Series ESSENTIALS OF MULTILINE INSURANCE PRODUCTS Financial Advisor Series ESSENTIALS OF MULTILINE INSURANCE PRODUCTS Kirk S. Okumura FA222.02.1 This publication is designed to provide accurate and authoritative information about the subject covered.

More information

Four Essays on the Empirical Properties of Stock Market Volatility

Four Essays on the Empirical Properties of Stock Market Volatility Four Essays on the Empirical Properties of Stock Market Volatility Thesis Presented to the Faculty of Economics and Social Sciences of the University of Fribourg (Switzerland) in fulfillment of the requirements

More information

CREATING YOUR LIBRARY S BUSINESS PLAN:

CREATING YOUR LIBRARY S BUSINESS PLAN: CREATING YOUR LIBRARY S BUSINESS PLAN: A How-To-Do-It Manual with Samples on CD-ROM JOY HP. HARRIMAN HOW-TO-DO-IT MANUALS NUMBER 163 NEAL-SCHUMAN PUBLISHERS, INC. New York London Published by Neal-Schuman

More information

Contending Economic Theories

Contending Economic Theories Contending Economic Theories i ii Contending Economic Theories Richard D. Wolff and Stephen A. Resnick The MIT Press Cambridge, Massachusetts London, England iii 2012 Massachusetts Institute of Technology

More information

Multiple Sclerosis DIAGNOSIS AND THERAPY. Howard L. Weiner and James M. Stankiewicz EDITED BY

Multiple Sclerosis DIAGNOSIS AND THERAPY. Howard L. Weiner and James M. Stankiewicz EDITED BY Multiple Sclerosis DIAGNOSIS AND THERAPY EDITED BY Howard L. Weiner and James M. Stankiewicz Multiple Sclerosis Multiple Sclerosis Diagnosis and Therapy EDITED BY Howard L. Weiner, MD Robert L. Kroc

More information

List of figures Preface Acknowledgments

List of figures Preface Acknowledgments List of figures Preface Acknowledgments x xi xiii 1 Understanding Mutual Funds 1 Mutual Funds as Financial Intermediaries 2 Investment Companies and Unit Investment Trusts 3 The 1940 Act and Regulation

More information

AUTOMATED CURRENCY TRADING

AUTOMATED CURRENCY TRADING AUTOMATED CURRENCY TRADING The objective, automated and time efficient way how to diversify your investment activity fully under own control. 1 AlgoFxSolution.com INTRODUCTION We are a technology company

More information

MSCI Global Investable Market Indices Methodology

MSCI Global Investable Market Indices Methodology MSCI Global Investable Market Indices Methodology Index Construction Objectives, Guiding Principles and Methodology for the MSCI Global Investable Market Indices Contents Outline of the Methodology Book...

More information

Porter, White & Company

Porter, White & Company Porter, White & Company Optimizing the Fixed Income Component of a Portfolio White Paper, September 2009, Number IM 17.2 In the White Paper, Comparison of Fixed Income Fund Performance, we show that a

More information

Active Versus Passive Low-Volatility Investing

Active Versus Passive Low-Volatility Investing Active Versus Passive Low-Volatility Investing Introduction ISSUE 3 October 013 Danny Meidan, Ph.D. (561) 775.1100 Low-volatility equity investing has gained quite a lot of interest and assets over the

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 QuantValley /QMI, Annual Research Conference, New York 2013 Nicolas Papageorgiou Associate Professor, HEC Montreal Senior Derivative Strategist, Montreal

More information

SECURITY AND QUALITY OF SERVICE IN AD HOC WIRELESS NETWORKS

SECURITY AND QUALITY OF SERVICE IN AD HOC WIRELESS NETWORKS SECURITY AND QUALITY OF SERVICE IN AD HOC WIRELESS NETWORKS Ensuring secure transmission and good quality of service (QoS) are key commercial concerns in ad hoc wireless networks as their application in

More information

Praise for Agile Contracts

Praise for Agile Contracts Agile Contracts Praise for Agile Contracts Agile development is starting to become popular in Japan, though Japanese companies have used all in one contracts for the last three decades. In this movement,

More information

Prediction of Stock Performance Using Analytical Techniques

Prediction of Stock Performance Using Analytical Techniques 136 JOURNAL OF EMERGING TECHNOLOGIES IN WEB INTELLIGENCE, VOL. 5, NO. 2, MAY 2013 Prediction of Stock Performance Using Analytical Techniques Carol Hargreaves Institute of Systems Science National University

More information

Palgrave Macmillan Studies in Banking and Financial Institutions

Palgrave Macmillan Studies in Banking and Financial Institutions Palgrave Macmillan Studies in Banking and Financial Institutions Series Editor: Professor Philip Molyneux The Palgrave Macmillan Studies in Banking and Financial Institutions are international in orientation

More information

new international personal share portfolio

new international personal share portfolio new international personal share portfolio Your opportunity to own a custom-built share portfolio of internationally listed securities wealth Whilst the Johannesburg Stock Exchange is the largest stock

More information

Performance Evaluation on Mutual Funds

Performance Evaluation on Mutual Funds Performance Evaluation on Mutual Funds Dr.G.Brindha Associate Professor, Bharath School of Business, Bharath University, Chennai 600073, India Abstract: Mutual fund investment has lot of changes in the

More information

Minimizing Downside Risk in Axioma Portfolio with Options

Minimizing Downside Risk in Axioma Portfolio with Options United States and Canada: 212-991-4500 Europe: +44 (0)20 7856 2424 Asia: +852-8203-2790 Minimizing Downside Risk in Axioma Portfolio with Options 1 Introduction The market downturn in 2008 is considered

More information

Econometric Modelling for Revenue Projections

Econometric Modelling for Revenue Projections Econometric Modelling for Revenue Projections Annex E 1. An econometric modelling exercise has been undertaken to calibrate the quantitative relationship between the five major items of government revenue

More information

Könyvek, webes források. Altenburger Szimpózium, 2009. Gáll József Debreceni Egyetem, Közgazdaságtudományi Kar

Könyvek, webes források. Altenburger Szimpózium, 2009. Gáll József Debreceni Egyetem, Közgazdaságtudományi Kar Gáll József Debreceni Egyetem, Közgazdaságtudományi Kar Altenburger Szimpózium, 2009 Pénzügyi csomagok Előzmények Jeszenszky Péter: R előadások, MAT Őszi Iskola, 2009 http://www.inf.unideb.hu/ jeszy/r/index.html

More information

PHD PROGRAM IN FINANCE COURSE PROGRAMME AND COURSE CONTENTS

PHD PROGRAM IN FINANCE COURSE PROGRAMME AND COURSE CONTENTS PHD PROGRAM IN FINANCE COURSE PROGRAMME AND COURSE CONTENTS I. Semester II. Semester FINC 601 Corporate Finance 8 FINC 602 Asset Pricing 8 FINC 603 Quantitative Methods in Finance 8 FINC 670 Seminar 4

More information

9.2 User s Guide SAS/STAT. Introduction. (Book Excerpt) SAS Documentation

9.2 User s Guide SAS/STAT. Introduction. (Book Excerpt) SAS Documentation SAS/STAT Introduction (Book Excerpt) 9.2 User s Guide SAS Documentation This document is an individual chapter from SAS/STAT 9.2 User s Guide. The correct bibliographic citation for the complete manual

More information

Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics

Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics Institute of Actuaries of India Subject CT3 Probability and Mathematical Statistics For 2015 Examinations Aim The aim of the Probability and Mathematical Statistics subject is to provide a grounding in

More information

Mean Reversion - Illustration of Irregular Returns in US Equity and Fixed Income Markets

Mean Reversion - Illustration of Irregular Returns in US Equity and Fixed Income Markets AlphaQuest CTA Research Series #4 The goal of this research series is to demystify specific black box CTA trend following strategies and to analyze their characteristics both as a stand-alone product as

More information

FPSB Strategic Plan. Competency Profile. April 2008 Financial Planner. CFP Certification Global excellence in financial planning

FPSB Strategic Plan. Competency Profile. April 2008 Financial Planner. CFP Certification Global excellence in financial planning FPSB Strategic Plan April 2008 Planner Competency Profile CFP Certification Global excellence in financial planning MISSION STATEMENT Standards Board Ltd. (FPSB) manages, develops and operates certification,

More information

Understanding Data and Information Systems for Recordkeeping. by Philip C. Bantin

Understanding Data and Information Systems for Recordkeeping. by Philip C. Bantin Contents i Understanding Data and Information Systems for Recordkeeping by Philip C. Bantin The Archives & Record Manager s Bookshelf 2 Neal-Schuman Publishers, Inc. New York London Published by Neal-Schuman

More information

Charles University, Faculty of Mathematics and Physics, Prague, Czech Republic.

Charles University, Faculty of Mathematics and Physics, Prague, Czech Republic. WDS'09 Proceedings of Contributed Papers, Part I, 148 153, 2009. ISBN 978-80-7378-101-9 MATFYZPRESS Volatility Modelling L. Jarešová Charles University, Faculty of Mathematics and Physics, Prague, Czech

More information

Life Cycle Asset Allocation A Suitable Approach for Defined Contribution Pension Plans

Life Cycle Asset Allocation A Suitable Approach for Defined Contribution Pension Plans Life Cycle Asset Allocation A Suitable Approach for Defined Contribution Pension Plans Challenges for defined contribution plans While Eastern Europe is a prominent example of the importance of defined

More information

The Labor Market for Attorneys in the State of California

The Labor Market for Attorneys in the State of California R The Labor Market for Attorneys in the State of California Past, Present, and Future Tora Kay Bikson, Megan Beckett, Susan Gates, Cassandra Guarino, Karen Ross, Ron Zimmer Supported by the University

More information

Risks Involved with Systematic Investment Strategies

Risks Involved with Systematic Investment Strategies Risks Involved with Systematic Investment Strategies SIMC Lectures in Entrepreneurial Leadership, ETH Zurich, D-MTEC, February 5, 2008 Dr. Gabriel Dondi (dondi@swissquant.ch) This work is subject to copyright.

More information

2013 Investment Seminar Colloque sur les investissements 2013

2013 Investment Seminar Colloque sur les investissements 2013 2013 Investment Seminar Colloque sur les investissements 2013 Session/Séance: Volatility Management Speaker(s)/Conférencier(s): Nicolas Papageorgiou Associate Professor, HEC Montréal Derivatives Consultant,

More information

Russell K. Anderson. Visual Data Mining THE VISMINER APPROACH

Russell K. Anderson. Visual Data Mining THE VISMINER APPROACH Russell K. Anderson Visual Data Mining THE VISMINER APPROACH Visual Data Mining Visual Data Mining The VisMiner Approach RUSSELL K. ANDERSON VisTech, USA This edition first published 2013 # 2013 John

More information