FAST SIMULATION FOR COMPUTING CREDIT VALUE ADJUSTMENTS OF INTEREST RATE PORTFOLIOS

Size: px
Start display at page:

Download "FAST SIMULATION FOR COMPUTING CREDIT VALUE ADJUSTMENTS OF INTEREST RATE PORTFOLIOS"

Transcription

1 FAST SIMULATION FOR COMPUTING CREDIT VALUE ADJUSTMENTS OF INTEREST RATE PORTFOLIOS Team members Jonatan Eriksson (Swedbank) Jonas Hallgren (KTH) Ola Hammarlid (Swedbank) Henrik Hult (KTH, team leader) Björn Löfdahl (KTH) Carl-Johan Rehn (Swedbank) 1. Project formulation Monte Carlo simulation is frequently used within the bank for the purpose of pricing and risk quantification. The proposed project is directed towards efficient Monte Carlo simulation for portfolios of interest rate products. The fixed-income portfolio of a typical bank consists of interest rate derivatives such as caps and floors, interest rate swaps, cross-currency swaps, swaptions and FX forwards. These instruments are being sold to customers and used for mitigating the bank s exposure on the fixed-income market. The portfolio consists of thousands of such derivatives. The valuation of such fixed income products is quite complicated in practice. In particular, the introduction of collateral agreements creates a significant computational overhead. The details of the collateral agreements as well as the counterparties respective credit worthiness must be taken into account and the theoretical risk neutral price must be corrected with the appropriate collateral value adjustment (CVA), default value adjustment (DVA), funding value adjustment (FVA), etc. In addition, in the aftermath of the financial crisis the fixed-income markets have become more complicated. The liquidity crisis transformed markets into multi-curve families where, for each currency, there is a yield-curve for each tenor (1m, 3m, 6m, etc). The stochastic evolution of the collection of yield-curves and exchange rates can be described by a high-dimensional stochastic process that is calibrated to be consistent with current market prices. For the purpose of pricing and risk management of the interest rate portfolio scenarios of the underlying stochastic process are generated and the value of the portfolio Date: This project is part of the Swedish Study Group Mathematics in Industry, Mittag-Leffler Institute, Djursholm, Aug,

2 2 FAST SIMULATION FOR INTEREST RATE PORTFOLIOS is computed under each scenario. As the number of contracts to value is high, as is the dimensionality of the underlying stochastic process, the computational cost is significant and even with a limited number of time steps the accuracy obtained by standard Monte Carlo is poor. The aim of this project is to develop a general framework for significantly reducing the computational time. For successful completion of the project it will be necessary to (1) apply appropriate dimension-reduction techniques to reduce the effective dimension of the underlying stochastic model and (2) develop appropriate variance-reduction techniques (e.g. stratification, antithetic variables, importance sampling) that are targeted towards large portfolios of interest rate derivatives. The project is successful if, at least in a simplified model, the appropriate dimension reduction techniques can be identified and variance reduction can be implemented that results in a reduction in computational time of a factor at least 10 over standard Monte Carlo Mathematical problem formulation. In this section the mathematical formulation of the project is presented briefly. It will be assumed that there is a d- dimensional stochastic process {X(t), t 0} representing, say, the relevant short rates and foreign exchange rates underlying the derivative portfolio. The no-artbitrage value at time t 0 of the derivative portfolio is assumed to be a nice function v(t, X(t)) that may be numerically costly to evaluate. The credit value adjustment may be represented as follows. If the counterpart defaults at one of the times t 1 < t 2 < < t n then the loss suffered at t k is proportional to max(v(t k, X(t k )), 0), where the proportionality constant depends on the default probability and the amount of recovery. The credit value adjustment can then be approximated by [ n ] E P c k max(v(t k, X(t k )), 0). k=1 By discretizing time the underlying stochastic process can be simulated at t 1,..., t n and a standard Monte Carlo simulation will converge to the true expectation. To obtain accurate results a large sample size may be needed and hence many function evaluations of v. Time constraints then considerably limits the level of accuracy that can be achieved. In this project we propose variance reduction techniques to improve accuracy. 2. Mathematical background In this section the main mathematical techniques used in the project is presented. The modelling of interest rates is based on a model for the short rate under the risk

