Callable Swaps, Snowballs and Videogames

Size: px
Start display at page:

Download "Callable Swaps, Snowballs and Videogames"

Transcription

1 Callable Swaps, Snowballs and Videogames Claudio Albanese Presented at Stanford University, October 2007

2 History of short rates (fund rates) for US dollar, the Euro and the Japanese Yen. 1

3 Brief (and incomplete) history of interest rate derivatives. Black model. Vasicek-Hull-White, CIR model and more general affine models (Duffie, Singleton, Cheyette, etc.) Market models: Heath-Jarrow-Morton and Brace-Gatarek-Musiela SABR (Hagan et al.) 2

4 Common themes. All models have some degree of analytic solvabilty thought necessary for calibration. Lattice models are implemented using implicit differentiation schemes and smoothing techniques. Measure change techniques are ubiquitous. The stochastic process for the drift of rates is not model explicitly. The stochastic process for the drift of rates is not model explicitly. Engineering implementations involve large clusters. 3

5 Real world, derivatives and building the missing link. Processes used for interest rate derivatives deviate substantially from the observed real world process and don t possess these qualitative features. See also the review paper by Q. Dai and K. Singleton (2003), Term Structure Dynamics in Theory and Reality. Review of Financial Studies 16, Consistent pricing of long dated exotic derivatives requires is very sensitive to model risk. A better agreement with the real world process is necessary. Punchline: A suitable mathematical and engineering implementation framework can be built by implementing operator methods on massively parallel GPU architectures. 4

6 Stochastic calculus Arbitrage free pricing Sigma algebra axioms Dynamics described by SDEs Pade approximants Double precision Exponential propagation of errors at high frequencies Diffusions and sparse matrices Analytic solvability CPUs and CPU clusters Calibrated market models with drift restrictions Measure changes Stochastic integrals Montecarlo methods Operator methods Arbitrage free pricing Convergence estimates on simplicial sequences Dynamics described by Markov generators Fast exponentiation Single precision Homogeneization Jump processes and full matrices Reducibility to manipulations of matrices small enough to fit in memory CPU/GPU pairs and GPU clusters Calibrated econometric models with explicit drift modeling Operator manipulations possibly without probabilistic interpretation Abelian processes Dynamic conditioning

7 Arbitrage free pricing Arbitrage free pricing is the leading pricing framework adopted in the industry. According to the fundamental theorem of arbitrage-free pricing, if one finds prices by risk neutral valuation of future payoffs and if the chosen pricing measure is mutually absolutely continuous with respect to the statistical measure, then there are no arbitrage opportunities. When using operator methods, there is no benefit in considering numeraire assets other than the money market account. Utility pricing and indifference pricing have been considered in the stochastic control literature, not (yet) with operator methods. 5

8 Measure theory based on topological spaces and operator algebras The theory of integration can be rooted on sigma algebras and measure spaces. It can also be rooted on the theory of locally compact, Hausdorff topological spaces whereby one defines integrals as linear bounded functionals over the linear space of continuous functions and then completes with respect to various norms to obtain L p spaces. The latter approach leads to operator algebras, i.e. C algebras. The second approach has the advantage from a computational viewpoint to be understandable constructively. Constructive mathematics is a branch of mathematics whereby one limits logic constructs so that any object needs to be explicitly constructed prior to applying an existential qualifier to it. Since Finance is a very applied and computational science, a fully constructive approach to Mathematical Finance seems appropriate. 6

9 Dynamics described by Markov generators Consider a finite state space Λ. A Markov generator is given by a time-dependent matrix of elements L(x, x ; t) indexed by x, x Λ that allows one to define a Markov process and construct transition probability kernles U(x, t; x, t ) as the solutions of the backward differential equation: d dt U(x, t; x, t ) + y L(x, y; t)u(y, t; x, t ) = 0 (1) with final time condition U(x, t; x, t) = δ xx. 7

10 Jump processes and full matrices Specifying an SDE is equivalent to specifying a Markov generator. When discretized, the generator corresponding to a diffusion process is a tri-diagonal matrix. However, when working with generators directly on GPU platforms, sparsity patterns do not yield any appreciable advantage and one can freely consider full matrices. The single-name propagator satisfying equation (1) is given by the so called path-ordered exponential ( t2 ) U(t 1, t 2 ) = P exp t 1 L(s)ds. (2) There are two useful methods to express a path-ordered exponential: Feynman path integrals and Dyson expansions. 8

11 Feynman path-integrals The Feynman path-integral expansion is given by P exp ( t2 t 1 L(s)ds ) where δt N = t 2 t 1 N. An application is given below. ( = lim I+δtN L(t 1 ) )( I+δt N L(t 1 +δt 2 ) )... ( I+δt N L(t N ) ) N (3) 9

12 Dyson s formula Dyson s formula is given by where P exp ( t2 t 1 L(s)ds ) = n=0 ( 1 t2 n! P t 1 L(s)ds ) n. (4) P ( t2 t 1 ) n L(s)ds = n! t2 t 1 ds 1 t2 t2 ds 2... ds n L(s 1 )L(s 2 )...L(s n ). (5) s 1 s n 1 An application is given below. 10

13 Fast exponentiation The Feynman path integral representation is interesting as this formula can be implemented numerically very efficiently on GPU architectures by the method of fast exponentiation. The method works as follows. Assume that the dynamic generators L(t) are piecewise constant as a function of time. Suppose L(t) = L i in the time interval [t i, t i +( t) i ]. Assume δt be chosen so small that the following two conditions hold: (FE1) min y Λ (1 + δtl i(y, y)) 1/2 ( t) (FE2) log i 2 = n N. δt This condition leads to intervals δt of the order of one hour of calendar time and this is indeed the choice we make. To compute e ( t) il i (x, y), we first define the elementary propagator u δt (x, y) = δ xy + δtl i (y, y) (6) and then evaluate in sequence u 2δt = u δt u δt, u 4δt = u 2δt u 2δt,... u 2 n δt = u 2 n 1 δt u 2 n 1 δt. 11

