Difficulties in Modeling Interest Rates

Total Page:16

File Type:pdf, Size:1020Kb

Difficulties in Modeling Interest Rates Difficulties in Modeling Interest Rates An Honors Thesis (HONORS 499) By Ashley Frey Ball State University Muncie, IN December 2008 lJ~ C/i.-'{ r ~ cJ 7'h L ..:": II Abstract .;l,oo .FePj This paper discusses two types of basic interest rate models: the Vasicek model and Cox- Ingersoll-Ross model. The mathematics behind interest rate modeling is extremely complex, so this paper does not review proofs of the stochastic processes behind these models. Instead, the paper focuses on various techniques to estimate the parameters of the models. It also discusses the difficulties in creating and implementing these models using Microsoft Excel. Acknowledgements I would like to thank Professor Gary Dean for his willingness to help me on this thesis. He provided excellent guidance and insight on this project. Without his help, this paper would not have been possible. Table of Contents I. Introduction II. Vasicek Model III. Cox-Ingersoll-Ross Model IV. Conclusion V. Appendix A: A Proof of Cox-Ingersoll-Ross Parameter Estimation using Maximum Likelihood Estimate VI. Appendix B: Comparison of Historic Rates versus Vasicek and Cox-Ingersoll-Ross Simulated Rates Introduction Any investor knows that financial markets are volatile. For years researchers have studied the financial markets looking for trends in data that may help investors predict the future of these markets. Due to the extremely complex nature and plethora of variables to be considered, investors are still unable to predict the markets with much certainty; however, research hasn't been an entire waste of time. Many models have been created which are able to help investors manage their risk. These models have become especially important in recent years as the derivatives market has exploded. The introduction of these complex financial instruments has commanded the need for better models of prices of their underlying assets. Before issuing a new financial product, a company must understand the cash flows for the product. This often relies on scenario testing of stocks, bonds, interest rates, and other assets. Small changes in interest rates can result in millions of dollars of changes in asset values. For this reason, many models incorporate different scenarios to illustrate cash flows under various potential conditions. This paper examines the implementation of two interest rate models: the Vasicek model, created in 1977, and the Cox~Ingersoll~Ross model from 1985. These models are classified as "short rate models" opposed to "no-arbitrage models." These short rate models fit the parameters of the model to historical data, which may allow for arbitrage. The term structure of interest rates is then determined through the simulation of the model using the estimated parameters. While this paper does not examine the term structure of interest rates, this characteristic distinguishes the Vasicek and Cox~Ingersoll­ Ross short rate models from no arbitrage models and is important to point out. The no arbitrage models, in contrast, use the current term structure of interest rates, as implied by zero coupon bonds of various maturities, to develop a model that does not allow for arbitrage. Both types of models have their advantages and disadvantages which will be examined later in the paper through the simulation of the Vasicek and Cox-Ingersoll-Ross models. These models are also classified as one-factor models. This means that the predicted interest rate is a function of the previous interest rate. Although, one-factor models are elementary among the new multi-factor models, they provide a good introduction to the study of interest rates. The assumptions and details of these models are incorporated into other models; therefore, a study of the both the accomplishments and shortcomings of these models provides a strong background for understanding the dynamics of interest rates. Vasicek Model One of the most basic interest rate models was originally introduced by Vasicek in 1977. The interest rates modeled in this paper are based off of the daily interest rate reported by the 13-week Treasury Bill as stated on Yahoo! Finance. Due to extra risk factors that are not considered in the Vasicek model, only "risk-free" bonds were modeled. (Treasury bills, notes, and bonds issued by the United States government are assumed in most financial studies to be risk-free.) The general equation for this stochastic process is shown below: dr u(r)dt + a(r)dW where: dr change in interest rate u(r) drift rate dt = change in time o-(r) standard deviation of the interest rate 2 dW = random variable distributed normally with mean 0 and variance 0- This can be specialized for the Vasicek model. The equation as used in the modeling of interest rates using the Vasicek model is shown below: where: rk = interest rate in period k a rate of mean reversion b mean 0- standard deviation 2 Z = random variable distributed normally with mean 0 and variance 0- dt = change in time For ro, the interest rate used is the historic interest rate for the beginning day of the time period modeled as found on Yahoo! Finance. For periods I through n, the interest rate used is the interest rate from period k-l as generated by the equation. The change in time can be assumed to be 1 throughout the Vasicek models used in this paper. The random variable Z is particularly important in the development of the model. It accounts for Vasicek's idea that interest rates follow a stochastic process known as the Ornstein- Uhlenbeck process. While the details of this process are beyond the scope of this paper, some of the assumptions of this process are important underlying assumptions of this model. The first assumption states that changes in interest rates are continuous and therefore interest rates will pass through every intermediate value before reaching a new value. Obviously, in practice this is not true; interest rates can and do jump around. In the modeling observed in this paper, this assumption does not seem to strongly hinder the model. The second assumption states that the random term, Z in the model, is distributed normally with mean zero and variance 0'2 . This assumption of a normal distribution allows calculations to be performed much easier. Finally, the last assumption states that interest rates follow a process known as mean reversion. Mean reversion requires that if an interest rate becomes too high in relation to its historic mean, it will fall, and conversely if an interest rate becomes too low in relation to its historic mean, it will rise. This reversion is shown in the term b- rk , and the rate of reversion is measured by the parameter a. The larger a is, the faster the interest rate reverts back to its mean. It must be reiterated that these are not all the assumptions of the Omstein-Uhlenbeck process, but they are the assumptions that are easily described and most visible in the Vasicek model. F our measures for the estimation of parameters a, b, and 0' were taken, First, the standard deviation of the historic interest rates for the time period being modeled was used as a measure of 0' and similarly, the mean of the historic interest rates was used as a measure of b. The rate at which the interest reverted back to the mean, or a, was found by taking the average of the growth of the absolute value of b-rk • This model produced highly volatile results as illustrated in the graph of simulated interest rates versus historic daily interest rates for the one year time period of the I3-week Treasury Bill shown below: Figure 1: Daily Historic and Simulated Interest Rates for 13-Week Treasury Bill (Version One) Table I: Results from Simulated Interest Rates for 13-Week Treasury Bill (Version One) Statistical Results for Parameters for rk historic interest rate Statistical Results for rk a 0.3589 mean 1.7252 mean 1.7651 b 1.7252 standard standard C1 0.7716 0.7716 0.9646 deviation deviation It's important to note that the graph of the simulated rate is just one example of many possible outcomes. Because the Excel model uses a random number generator as part of its input, there are an infinite number of possibilities. Though the actual interest rate values produced will vary with each simulation, the mean reversion trend will not. The graph above clearly shows that the model over/under predicts the interest rate each time and then over/under corrects itself. This is due to a high estimation for the standard deviation term (J' . To fix this problem, a linear regression was performed on the historic data. If the Vasicek equation is rewritten in the form: YI = mx, +h+u where: y, rk+1 - r k Xi r k m a h ab u (J'Z a simple linear regression can be performed using only the historic interest rate from the observed time period. Parameters a and b can be solved for using the coefficient and intercept from the regression results, and the standard error of the y-value can be used as an estimate for (J' . Using these parameters in the model for the I3-week Treasury Bill from the same time period as previously simulated, gives the graph below: Figure 2: Daily Historic and Simulated Interest Rates for 13-Week Treasury Bill (Version Two) 4 3.5 3 25 ~ 2 I 1.5 0.5 0 -0.5 #' (\ #> ,# ,""ff' q)"<Y ,," Date Table 2: Results from Simulated Interest Rates for 13-Week Treasury Bill (Version Two) Statistical Results for Parameters for rk historic interest rate Statistical Results for rk a 0.0187 mean 1.7252 mean 2.1271 b 1.0787 standard standard C1 0.0187 0.7716 0.6159 deviation deviation This graph appears to be a much more accurate representation of a possible random outcome of the interest rate.
Recommended publications
  • An Empirical Comparison of Interest Rate Models for Pricing Zero Coupon Bond Options
    AN EMPIRICAL COMPARISON OF INTEREST RATE MODELS FOR PRICING ZERO COUPON BOND OPTIONS HUSEYÄ IN_ S»ENTURKÄ AUGUST 2008 AN EMPIRICAL COMPARISON OF INTEREST RATE MODELS FOR PRICING ZERO COUPON BOND OPTIONS A THESIS SUBMITTED TO THE GRADUATE SCHOOL OF APPLIED MATHEMATICS OF THE MIDDLE EAST TECHNICAL UNIVERSITY BY HUSEYÄ IN_ S»ENTURKÄ IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF SCIENCE IN THE DEPARTMENT OF FINANCIAL MATHEMATICS AUGUST 2008 Approval of the Graduate School of Applied Mathematics Prof. Dr. Ersan AKYILDIZ Director I certify that this thesis satis¯es all the requirements as a thesis for the degree of Master of Science. Prof. Dr. Ersan AKYILDIZ Head of Department This is to certify that we have read this thesis and that in our opinion it is fully adequate, in scope and quality, as a thesis for the degree of Master of Science. Assist. Prof. Dr. Kas³rga Y³ld³rak Assist. Prof. Dr. OmÄurU¸gurÄ Co-advisor Supervisor Examining Committee Members Assist. Prof. Dr. OmÄurU¸gurÄ Assist. Prof. Dr. Kas³rga Y³ld³rak Prof. Dr. Gerhard Wilhelm Weber Assoc. Prof. Dr. Azize Hayfavi Dr. C. Co»skunKÄu»cÄukÄozmen I hereby declare that all information in this document has been obtained and presented in accordance with academic rules and ethical conduct. I also declare that, as required by these rules and conduct, I have fully cited and referenced all material and results that are not original to this work. Name, Last name: HÄuseyinS»ENTURKÄ Signature: iii abstract AN EMPIRICAL COMPARISON OF INTEREST RATE MODELS FOR PRICING ZERO COUPON BOND OPTIONS S»ENTURK,Ä HUSEYÄ IN_ M.Sc., Department of Financial Mathematics Supervisor: Assist.
    [Show full text]
  • Parameter Estimation in Stochastic Volatility Models Via Approximate Bayesian Computing
    Parameter Estimation in Stochastic Volatility Models Via Approximate Bayesian Computing A Thesis Presented in Partial Fulfillment of the Requirements for the Degree Master of Science in the Graduate School of The Ohio State University By Achal Awasthi, B.S. Graduate Program in Department of Statistics The Ohio State University 2018 Master's Examination Committee: Radu Herbei,Ph.D., Advisor Laura S. Kubatko, Ph.D. c Copyright by Achal Awasthi 2018 Abstract In this thesis, we propose a generalized Heston model as a tool to estimate volatil- ity. We have used Approximate Bayesian Computing to estimate the parameters of the generalized Heston model. This model was used to examine the daily closing prices of the Shanghai Stock Exchange and the NIKKEI 225 indices. We found that this model was a good fit for shorter time periods around financial crisis. For longer time periods, this model failed to capture the volatility in detail. ii This is dedicated to my grandmothers, Radhika and Prabha, who have had a significant impact in my life. iii Acknowledgments I would like to thank my thesis supervisor, Dr. Radu Herbei, for his help and his availability all along the development of this project. I am also grateful to Dr. Laura Kubatko for accepting to be part of the defense committee. My gratitude goes to my parents, without their support and education I would not have had the chance to study worldwide. I would also like to express my gratitude towards my uncles, Kuldeep and Tapan, and Mr. Richard Rose for helping me transition smoothly to life in a different country.
    [Show full text]
  • Regularity of Solutions and Parameter Estimation for Spde’S with Space-Time White Noise
    REGULARITY OF SOLUTIONS AND PARAMETER ESTIMATION FOR SPDE’S WITH SPACE-TIME WHITE NOISE by Igor Cialenco A Dissertation Presented to the FACULTY OF THE GRADUATE SCHOOL UNIVERSITY OF SOUTHERN CALIFORNIA In Partial Fulfillment of the Requirements for the Degree DOCTOR OF PHILOSOPHY (APPLIED MATHEMATICS) May 2007 Copyright 2007 Igor Cialenco Dedication To my wife Angela, and my parents. ii Acknowledgements I would like to acknowledge my academic adviser Prof. Sergey V. Lototsky who introduced me into the Theory of Stochastic Partial Differential Equations, suggested the interesting topics of research and guided me through it. I also wish to thank the members of my committee - Prof. Remigijus Mikulevicius and Prof. Aris Protopapadakis, for their help and support. Last but certainly not least, I want to thank my wife Angela, and my family for their support both during the thesis and before it. iii Table of Contents Dedication ii Acknowledgements iii List of Tables v List of Figures vi Abstract vii Chapter 1: Introduction 1 1.1 Sobolev spaces . 1 1.2 Diffusion processes and absolute continuity of their measures . 4 1.3 Stochastic partial differential equations and their applications . 7 1.4 Ito’sˆ formula in Hilbert space . 14 1.5 Existence and uniqueness of solution . 18 Chapter 2: Regularity of solution 23 2.1 Introduction . 23 2.2 Equations with additive noise . 29 2.2.1 Existence and uniqueness . 29 2.2.2 Regularity in space . 33 2.2.3 Regularity in time . 38 2.3 Equations with multiplicative noise . 41 2.3.1 Existence and uniqueness . 41 2.3.2 Regularity in space and time .
    [Show full text]
  • Cox, Ingersoll and Ross Models of Interest Rates
    RECORD, Volume 28, No. 1* Colorado Springs Spring Meeting May 30-31, 2002 Session 86L Cox, Ingersoll And Ross Models Of Interest Rates Track: Education and Research Moderator: PETER D. TILLEY Lecturer: WOJCIECH SZATZSCHNEIDER† Summary: Our lecturer presents findings from a research project relating to the Cox, Ingersoll & Ross (CIR) model of interest rates. The findings address the extended CIR model and easiest construction thereof; an effective way of pricing general interest rate derivatives within this model; and pricing of bonds using the Laplace transform of functionals of the "elementary process," which is squared Bessell. MR. PETER D. TILLEY: Our guest speaker today is Wojciech Szatzschneider. Dr. Szatzschneider received his Ph.D. from the Polish Academy of Sciences, and he's been at Anahuac University in Mexico City since 1983. He started the graduate program in actuarial science and financial mathematics at that university. He's also been a visiting professor at universities in Canada, Germany, Switzerland, Spain and Poland and has participated in conferences around the world. He's going to be speaking on the Cox, Ingersoll, Ross (CIR) interest rate model and other interest rate models in general; calibration techniques for this model; and he's going to look at the CIR model as part of a financial market. DR. WOJCIECH SZATZSCHNEIDER: Why CIR? I'm a mathematician, and the CIR model is a very difficult model to analyze correctly. I tried to solve some problems. I saw many solutions to these problems, which I couldn't solve, but these solutions were wrong. So there are many, many published results, but they're incorrect results.
    [Show full text]
  • Valuing Interest Rate Swap Contracts in Uncertain Financial Market
    Article Valuing Interest Rate Swap Contracts in Uncertain Financial Market Chen Xiao 1,†, Yi Zhang 2,* and Zongfei Fu 2 1 Department of Electrical and Computer Engineering, Stevens Institute of Technology, Hoboken, NJ 07030, USA; [email protected] 2 School of Information, Renmin University, Beijing 100872, China; [email protected] * Correspondence: [email protected] † Current address: School of Finance, Nankai University, Tianjin 300071, China. Academic Editors: Xiang Li, Jian Zhou, Hua Ke, Xiangfeng Yang and Giuseppe Ioppolo Received: 12 September 2016; Accepted: 3 November 2016 ; Published: 18 November 2016 Abstract: Swap is a financial contract between two counterparties who agree to exchange one cash flow stream for another, according to some predetermined rules. When the cash flows are fixed rate interest and floating rate interest, the swap is called an interest rate swap. This paper investigates two valuation models of the interest rate swap contracts in the uncertain financial market. The new models are based on belief degrees, and require relatively less historical data compared to the traditional probability models. The first valuation model is designed for a mean-reversion term structure, while the second is designed for a term structure with hump effect. Explicit solutions are developed by using the Yao–Chen formula. Moreover, a numerical method is designed to calculate the value of the interest rate swap alternatively. Finally, two examples are given to show their applications and comparisons. Keywords: interest rate swap; uncertain process; uncertain differential equation; Yao-Chen formula 1. Introduction Interest rate swap is one of the most popular interest derivatives. The interest rate swap began trading in 1981, and now owns a hundred billion dollar market.
    [Show full text]
  • CHAPTER 7 Interest Rate Models and Bond Pricing
    CHAPTER 7 Interest Rate Models and Bond Pricing The riskless interest rate has been assumed to be constant in most of the pric- ing models discussed in previous chapters. Such an assumption is acceptable when the interest rate is not the dominant state variable that determines the option payoff, and the life of the option is relatively short. In recent decades, we have witnessed a proliferation of new interest rate dependent securities, like bond futures, options on bonds, swaps, bonds with option features, etc., whose payoffs are strongly dependent on the interest rates. Note that interest rates are used for discounting as well as for defining the payoff of the deriva- tive. The values of these interest rate derivative products depend sensibly on the level of interest rates. In the construction of valuation models for these securities, it is crucial to incorporate the stochastic movement of interest rates into consideration. Several approaches for pricing interest rate deriva- tives have been proposed in the literature. Unfortunately, up to this time, no definite consensus has been reached with regard to the best approach for these pricing problems. The correct modelling of the stochastic behaviors of interest rates, or more specifically, the term structure of the interest rate through time is important for the construction of realistic and reliable valuation models for interest rate derivatives. The extension of the Black-Scholes valuation framework to bond options and other bond derivatives is doomed to be difficult because of the pull-to-par phenomenon, where the bond price converges to par at maturity, thus causing the instantaneous rate of return on the bond to be distributed with a diminishing variance through time.
    [Show full text]
  • Lecture Notes: Interest Rate Theory
    Lecture Notes: Interest Rate Theory Lecture Notes: Interest Rate Theory Josef Teichmann ETH Zurich¨ Fall 2010 J. Teichmann Lecture Notes: Interest Rate Theory Lecture Notes: Interest Rate Theory Foreword Mathematical Finance Basics on Interest Rate Modeling Black formulas Affine LIBOR Models Markov Processes The SABR model HJM-models References Catalogue of possible questions for the oral exam 1 / 107 Lecture Notes: Interest Rate Theory Foreword In mathematical Finance we need processes I which can model all stylized facts of volatility surfaces and times series (e.g. tails, stochastic volatility, etc) I which are analytically tractable to perform efficient calibration. I which are numerically tractable to perform efficient pricing and hedging. 2 / 107 Lecture Notes: Interest Rate Theory Foreword Goals I Basic concepts of stochastic modeling in interest rate theory. I "No arbitrage" as concept and through examples. I Concepts of interest rate theory like yield, forward rate curve, short rate. I Spot measure, forward measures, swap measures and Black's formula. I Short rate models I Affine LIBOR models I Fundamentals of the SABR model I HJM model I Consistency and Yield curve estimation 3 / 107 Lecture Notes: Interest Rate Theory Mathematical Finance Modeling of financial markets We are describing models for financial products related to interest rates, so called interest rate models. We are facing several difficulties, some of the specific for interest rates, some of them true for all models in mathematical finance: I stochastic nature: traded prices, e.g.~prices of interest rate related products, are not deterministic! I information is increasing: every day additional information on markets appears and this stream of information should enter into our models.
    [Show full text]
  • Using Path Integrals to Price Interest Rate Derivatives
    Using path integrals to price interest rate derivatives Matthias Otto Institut f¨ur Theoretische Physik, Universit¨at G¨ottingen Bunsenstr. 9, D-37073 G¨ottingen Abstract: We present a new approach for the pricing of interest rate derivatives which allows a direct computation of option premiums without deriving a (Black- Scholes type) partial differential equation and without explicitly solving the stochas- tic process for the underlying variable. The approach is tested by rederiving the prices of a zero bond and a zero bond option for a short rate environment which is governed by Vasicek dynamics. Furthermore, a generalization of the method to general short rate models is outlined. In the case, where analytical solutions are not accessible, numerical implementations of the path integral method in terms of lattice calculations as well as path integral Monte Carlo simulations are possible. arXiv:cond-mat/9812318v2 [cond-mat.stat-mech] 14 Jun 1999 1 1 Introduction The purpose of this article is to present a new approach for the pricing of interest rate derivatives: the path integral formalism. The claim is that interest rate derivatives can be priced without explicitly solving for the stochastic process of the underlying (e.g. a short rate) and without deriving a (Black-Scholes type) partial differential equation (PDE). The mathematical foundation of the PDE approach to derivatives pricing, which is used traditionally, is the Feynman-Kac lemma [1, 2] connecting the solution of a certain type of parabolic PDE to expectation values with respect to stochastic processes. Usually, the original pricing problem is given in terms of an expectation value.
    [Show full text]
  • Term Structure Models
    Term Structure Models 1. Zero-coupon bond prices and yields 2. Vasicek model 3. Cox-Ingersoll-Ross model 4. Multifactor Cox-Ingersoll-Ross models 5. Affine models 6. Completely affine models 7. Bond risk premia 8. Inflation and nominal asset prices 1 Readings and References Back, chapter 17. Duffie, chapter 7. Vasicek, O., 1977, An equilibrium characterization of the term structure, Journal of Financial Economics 5, 177-188. Cox, J., J. Ingersoll, and S. Ross, 1985, A theory of the term structure of interest rates, Econometrica 53, 385-407. Longsta↵, F., and E. Schwartz, 1992, Interest rate volatility and the term structure: A two-factor general equilibrium model, Journal of Finance 47, 1259-1282. Duffie, D., and R. Kan, 1996, A yield-factor model of interest rates, Mathematical Finance 6, 379-406. Du↵ee, G., 2002, Term premia and interest rate forecasts in affine models, Journal of Finance 57, 405-443. Drechsler, I., A. Savov, and P. Schnabl, A Model of Monetary Policy and Risk Premia, Journal of Finance forthcoming. 2 Summary of the Continuous-Time Financial Market dS0,t dSk,t I Security prices satisfy = rt dt and =(µk,t δk,t) dt + σk,tdBt. S0,t Sk,t − I Given tight tr. strat. ⇡t and consumption ct, portfolio value Xt satisfies the WEE: dXt = rtXt dt + ⇡t(µt rt1) dt + ⇡tσt dBt ct dt. • − − No arbitrage if ⇡tσt =0then ⇡t(µt rt1) = 0 ✓t s.t. σt✓t = µt rt1 I ) − )9 − dXt = rtXt dt + ⇡tσt(✓t dt + dBt) ct dt. ) − t 1 t 2 d ✓ dBs ✓s ds ⇤ = = − 0 s0 −2 0 | | I Under emm ⇤ given by dP ZT where Zt e , P P t R R B = Bt + ✓s ds is Brownian motion.
    [Show full text]
  • Monte Carlo Strategies in Option Pricing for Sabr Model
    MONTE CARLO STRATEGIES IN OPTION PRICING FOR SABR MODEL Leicheng Yin A dissertation submitted to the faculty of the University of North Carolina at Chapel Hill in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the Department of Statistics and Operations Research. Chapel Hill 2015 Approved by: Chuanshu Ji Vidyadhar Kulkarni Nilay Argon Kai Zhang Serhan Ziya c 2015 Leicheng Yin ALL RIGHTS RESERVED ii ABSTRACT LEICHENG YIN: MONTE CARLO STRATEGIES IN OPTION PRICING FOR SABR MODEL (Under the direction of Chuanshu Ji) Option pricing problems have always been a hot topic in mathematical finance. The SABR model is a stochastic volatility model, which attempts to capture the volatility smile in derivatives markets. To price options under SABR model, there are analytical and probability approaches. The probability approach i.e. the Monte Carlo method suffers from computation inefficiency due to high dimensional state spaces. In this work, we adopt the probability approach for pricing options under the SABR model. The novelty of our contribution lies in reducing the dimensionality of Monte Carlo simulation from the high dimensional state space (time series of the underlying asset) to the 2-D or 3-D random vectors (certain summary statistics of the volatility path). iii To Mom and Dad iv ACKNOWLEDGEMENTS First, I would like to thank my advisor, Professor Chuanshu Ji, who gave me great instruction and advice on my research. As my mentor and friend, Chuanshu also offered me generous help to my career and provided me with great advice about life. Studying from and working with him was a precious experience to me.
    [Show full text]
  • HJM: a Unified Approach to Dynamic Models for Fixed Income, Credit
    HJM: A Unified Approach to Dynamic Models for Fixed Income, Credit and Equity Markets René A. Carmona1 Bendheim Center for Finance Department of Operations Research & Financial Engineering, Princeton University, Princeton, NJ 08544, USA email: [email protected] Summary. The purpose of this paper is to highlight some of the key elements of the HJM approach as originally introduced in the framework of fixed income market models, to explain how the very same philosophy was implemented in the case of credit portfolio derivatives and to show how it can be extended to and used in the case of equity market models. In each case we show how the HJM approach naturally yields a consistency condition and a no-arbitrage conditions in the spirit of the original work of Heath, Jarrow and Morton. Even though the actual computations and the derivation of the drift condition in the case of equity models seems to be new, the paper is intended as a survey of existing results, and as such, it is mostly pedagogical in nature. 1 Introduction The motivation for this papercan be found in the desire to understand recent attempts to implement the HJM philosophy in the valuation of options on credit portfolios. Several proposals appeared almost simultaneously in the literature on credit portfo- lio valuation. They were written independently by N. Bennani [3], J. Sidenius, V. Piterbarg and L. Andersen [26] and P. Shönbucher [41], the latter being most influ- ential in the preparation of the present survey. After a sharp increase in volume and liquidity due to the coming of age of the single tranche synthetic CDOs, markets for these credit portfolios came to a stand still due to the lack of dynamic mod- els needed to price forward starting contracts, options on options, .
    [Show full text]
  • 2 Abstract 1. Introduction
    ABSTRACT This paper illustrates the calibration of a term structure model to market data. The specific application uses Eurodollar futures options prices and the underlying futures contracts to calibrate a one- and two-factor Hull-White term structure model. This paper explains the Hull-White term structure models, Eurodollar futures options contracts, and a numerical methodology (Hull-White trees) that is used to evaluate the American feature of the traded options. When the calibrated models are applied to Eurodollar futures options, the results illustrate that the two-factor model appears to have fewer biases in modeling market prices than a one-factor model. 1. INTRODUCTION A number of term structure models are available to simulate movements of interest rates. Term structure models play an important role in many types of financial analysis including the valuation of interest rate dependent securities, the measurement of interest rate risk, and even strategic planning exercises. Understanding the characteristics of different term structure models can help the user choose the most appropriate model for his or her application. A vital step to using a term structure model is to choose appropriate parameters. Even if the form of the term structure model incorporates all of the desirable historical movements in yields (such as mean reversion), such models will provide poor results if the parameters are carelessly chosen. This paper documents a methodology, called calibration, which chooses appropriate parameters for term structure models. The rationale for the approach is that, when a term structure model is used to price interest rate contingent claims, the model should (approximately) replicate market prices.
    [Show full text]