3 FAST SIMULATION FOR INTEREST RATE PORTFOLIOS 3 neutral measure (here denoted by P). For practical purposes it is relevant to consider the multi-curve framework for modelling interest rates [1, 3, 4] in combination with multiple currencies. As a first step an elementary one-factor model is used to model the short rate and a single currency is considered The one-factor Hull-White model. The one-factor Hull-White model is a {X(t); t 0} is a Gaussian Markov process satisfying the stochastic differential equation dx(t) = (Θ(t) κx(t))dt + σ(t)db(t), X(0) = x 0, (2.1) where κ is the mean-reversion parameter, σ is the volatility and Θ is defined by a market discount factor D. With f(t) = t log D(t) being the instantaneous forward rate at time 0 for maturity t, Θ is given by Θ(t) = t f(t) + κf(t) + σ2 (t) 2κ (1 e 2κt ). The solution X to (2.1) is given by where X(t) = X(s)e κ(t s) + α(t) α(s)e (t s) + t s e κ(t u) σ(u)db(u), (2.2) α(t) = f(t) + σ2 (t) 2κ 2 (1 e κt ) 2. From (2.2) it follows that for every 0 s < t, conditional distribution X(t) X(s) = x is Gaussian with mean m(s, t, x) and variance v(s, t)), where m(s, t, x) = xe κ(t s) + α(t) α(s)e (t s), v(s, t) = t s e 2κ(t u) σ 2 (u)du Stochastic simulation with importance sampling. In this section the importance sampling methodology for computing expectations of diffusion processes will be described in some detail. Consider a one-dimensional diffusion processes {X(t); t [0, )} on a complete probability space with probability P and such that X is the unique strong solution to the stochastic differential equation dx(t) = b(t, X(t))dt + σ(t, X(t))dB(t), X(0) = x 0, (2.3) where B is a standard Brownian motion and b, σ are sufficiently nice so that a strong solution exists, see [2]. Let t 1 > 0 and h : R R be a measurable function with E P [ h(x(t 1 ) ] <. In this section importance sampling will be introduced with the aim of computing E P [h(x(t 1 ))].

4 4 FAST SIMULATION FOR INTEREST RATE PORTFOLIOS The importance sampling estimator of E P [h(x(t 1 ))] is constructed as the sampling average of independent copies of h(x(t 1 )) dp, where X is simulated under the sampling measure Q. It is implicitly assumed that P Q on the support of F so that, by the Radon-Nikodym theorem, the likelihood ratio exists. The estimator is unbiased because E Q [ h(x(t 1 )) dp ] = h(x(t 1 )) dp = EP [h(x(t 1 ))]. The performance of the estimator can be evaluated in terms of its variance: ( Var h(x(t 1 )) dp ) [ ( dp ) 2 ] [ = E Q h 2 (X(t 1 )) E Q h(x(t 1 )) dp ] 2 [ = E P h 2 (X(t 1 )) dp ] E P [h(x(t 1 ))] 2. The second term does not depend on the Q so it suffices to consider the second moment of the estimator. The idea behind importance sampling is to choose a practically implementable sampling measure Q that gives small second moment relative to E P [h(x(t 1 ))] 2. The optimal choice of sampling measure Q is given by the so-called zero-variance measure dp = h(x(t 1)) E P [h(x(t 1 ))], which, as the name indicates, gives zero variance. Since it requires knowledge of the quantity E[h(X(t 1 ))] it is obviously infeasible. Nevertheless, appropriate sampling measures Q are often constructed as approximations to the zero-variance measure. Importance sampling design as a stochastic control problem. It is convenient to consider sampling measures given by Girsanov s transformation. That is, given a viable Girsanov kernel θ, let Q be given by dp = exp { t1 0 θ(s, X(s))dB(s) 1 2 t1 0 } θ 2 (s, X(s))ds. The optimal choice of the Girsanov kernel can be interpreted as a stochastic control problem where the objective is to minimize the second moment of the importance sampling estimator: [ inf θ EP h 2 (X(t 1 )) exp { t1 0 θ(s, X(s))dB(s) t1 0 } ] θ 2 (s, X(s))ds

5 FAST SIMULATION FOR INTEREST RATE PORTFOLIOS 5 Let us denote the associated value function by W : [ { t1 W (t, x) = inf θ EP h 2 (X(t 1 )) exp θ(s, X(s))dB(s) t t1 t } ] θ 2 (s, X(s))ds X(t) = x, where 0 t t 1 and x R. The associated Hamilton-Jacobi-Bellman equation is given by } inf {θ 2 W θσw x + W t + bw x + σ2 θ 2 W xx = 0, W (t 1, x) = h 2 (x). By performing the minimization it follows that the optimal Girsanov kernel is given by θ = σ Wx and the Hamilton-Jacobi-Bellman equation may be rewritten as 2W W t + bw x + σ2 2 W xx σ2 W 2 x 4W = 0, W (t 1, x) = h 2 (x). (2.4) Since W is the minimal second moment a reasonable ansatz is that W (t, x) = V 2 (t, x) where V (t, x) = E P [h(x(t 1 )) X(t) = x]. Indeed, by Kolmogorov s backward equation V satisfies V t + bv x + σ2 2 V xx = 0, V (t 1, x) = h(x), and one readily verifies that V 2 satisfies (2.4). We conclude that the optimal Girsanov kernel is given by θ = σ W x 2W = σ V x V, and, in fact, the associated sampling measure Q is the zero-variance measure. 3. Fast CVA computations for the one-factor Hull-White model Let {X(t); t 0} be the Hull-White process. In this section an efficient importance sampling algorithm will be designed to compute the CVA of the form [ n ] E P c k max(v(t k, X(t k )), 0). k=1 In the sequel the following simple calculation will be used.

6 6 FAST SIMULATION FOR INTEREST RATE PORTFOLIOS Lemma 3.1. Let {X(t); t 0} be the one factor Hull-White process. a, b, R For each E P [max(ax(t) + b, 0) X(s) = x] ( ) am(s, t, x) + b = (am(s, t, x) + b)φ a + a ( ) am(s, t, x) + b v(s, t)ϕ v(s, t) a. v(s, t) The proposed importance sampling algorithm is designed as follows. Let us first linearize each h k (x) = v(t k, x) around x k = E P [X(t k )] and consider h lin k (x) = h k (x k ) + x h k (x k )(x x k ) = a k x + b k, where the coefficients are identified as a k = x h k (x k ) and b k = h k (x k ) x h k (x k )x k. By Lemma 3.1 the desired expectation when each h k is replaced by its linearization can be computed explicitly: h lin k V (k) (t, x) = E P [max(h lin k (X(t k )), 0) X(t) = x] ( ) a k m(t, t k, x) + b k = (a k m(t, t k, x) + b k )Φ a k v(t, tk ) ( ) a k m(t, t k, x) + b k + a k v(t, tk )ϕ, 0 t t k. a k v(t, tk ) [ n ] Consequently, the optimal sampling distribution for computing E P k=1 c k max(h lin k (X(t k)), 0) is given by a Girsanov transformation with kernel n k=1 θ(t, x) = σ(t) c kv x (k) (t, x) n k=1 c kv (k) (t, x) We [ propose to use this θ in the importance sampling implementation for computing n ] E P k=1 c k max(h k (t k, X(t k )), 0) Numerical experiments. In this section, we illustrate the results of some initial numerical experiments based on two hypothetical portfolios consisting of two swaps with contractual payments defined in Table 1. The Hull-White process X is given the parameters σ = and κ = 0.02, and the initial interest rate is 3%. Portfolio A has initial value close to zero. For this scenario, Monte Carlo should perform reasonably well, since many trajectories will result in positive portfolio values. Hence, the standard error should be reasonable. Portfolio B has a large negative initial value, and it is unlikely that any trajectory will result in a positive portfolio value. This will yield a large relative standard error.

7 FAST SIMULATION FOR INTEREST RATE PORTFOLIOS 7 Table 1. Swap contracts. Portfolio A Portfolio B Swap Type Payer Receiver Payer Receiver Maturity 5Y 4Y 5Y 4Y Nominal amt 1e6 5e5 1e6 5e5 Floating reference 6m 6m 6m 6m Coupons 3% 3% 7% 8% We implement an Euler simulation scheme and estimate the CVA for both portfolios using standard Monte Carlo and our proposed importance sampling scheme, respectively, with 1000 simulations. The results are displayed in Table 2. As we can see, the importance sampling scheme reduces the standard errors dramatically for both portfolios. For Portfolio A, which is an at the money portfolio, the variance reduction factor is 55, implying that the sample size needed for the importance sampling algorithm is 55 times smaller than for standard Monte Carlo. For portfolio B, which is a more extreme out of the money portfolio, the variance reduction factor is 32, 000. Table 2. Credit Value adjustment, standard error within brackets. MC IS Variance reduction Portfolio A 642(29.9) 621(4.03) 55 Portfolio B 2.59(1.79) 0.33(0.01) Conclusions and outlook In a simplified setting, using a one-factor Hull-White model for the short rate and a single currency, an efficient method for computing credit value adjustments have been constructed. The limited numerical experiments indicate and excellent performance and significant variance reduction, greater than expected. The results achieved thus far will be written in a joint paper that will be submitted, during fall 2015, to the Journal of Computational Finance. Future work may proceed in several directions. We have started to implement a sequential Monte Carlo version of the change of measure technique that is potentially useful in more complicated settings because it is generally more robust to misspecification of the change of measure than standard importance sampling. The current version of the algorithm may be improved further by considering a piecewise linear approximation of v(t k, ) based on the observations of

8 8 FAST SIMULATION FOR INTEREST RATE PORTFOLIOS v(t k, X(t k )). Then it can be argued that the convergence rate will be faster than N, where N is the sample size, which is quite remarkable It seems that the algorithm can be extended to a multi-dimensional (multicurve) setting to handle more realistic models. The Gaussianity assumption seems crucial, though, for the proposed method to work. References [1] D. Brigo and F. Mercurio. Interest rate models Theory and Practice. Springer, New York, [2] I. Karatzas and S.E. Shreve. Brownian motion and stochastic calculus. 2nd Edition. Springer, New York, [3] C. Kenyon. Post shock short-rate pricing. Risk Magazine, [4] J. Zhu. Multiple-curve valuation with one-factor hull-white model. SSRN Electronic Journal, June, 2012.

Potential Future Exposure and Collateral Modelling of the Trading Book Using NVIDIA GPUs

Potential Future Exposure and Collateral Modelling of the Trading Book Using NVIDIA GPUs Potential Future Exposure and Collateral Modelling of the Trading Book Using NVIDIA GPUs 19 March 2015 GPU Technology Conference 2015 Grigorios Papamanousakis Quantitative Strategist, Investment Solutions

More information

Guaranteed Annuity Options

Guaranteed Annuity Options Guaranteed Annuity Options Hansjörg Furrer Market-consistent Actuarial Valuation ETH Zürich, Frühjahrssemester 2008 Guaranteed Annuity Options Contents A. Guaranteed Annuity Options B. Valuation and Risk

More information

INTEREST RATES AND FX MODELS

INTEREST RATES AND FX MODELS INTEREST RATES AND FX MODELS 8. Portfolio greeks Andrew Lesniewski Courant Institute of Mathematical Sciences New York University New York March 27, 2013 2 Interest Rates & FX Models Contents 1 Introduction

More information

Contents. Bibliografische Informationen http://d-nb.info/996662502. digitalisiert durch

Contents. Bibliografische Informationen http://d-nb.info/996662502. digitalisiert durch Part I Methodology 1 Introduction 3 1.1 Basic Concepts. 3 1.2 Preliminary Examples 4 1.2.1 Vanilla Interest-Rate Swap 4 1.2.2 Cancellable Swap.. 5 1.2.3 Managing Credit Risk Collateral, Credit Default

More information

Master of Mathematical Finance: Course Descriptions

Master of Mathematical Finance: Course Descriptions Master of Mathematical Finance: Course Descriptions CS 522 Data Mining Computer Science This course provides continued exploration of data mining algorithms. More sophisticated algorithms such as support

More information

Stephane Crepey. Financial Modeling. A Backward Stochastic Differential Equations Perspective. 4y Springer

Stephane Crepey. Financial Modeling. A Backward Stochastic Differential Equations Perspective. 4y Springer Stephane Crepey Financial Modeling A Backward Stochastic Differential Equations Perspective 4y Springer Part I An Introductory Course in Stochastic Processes 1 Some Classes of Discrete-Time Stochastic

More information

Private Equity Fund Valuation and Systematic Risk

Private Equity Fund Valuation and Systematic Risk An Equilibrium Approach and Empirical Evidence Axel Buchner 1, Christoph Kaserer 2, Niklas Wagner 3 Santa Clara University, March 3th 29 1 Munich University of Technology 2 Munich University of Technology

More information

OpenGamma Quantitative Research Adjoint Algorithmic Differentiation: Calibration and Implicit Function Theorem

OpenGamma Quantitative Research Adjoint Algorithmic Differentiation: Calibration and Implicit Function Theorem OpenGamma Quantitative Research Adjoint Algorithmic Differentiation: Calibration and Implicit Function Theorem Marc Henrard marc@opengamma.com OpenGamma Quantitative Research n. 1 November 2011 Abstract

More information

Online Appendix. Supplemental Material for Insider Trading, Stochastic Liquidity and. Equilibrium Prices. by Pierre Collin-Dufresne and Vyacheslav Fos

Online Appendix. Supplemental Material for Insider Trading, Stochastic Liquidity and. Equilibrium Prices. by Pierre Collin-Dufresne and Vyacheslav Fos Online Appendix Supplemental Material for Insider Trading, Stochastic Liquidity and Equilibrium Prices by Pierre Collin-Dufresne and Vyacheslav Fos 1. Deterministic growth rate of noise trader volatility

More information

Moreover, under the risk neutral measure, it must be the case that (5) r t = µ t.

Moreover, under the risk neutral measure, it must be the case that (5) r t = µ t. LECTURE 7: BLACK SCHOLES THEORY 1. Introduction: The Black Scholes Model In 1973 Fisher Black and Myron Scholes ushered in the modern era of derivative securities with a seminal paper 1 on the pricing

More information

A Guide to Modelling Counterparty Credit Risk

A Guide to Modelling Counterparty Credit Risk A Guide to Modelling Counterparty Credit Risk What are the steps involved in calculating credit exposure? What are the differences between counterparty and contract-level exposure? How can margin agreements

More information

Equity-Based Insurance Guarantees Conference November 1-2, 2010. New York, NY. Operational Risks

Equity-Based Insurance Guarantees Conference November 1-2, 2010. New York, NY. Operational Risks Equity-Based Insurance Guarantees Conference November -, 00 New York, NY Operational Risks Peter Phillips Operational Risk Associated with Running a VA Hedging Program Annuity Solutions Group Aon Benfield

More information

When to Refinance Mortgage Loans in a Stochastic Interest Rate Environment

When to Refinance Mortgage Loans in a Stochastic Interest Rate Environment When to Refinance Mortgage Loans in a Stochastic Interest Rate Environment Siwei Gan, Jin Zheng, Xiaoxia Feng, and Dejun Xie Abstract Refinancing refers to the replacement of an existing debt obligation

More information

Maximum likelihood estimation of mean reverting processes

Maximum likelihood estimation of mean reverting processes Maximum likelihood estimation of mean reverting processes José Carlos García Franco Onward, Inc. jcpollo@onwardinc.com Abstract Mean reverting processes are frequently used models in real options. For

More information

The Two-Factor Hull-White Model : Pricing and Calibration of Interest Rates Derivatives

The Two-Factor Hull-White Model : Pricing and Calibration of Interest Rates Derivatives The Two-Factor Hull-White Model : Pricing and Calibration of Interest Rates Derivatives Arnaud Blanchard Under the supervision of Filip Lindskog 2 Abstract In this paper, we study interest rate models

More information

EDF CEA Inria School Systemic Risk and Quantitative Risk Management

EDF CEA Inria School Systemic Risk and Quantitative Risk Management C2 RISK DIVISION EDF CEA Inria School Systemic Risk and Quantitative Risk Management EDF CEA INRIA School Systemic Risk and Quantitative Risk Management Regulatory rules evolutions and internal models

More information

Pricing Barrier Options under Local Volatility

Pricing Barrier Options under Local Volatility Abstract Pricing Barrier Options under Local Volatility Artur Sepp Mail: artursepp@hotmail.com, Web: www.hot.ee/seppar 16 November 2002 We study pricing under the local volatility. Our research is mainly

More information

INTEREST RATES AND FX MODELS

INTEREST RATES AND FX MODELS INTEREST RATES AND FX MODELS 4. Convexity and CMS Andrew Lesniewski Courant Institute of Mathematical Sciences New York University New York February 20, 2013 2 Interest Rates & FX Models Contents 1 Introduction

More information

Markovian projection for volatility calibration

Markovian projection for volatility calibration cutting edge. calibration Markovian projection for volatility calibration Vladimir Piterbarg looks at the Markovian projection method, a way of obtaining closed-form approximations of European-style option

More information

Pricing and calibration in local volatility models via fast quantization

Pricing and calibration in local volatility models via fast quantization Pricing and calibration in local volatility models via fast quantization Parma, 29 th January 2015. Joint work with Giorgia Callegaro and Martino Grasselli Quantization: a brief history Birth: back to

More information

Bootstrapping the interest-rate term structure

Bootstrapping the interest-rate term structure Bootstrapping the interest-rate term structure Marco Marchioro www.marchioro.org October 20 th, 2012 Bootstrapping the interest-rate term structure 1 Summary (1/2) Market quotes of deposit rates, IR futures,

More information

Monte Carlo-based statistical methods (MASM11/FMS091)

Monte Carlo-based statistical methods (MASM11/FMS091) Monte Carlo-based statistical methods (MASM11/FMS091) Jimmy Olsson Centre for Mathematical Sciences Lund University, Sweden Lecture 5 Sequential Monte Carlo methods I February 5, 2013 J. Olsson Monte Carlo-based

More information

Master s Thesis. Pricing Constant Maturity Swap Derivatives

Master s Thesis. Pricing Constant Maturity Swap Derivatives Master s Thesis Pricing Constant Maturity Swap Derivatives Thesis submitted in partial fulfilment of the requirements for the Master of Science degree in Stochastics and Financial Mathematics by Noemi

More information

5 Numerical Differentiation

5 Numerical Differentiation D. Levy 5 Numerical Differentiation 5. Basic Concepts This chapter deals with numerical approximations of derivatives. The first questions that comes up to mind is: why do we need to approximate derivatives

More information

The Effective Dimension of Asset-Liability Management Problems in Life Insurance

The Effective Dimension of Asset-Liability Management Problems in Life Insurance The Effective Dimension of Asset-Liability Management Problems in Life Insurance Thomas Gerstner, Michael Griebel, Markus Holtz Institute for Numerical Simulation, University of Bonn holtz@ins.uni-bonn.de

More information

Monte Carlo Methods in Finance

Monte Carlo Methods in Finance Author: Yiyang Yang Advisor: Pr. Xiaolin Li, Pr. Zari Rachev Department of Applied Mathematics and Statistics State University of New York at Stony Brook October 2, 2012 Outline Introduction 1 Introduction

More information

Optimal proportional reinsurance and dividend pay-out for insurance companies with switching reserves

Optimal proportional reinsurance and dividend pay-out for insurance companies with switching reserves Optimal proportional reinsurance and dividend pay-out for insurance companies with switching reserves Abstract: This paper presents a model for an insurance company that controls its risk and dividend

More information

BASICS OF CREDIT VALUE ADJUSTMENTS AND IMPLICATIONS FOR THE ASSESSMENT OF HEDGE EFFECTIVENESS

BASICS OF CREDIT VALUE ADJUSTMENTS AND IMPLICATIONS FOR THE ASSESSMENT OF HEDGE EFFECTIVENESS BASICS OF CREDIT VALUE ADJUSTMENTS AND IMPLICATIONS FOR THE ASSESSMENT OF HEDGE EFFECTIVENESS This is the third paper in an ongoing series that outlines the principles of hedge accounting under current

More information

Hedging Illiquid FX Options: An Empirical Analysis of Alternative Hedging Strategies

Hedging Illiquid FX Options: An Empirical Analysis of Alternative Hedging Strategies Hedging Illiquid FX Options: An Empirical Analysis of Alternative Hedging Strategies Drazen Pesjak Supervised by A.A. Tsvetkov 1, D. Posthuma 2 and S.A. Borovkova 3 MSc. Thesis Finance HONOURS TRACK Quantitative

More information

An introduction to Value-at-Risk Learning Curve September 2003

An introduction to Value-at-Risk Learning Curve September 2003 An introduction to Value-at-Risk Learning Curve September 2003 Value-at-Risk The introduction of Value-at-Risk (VaR) as an accepted methodology for quantifying market risk is part of the evolution of risk

More information

Disability insurance: estimation and risk aggregation

Disability insurance: estimation and risk aggregation Disability insurance: estimation and risk aggregation B. Löfdahl Department of Mathematics KTH, Royal Institute of Technology May 2015 Introduction New upcoming regulation for insurance industry: Solvency

More information

ON DETERMINANTS AND SENSITIVITIES OF OPTION PRICES IN DELAYED BLACK-SCHOLES MODEL

ON DETERMINANTS AND SENSITIVITIES OF OPTION PRICES IN DELAYED BLACK-SCHOLES MODEL ON DETERMINANTS AND SENSITIVITIES OF OPTION PRICES IN DELAYED BLACK-SCHOLES MODEL A. B. M. Shahadat Hossain, Sharif Mozumder ABSTRACT This paper investigates determinant-wise effect of option prices when

More information

Explaining the Lehman Brothers Option Adjusted Spread of a Corporate Bond

Explaining the Lehman Brothers Option Adjusted Spread of a Corporate Bond Fixed Income Quantitative Credit Research February 27, 2006 Explaining the Lehman Brothers Option Adjusted Spread of a Corporate Bond Claus M. Pedersen Explaining the Lehman Brothers Option Adjusted Spread

More information

Simulating Stochastic Differential Equations

Simulating Stochastic Differential Equations Monte Carlo Simulation: IEOR E473 Fall 24 c 24 by Martin Haugh Simulating Stochastic Differential Equations 1 Brief Review of Stochastic Calculus and Itô s Lemma Let S t be the time t price of a particular

More information

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMS091)

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMS091) Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMS091) Magnus Wiktorsson Centre for Mathematical Sciences Lund University, Sweden Lecture 5 Sequential Monte Carlo methods I February