14 Internal smoothing, sensitivities and floating point errors Matrix multiplication is accomplished numerically by invoking either the single precision routine sgemm or the double precision routine dgemm. For practical purposes discussed in pricing theory, single precision is almost always sufficient. In fact, the algorithm of fast-exponentiation as described above with a δt satisfying the above bound has selfsmoothing properties which lessen the impact of floating point errors to be far less than what one would naivley expect with a back-of-the envelope worst case estimate. 12

15 A new notion of solvability The traditional notion of analytic solvability involves reducing the calculation of certain quantities to the evaluation of special functions (usually a variant of hypergeometric functions) by means of Taylor expansion or a Pade approximant (Black-Scholes, CEV, CIR, HW, Duffie s affine models, Heston model, Albanese-Kuznetsov-Lawi classification schemes, etc..). A second notion of solvability is based on asymptotic expansions (Hagan s SABR, Pieterbarg s SV-BGM expansions, Papanicolao et al. volatility models). A new notion of solvability that arises with operator methods is the reducibility of the problem to the multiplication of matrices of size small enough that all the required buffers fit in the CPU and GPU memory spaces. This definition changes quite radically the flavour of mathematical work and also moves the boundary of solvable models to include a much larger number of processes and payoffs. 13

16 CPUs and CPU clusters The traditional hardware frameworks for computational finance are given by single core CPUs over which one executes single threaded code As an alternative, Montecarlo algorithms run on CPU clusters with slow interconnects over which one spawns multiple processes typically with a job queing PVM type algorithm. 14

17 CPU/GPU pairs and GPU clusters Operator methods perform best on massively parallel multi-core architectures. A current example would be a Tesla GPU with 16 singleinstruction-multiple-data SIMD processors, each with 32 data registers and one instruction register, with 1.5GB shared fast-access memory. Such GPUs are linked to the CPU by a 100 Mhz bus on a PCI-E connection and GPU-CPU data transfer. Although this transfer rate is orders of magnitude faster than the typical inter-node communication speed in a cluster, the transfer on a bus is a possible bottleneck which needs to be avoided by executing GPU side calculations as much as possible while keeping data buffers resident in GPU memory. As a next level, GPU clusters allow one to execute loosely couple GPU jobs in parallel while being coordinated by a CPU. 15

18 Execution times in seconds for various portfolios under various configurations. Task GPU-O GPU-D Host-O Initialization Calibration to term structure of rates European swaptions Portfolio of CMS spread range accruals: 9 callable swaps and 3 callable snowballs ATM European swaptions ATM European swaptions and ATM Bermuda swaptions GPU-O: using the GPU with host side optimized code. GPU-D: using the GPU with host side debug code. Host-O: using the host only with optimized code and Intel MKL libraries. 16

19 Ratio: column 3 versus column 1.

20 Economic models without drift restrictions Market models are characterized by a large number of dynamically constrained processes. They are well suited for Montecarlo simulations but not to the application of operator methods. The models that are best suited to operator methods are specified through a minimalistic filtration without drift restrictions. These tend to be models with an intuitive economic content and explanatory power such as short rate interest rate models, credit equity models specified as defaultable equity models, stochastic skew FX models with stochastic drift, etc.. 17

21 Measure Changes A mathematical framework is largely characterized by its morphisms, the operations we allow ourselves to carry out on the objects at our disposal. In the traditional measure theoretic approach to finance, measure changes play a pivotal role as they allow one to map stochastic processes into stochastic processes. With operator methods, numeraire changes correspond to a transformation of generators of the form L G (t) = 1 G(t) L(t)G(t) + 1 G(t) G(t) t where G(t) is a diagonal operator corresponding to the new numeraire. (7) 18

22 Although this mapping allows one to rederive all the classic results of continuous time finance from analytic solvability to quanto-options and drift restrictions, this is not particularly useful to take full advantage of the formalism.

23 Operator morphisms The most useful operator manipulations are Path exponentiation Operator deformation and differentiation Operator lifting for path-dependent processes Block diagonalizations for Abelian processes Kernel splitting for dynamic conditioning 19

24 Time dependent adjustment function λ(t) to fit the term structure of rates. Notice that this function is very close to 1. This is achieved by calibrating the drift of the monetary policy process. 20

25 Zero curves in the deflation regime. 21

26 Zero curves in the regime with drift -75 bp/year. 22

27 Zero curves in the regime with drift -25 bp/year. 23

28 Zero curves in the regime with drift +25 bp/year. 24

29 Zero curves in the regime with drift +100 bp/year. 25

30 Backbone of 2y-10Y correlation, i.e. correlation between daily returns of the 2Y swap rate versus the 10Y swap rate as a function of the short rate. 26

31 Backbone of 1y-20Y correlation, i.e. correlation between daily returns of the 1Y swap rate versus the 20Y swap rate as a function of the short rate. 27

32 Projected occupancy probabilities of monetary policy regimes. 28

33 Implied volatilities for at-the-money European swaptions of tenor 2Y compared to market data. 29

34 Implied volatilities for at-the-money European swaptions of tenor 5Y compared to market data. 30

35 Implied volatilities for at-the-money European swaptions of tenor 20Y compared to market data. 31

36 Implied volatility skews for European swaptions of tenor 2Y compared to market data. 32

37 Implied volatility skews for European swaptions of tenor 5Y compared to market data. 33

38 Implied volatility skews for European swaptions of tenor 20Y compared to market data. Only implied volatilites for extreme strikes 16% over the forward failed to compute, as the graph shoes. 34

39 Implied volatility backbone, i.e. the scatterplot of the implied at the money volatility of 2Y into 2Y European swaptions versus the corresponding forward rate. 35

40 Implied volatility backbone, i.e. the scatterplot of the implied at the money volatility of 4Y into 5Y European swaptions versus the corresponding forward rate. 36

41 Implied volatility backbone, i.e. the scatterplot of the implied at the money volatility of 10Y into 20Y European swaptions versus the corresponding forward rate. 37

42 Bermuda premium backbone, i.e. the Bermuda premium of 4Y into 2Y at-the-money swaptions plotted against the corresponding forward rate. 38

