Details

Strategic Asset Allocation in Fixed Income Markets


Strategic Asset Allocation in Fixed Income Markets

A Matlab Based User's Guide
The Wiley Finance Series 1. Aufl.

von: Ken Nyholm

58,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 15.09.2008
ISBN/EAN: 9780470721070
Sprache: englisch
Anzahl Seiten: 192

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

Beschreibungen

<ul> <li>Matlab is used within nearly all investment banks and is a requirement in most quant job ads. There is no other book written for finance practitioners that covers this</li> <li>Enables readers to implement financial and econometric models in Matlab</li> <li>All central concepts and theories are illustrated by Matlab implementations which are accompanied by detailed descriptions of the programming steps needed</li> <li>All concepts and techniques are introduced from a basic level</li> <li>Chapter 1 introduces Matlab and matrix algebra, it serves to make the reader familiar with the use and basic capabilities if Matlab. The chapter concludes with a walkthrough of a linear regression model, showing how Matlab can be used to solve an example problem analytically and by the use of optimization and simulation techniques</li> <li>Chapter 2 introduces expected return and risk as central concepts in finance theory using fixed income instruments as examples, the chapter illustrates how risk measures such as standard deviation, Modified duration, VaR, and expected shortfall can be calculated empirically and in closed form</li> <li>Chapter 3 introduces the concept of diversification and illustrates how the efficient investment frontier can be derived - a Matlab is developed that can be used to calculate a given number of portfolios that lie on an efficient frontier, the chapter also introduces the CAPM</li> <li>Chapter 4 introduces econometric tools: principle component analysis is presented and used as a prelude to yield-curve factor models. The Nelson-Siegel model is used to introduce the Kalman-Filter as a way to add time-series dynamics to the evolution of yield curves over time, time series models such as Vector Autoregression and regime-switching are also presented</li> <li>Supported by a website with online resources - www.kennyholm.com where all Matlab programs referred to in the text can be downloaded. The site also contains lecture slides and answers to end of chapter exercises</li> </ul>
1. Introduction. <p>1.1 Strategic Asset Allocation.</p> <p>1.2 Outline of the Book.</p> <p><b>2. Essential Elements of Matlab.</b></p> <p>2.1 Introduction.</p> <p>2.2 Getting started.</p> <p>2.3 Introductorymatrix algebra.</p> <p>2.4 Organising data.</p> <p>2.5 Creating functions.</p> <p>2.5.1 Branching and looping.</p> <p>2.5.2 An example of a simple function.</p> <p>2.5.3 Calling functions in Matlab Rø.</p> <p>2.6 The linear regression.</p> <p>2.6.1 The basic setup.</p> <p>2.6.2 Maximumlikelihood.</p> <p>2.7 Some estimation examples.</p> <p>2.8 A brief introduction to simulations.</p> <p>2.8.1 Generating correlated randomnumbers.</p> <p><b>3. Fixed-Income Preliminaries.</b></p> <p>3.1 Introduction.</p> <p>3.2 Spot rates and yields.</p> <p>3.3 Forward rates.</p> <p>3.4 Bond pricing functions.</p> <p><b>4. Risk and Return Measures.</b></p> <p>4.1 Introduction.</p> <p>4.2 RiskMeasures.</p> <p>4.2.1 Value-at-risk and Expected Shortfall.</p> <p>4.2.2 Duration and modified duration.</p> <p>4.3 Fixed-Income Returns.</p> <p><b>5. Term Structure Models.</b></p> <p>5.1 Introduction.</p> <p>5.2 Not-Necessarily Arbitrage FreeModels.</p> <p>5.2.1 Nelson and Siegel.</p> <p>5.2.2 Svensson and Soderlind.</p> <p>5.3 Arbitrage-FreeModels.</p> <p>5.3.1 Vasicek.</p> <p>5.3.2 Multi-factormodels: an example.</p> <p><b>6. Asset Allocation.</b></p> <p>6.1 Introduction.</p> <p>6.2 Efficient portfolios.</p> <p>6.3 Diversification.</p> <p>6.4 Theminimumvariance portfolio.</p> <p>6.5 Asset weight constraints.</p> <p>6.6 The Capital Asset PricingModel.</p> <p><b>7. Statistical Tools.</b></p> <p>7.1 Introduction.</p> <p>7.2 The Vector Auto Regression.</p> <p>7.2.1 Order of integration.</p> <p>7.3 Regime switchingmodels.</p> <p>7.3.1 Introduction.</p> <p>7.4 Yield curvemodels in state-space form.</p> <p>7.4.1 The Nelson-Siegelmodel in state-space.</p> <p>7.5 Importance Sampling.</p> <p>7.5.1 Some theory.</p> <p>7.5.2 An example.</p> <p><b>8. Building graphical user interfaces.</b></p> <p>8.1 Introduction.</p> <p>8.2 The "guide" development environment.</p> <p>8.3 Creating a simple GUI.</p> <p>8.3.1 Plotting the yield curve.</p> <p>8.3.2 Estimating &lambda; and yield curve factors.</p> <p><b>9. Useful Formulas and Expressions.</b></p> <p>9.1 Introduction.</p> <p>9.2 Matrix operations.</p> <p>9.2.1 Definitions.</p> <p>9.2.2 Sum.</p> <p>9.2.3 Product.</p> <p>9.2.4 Transpose.</p> <p>9.2.5 Symmetricmatrix.</p> <p>9.2.6 The Identitymatrix.</p> <p>9.2.7 Determinant.</p> <p>9.2.8 Rank.</p> <p>9.2.9 Inverse.</p> <p>9.2.10 Trace.</p> <p>9.2.11 Powers.</p> <p>9.2.12 Eigenvalues and eigenvectors.</p> <p>9.2.13 Positive definite.</p> <p>9.2.14 Matrix differentiation.</p> <p>9.3 Decompositions.</p> <p>9.3.1 Triangular.</p> <p>9.3.2 Cholesky.</p> <p>9.3.3 Eigenvalue.</p> <p>9.4 Basic rules.</p> <p>9.4.1 Index rules.</p> <p>9.4.2 Logarithmrules.</p> <p>9.4.3 Simple derivatives.</p> <p>9.4.4 Simple integrals.</p> <p>9.5 Distributions.</p> <p>9.5.1 Normal.</p> <p>9.5.2 Multivariate normal.</p> <p>9.5.3 Vasicek’s limiting distribution.</p> <p>9.6 Functions.</p> <p>9.6.1 Linear (affine) function.</p> <p>9.6.2 Quadratic function.</p> <p>9.6.3 General polynominals.</p> <p>9.6.4 Exponential.</p> <p>9.6.5 Logarithm.</p> <p>9.6.6 Error function.</p> <p>9.6.7 Inverse.</p> <p>9.7 Taylor series approximation.</p> <p>9.8 Interest rates, returns and portfolio statistics.</p> <p>9.8.1 Cummulative arithmetic return.</p> <p>9.8.2 Average arithmetic return.</p> <p>9.8.3 Cummulative geometric return.</p> <p>9.8.4 Average geometric return.</p> <p>9.8.5 Compounding of interest rates.</p> <p>9.8.6 Portfolio statistics.</p>
<b>Ken Nyholm</b> works in the Risk Management Division of the European Central Bank, focusing on the practical implementation of financial and quantitative techniques in the area of fixed income strategic asset allocation for the bank's domestic and foreign currency portfolios, as well as asset and liability management for pensions. Ken holds a PhD in finance and has published numerous articles on yield curve modelling and financial market microstructure. Ken has extensive teaching and communication experience obtained from university courses at the master level, as well as conference speaking engagements, and central banking seminars. 
<i>Strategic Asset Allocation in Fixed Income Markets</i> explains financial and econometrical modelling techniques that can be used to implement strategic asset allocation methods in practice using MATLAB. <p>Written by experienced Economist, Ken Nyholm, the book begins by introducing the reader to strategic asset allocation and its definition and applications before going on to explain how to use MATLAB in fixed-income investments and risk measurement using introductory matrix algebra, linear regression, spot rates and yields, forward rates and bond pricing functions. The second part of the book goes on to explain term structure models using examples of arbitrage-free and not necessarily arbitrage-free models; asset allocation models using the efficient frontier as a central concept; and introduces various econometric techniques such as vector autoregressive and regime-switching models.</p> <p>All financial concepts used in the book are introduced from a basic level and are subsequently extended into more complicated solution models making the book both accessible and straight-forward. Framed in the context of strategic asset allocation for a fixed-income investment universe, all the tools, techniques and examples relate to bond investments. All examples are supported by annotated MATLAB code and mathematical derivations as a means to aid the reader’s effort to implement their own model specifications.</p>

Diese Produkte könnten Sie auch interessieren:

Mindfulness
Mindfulness
von: Gill Hasson
PDF ebook
12,99 €
Counterparty Credit Risk, Collateral and Funding
Counterparty Credit Risk, Collateral and Funding
von: Damiano Brigo, Massimo Morini, Andrea Pallavicini
EPUB ebook
69,99 €