More information

Portfolio Distribution Modelling and Computation. Harry Zheng Department of Mathematics Imperial College h.zheng@imperial.ac.uk

Portfolio Distribution Modelling and Computation. Harry Zheng Department of Mathematics Imperial College h.zheng@imperial.ac.uk Portfolio Distribution Modelling and Computation Harry Zheng Department of Mathematics Imperial College h.zheng@imperial.ac.uk Workshop on Fast Financial Algorithms Tanaka Business School Imperial College

More information

The Black-Scholes Formula

The Black-Scholes Formula FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 The Black-Scholes Formula These notes examine the Black-Scholes formula for European options. The Black-Scholes formula are complex as they are based on the

More information

Mathematical Finance

Mathematical Finance Mathematical Finance Option Pricing under the Risk-Neutral Measure Cory Barnes Department of Mathematics University of Washington June 11, 2013 Outline 1 Probability Background 2 Black Scholes for European

More information

ELECTRICITY REAL OPTIONS VALUATION

ELECTRICITY REAL OPTIONS VALUATION Vol. 37 (6) ACTA PHYSICA POLONICA B No 11 ELECTRICITY REAL OPTIONS VALUATION Ewa Broszkiewicz-Suwaj Hugo Steinhaus Center, Institute of Mathematics and Computer Science Wrocław University of Technology