43 Bermuda premium backbone, i.e. the Bermuda premium of 5Y into 10Y at-the-money swaptions plotted against the corresponding forward rate. 39

44 2Y into 5Y convexity backbone, i.e. the convexity correction for of 2Y into 5Y European constant-maturity-swaps (CMS) with respect to European swaptions. 40

45 3Y into 2Y convexity backbone, i.e. the convexity correction for of 3Y into 2Y European constant-maturity-swaps (CMS) with respect to European swaptions. 41

46 10Y into 20Y convexity backbone, i.e. the convexity correction for of 10Y into 20Y European constant-maturity-swaps (CMS) with respect to European swaptions. 42

47 Pricing functions of callable CMS spread range accruals. 43

48 Pricing functions of callable CMS spread range accruals. 44

49 Pricing functions of callable CMS spread range accruals. 45

50 Pricing functions of callable CMS spread range accruals. 46

51 Pricing functions of callable CMS spread range accruals. 47

52 Pricing functions of callable CMS spread range accruals. 48

53 Pricing functions of callable CMS spread range accruals. 49

54 Pricing functions of callable snowball CMS spread range accruals. 50

55 Pricing functions of callable snowball CMS spread range accruals. 51

56 Pricing functions of callable snowball CMS spread range accruals. 52

57 Conclusions Operator methods are an emerging mathematical framework for finance and econometrics which is suitable for semi-parametric and non parametric modeling. We showed an example concerning long dated fixed income derivatives but I worked out several others concerning credit, equity and energy derivatives. Just google my name. The practical engineering applications of operator methods rely on fast implementations of matrix-matrix multiplication algorithms, which can nowadays be nest achieved on massively parallel GPUs optimized for single precision floating point arithmetics. 53

Martingale Methods in Financial Modelling

Martingale Methods in Financial Modelling Marek Musiela Marek Rutkowski Martingale Methods in Financial Modelling Second Edition Springer Table of Contents Preface to the First Edition Preface to the Second Edition V VII Part I. Spot and Futures

More information

Martingale Methods in Financial Modelling

Martingale Methods in Financial Modelling Marek Musiela Marek Rutkowski Martingale Methods in Financial Modelling Second Edition \ 42 Springer - . Preface to the First Edition... V Preface to the Second Edition... VII I Part I. Spot and Futures

More information

Interest Rate Modeling

Interest Rate Modeling Chapman & Hall/CRC FINANCIAL MATHEMATICS SERIES Interest Rate Modeling Theory and Practice Lixin Wu CRC Press Taylor & Francis Group Boca Raton London New York CRC Press is an imprint of the Taylor & Francis

More information

Global Calibration. 1 Calibration Strategies. Claudio Albanese 1. August 18, 2009

Global Calibration. 1 Calibration Strategies. Claudio Albanese 1. August 18, 2009 Global Calibration Claudio Albanese 1 August 18, 2009 Abstract Current technology advances in computer engineering broaden substantially the realm of possibilities in the art of risk management of derivative

More information

MFE Course Details. Financial Mathematics & Statistics

MFE Course Details. Financial Mathematics & Statistics MFE Course Details Financial Mathematics & Statistics Calculus & Linear Algebra This course covers mathematical tools and concepts for solving problems in financial engineering. It will also help to satisfy

More information

INTRODUCTION TO THE ECONOMICS AND MATHEMATICS OF FINANCIAL MARKETS. Jakša Cvitanić and Fernando Zapatero

INTRODUCTION TO THE ECONOMICS AND MATHEMATICS OF FINANCIAL MARKETS. Jakša Cvitanić and Fernando Zapatero INTRODUCTION TO THE ECONOMICS AND MATHEMATICS OF FINANCIAL MARKETS Jakša Cvitanić and Fernando Zapatero INTRODUCTION TO THE ECONOMICS AND MATHEMATICS OF FINANCIAL MARKETS Table of Contents PREFACE...1

More information

King s College London

King s College London King s College London University Of London This paper is part of an examination of the College counting towards the award of a degree. Examinations are governed by the College Regulations under the authority

More information

Accelerated Option Pricing Multiple Scenarios

Accelerated Option Pricing Multiple Scenarios Accelerated Option Pricing in Multiple Scenarios 04.07.2008 Stefan Dirnstorfer (stefan@thetaris.com) Andreas J. Grau (grau@thetaris.com) 1 Abstract This paper covers a massive acceleration of Monte-Carlo

More information

Handbook of Financial Risk Management

Handbook of Financial Risk Management Handbook of Financial Risk Management Simulations and Case Studies N.H. Chan H.Y. Wong The Chinese University of Hong Kong WILEY Contents Preface xi 1 An Introduction to Excel VBA 1 1.1 How to Start Excel

More information

Financial Risk Modeling on Low-power Accelerators: Experimental Performance Evaluation of TK1 with FPGA

Financial Risk Modeling on Low-power Accelerators: Experimental Performance Evaluation of TK1 with FPGA Financial Risk Modeling on Low-power Accelerators: Experimental Performance Evaluation of TK1 with FPGA Rajesh Bordawekar and Daniel Beece IBM T. J. Watson Research Center 3/17/2015 2014 IBM Corporation

More information

Managing the Newest Derivatives Risks

Managing the Newest Derivatives Risks Managing the Newest Derivatives Risks Michel Crouhy IXIS Corporate and Investment Bank / A subsidiary of NATIXIS Derivatives 2007: New Ideas, New Instruments, New markets NYU Stern School of Business,

More information

Stochastic Interest Rates

Stochastic Interest Rates Stochastic Interest Rates This volume in the Mastering Mathematical Finance series strikes just the right balance between mathematical rigour and practical application. Existing books on the challenging

More information

King s College London

King s College London King s College London University Of London This paper is part of an examination of the College counting towards the award of a degree. Examinations are governed by the College Regulations under the authority

More information

Pricing of a European Call Option Under a Local Volatility Interbank Offered Rate Model

