Details

Financial Risk Forecasting


Financial Risk Forecasting

The Theory and Practice of Forecasting Market Risk with Implementation in R and Matlab
The Wiley Finance Series, Band 587 1. Aufl.

von: Jon Danielsson

53,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 18.04.2011
ISBN/EAN: 9781119977100
Sprache: englisch
Anzahl Seiten: 304

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<i>Financial Risk Forecasting</i> is a complete introduction to practical quantitative risk management, with a focus on market risk. Derived from the authors teaching notes and years spent training practitioners in risk management techniques, it brings together the three key disciplines of finance, statistics and modeling (programming), to provide a thorough grounding in risk management techniques. <p>Written by renowned risk expert Jon Danielsson, the book begins with an introduction to financial markets and market prices, volatility clusters, fat tails and nonlinear dependence. It then goes on to present volatility forecasting with both univatiate and multivatiate methods, discussing the various methods used by industry, with a special focus on the GARCH family of models. The evaluation of the quality of forecasts is discussed in detail. Next, the main concepts in risk and models to forecast risk are discussed, especially volatility, value-at-risk and expected shortfall. The focus is both on risk in basic assets such as stocks and foreign exchange, but also calculations of risk in bonds and options, with analytical methods such as delta-normal VaR and duration-normal VaR and Monte Carlo simulation. The book then moves on to the evaluation of risk models with methods like backtesting, followed by a discussion on stress testing. The book concludes by focussing on the forecasting of risk in very large and uncommon events with extreme value theory and considering the underlying assumptions behind almost every risk model in practical use – that risk is exogenous – and what happens when those assumptions are violated.</p> <p>Every method presented brings together theoretical discussion and derivation of key equations and a discussion of issues in practical implementation. Each method is implemented in both MATLAB and R, two of the most commonly used mathematical programming languages for risk forecasting with which the reader can implement the models illustrated in the book.</p> <p>The book includes four appendices. The first introduces basic concepts in statistics and financial time series referred to throughout the book. The second and third introduce R and MATLAB, providing a discussion of the basic implementation of the software packages. And the final looks at the concept of maximum likelihood, especially issues in implementation and testing.</p> <p>The book is accompanied by a website - <a href="http://www.financialriskforecasting.com/">www.financialriskforecasting.com</a> – which features downloadable code as used in the book.</p>
Preface. <p>Acknowledgments.</p> <p>Abbreviations.</p> <p>Notation.</p> <p><b>1 Financial markets, prices and risk.</b></p> <p>1.2 S&P 500 returns.</p> <p>1.3 The stylized facts of financial returns.</p> <p>1.4 Volatility.</p> <p>1.5 Nonnormality and fat tails.</p> <p>1.6 Identification of fat tails.</p> <p>1.7 Nonlinear dependence.</p> <p>1.8 Copulas.</p> <p>1.9 Summary.</p> <p><b>2 Univariate volatility modeling.</b></p> <p>2.1 Modeling volatility.</p> <p>2.2 Simple volatility models.</p> <p>2.3 GARCH and conditional volatility.</p> <p>2.4 Maximum likelihood estimation of volatility models.</p> <p>2.5 Diagnosing volatility models.</p> <p>2.6 Application of ARCH and GARCH.</p> <p>2.7 Other GARCH-type models.</p> <p>2.8 Alternative volatility models.</p> <p>2.9 Summary.</p> <p><b>3 Multivariate volatility models.</b></p> <p>3.1 Multivariate volatility forecasting.</p> <p>3.2 EWMA.</p> <p>3.3 Orthogonal GARCH.</p> <p>3.4 CCC and DCC models.</p> <p>3.5 Estimation comparison.</p> <p>3.6 Multivariate extensions of GARCH.</p> <p>3.7 Summary.</p> <p><b>4 Risk measures.</b></p> <p>4.1 Defining and measuring risk.</p> <p>4.2 Volatility.</p> <p>4.3 Value-at-risk.</p> <p>4.4 Issues in applying VaR.</p> <p>4.5 Expected shortfall.</p> <p>4.6 Holding periods, scaling and the square root of time.</p> <p>4.7 Summary.</p> <p><b>5 Implementing risk forecasts.</b></p> <p>5.1 Application.</p> <p>5.2 Historical simulation.</p> <p>5.3 Risk measures and parametric methods.</p> <p>5.4 What about expected returns?</p> <p>5.5 VaR with time-dependent volatility.</p> <p>5.6 Summary.</p> <p><b>6 Analytical value-at-risk for options and bonds.</b></p> <p>6.1 Bonds.</p> <p>6.2 Options.</p> <p>6.3 Summary.</p> <p><b>7 Simulation methods for VaR for options and bonds.</b></p> <p>7.1 Pseudo random number generators.</p> <p>7.2 Simulation pricing.</p> <p>7.3 Simulation of VaR for one asset.</p> <p>7.4 Simulation of portfolio VaR.</p> <p>7.5 Issues in simulation estimation.</p> <p>7.6 Summary.</p> <p><b>8 Backtesting and stress testing.</b></p> <p>8.1 Backtesting.</p> <p>8.2 Backtesting the S&P 500.</p> <p>8.3 Significance of backtests.</p> <p>8.4 Expected shortfall backtesting.</p> <p>8.5 Problems with backtesting.</p> <p>8.6 Stress testing.</p> <p>8.7 Summary.</p> <p><b>9 Extreme value theory.</b></p> <p>9.1 Extreme value theory.</p> <p>9.2 Asset returns and fat tails.</p> <p>9.3 Applying EVT.</p> <p>9.4 Aggregation and convolution.</p> <p>9.5 Time dependence.</p> <p>9.6 Summary.</p> <p><b>10 Endogenous risk.</b></p> <p>10.1 The Millennium Bridge.</p> <p>10.2 Implications for financial risk management.</p> <p>10.3 Endogenous market prices.</p> <p>10.4 Dual role of prices.</p> <p>10.5 Summary.</p> <p><b>APPENDICES.</b></p> <p><b>A Financial time series.</b></p> <p>A.1 Random variables and probability density functions.</p> <p>A.2 Expectations and variance.</p> <p>A.3 Higher order moments.</p> <p>A.4 Examples of distributions.</p> <p>A.5 Basic time series concepts.</p> <p>A.6 Simple time series models.</p> <p>A.7 Statistical hypothesis testing.</p> <p><b>B An introduction to R.</b></p> <p>B.1 Inputting data.</p> <p>B.2 Simple operations.</p> <p>B.3 Distributions.</p> <p>B.4 Time series.</p> <p>B.5 Writing functions in R.</p> <p>B.6 Maximum likelihood estimation.</p> <p>B.7 Graphics.</p> <p><b>C An introduction to Matlab.</b></p> <p>C.1 Inputting data.</p> <p>C.2 Simple operations.</p> <p>C.3 Distributions.</p> <p>C.3.1 Normality tests.</p> <p>C.4 Time series.</p> <p>C.5 Basic programming and M-files.</p> <p>C.6 Maximum likelihood.</p> <p>C.7 Graphics.</p> <p><b>D Maximum likelihood.</b></p> <p>D.1 Likelihood functions.</p> <p>D.2 Optimizers.</p> <p>D.3 Issues in ML estimation.</p> <p>D.4 Information matrix.</p> <p>D.5 Properties of maximum likelihood estimators.</p> <p>D.6 Optimal testing procedures.</p> <p><b>Bibliography.</b></p> <p><b>Index.</b></p>
<b>Jón Daníelsson</b> has a PhD in the economics of financial markets and is a reader in finance at the London School of Economics. His research interests include financial stability, extreme market movements, risk, market liquidity and financial crisis. He has published extensively in both academic and practitioner journals, has consulted with a variety of private sector and public institutions, frequently gives executive education courses and has presented his work in a number of universities and institutions. In addition, he has been a frequent commentator of issues in financial markets in the media, appearing on CNN, the BBC, and many other TV and radio stations, with comments and op-ed pieces in newspapers like the <i>Financial Times.</i>
<i>Financial Risk Forecasting</i> is a complete introduction to practical quantitative risk management, with a focus on market risk. Derived from the author's teaching notes and years spent training practitioners in risk management techniques, it brings together the three key disciplines of finance, statistics and modeling (programming), to provide a thorough grounding in risk management techniques. <p>Written by renowned risk expert Jón Daníelsson, the book begins with an introduction to financial markets and market prices, volatility clusters, fat tails and nonlinear dependence. It then goes on to present volatility forecasting with both univatiate and multivatiate methods, discussing the various methods used by industry, with a special focus on the GARCH family of models. The evaluation of the quality of forecasts is discussed in detail. Next, the main concepts in risk and models to forecast risk are discussed, especially volatility, value-at-risk and expected shortfall. The focus is both on risk in basic assets such as stocks and foreign exchange, but also calculations of risk in bonds and options, with analytical methods such as delta-normal VaR and duration-normal VaR and Monte Carlo simulation. The book then moves on to the evaluation of risk models with methods like backtesting, followed by a discussion on stress testing. The book concludes by focusing on the forecasting of risk in very large and uncommon events with extreme value theory and considering the underlying assumptions behind almost every risk model in practical use - that risk is exogenous - and what happens when those assumptions are violated.</p> <p>Every method presented brings together theoretical discussion and derivation of key equations and a discussion of issues in practical implementation. Each method is implemented in both MATLAB® and R, two of the most commonly used mathematical programming languages for risk forecasting with which the reader can implement the models illustrated in the book.</p> <p>The book includes four appendices. The first introduces basic concepts in statistics and financial time series referred to throughout the book. The second and third introduce R and MATLAB®, providing a discussion of the basic implementation of the software packages. And the final looks at the concept of maximum likelihood, especially issues in implementation and testing.</p> <p>The book is accompanied by a website - <a href="http://www.financialriskforecasting.com">www.financialriskforecasting.com</a> - which features downloadable code as used in the book.</p>

Diese Produkte könnten Sie auch interessieren:

Financial Simulation Modeling in Excel
Financial Simulation Modeling in Excel
von: Keith A. Allman, Josh Laurito, Michael Loh
PDF ebook
84,99 €
Quantitative Risk Management
Quantitative Risk Management
von: Thomas S. Coleman, Bob Litterman
PDF ebook
63,99 €