More information

Pricing of cross-currency interest rate derivatives on Graphics Processing Units

Pricing of cross-currency interest rate derivatives on Graphics Processing Units Pricing of cross-currency interest rate derivatives on Graphics Processing Units Duy Minh Dang Department of Computer Science University of Toronto Toronto, Canada dmdang@cs.toronto.edu Joint work with

More information

Lecture 12: The Black-Scholes Model Steven Skiena. http://www.cs.sunysb.edu/ skiena

Lecture 12: The Black-Scholes Model Steven Skiena. http://www.cs.sunysb.edu/ skiena Lecture 12: The Black-Scholes Model Steven Skiena Department of Computer Science State University of New York Stony Brook, NY 11794 4400 http://www.cs.sunysb.edu/ skiena The Black-Scholes-Merton Model

More information

Market Consistent Valuation and Funding of Cash Balance Pensions

Market Consistent Valuation and Funding of Cash Balance Pensions Market Consistent Valuation and Funding of Cash Balance Pensions Mary R Hardy, David Saunders & Xiaobai Mike Zhu Statistics and Actuarial Science, University of Waterloo. July 31, 213 1 Executive Summary

More information

Fast Monte Carlo CVA using Exposure Sampling Method

Fast Monte Carlo CVA using Exposure Sampling Method Fast Monte Carlo CVA using Exposure Sampling Method Alexander Sokol Numerix RiskMinds Conference 2010 (Geneva) Definitions Potential Future Exposure (PFE) PFE(T) is maximum loss due to counterparty default