Pricing of a European Call Option Under a Local Volatility Interbank Offered Rate Model American Journal of Theoretical and Applied Statistics 2018; 7(2): 80-84 http://www.sciencepublishinggroup.com/j/ajtas doi: 10.11648/j.ajtas.20180702.14 ISSN: 2326-8999 (Print); ISSN: 2326-9006 (Online)

More information

Institute of Actuaries of India. Subject. ST6 Finance and Investment B. For 2018 Examinationspecialist Technical B. Syllabus

Institute of Actuaries of India. Subject. ST6 Finance and Investment B. For 2018 Examinationspecialist Technical B. Syllabus Institute of Actuaries of India Subject ST6 Finance and Investment B For 2018 Examinationspecialist Technical B Syllabus Aim The aim of the second finance and investment technical subject is to instil

More information

Heinz W. Engl. Industrial Mathematics Institute Johannes Kepler Universität Linz, Austria

Heinz W. Engl. Industrial Mathematics Institute Johannes Kepler Universität Linz, Austria Some Identification Problems in Finance Heinz W. Engl Industrial Mathematics Institute Johannes Kepler Universität Linz, Austria www.indmath.uni-linz.ac.at Johann Radon Institute for Computational and

More information

Interest Rate Bermudan Swaption Valuation and Risk

Interest Rate Bermudan Swaption Valuation and Risk Interest Rate Bermudan Swaption Valuation and Risk Dmitry Popov FinPricing http://www.finpricing.com Summary Bermudan Swaption Definition Bermudan Swaption Payoffs Valuation Model Selection Criteria LGM

More information

Callable Bond and Vaulation

Callable Bond and Vaulation and Vaulation Dmitry Popov FinPricing http://www.finpricing.com Summary Callable Bond Definition The Advantages of Callable Bonds Callable Bond Payoffs Valuation Model Selection Criteria LGM Model LGM

More information

Simulating Continuous Time Rating Transitions

Simulating Continuous Time Rating Transitions Bus 864 1 Simulating Continuous Time Rating Transitions Robert A. Jones 17 March 2003 This note describes how to simulate state changes in continuous time Markov chains. An important application to credit

More information

FX Smile Modelling. 9 September September 9, 2008

FX Smile Modelling. 9 September September 9, 2008 FX Smile Modelling 9 September 008 September 9, 008 Contents 1 FX Implied Volatility 1 Interpolation.1 Parametrisation............................. Pure Interpolation.......................... Abstract

More information

Market interest-rate models

Market interest-rate models Market interest-rate models Marco Marchioro www.marchioro.org November 24 th, 2012 Market interest-rate models 1 Lecture Summary No-arbitrage models Detailed example: Hull-White Monte Carlo simulations

More information

Domokos Vermes. Min Zhao

Domokos Vermes. Min Zhao Domokos Vermes and Min Zhao WPI Financial Mathematics Laboratory BSM Assumptions Gaussian returns Constant volatility Market Reality Non-zero skew Positive and negative surprises not equally likely Excess

More information

Puttable Bond and Vaulation

Puttable Bond and Vaulation and Vaulation Dmitry Popov FinPricing http://www.finpricing.com Summary Puttable Bond Definition The Advantages of Puttable Bonds Puttable Bond Payoffs Valuation Model Selection Criteria LGM Model LGM

More information

A STOCHASTIC VOLATILITY MODEL FOR BERMUDA SWAPTIONS AND CALLABLE CMS SWAPS

A STOCHASTIC VOLATILITY MODEL FOR BERMUDA SWAPTIONS AND CALLABLE CMS SWAPS A STOCHASTIC VOLATILITY MODEL FOR BERMUDA SWAPTIONS AND CALLABLE CMS SWAPS CLAUDIO ALBANESE AND MANLIO TROVATO Abstract. It is widely recognized that fixed income exotics should be priced by means of a

More information

EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS

EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS Commun. Korean Math. Soc. 23 (2008), No. 2, pp. 285 294 EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS Kyoung-Sook Moon Reprinted from the Communications of the Korean Mathematical Society

More information

Curriculum. Written by Administrator Sunday, 03 February :33 - Last Updated Friday, 28 June :10 1 / 10

Curriculum. Written by Administrator Sunday, 03 February :33 - Last Updated Friday, 28 June :10 1 / 10 1 / 10 Ph.D. in Applied Mathematics with Specialization in the Mathematical Finance and Actuarial Mathematics Professor Dr. Pairote Sattayatham School of Mathematics, Institute of Science, email: pairote@sut.ac.th

More information

Barrier Option. 2 of 33 3/13/2014

Barrier Option. 2 of 33 3/13/2014 FPGA-based Reconfigurable Computing for Pricing Multi-Asset Barrier Options RAHUL SRIDHARAN, GEORGE COOKE, KENNETH HILL, HERMAN LAM, ALAN GEORGE, SAAHPC '12, PROCEEDINGS OF THE 2012 SYMPOSIUM ON APPLICATION

More information

MFE Course Details. Financial Mathematics & Statistics

MFE Course Details. Financial Mathematics & Statistics MFE Course Details Financial Mathematics & Statistics FE8506 Calculus & Linear Algebra This course covers mathematical tools and concepts for solving problems in financial engineering. It will also help

More information

Utility Indifference Pricing and Dynamic Programming Algorithm

Utility Indifference Pricing and Dynamic Programming Algorithm Chapter 8 Utility Indifference ricing and Dynamic rogramming Algorithm In the Black-Scholes framework, we can perfectly replicate an option s payoff. However, it may not be true beyond the Black-Scholes

More information

Numerical schemes for SDEs

