Credit Derivatives – Pricing and Bootstrapping

Total Page:16

File Type:pdf, Size:1020Kb

Credit Derivatives – Pricing and Bootstrapping Credit Derivatives – Pricing and Bootstrapping Author: Mi Sun University College London MSc Financial Computing Project 2009-2010 Project Supervisor: Christopher Clack Submission Date: 15 September 2010 Disclaimer: This report is submitted as part requirement for the MSc Degree in Financial Computing at University College London. It is substantially the result of my own work except where explicitly indicated in the text. The report may be freely copied and distributed provided the source is explicitly acknowledged. MSc Financial Computing Project 2009-2010 by Mi Sun Abstract This project explores different pricing models for credit derivatives and implements the bootstrapping method for the survival curve and base correlation. The credit derivatives discussed in this report include credit default swap (CDS) and collateralized debt obligation (CDO). The main aim of the project is to make sure that there is no arbitrage opportunity between quoted (CDS and index CDO tranches) instruments and unquoted (bespoke CDO tranches) instruments. In doing so, the objectives include obtaining the CDS survival curve from market spreads. Then together with the standardized index CDO tranche spreads, the CDS survival curve is an input parameter for obtaining the base correlation. Finally using the base correlation, the bespoke (i.e. customized) CDO tranche can be priced consistently. There are seven chapters. The first one introduces the background and underlying logic of the whole project. The second chapter starts to introduce the pricing of credit default swaps (CDSs), and discusses the bootstrapping and interpolation of the CDS survival curve. The third chapter moves on to introduce the pricing of collateralized debt obligations (CDOs), and investigates two models for building the CDO tranche survival curve. The fourth chapter discusses the latest development in credit derivative pricing in the market, namely the stochastic recovery rate. The fifth chapter looks into the correlation between credits and implements the bootstrapping method for base correlation. The sixth chapter briefly discusses Matlab programming techniques. The last chapter provides a summary and critical evaluation of the project. 2 MSc Financial Computing Project 2009-2010 by Mi Sun Acknowledgements First of all, I am very grateful to Afzal Tarar at PwC China for providing me the opportunity to meet Colin Lawrence at the Financial Service Authority. I want to particularly thank Colin Lawrence for introducing me to the Quantitative Modeling Team (formerly the Analytics and Risk Technology Team) at the FSA. This team is definitely the perfect place to hold the project for my degree in financial computing. I would like to thank all the people from the Quantitative Modeling Team. Each of them has provided me with a lot of help and advice. I also want to say millions of thanks to my dear friend Fatema and my parents for providing me immense support at the most difficult time of my personal life. Finally, I would like to reserve my biggest thanks for Igor Tsatskis, Don Stewart, and Dan Oprescu at the Quantitative Modeling Team for their very generous support and great encouragement during the project. 3 MSc Financial Computing Project 2009-2010 by Mi Sun Table of Contents Chapter 1. Background ...........................................................................................................5 1.1 Credit Derivatives ........................................................................................................................................................ 5 1.2 The Pricing Logical Flow.......................................................................................................................................... 7 Chapter 2 The CDS Pricing Box ............................................................................................9 2.1 The Direct Problem ..................................................................................................................................................... 9 2.2 The Inverse Problem and the Bootstrap..............................................................................................................12 2.3 Interpolation.................................................................................................................................................................15 Chapter 3 The CDO Pricing Box..........................................................................................20 3.1 The Tranche Loss and Tranche Survival Curve...............................................................................................20 3.2 The Legs........................................................................................................................................................................23 3.3 The Portfolio Loss Distribution and the Gaussian Copula Model.............................................................25 3.4 The Tranche Survival Curve under the FHP Model.......................................................................................27 3.5 The Tranche Survival Curve under the LHP Model.......................................................................................29 Chapter 4 The Stochastic Recovery Rate ............................................................................36 Chapter 5 A Discussion on Default Correlation .................................................................43 5.1 Compound Correlation and Correlation Smile.................................................................................................43 5.2 Base Correlation Bootstrap.....................................................................................................................................45 Chapter 6 Programming with Matlab .................................................................................47 Chapter 7 Summary and Evaluation ...................................................................................50 7.1 Summary .......................................................................................................................................................................50 7.2 Critical Evaluation .....................................................................................................................................................51 Appendix A User Manual......................................................................................................53 Appendix B Code Listing ......................................................................................................56 Appendix C Published M-Files.............................................................................................78 Bibliography...........................................................................................................................86 4 MSc Financial Computing Project 2009-2010 by Mi Sun Chapter 1. Background This project explores different pricing models for credit derivatives and implements the bootstrapping method for the survival curve and base correlation. The credit derivatives discussed in this report include credit default swap (CDS) and collateralized debt obligation (CDO). The main aim of the project is to make sure that there is no arbitrage opportunity between quoted (CDS and index CDO tranches) instruments and unquoted (bespoke CDO tranches) instruments. In doing so, the objectives include obtaining the CDS survival curve from market spreads. Then together with the standardized index CDO tranche spreads, the CDS survival curve is an input parameter for obtaining the base correlation. Finally using the base correlation, the bespoke (i.e. customized) CDO tranche can be priced consistently. All models and algorithms in this project implemented in Matlab1. It is a programming language developed by MathWorks that is designed specifically for technical computing. It has very strong abilities in handling numerical calculations, data visualization, and algorithm development. Hence it is very suitable for this project. 1.1 Credit Derivatives Credit derivatives were introduced to the market in the mid-1990s. Since then, the size of the credit derivative market has been dramatically growing. Initially, it was primarily used by banks to hedge their credit risk of bonds or loans. Nowadays, the uses of credit derivatives include increasing asset liquidity, diversifying credit risk, and diversifying investment portfolios (O’Kane 2008, p. 2). It is important to price all the instruments consistently so that the market is fair and arbitrage-free. The credit default swap (CDS) is the simplest yet the most important single-name credit derivative. The expression ‘single-name’ means that one CDS contract is only exposed to the default risk of one credit. A CDS is a bilateral over-the-counter contract between the protection seller and the protection buyer. During the contract, the protection buyer will make periodical payments (referred to as the premium leg), usually quarterly, to the protection 1 Matlab stands for Matrix Laboratory 5 MSc Financial Computing Project 2009-2010 by Mi Sun seller until the occurrence of a credit event2 or the contract maturity date, whichever comes sooner. In return for the stream of payments, the protection seller will compensate the protection buyer (the payment is referred to as the protection leg) in the case of a credit event. Following the single-name credit derivatives come the multi-name credit derivatives, where there are more than one credit
Recommended publications
  • Bootstrapping the Interest-Rate Term Structure
    Bootstrapping the interest-rate term structure Marco Marchioro www.marchioro.org October 20th, 2012 Advanced Derivatives, Interest Rate Models 2010-2012 c Marco Marchioro Bootstrapping the interest-rate term structure 1 Summary (1/2) • Market quotes of deposit rates, IR futures, and swaps • Need for a consistent interest-rate curve • Instantaneous forward rate • Parametric form of discount curves • Choice of curve nodes Advanced Derivatives, Interest Rate Models 2010-2012 c Marco Marchioro Bootstrapping the interest-rate term structure 2 Summary (2/2) • Bootstrapping quoted deposit rates • Bootstrapping using quoted interest-rate futures • Bootstrapping using quoted swap rates • QuantLib, bootstrapping, and rate helpers • Derivatives on foreign-exchange rates • Sensitivities of interest-rate portfolios (DV01) • Hedging portfolio with interest-rate risk Advanced Derivatives, Interest Rate Models 2010-2012 c Marco Marchioro Bootstrapping the interest-rate term structure 3 Major liquid quoted interest-rate derivatives For any given major currency (EUR, USD, GBP, JPY, ...) • Deposit rates • Interest-rate futures (FRA not reliable!) • Interest-rate swaps Advanced Derivatives, Interest Rate Models 2010-2012 c Marco Marchioro Bootstrapping the interest-rate term structure 4 Quotes from Financial Times Advanced Derivatives, Interest Rate Models 2010-2012 c Marco Marchioro Bootstrapping the interest-rate term structure 5 Consistent interest-rate curve We need a consistent interest-rate curve in order to • Understand the current market conditions
    [Show full text]
  • Asset Allocation, Time Diversification and Portfolio Optimization for Retirement
    Technology and Investment, 2011, 2, 92-104 doi:10.4236/ti.2011.22010 Published Online May 2011 (http://www.SciRP.org/journal/ti) Asset Allocation, Time Diversification and Portfolio Optimization for Retirement Kamphol Panyagometh NIDA Business School, Bangkok, Thailand E-mail: [email protected], [email protected] Received February 17, 2011; revised April 6, 2011; accepted April 10, 2011 Abstract Using the data of stock, commodity and bond indexes from 2002 to November 2010, this research was car- ried out by employing Bootstrapping Simulation technique to find an optimal portfolio (portfolio optimiza- tion) for retirement, and the effect of diversification based on increased length of investment period (time diversification) with respect to the lengths of retirement investment period and the amounts required for spending after retirement in various occasions. The study analyzed for an optimal allocation of common stock, commodity and government bond to achieve the target rate of return for retirement by minimizing the portfolio risk as measured from the standard deviation. Apart from the standard deviation of the rate of return of the investment portfolio, this study also viewed the risk based on the Value at Risk concept to study the downside risk of the investment portfolio for retirement. Keywords: Asset Allocation, Time Diversification, Portfolio Optimization, Bootstrapping Simulation 1. Introduction bond in investment portfolio (portfolio optimization) for retirement, and the effect of diversification based on in- Nowadays
    [Show full text]
  • Implied Correlations in CDO Tranches
    Implied Correlations in CDO Tranches a, b c,⋆ Nicole Lehnert ∗, Frank Altrock , Svetlozar T. Rachev , Stefan Tr¨uck d, Andr´eWilch b aUniversit¨at Karlsruhe, Germany bCredit Risk Management, WestLB AG, Germany cUniversit¨at Karlsruhe, Germany and University of California, Santa Barbara, USA dQueensland University of Technology, Australia Abstract Market quotes of CDO tranches constitute a market view on correlation at differ- ent points in the portfolio capital structure and thus on the shape of the portfolio loss distribution. We investigate different calibrations of the CreditRisk+ model to examine its ability to reproduce iTraxx tranche quotes. Using initial model calibra- tion, CreditRisk+ clearly underestimates senior tranche losses. While sensitivities to correlation are too low, by increasing PD volatility up to about 3 times of the default probability for each name CreditRisk+ produces tails which are fat enough to meet market tranche losses. Additionally, we find that, similar to the correlation skew in the large pool model, to meet market quotes for each tranche a different PD volatility vector has to be used. ⋆ Rachev gratefully acknowledges research support by grants from Division of Math- ematical, Life and Physical Sciences, College of Letters and Science, University of California, Santa Barbara, the German Research Foundation (DFG) and the Ger- man Academic Exchange Service (DAAD). ∗ Corresponding author. email: nicole.lehnert@d-fine.de 20 December 2005 1 Introduction Credit derivatives started actively trading in the mid 1990s, exhibiting im- pressive growth rates over the last years. Due to new regulatory requirements there is an increasing demand by holders of securitisable assets to sell assets or to transfer risks of their assets.
    [Show full text]
  • Estimation of Zero-Coupon Curves in Datametrics
    Estimation of zero-coupon curves in DataMetrics Allan Malz RiskMetrics Group [email protected] DataMetrics is modifying its technique for estimating zero-coupon interbank and gov- ernment benchmark curves. The new algorithm is employed together with additional synchronized input data to deliver better-quality curves. The modified technique assumes the instantaneous forward rate is a constant between the maturity dates of observable interest rates. Together, the flat forward technique and new input data increase pricing and risk measurement accuracy, particularly at the short end. The flat forward technique is shown to be preferable to plausible alternative approaches. DataMetrics is modifying the bootstrapping technique it uses to estimate zero-coupon curves. The modified bootstrapping technique assumes the instantaneous forward interest rate is a constant between observed bond or other security maturities. We therefore refer to it as the “flat forward” technique. DataMetrics applies it to a range of interbank and government benchmark zero-coupon curves in both key currencies and emerging markets. The new algorithm is being employed together with additional input data to deliver better-quality curves. Together, the flat forward technique and new input data provide several advantages: • The underlying data for the interbank and government curves, particularly the government bonds, can be sparse. For example, there are only 6 U.S. Treasury benchmarks, of which 3 are T-bills and 3 are coupon bonds. The flat forward approach avoids potentially adding spurious information to that contained in the modest available underlying data set, while still permitting accurate pricing. • It permits DataMetrics to estimate time series of spot interest rates with any time to maturity ranging from overnight to 30 years, applying any desired compounding interval or day count convention uniformly across the curve.
    [Show full text]
  • Fabozzi Course.Pdf
    Asset Valuation Debt Investments: Analysis and Valuation Joel M. Shulman, Ph.D, CFA Study Session # 15 – Level I CFA CANDIDATE READINGS: Fixed Income Analysis for the Chartered Financial Analyst Program: Level I and II Readings, Frank J. Fabozzi (Frank J. Fabozzi Associates, 2000) “Introduction to the Valuation of Fixed Income Securities,” Ch. 5 “Yield Measures, Spot Rates, and Forward Rates,” Ch. 6 “Introduction to Measurement of Interest Rate Risk,” Ch. 7 © 2002 Shulman Review/The Princeton Review Fixed Income Valuation 2 Learning Outcome Statements Introduction to the Valuation of Fixed Income Securities Chapter 5, Fabozzi The candidate should be able to a) Describe the fundamental principles of bond valuation; b) Explain the three steps in the valuation process; c) Explain what is meant by a bond’s cash flow; d) Discuss the difficulties of estimating the expected cash flows for some types of bonds and identify the bonds for which estimating the expected cash flows is difficult; e) Compute the value of a bond, given the expected cash flows and the appropriate discount rates; f) Explain how the value of a bond changes if the discount rate increases or decreases and compute the change in value that is attributable to the rate change; g) Explain how the price of a bond changes as the bond approaches its maturity date and compute the change in value that is attributable to the passage of time; h) Compute the value of a zero-coupon bond; i) Compute the dirty price of a bond, accrued interest, and clean price of a bond that is between coupon
    [Show full text]
  • Bootstrapping the Illiquidity by Ametrano and Bianchetti
    BOOTSTRAPPING THE ILLIQUIDITY MULTIPLE YIELD CURVES CONSTRUCTION FOR MARKET COHERENT FORWARD RATES ESTIMATION FERDINANDO M. AMETRANO AND MARCO BIANCHETTI Abstract. The large basis spreads observed on the interest rate mar- ket since the liquidity crisis of summer 2007 imply that di®erent yield curves are required for market coherent estimation of forward rates with di®erent tenors (e.g. Euribor 3 months, Euribor 6 months, etc.). In this paper we review the methodology for bootstrapping multi- ple interest rate yield curves, each homogeneous in the underlying rate tenor, from non-homogeneous plain vanilla instruments quoted on the market, such as Deposits, Forward Rate Agreements, Futures, Swaps, and Basis Swaps. The approach includes turn of year e®ects and is ro- bust to deliver smooth yield curves and to ensure non-negative rates also in highly stressed market situations, characterized by crazy roller coaster shapes of the market quotations. The concrete EUR market case is analyzed in detail, using the open source QuantLib implementation of the proposed algorithms. 1. Introduction Pricing complex interest rate derivatives requires modeling the future dy- namics of the yield curve term structure. Most of the literature assumes the existence of the current yield curve as given, and its construction is often neglected, or even obscured, as it is considered more an art than a sci- ence. Actually any yield curve term structure modeling approach will fail to produce good/reasonable prices if the current term structure is not correct. Financial institutions, software houses and practitioners have developed their own proprietary methodologies in order to extract the yield curve term structure from quoted prices of a ¯nite number of liquid market instruments.
    [Show full text]
  • Credit Curve Estimation and Corporate Bonds in the South African Market
    Credit Curve Estimation and Corporate Bonds in the South African Market by Peter-John Clift Assignment presented in partial fulfilment of the requirements for the degree of Master of Commerce in Financial Risk Management in the Faculty of Economics and Management Sciences at Stellenbosch University Supervisor: Prof. W.J. Conradie March 2020 Stellenbosch University https://scholar.sun.ac.za ii PLAGIARISM DECLARATION 1. Plagiarism is the use of ideas, material and other intellectual property of another’s work and to present it as my own. 2. I agree that plagiarism is a punishable offence because it constitutes theft. 3. I also understand that direct translations are plagiarism. 4. Accordingly, all quotations and contributions from any source whatsoever (including the internet) have been cited fully. I understand that the reproduction of text without quotation marks (even when the source is cited) is plagiarism. 5. I declare that the work contained in this assignment, except otherwise stated, is my original work and that I have not previously (in its entirety or in part) submitted it for grading in this module/assignment or another module/assignment. Copyright © 2020 Stellenbosch University All rights reserved Stellenbosch University https://scholar.sun.ac.za iii Acknowledgements Prof. W.J. Conradie for his patience and guidance throughout. In my almost decade long relationship with Stellenbosch University he has been instrumental in influencing and shaping my future. Mr Carel van der Merwe (almost Dr), who provided the initial topic, as well as valuable and insightful guidance around numerous technical aspects. The Department of Statistics and Actuarial Science, for the valuable education I received, and excellence exhibited by everyone involved in this department.
    [Show full text]
  • Interpolation of the Yield Curve
    U.U.D.M. Project Report 2020:49 Interpolation of the yield curve Gustaf Dehlbom Examensarbete i matematik, 15 hp Handledare: Maciej Klimek Examinator: Veronica Crispin Quinonez September 2020 Department of Mathematics Uppsala University Abstract In this thesis we study the yield curve and the properties of it. The thesis gives an introduction to what the yield curve is, the properties of it and the important financial concepts related to it. Furthermore, the monotone convex method is presented, a method specifically developed for finance. In particular how it works, what mathematical properties it focuses on and how it is used to construct the yield curve. 2 Contents 1 Introduction 5 2 Background 6 2.1 Bonds . .6 2.2 Yield to maturity . .7 2.3 Yield curve . .7 2.3.1 Normal . .9 2.3.2 Inverted . 10 2.3.3 Flat . 11 2.4 Spot rate . 11 2.4.1 Zero-coupon rate . 12 2.5 Discount factors . 12 2.6 Forward rates . 13 2.6.1 Useful properties of forward rates . 14 2.7 Bootstrapping . 14 3 The Monotone Convex Method 17 3.1 Interpolation of forward rates . 17 3.1.1 Calculating f0 ....................... 18 3.1.2 Calculating fi ....................... 19 3.1.3 Calculating fn ....................... 20 3.2 Ensuring monotonicity . 22 3.2.1 Sector (i) . 25 3.2.2 Sector (ii) . 26 3.2.3 Sector (iii) . 27 3.2.4 Sector (iv) . 28 3.3 Modifying g . 28 3.3.1 Modifications of (ii) . 28 3.3.2 Modification of (iii) . 30 3.3.3 Modification of (iv) .
    [Show full text]
  • A Review of Term Structure Estimation Methods
    A Review of Term Structure Estimation Methods Sanjay Nawalkha, Ph.D Introduction implementation of monetary policy and debt policy by governments (see Piazzesi [2010]). Isenberg School of Management The term structure of interest rates, or the TSIR, Gloria M. Soto, Ph.D can be defined as the relationship between the As noted by Bliss [1997], the TSIR estimation University of Muricia yield on an investment and the term to maturity requires making three important decisions. of the investment. Many alternative assets First, one must consider the assumptions such as real estate, private equity, and hedge related to taxes and liquidity premiums in fund investments are illiquid with long-term the pricing function that relates bond prices cash flows, without a readily available source to interest rates or discount factors. Second, for market prices. Thus, a properly estimated one must choose a specific functional form to term structure of interest rates is essential for approximate the interest rates or the discount obtaining the intrinsic values of these assets. factors. Moreover, third, one must choose an Due to the non-linear convex relationship empirical method for estimating the parameters between asset prices and interest rates, any of the chosen functional form. This paper errors in the estimation of interest rates in a focuses on how to estimate the default-free low-yield environment have a larger impact term structure of interest rates from bond data on the intrinsic valuation of these assets. Thus, using three methods: the bootstrapping method, an accurate estimation of the term structure of the McCulloch cubic-spline method, and the interest rates assumes even greater importance Nelson and Siegel method.
    [Show full text]
  • FE 680 Lecture Notes
    Lecture Notes for FE 680 Credit Cristian Pasarica Stevens Institute of Technology E-mail address: [email protected] 2000 Mathematics Subject Classification. FE680 Advanced Derivatives Abstract. Contents Chapter 1. Single name credit1 1.1. Introduction: Credit Risk1 1.2. Credit Default Swaps (CDS)1 1.3. Notation2 1.4. Calibration at origination2 1.5. Estimating equation2 1.6. Constant hazard rate3 1.7. Bootstrapping the survival probability curve5 1.8. Risk measures5 1.9. CDS Index6 1.10. Trading the basis/Cash and carry arbitrage7 1.11. Exotic credit products8 1.12. Appendix9 Chapter 2. Collateralized Debt Obligations (CDO) 11 2.1. Introduction 11 2.2. Notation 11 2.3. Dependency Measures 13 2.4. Dependency with fixed marginal distribution 15 2.5. Sklar's Theorem 16 2.6. One factor Gaussian Copula 18 2.7. Large Homogenous Pool Approximation 19 Chapter 3. Base correlation 21 3.1. Introduction 21 3.2. CSO break-even spread 22 3.3. Implied Correlation 23 3.4. Base Correlation surface 24 3.5. Practical Implementation 28 Chapter 4. Bespoke CDO's 31 Chapter 5. Rating's Agency approach to Credit 33 5.1. Transition matrix 33 5.2. Ratings for Synthetic CDO 34 iii iv CONTENTS 5.3. Appendix 35 Chapter 6. Merton's Structural Model 37 6.1. Equity to Credit Model 39 Bibliography 41 CHAPTER 1 Single name credit 1.1. Introduction: Credit Risk • Risk of a financial loss due to a change in the credit worthiness of a company or a sovereign • Exists in all financial transactions • It relates to the quality of a company and to a time horizon and credit instruments pay coupons • It is possible to exchange credit risk via basic instruments such as bonds or Credit Default Swaps (CDS's) 1.2.
    [Show full text]
  • Introduction to Credit Risk
    Introduction to credit risk Marco Marchioro www.marchioro.org December 1st, 2012 Advanced Derivatives, Interest Rate Models 2010{2012 c Marco Marchioro Introduction to credit derivatives 1 Lecture Summary • Credit risk and z-spreads • Risky yield curves • Riskless yield curve • Definition of credit derivatives. Comparison with other derivatives • Survival and default probabilities, hazard rates • Credit default swap, spread, and upfront quotes • Standard definitions of default, restructuring, and seniority • Bootstrap of probability curve from quoted CDS Advanced Derivatives, Interest Rate Models 2010{2012 c Marco Marchioro Introduction to credit derivatives 2 Pricing a fixed-rate coupon bond Given a bond we should be able to compute its present value just by bootstrapping the discount curve DL(T ), n X PVbond = D(ti) NCi + D(tn) N (1) i=1 where Ci are the coupons at the deterministic times ti. Setting N=100 we can compute the dirty price is computed as Pdirty = PVbond(N = 100) ; (2) where tj is the start date of the current coupon and t is today However, in the market with obtain very different price quotes! Advanced Derivatives, Interest Rate Models 2010{2012 c Marco Marchioro Introduction to credit derivatives 3 Zero volatility spread The zero-volatility spread, or z-spread, is the continuously compounded∗ spread Z that should be applied to the Libor curve in order to price a bond consistently with market quotes. Given a fixed-rate coupon bond, we solve for its z-spread Z so that P n dirty X −Z t −Z tn = e iDL(ti)Ci + e DL(tn) (3) 100 i=1 where DL(T ) is the discount at time T on the Libor curve.
    [Show full text]
  • Yield Curve Factor Models
    READING 34 The Term Structure and Interest Rate Dynamics by Thomas S.Y. Ho, PhD, Sang Bin Lee, PhD, and Stephen E. Wilcox, PhD, CFA Thomas S.Y. Ho, PhD, is at Thomas Ho Company Ltd (USA). Sang Bin Lee, PhD, is at Hanyang University (South Korea). Stephen E. Wilcox, PhD, CFA, is at Minnesota State University, Mankato (USA). LEARNING OUTCOMES Mastery The candidate should be able to: a. describe relationships among spot rates, forward rates, yield to maturity, expected and realized returns on bonds, and the shape of the yield curve; b. describe the forward pricing and forward rate models and calculate forward and spot prices and rates using those models; c. describe how zero-coupon­ rates (spot rates) may be obtained from the par curve by bootstrapping; d. describe the assumptions concerning the evolution of spot rates in relation to forward rates implicit in active bond portfolio management; e. describe the strategy of riding the yield curve; f. explain the swap rate curve and why and how market participants use it in valuation;COPYRIGHTED MATERIAL g. calculate and interpret the swap spread for a given maturity; h. describe the Z-­spread; i. describe the TED and Libor–OIS spreads; j. explain traditional theories of the term structure of interest rates and describe the implications of each theory for forward rates and the shape of the yield curve; (continued) © 2014 CFA Institute. All rights reserved. 6 Reading 34 ■ The Term Structure and Interest Rate Dynamics LEARNING OUTCOMES Mastery The candidate should be able to: k. describe modern term structure models and how they are used; l.
    [Show full text]