More information

On the Valuation of Power-Reverse Duals and Equity-Rates Hybrids

On the Valuation of Power-Reverse Duals and Equity-Rates Hybrids On the Valuation of Power-Reverse Duals and Equity-Rates Hybrids Oliver Caps oliver.caps@dkib.com RMT Model Validation Rates Dresdner Bank Examples of Hybrid Products Pricing of Hybrid Products using a

More information

Lecture. S t = S t δ[s t ].

Lecture. S t = S t δ[s t ]. Lecture In real life the vast majority of all traded options are written on stocks having at least one dividend left before the date of expiration of the option. Thus the study of dividends is important

More information

Contents. 5 Numerical results 27 5.1 Single policies... 27 5.2 Portfolio of policies... 29

Contents. 5 Numerical results 27 5.1 Single policies... 27 5.2 Portfolio of policies... 29 Abstract The capital requirements for insurance companies in the Solvency I framework are based on the premium and claim expenditure. This approach does not take the individual risk of the insurer into

More information

DACT autumn diner workshop. Risk management, valuation and accounting

DACT autumn diner workshop. Risk management, valuation and accounting DACT autumn diner workshop Risk management, valuation and accounting Agenda 1. Risk management - mitigate risk Cost of hedging Risk mitigants Risk management policy 2. Valuation & accounting - mitigate