Numerical schemes for SDEs Lecture 5 Numerical schemes for SDEs Lecture Notes by Jan Palczewski Computational Finance p. 1 A Stochastic Differential Equation (SDE) is an object of the following type dx t = a(t,x t )dt + b(t,x t

More information

************************

************************ Derivative Securities Options on interest-based instruments: pricing of bond options, caps, floors, and swaptions. The most widely-used approach to pricing options on caps, floors, swaptions, and similar

More information

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models IEOR E4707: Foundations of Financial Engineering c 206 by Martin Haugh Martingale Pricing Theory in Discrete-Time and Discrete-Space Models These notes develop the theory of martingale pricing in a discrete-time,

More information

Statistical Models and Methods for Financial Markets

Statistical Models and Methods for Financial Markets Tze Leung Lai/ Haipeng Xing Statistical Models and Methods for Financial Markets B 374756 4Q Springer Preface \ vii Part I Basic Statistical Methods and Financial Applications 1 Linear Regression Models

More information

Lecture 5: Review of interest rate models

Lecture 5: Review of interest rate models Lecture 5: Review of interest rate models Xiaoguang Wang STAT 598W January 30th, 2014 (STAT 598W) Lecture 5 1 / 46 Outline 1 Bonds and Interest Rates 2 Short Rate Models 3 Forward Rate Models 4 LIBOR and

More information

Ultimate Control. Maxeler RiskAnalytics

Ultimate Control. Maxeler RiskAnalytics Ultimate Control Maxeler RiskAnalytics Analytics Risk Financial markets are rapidly evolving. Data volume and velocity are growing exponentially. To keep ahead of the competition financial institutions

More information

Market Risk Analysis Volume I

Market Risk Analysis Volume I Market Risk Analysis Volume I Quantitative Methods in Finance Carol Alexander John Wiley & Sons, Ltd List of Figures List of Tables List of Examples Foreword Preface to Volume I xiii xvi xvii xix xxiii

More information

Latest Developments: Interest Rate Modelling & Interest Rate Exotic & Hybrid Products

Latest Developments: Interest Rate Modelling & Interest Rate Exotic & Hybrid Products Latest Developments: Interest Rate Modelling & Interest Rate Exotic & Hybrid Products London: 30th March 1st April 2009 This workshop provides THREE booking options Register to ANY ONE day TWO days or

More information

LIBOR models, multi-curve extensions, and the pricing of callable structured derivatives

LIBOR models, multi-curve extensions, and the pricing of callable structured derivatives Weierstrass Institute for Applied Analysis and Stochastics LIBOR models, multi-curve extensions, and the pricing of callable structured derivatives John Schoenmakers 9th Summer School in Mathematical Finance

More information

by Kian Guan Lim Professor of Finance Head, Quantitative Finance Unit Singapore Management University

by Kian Guan Lim Professor of Finance Head, Quantitative Finance Unit Singapore Management University by Kian Guan Lim Professor of Finance Head, Quantitative Finance Unit Singapore Management University Presentation at Hitotsubashi University, August 8, 2009 There are 14 compulsory semester courses out

More information

Crashcourse Interest Rate Models

Crashcourse Interest Rate Models Crashcourse Interest Rate Models Stefan Gerhold August 30, 2006 Interest Rate Models Model the evolution of the yield curve Can be used for forecasting the future yield curve or for pricing interest rate

More information

Implementing Models in Quantitative Finance: Methods and Cases

Implementing Models in Quantitative Finance: Methods and Cases Gianluca Fusai Andrea Roncoroni Implementing Models in Quantitative Finance: Methods and Cases vl Springer Contents Introduction xv Parti Methods 1 Static Monte Carlo 3 1.1 Motivation and Issues 3 1.1.1

More information

INTEREST RATES AND FX MODELS

INTEREST RATES AND FX MODELS INTEREST RATES AND FX MODELS 4. Convexity Andrew Lesniewski Courant Institute of Mathematics New York University New York February 24, 2011 2 Interest Rates & FX Models Contents 1 Convexity corrections

More information

Financial Mathematics and Supercomputing

Financial Mathematics and Supercomputing GPU acceleration in early-exercise option valuation Álvaro Leitao and Cornelis W. Oosterlee Financial Mathematics and Supercomputing A Coruña - September 26, 2018 Á. Leitao & Kees Oosterlee SGBM on GPU

More information

Preface Objectives and Audience

Preface Objectives and Audience Objectives and Audience In the past three decades, we have witnessed the phenomenal growth in the trading of financial derivatives and structured products in the financial markets around the globe and

More information

The Fixed Income Valuation Course. Sanjay K. Nawalkha Natalia A. Beliaeva Gloria M. Soto

The Fixed Income Valuation Course. Sanjay K. Nawalkha Natalia A. Beliaeva Gloria M. Soto Dynamic Term Structure Modeling The Fixed Income Valuation Course Sanjay K. Nawalkha Natalia A. Beliaeva Gloria M. Soto Dynamic Term Structure Modeling. The Fixed Income Valuation Course. Sanjay K. Nawalkha,

More information

O N MODEL UNCERTAINTY IN

O N MODEL UNCERTAINTY IN O N MODEL UNCERTAINTY IN CREDIT- EQUITY MODELS Jan-Frederik Mai XAIA Investment GmbH Sonnenstraße 19, 331 München, Germany jan-frederik.mai@xaia.com Date: March 1, 1 Abstract Credit-equity models are often

More information

Large Deviations and Stochastic Volatility with Jumps: Asymptotic Implied Volatility for Affine Models

Large Deviations and Stochastic Volatility with Jumps: Asymptotic Implied Volatility for Affine Models Large Deviations and Stochastic Volatility with Jumps: TU Berlin with A. Jaquier and A. Mijatović (Imperial College London) SIAM conference on Financial Mathematics, Minneapolis, MN July 10, 2012 Implied

More information

Lecture 17. The model is parametrized by the time period, δt, and three fixed constant parameters, v, σ and the riskless rate r.

Lecture 17. The model is parametrized by the time period, δt, and three fixed constant parameters, v, σ and the riskless rate r. Lecture 7 Overture to continuous models Before rigorously deriving the acclaimed Black-Scholes pricing formula for the value of a European option, we developed a substantial body of material, in continuous

More information

SYLLABUS. IEOR E4728 Topics in Quantitative Finance: Inflation Derivatives

SYLLABUS. IEOR E4728 Topics in Quantitative Finance: Inflation Derivatives SYLLABUS IEOR E4728 Topics in Quantitative Finance: Inflation Derivatives Term: Summer 2007 Department: Industrial Engineering and Operations Research (IEOR) Instructor: Iraj Kani TA: Wayne Lu References:

More information

Monte Carlo Methods in Structuring and Derivatives Pricing

Monte Carlo Methods in Structuring and Derivatives Pricing Monte Carlo Methods in Structuring and Derivatives Pricing Prof. Manuela Pedio (guest) 20263 Advanced Tools for Risk Management and Pricing Spring 2017 Outline and objectives The basic Monte Carlo algorithm

More information

Interest Rate Cancelable Swap Valuation and Risk

Interest Rate Cancelable Swap Valuation and Risk Interest Rate Cancelable Swap Valuation and Risk Dmitry Popov FinPricing http://www.finpricing.com Summary Cancelable Swap Definition Bermudan Swaption Payoffs Valuation Model Selection Criteria LGM Model

More information

Sample Path Large Deviations and Optimal Importance Sampling for Stochastic Volatility Models

Sample Path Large Deviations and Optimal Importance Sampling for Stochastic Volatility Models Sample Path Large Deviations and Optimal Importance Sampling for Stochastic Volatility Models Scott Robertson Carnegie Mellon University scottrob@andrew.cmu.edu http://www.math.cmu.edu/users/scottrob June

More information

RISKMETRICS. Dr Philip Symes

RISKMETRICS. Dr Philip Symes 1 RISKMETRICS Dr Philip Symes 1. Introduction 2 RiskMetrics is JP Morgan's risk management methodology. It was released in 1994 This was to standardise risk analysis in the industry. Scenarios are generated

More information

Fixed Income Modelling

Fixed Income Modelling Fixed Income Modelling CLAUS MUNK OXPORD UNIVERSITY PRESS Contents List of Figures List of Tables xiii xv 1 Introduction and Overview 1 1.1 What is fixed income analysis? 1 1.2 Basic bond market terminology

More information

European call option with inflation-linked strike

European call option with inflation-linked strike Mathematical Statistics Stockholm University European call option with inflation-linked strike Ola Hammarlid Research Report 2010:2 ISSN 1650-0377 Postal address: Mathematical Statistics Dept. of Mathematics

More information

Advanced Topics in Derivative Pricing Models. Topic 4 - Variance products and volatility derivatives

Advanced Topics in Derivative Pricing Models. Topic 4 - Variance products and volatility derivatives Advanced Topics in Derivative Pricing Models Topic 4 - Variance products and volatility derivatives 4.1 Volatility trading and replication of variance swaps 4.2 Volatility swaps 4.3 Pricing of discrete

More information

Unified Credit-Equity Modeling

Unified Credit-Equity Modeling Unified Credit-Equity Modeling Rafael Mendoza-Arriaga Based on joint research with: Vadim Linetsky and Peter Carr The University of Texas at Austin McCombs School of Business (IROM) Recent Advancements

More information

Introduction to Stochastic Calculus With Applications

Introduction to Stochastic Calculus With Applications Introduction to Stochastic Calculus With Applications Fima C Klebaner University of Melbourne \ Imperial College Press Contents Preliminaries From Calculus 1 1.1 Continuous and Differentiable Functions.

More information

Practical example of an Economic Scenario Generator

Practical example of an Economic Scenario Generator Practical example of an Economic Scenario Generator Martin Schenk Actuarial & Insurance Solutions SAV 7 March 2014 Agenda Introduction Deterministic vs. stochastic approach Mathematical model Application

More information

Pricing with a Smile. Bruno Dupire. Bloomberg

Pricing with a Smile. Bruno Dupire. Bloomberg CP-Bruno Dupire.qxd 10/08/04 6:38 PM Page 1 11 Pricing with a Smile Bruno Dupire Bloomberg The Black Scholes model (see Black and Scholes, 1973) gives options prices as a function of volatility. If an

More information

DOWNLOAD PDF INTEREST RATE OPTION MODELS REBONATO

DOWNLOAD PDF INTEREST RATE OPTION MODELS REBONATO Chapter 1 : Riccardo Rebonato Revolvy Interest-Rate Option Models: Understanding, Analysing and Using Models for Exotic Interest-Rate Options (Wiley Series in Financial Engineering) Second Edition by Riccardo

More information

OpenGamma Quantitative Research Algorithmic Differentiation in Finance: Root Finding and Least Square Calibration

OpenGamma Quantitative Research Algorithmic Differentiation in Finance: Root Finding and Least Square Calibration OpenGamma Quantitative Research Algorithmic Differentiation in Finance: Root Finding and Least Square Calibration Marc Henrard marc@opengamma.com OpenGamma Quantitative Research n. 7 January 2013 Abstract

More information

Rohini Kumar. Statistics and Applied Probability, UCSB (Joint work with J. Feng and J.-P. Fouque)

Rohini Kumar. Statistics and Applied Probability, UCSB (Joint work with J. Feng and J.-P. Fouque) Small time asymptotics for fast mean-reverting stochastic volatility models Statistics and Applied Probability, UCSB (Joint work with J. Feng and J.-P. Fouque) March 11, 2011 Frontier Probability Days,

More information

Interest Rate Volatility

Interest Rate Volatility Interest Rate Volatility III. Working with SABR Andrew Lesniewski Baruch College and Posnania Inc First Baruch Volatility Workshop New York June 16-18, 2015 Outline Arbitrage free SABR 1 Arbitrage free

More information

Term Structure Lattice Models

Term Structure Lattice Models IEOR E4706: Foundations of Financial Engineering c 2016 by Martin Haugh Term Structure Lattice Models These lecture notes introduce fixed income derivative securities and the modeling philosophy used to

More information

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS MATH307/37 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS School of Mathematics and Statistics Semester, 04 Tutorial problems should be used to test your mathematical skills and understanding of the lecture material.

More information

With Examples Implemented in Python

With Examples Implemented in Python SABR and SABR LIBOR Market Models in Practice With Examples Implemented in Python Christian Crispoldi Gerald Wigger Peter Larkin palgrave macmillan Contents List of Figures ListofTables Acknowledgments

More information

Callability Features

Callability Features 2 Callability Features 2.1 Introduction and Objectives In this chapter, we introduce callability which gives one party in a transaction the right (but not the obligation) to terminate the transaction early.

More information

Option Pricing under Delay Geometric Brownian Motion with Regime Switching

Option Pricing under Delay Geometric Brownian Motion with Regime Switching Science Journal of Applied Mathematics and Statistics 2016; 4(6): 263-268 http://www.sciencepublishinggroup.com/j/sjams doi: 10.11648/j.sjams.20160406.13 ISSN: 2376-9491 (Print); ISSN: 2376-9513 (Online)

More information

Multi-Curve Pricing of Non-Standard Tenor Vanilla Options in QuantLib. Sebastian Schlenkrich QuantLib User Meeting, Düsseldorf, December 1, 2015

Multi-Curve Pricing of Non-Standard Tenor Vanilla Options in QuantLib. Sebastian Schlenkrich QuantLib User Meeting, Düsseldorf, December 1, 2015 Multi-Curve Pricing of Non-Standard Tenor Vanilla Options in QuantLib Sebastian Schlenkrich QuantLib User Meeting, Düsseldorf, December 1, 2015 d-fine d-fine All rights All rights reserved reserved 0 Swaption

More information

FINANCIAL DERIVATIVE. INVESTMENTS An Introduction to Structured Products. Richard D. Bateson. Imperial College Press. University College London, UK

FINANCIAL DERIVATIVE. INVESTMENTS An Introduction to Structured Products. Richard D. Bateson. Imperial College Press. University College London, UK FINANCIAL DERIVATIVE INVESTMENTS An Introduction to Structured Products Richard D. Bateson University College London, UK Imperial College Press Contents Preface Guide to Acronyms Glossary of Notations

More information

Derivative Securities Fall 2012 Final Exam Guidance Extended version includes full semester

Derivative Securities Fall 2012 Final Exam Guidance Extended version includes full semester Derivative Securities Fall 2012 Final Exam Guidance Extended version includes full semester Our exam is Wednesday, December 19, at the normal class place and time. You may bring two sheets of notes (8.5

More information

Table of Contents. Part I. Deterministic Models... 1

Table of Contents. Part I. Deterministic Models... 1 Preface...xvii Part I. Deterministic Models... 1 Chapter 1. Introductory Elements to Financial Mathematics.... 3 1.1. The object of traditional financial mathematics... 3 1.2. Financial supplies. Preference

More information

CONSISTENCY AMONG TRADING DESKS

CONSISTENCY AMONG TRADING DESKS CONSISTENCY AMONG TRADING DESKS David Heath 1 and Hyejin Ku 2 1 Department of Mathematical Sciences, Carnegie Mellon University, Pittsburgh, PA, USA, email:heath@andrew.cmu.edu 2 Department of Mathematics

More information

Computational Methods in Finance

Computational Methods in Finance Chapman & Hall/CRC FINANCIAL MATHEMATICS SERIES Computational Methods in Finance AM Hirsa Ltfi) CRC Press VV^ J Taylor & Francis Group Boca Raton London New York CRC Press is an imprint of the Taylor &

More information

A Poor Man s Guide. Quantitative Finance

A Poor Man s Guide. Quantitative Finance Sachs A Poor Man s Guide To Quantitative Finance Emanuel Derman October 2002 Email: emanuel@ederman.com Web: www.ederman.com PoorMansGuideToQF.fm September 30, 2002 Page 1 of 17 Sachs Summary Quantitative

More information

Continuous-time Stochastic Control and Optimization with Financial Applications

Continuous-time Stochastic Control and Optimization with Financial Applications Huyen Pham Continuous-time Stochastic Control and Optimization with Financial Applications 4y Springer Some elements of stochastic analysis 1 1.1 Stochastic processes 1 1.1.1 Filtration and processes 1

More information

MULTISCALE STOCHASTIC VOLATILITY FOR EQUITY, INTEREST RATE, AND CREDIT DERIVATIVES

MULTISCALE STOCHASTIC VOLATILITY FOR EQUITY, INTEREST RATE, AND CREDIT DERIVATIVES MULTISCALE STOCHASTIC VOLATILITY FOR EQUITY, INTEREST RATE, AND CREDIT DERIVATIVES Building upon the ideas introduced in their previous book, Derivatives in Financial Markets with Stochastic Volatility,

More information

The Pricing of Bermudan Swaptions by Simulation

The Pricing of Bermudan Swaptions by Simulation The Pricing of Bermudan Swaptions by Simulation Claus Madsen to be Presented at the Annual Research Conference in Financial Risk - Budapest 12-14 of July 2001 1 A Bermudan Swaption (BS) A Bermudan Swaption

More information

Outline. GPU for Finance SciFinance SciFinance CUDA Risk Applications Testing. Conclusions. Monte Carlo PDE

Outline. GPU for Finance SciFinance SciFinance CUDA Risk Applications Testing. Conclusions. Monte Carlo PDE Outline GPU for Finance SciFinance SciFinance CUDA Risk Applications Testing Monte Carlo PDE Conclusions 2 Why GPU for Finance? Need for effective portfolio/risk management solutions Accurately measuring,

More information

Market Risk Analysis Volume II. Practical Financial Econometrics

Market Risk Analysis Volume II. Practical Financial Econometrics Market Risk Analysis Volume II Practical Financial Econometrics Carol Alexander John Wiley & Sons, Ltd List of Figures List of Tables List of Examples Foreword Preface to Volume II xiii xvii xx xxii xxvi

More information

The Yield Envelope: Price Ranges for Fixed Income Products

The Yield Envelope: Price Ranges for Fixed Income Products The Yield Envelope: Price Ranges for Fixed Income Products by David Epstein (LINK:www.maths.ox.ac.uk/users/epstein) Mathematical Institute (LINK:www.maths.ox.ac.uk) Oxford Paul Wilmott (LINK:www.oxfordfinancial.co.uk/pw)

More information

Math 416/516: Stochastic Simulation

Math 416/516: Stochastic Simulation Math 416/516: Stochastic Simulation Haijun Li lih@math.wsu.edu Department of Mathematics Washington State University Week 13 Haijun Li Math 416/516: Stochastic Simulation Week 13 1 / 28 Outline 1 Simulation

More information

Interest-Sensitive Financial Instruments

Interest-Sensitive Financial Instruments Interest-Sensitive Financial Instruments Valuing fixed cash flows Two basic rules: - Value additivity: Find the portfolio of zero-coupon bonds which replicates the cash flows of the security, the price

More information

Modeling Fixed-Income Securities and Interest Rate Options

Modeling Fixed-Income Securities and Interest Rate Options jarr_fm.qxd 5/16/02 4:49 PM Page iii Modeling Fixed-Income Securities and Interest Rate Options SECOND EDITION Robert A. Jarrow Stanford Economics and Finance An Imprint of Stanford University Press Stanford,

More information

Risk Neutral Valuation

Risk Neutral Valuation copyright 2012 Christian Fries 1 / 51 Risk Neutral Valuation Christian Fries Version 2.2 http://www.christian-fries.de/finmath April 19-20, 2012 copyright 2012 Christian Fries 2 / 51 Outline Notation Differential

More information

GN47: Stochastic Modelling of Economic Risks in Life Insurance

GN47: Stochastic Modelling of Economic Risks in Life Insurance GN47: Stochastic Modelling of Economic Risks in Life Insurance Classification Recommended Practice MEMBERS ARE REMINDED THAT THEY MUST ALWAYS COMPLY WITH THE PROFESSIONAL CONDUCT STANDARDS (PCS) AND THAT

More information

TN 2 - Basic Calculus with Financial Applications

TN 2 - Basic Calculus with Financial Applications G.S. Questa, 016 TN Basic Calculus with Finance [016-09-03] Page 1 of 16 TN - Basic Calculus with Financial Applications 1 Functions and Limits Derivatives 3 Taylor Series 4 Maxima and Minima 5 The Logarithmic

More information

- 1 - **** d(lns) = (µ (1/2)σ 2 )dt + σdw t

- 1 - **** d(lns) = (µ (1/2)σ 2 )dt + σdw t - 1 - **** These answers indicate the solutions to the 2014 exam questions. Obviously you should plot graphs where I have simply described the key features. It is important when plotting graphs to label

More information

Fast Convergence of Regress-later Series Estimators

Fast Convergence of Regress-later Series Estimators Fast Convergence of Regress-later Series Estimators New Thinking in Finance, London Eric Beutner, Antoon Pelsser, Janina Schweizer Maastricht University & Kleynen Consultants 12 February 2014 Beutner Pelsser

More information

Accelerating Financial Computation

Accelerating Financial Computation Accelerating Financial Computation Wayne Luk Department of Computing Imperial College London HPC Finance Conference and Training Event Computational Methods and Technologies for Finance 13 May 2013 1 Accelerated

More information

Contents Critique 26. portfolio optimization 32

Contents Critique 26. portfolio optimization 32 Contents Preface vii 1 Financial problems and numerical methods 3 1.1 MATLAB environment 4 1.1.1 Why MATLAB? 5 1.2 Fixed-income securities: analysis and portfolio immunization 6 1.2.1 Basic valuation of

More information

Financial Engineering with FRONT ARENA

Financial Engineering with FRONT ARENA Introduction The course A typical lecture Concluding remarks Problems and solutions Dmitrii Silvestrov Anatoliy Malyarenko Department of Mathematics and Physics Mälardalen University December 10, 2004/Front

More information

Libor Market Model Version 1.0

Libor Market Model Version 1.0 Libor Market Model Version.0 Introduction This plug-in implements the Libor Market Model (also know as BGM Model, from the authors Brace Gatarek Musiela). For a general reference on this model see [, [2

More information

THE MARTINGALE METHOD DEMYSTIFIED

THE MARTINGALE METHOD DEMYSTIFIED THE MARTINGALE METHOD DEMYSTIFIED SIMON ELLERSGAARD NIELSEN Abstract. We consider the nitty gritty of the martingale approach to option pricing. These notes are largely based upon Björk s Arbitrage Theory

More information

FIXED INCOME SECURITIES

FIXED INCOME SECURITIES FIXED INCOME SECURITIES Valuation, Risk, and Risk Management Pietro Veronesi University of Chicago WILEY JOHN WILEY & SONS, INC. CONTENTS Preface Acknowledgments PART I BASICS xix xxxiii AN INTRODUCTION

More information

Economic Scenario Generator: Applications in Enterprise Risk Management. Ping Sun Executive Director, Financial Engineering Numerix LLC

Economic Scenario Generator: Applications in Enterprise Risk Management. Ping Sun Executive Director, Financial Engineering Numerix LLC Economic Scenario Generator: Applications in Enterprise Risk Management Ping Sun Executive Director, Financial Engineering Numerix LLC Numerix makes no representation or warranties in relation to information

More information

Rho and Delta. Paul Hollingsworth January 29, Introduction 1. 2 Zero coupon bond 1. 3 FX forward 2. 5 Rho (ρ) 4. 7 Time bucketing 6

Rho and Delta. Paul Hollingsworth January 29, Introduction 1. 2 Zero coupon bond 1. 3 FX forward 2. 5 Rho (ρ) 4. 7 Time bucketing 6 Rho and Delta Paul Hollingsworth January 29, 2012 Contents 1 Introduction 1 2 Zero coupon bond 1 3 FX forward 2 4 European Call under Black Scholes 3 5 Rho (ρ) 4 6 Relationship between Rho and Delta 5

More information

Calibration of PD term structures: to be Markov or not to be

Calibration of PD term structures: to be Markov or not to be CUTTING EDGE. CREDIT RISK Calibration of PD term structures: to be Markov or not to be A common discussion in credit risk modelling is the question of whether term structures of default probabilities can

More information

Introduction. Practitioner Course: Interest Rate Models. John Dodson. February 18, 2009

Introduction. Practitioner Course: Interest Rate Models. John Dodson. February 18, 2009 Practitioner Course: Interest Rate Models February 18, 2009 syllabus text sessions office hours date subject reading 18 Feb introduction BM 1 25 Feb affine models BM 3 4 Mar Gaussian models BM 4 11 Mar

More information