More information

Pension Risk Management with Funding and Buyout Options

Pension Risk Management with Funding and Buyout Options Pension Risk Management with Funding and Buyout Options Samuel H. Cox, Yijia Lin, Tianxiang Shi Department of Finance College of Business Administration University of Nebraska-Lincoln FIRM 2015, Beijing

More information

The interest volatility surface

The interest volatility surface The interest volatility surface David Kohlberg Kandidatuppsats i matematisk statistik Bachelor Thesis in Mathematical Statistics Kandidatuppsats 2011:7 Matematisk statistik Juni 2011 www.math.su.se Matematisk

More information

Cash-settled swaptions How wrong are we?

Cash-settled swaptions How wrong are we? Cash-settled swaptions How wrong are we? Marc Henrard Quantitative Research - OpenGamma 7th Fixed Income Conference, Berlin, 7 October 2011 ... Based on: Cash-settled swaptions: How wrong are we? Available

More information

Affine-structure models and the pricing of energy commodity derivatives

Affine-structure models and the pricing of energy commodity derivatives Affine-structure models and the pricing of energy commodity derivatives Nikos K Nomikos n.nomikos@city.ac.uk Cass Business School, City University London Joint work with: Ioannis Kyriakou, Panos Pouliasis

More information

Quanto Adjustments in the Presence of Stochastic Volatility

Quanto Adjustments in the Presence of Stochastic Volatility Quanto Adjustments in the Presence of tochastic Volatility Alexander Giese March 14, 01 Abstract This paper considers the pricing of quanto options in the presence of stochastic volatility. While it is

More information

Caps and Floors. John Crosby

Caps and Floors. John Crosby Caps and Floors John Crosby Glasgow University My website is: http://www.john-crosby.co.uk If you spot any typos or errors, please email me. My email address is on my website Lecture given 19th February

More information

A BOUND ON LIBOR FUTURES PRICES FOR HJM YIELD CURVE MODELS

A BOUND ON LIBOR FUTURES PRICES FOR HJM YIELD CURVE MODELS A BOUND ON LIBOR FUTURES PRICES FOR HJM YIELD CURVE MODELS VLADIMIR POZDNYAKOV AND J. MICHAEL STEELE Abstract. We prove that for a large class of widely used term structure models there is a simple theoretical

More information

Life-insurance-specific optimal investment: the impact of stochastic interest rate and shortfall constraint

Life-insurance-specific optimal investment: the impact of stochastic interest rate and shortfall constraint Life-insurance-specific optimal investment: the impact of stochastic interest rate and shortfall constraint An Radon Workshop on Financial and Actuarial Mathematics for Young Researchers May 30-31 2007,

More information

Pricing Barrier Option Using Finite Difference Method and MonteCarlo Simulation

Pricing Barrier Option Using Finite Difference Method and MonteCarlo Simulation Pricing Barrier Option Using Finite Difference Method and MonteCarlo Simulation Yoon W. Kwon CIMS 1, Math. Finance Suzanne A. Lewis CIMS, Math. Finance May 9, 000 1 Courant Institue of Mathematical Science,

More information

Risk/Arbitrage Strategies: An Application to Stock Option Portfolio Management

Risk/Arbitrage Strategies: An Application to Stock Option Portfolio Management Risk/Arbitrage Strategies: An Application to Stock Option Portfolio Management Vincenzo Bochicchio, Niklaus Bühlmann, Stephane Junod and Hans-Fredo List Swiss Reinsurance Company Mythenquai 50/60, CH-8022

More information

American Monte Carlo for Bermudan CVA. Roland Lichters

American Monte Carlo for Bermudan CVA. Roland Lichters American Monte Carlo for Bermudan CVA Roland Lichters IKB QuantLib Workshop, 4 December 2014 Outline Background Problem Way Out Example and Results Appendix 2014 Quaternion Risk Management Ltd. 2 Outline

More information

Pricing Variable Annuity Guarantees in a Local Volatility framework

Pricing Variable Annuity Guarantees in a Local Volatility framework Pricing Variable Annuity Guarantees in a Local Volatility framework Griselda Deelstra and Grégory Rayée Department of Mathematics, Université Libre de Bruxelles, Boulevard du Triomphe, CP 210, Brussels

More information

Expected default frequency

Expected default frequency KM Model Expected default frequency Expected default frequency (EDF) is a forward-looking measure of actual probability of default. EDF is firm specific. KM model is based on the structural approach to

More information

The Black-Scholes pricing formulas

The Black-Scholes pricing formulas The Black-Scholes pricing formulas Moty Katzman September 19, 2014 The Black-Scholes differential equation Aim: Find a formula for the price of European options on stock. Lemma 6.1: Assume that a stock

More information

Applied Computational Economics and Finance

Applied Computational Economics and Finance Applied Computational Economics and Finance Mario J. Miranda and Paul L. Fackler The MIT Press Cambridge, Massachusetts London, England Preface xv 1 Introduction 1 1.1 Some Apparently Simple Questions

More information

Pricing European and American bond option under the Hull White extended Vasicek model

Pricing European and American bond option under the Hull White extended Vasicek model 1 Academic Journal of Computational and Applied Mathematics /August 2013/ UISA Pricing European and American bond option under the Hull White extended Vasicek model Eva Maria Rapoo 1, Mukendi Mpanda 2

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

Derivatives, Measurement and Hedge Accounting

Derivatives, Measurement and Hedge Accounting Derivatives, Measurement and Hedge Accounting IAS 39 11 June 2008 Contents Derivatives and embedded derivatives Definition Sample of products Accounting treatment Measurement Active market VS Inactive

More information

Basel Committee on Banking Supervision. Basel III counterparty credit risk - Frequently asked questions

Basel Committee on Banking Supervision. Basel III counterparty credit risk - Frequently asked questions Basel Committee on Banking Supervision Basel III counterparty credit risk - Frequently asked questions November 2011 Copies of publications are available from: Bank for International Settlements Communications

More information

A Genetic Algorithm to Price an European Put Option Using the Geometric Mean Reverting Model

A Genetic Algorithm to Price an European Put Option Using the Geometric Mean Reverting Model Applied Mathematical Sciences, vol 8, 14, no 143, 715-7135 HIKARI Ltd, wwwm-hikaricom http://dxdoiorg/11988/ams144644 A Genetic Algorithm to Price an European Put Option Using the Geometric Mean Reverting

More information

Stress Testing Trading Desks

Stress Testing Trading Desks Stress Testing Trading Desks Michael Sullivan Office of the Comptroller of the Currency Paper presented at the Expert Forum on Advanced Techniques on Stress Testing: Applications for Supervisors Hosted

More information

Rolf Poulsen, Centre for Finance, University of Gothenburg, Box 640, SE-40530 Gothenburg, Sweden. E-mail: rolf.poulsen@economics.gu.se.

Rolf Poulsen, Centre for Finance, University of Gothenburg, Box 640, SE-40530 Gothenburg, Sweden. E-mail: rolf.poulsen@economics.gu.se. The Margrabe Formula Rolf Poulsen, Centre for Finance, University of Gothenburg, Box 640, SE-40530 Gothenburg, Sweden. E-mail: rolf.poulsen@economics.gu.se Abstract The Margrabe formula for valuation of

More information

OpenGamma Quantitative Research Multi-curves Framework with Stochastic Spread: A Coherent Approach to STIR Futures and Their Options

OpenGamma Quantitative Research Multi-curves Framework with Stochastic Spread: A Coherent Approach to STIR Futures and Their Options OpenGamma Quantitative Research Multi-curves Framework with Stochastic Spread: A Coherent Approach to STIR Futures and Their Options Marc Henrard marc@opengamma.com OpenGamma Quantitative Research n. 11

More information

Perspectives September

Perspectives September Perspectives September 2013 Quantitative Research Option Modeling for Leveraged Finance Part I Bjorn Flesaker Managing Director and Head of Quantitative Research Prudential Fixed Income Juan Suris Vice

More information

Option Pricing. Chapter 9 - Barrier Options - Stefan Ankirchner. University of Bonn. last update: 9th December 2013

Option Pricing. Chapter 9 - Barrier Options - Stefan Ankirchner. University of Bonn. last update: 9th December 2013 Option Pricing Chapter 9 - Barrier Options - Stefan Ankirchner University of Bonn last update: 9th December 2013 Stefan Ankirchner Option Pricing 1 Standard barrier option Agenda What is a barrier option?

More information

CS 522 Computational Tools and Methods in Finance Robert Jarrow Lecture 1: Equity Options

CS 522 Computational Tools and Methods in Finance Robert Jarrow Lecture 1: Equity Options CS 5 Computational Tools and Methods in Finance Robert Jarrow Lecture 1: Equity Options 1. Definitions Equity. The common stock of a corporation. Traded on organized exchanges (NYSE, AMEX, NASDAQ). A common

More information

Dynamic Factor Copula Model

Dynamic Factor Copula Model Dynamic Factor Copula Model Ken Jackson Alex Kreinin Wanhe Zhang July 6, 2009 Abstract The Gaussian factor copula model is the market standard model for multi-name credit derivatives. Its main drawback

More information

Lecture 10. Finite difference and finite element methods. Option pricing Sensitivity analysis Numerical examples

Lecture 10. Finite difference and finite element methods. Option pricing Sensitivity analysis Numerical examples Finite difference and finite element methods Lecture 10 Sensitivities and Greeks Key task in financial engineering: fast and accurate calculation of sensitivities of market models with respect to model

More information

Betting on Volatility: A Delta Hedging Approach. Liang Zhong

Betting on Volatility: A Delta Hedging Approach. Liang Zhong Betting on Volatility: A Delta Hedging Approach Liang Zhong Department of Mathematics, KTH, Stockholm, Sweden April, 211 Abstract In the financial market, investors prefer to estimate the stock price

More information

Does Black-Scholes framework for Option Pricing use Constant Volatilities and Interest Rates? New Solution for a New Problem

Does Black-Scholes framework for Option Pricing use Constant Volatilities and Interest Rates? New Solution for a New Problem Does Black-Scholes framework for Option Pricing use Constant Volatilities and Interest Rates? New Solution for a New Problem Gagan Deep Singh Assistant Vice President Genpact Smart Decision Services Financial

More information

Pricing complex options using a simple Monte Carlo Simulation

Pricing complex options using a simple Monte Carlo Simulation A subsidiary of Sumitomo Mitsui Banking Corporation Pricing complex options using a simple Monte Carlo Simulation Peter Fink Among the different numerical procedures for valuing options, the Monte Carlo

More information

For the purposes of this Annex the following definitions shall apply:

For the purposes of this Annex the following definitions shall apply: XIV. COUNTERPARTY CREDIT RISK 1. Definitions ANNEX III: THE TREATMENT OF COUNTERPARTY CREDIT RISK OF DERIVATIVE INSTRUMENTS, REPURCHASE TRANSACTIONS, SECURITIES OR COMMODITIES LENDING OR BORROWING TRANSACTIONS,

More information

Nonparametric adaptive age replacement with a one-cycle criterion

Nonparametric adaptive age replacement with a one-cycle criterion Nonparametric adaptive age replacement with a one-cycle criterion P. Coolen-Schrijner, F.P.A. Coolen Department of Mathematical Sciences University of Durham, Durham, DH1 3LE, UK e-mail: Pauline.Schrijner@durham.ac.uk

More information

Modeling and Valuing Mortgage Assets

Modeling and Valuing Mortgage Assets Modeling and Valuing Mortgage Assets Interest rates have increased since hitting cyclical (and generational) lows over a year ago in June 2003. As interest rates increase, most banks experience a decrease

More information

Margin Calculation Methodology and Derivatives and Repo Valuation Methodology

Margin Calculation Methodology and Derivatives and Repo Valuation Methodology Margin Calculation Methodology and Derivatives and Repo Valuation Methodology 1 Overview This document presents the valuation formulas for interest rate derivatives and repo transactions implemented in

More information

Article from: Risk Management. June 2009 Issue 16

Article from: Risk Management. June 2009 Issue 16 Article from: Risk Management June 2009 Issue 16 CHAIRSPERSON S Risk quantification CORNER Structural Credit Risk Modeling: Merton and Beyond By Yu Wang The past two years have seen global financial markets

More information

THE INSURANCE BUSINESS (SOLVENCY) RULES 2015

THE INSURANCE BUSINESS (SOLVENCY) RULES 2015 THE INSURANCE BUSINESS (SOLVENCY) RULES 2015 Table of Contents Part 1 Introduction... 2 Part 2 Capital Adequacy... 4 Part 3 MCR... 7 Part 4 PCR... 10 Part 5 - Internal Model... 23 Part 6 Valuation... 34

More information

Payment streams and variable interest rates

Payment streams and variable interest rates Chapter 4 Payment streams and variable interest rates In this chapter we consider two extensions of the theory Firstly, we look at payment streams A payment stream is a payment that occurs continuously,

More information

On Black-Scholes Equation, Black- Scholes Formula and Binary Option Price

On Black-Scholes Equation, Black- Scholes Formula and Binary Option Price On Black-Scholes Equation, Black- Scholes Formula and Binary Option Price Abstract: Chi Gao 12/15/2013 I. Black-Scholes Equation is derived using two methods: (1) risk-neutral measure; (2) - hedge. II.

More information

No-arbitrage conditions for cash-settled swaptions

No-arbitrage conditions for cash-settled swaptions No-arbitrage conditions for cash-settled swaptions Fabio Mercurio Financial Engineering Banca IMI, Milan Abstract In this note, we derive no-arbitrage conditions that must be satisfied by the pricing function

More information

Market Risk Analysis. Quantitative Methods in Finance. Volume I. The Wiley Finance Series

Market Risk Analysis. Quantitative Methods in Finance. Volume I. The Wiley Finance Series Brochure More information from http://www.researchandmarkets.com/reports/2220051/ Market Risk Analysis. Quantitative Methods in Finance. Volume I. The Wiley Finance Series Description: Written by leading

More information

Pricing and hedging American-style options: a simple simulation-based approach

Pricing and hedging American-style options: a simple simulation-based approach The Journal of Computational Finance (95 125) Volume 13/Number 4, Summer 2010 Pricing and hedging American-style options: a simple simulation-based approach Yang Wang UCLA Mathematics Department, Box 951555,

More information

Chapter 2: Binomial Methods and the Black-Scholes Formula

Chapter 2: Binomial Methods and the Black-Scholes Formula Chapter 2: Binomial Methods and the Black-Scholes Formula 2.1 Binomial Trees We consider a financial market consisting of a bond B t = B(t), a stock S t = S(t), and a call-option C t = C(t), where the

More information

Pricing and risk measures of mortgage backed securities with PDE method

Pricing and risk measures of mortgage backed securities with PDE method Pricing and risk measures of mortgage backed securities with Xuefei He Manchester Business School October, 2010 1/14 Content Mortgage backed securities Mortgage backed securities 2/14 What is mortgage

More information

COMPLETE MARKETS DO NOT ALLOW FREE CASH FLOW STREAMS

COMPLETE MARKETS DO NOT ALLOW FREE CASH FLOW STREAMS COMPLETE MARKETS DO NOT ALLOW FREE CASH FLOW STREAMS NICOLE BÄUERLE AND STEFANIE GRETHER Abstract. In this short note we prove a conjecture posed in Cui et al. 2012): Dynamic mean-variance problems in

More information

Chapter 1: Financial Markets and Financial Derivatives

Chapter 1: Financial Markets and Financial Derivatives Chapter 1: Financial Markets and Financial Derivatives 1.1 Financial Markets Financial markets are markets for financial instruments, in which buyers and sellers find each other and create or exchange

More information

LECTURE 10.1 Default risk in Merton s model

LECTURE 10.1 Default risk in Merton s model LECTURE 10.1 Default risk in Merton s model Adriana Breccia March 12, 2012 1 1 MERTON S MODEL 1.1 Introduction Credit risk is the risk of suffering a financial loss due to the decline in the creditworthiness

More information

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving quadratic equations 3.2 Introduction A quadratic equation is one which can be written in the form ax 2 + bx + c = 0 where a, b and c are numbers and x is the unknown whose value(s) we wish to find.

More information

Basel Committee on Banking Supervision

Basel Committee on Banking Supervision Basel Committee on Banking Supervision Basel III: The standardised approach for measuring counterparty credit risk exposures: Frequently asked questions August 2015 This publication is available on the

More information

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

Vilnius University. Faculty of Mathematics and Informatics. Gintautas Bareikis

Vilnius University. Faculty of Mathematics and Informatics. Gintautas Bareikis Vilnius University Faculty of Mathematics and Informatics Gintautas Bareikis CONTENT Chapter 1. SIMPLE AND COMPOUND INTEREST 1.1 Simple interest......................................................................

More information

Third Edition. Philippe Jorion GARP. WILEY John Wiley & Sons, Inc.

Third Edition. Philippe Jorion GARP. WILEY John Wiley & Sons, Inc. 2008 AGI-Information Management Consultants May be used for personal purporses only or by libraries associated to dandelon.com network. Third Edition Philippe Jorion GARP WILEY John Wiley & Sons, Inc.

More information

Valuation of the Minimum Guaranteed Return Embedded in Life Insurance Products

Valuation of the Minimum Guaranteed Return Embedded in Life Insurance Products Financial Institutions Center Valuation of the Minimum Guaranteed Return Embedded in Life Insurance Products by Knut K. Aase Svein-Arne Persson 96-20 THE WHARTON FINANCIAL INSTITUTIONS CENTER The Wharton

More information