CVA on an ipad Mini Part 3: XVA Algorithms

Size: px
Start display at page:

Download "CVA on an ipad Mini Part 3: XVA Algorithms"

Transcription

1 CVA on an ipad Mini Part 3: XVA Algorithms Aarhus Kwant Factory PhD Course January 2014 Jesper Andreasen Danske Markets, Copenhagen

2 XVA Calculations The task is to compute T CVA E[ V( t) ( t) dt ] 0 At 10 out of 9 banks this is done by having quick models for computing Vt () for all t on all paths. This is doable and it gives job security: - Every time a new product comes along a new fast model for Vt () has to be developed and coded. - Massive amounts of hardware has to be used. 2

3 This is how pretty much all our competitors have designed their systems. For exotic products this approach starts running out of steam and many players (for example Barclays, BAML, Nordea, Murex, Numerix, etc) use the following approach: T C E[ V( t) ( t) dt ] 0... where V is a regression proxy for V which is obtained in a pre-simulation for each product. But in this, V needs to be a quite close (and stable) approximation of V for the calculation of E[ V( t ) ] not to go bananas due to some (or one) outlier/wing path. 3

4 This in turn creates a lot of work on the choice of regression basis and requires a lot of pre simulations => job security. 4

5 XVA Regressions Our approach is based on using the following T C E[ V( t) ( t) dt] 0 T E[ V( t) 1 ( t) dt] 0 Vt ( ) 0 regression proxy T T 0 t t futurecash flow Vt ( ) 0 T T E[ E [ c( u) du]1 ( t) dt] E[ c( u)1 ( t) dudt] 0 t Vt ( ) 0 T u E[ ( 1 ( t) dt) c( u) du] 0 0 Vt ( ) 0 CVA notional 5

6 We note that the approximation V is only used for determining whether V 0 We also note that the approach gives a lower bound. Effectively, what we are pricing is a contract that in case of counterparty default and portfolio value is positive to us, pays us the future cash-flows of the portfolio not the present value. Economically, there is no difference but we do not have to be able to accurately value the portfolio at default time only assess whether the portfolio has positive value to us and then simulate the cash flows. The first advantage of this is that the approximation V doesn t have to be accurate on the entire state space, it only needs to be accurate around V 0. 6

7 This in turn means that we do not have to work very hard on the regressions or use a very high number of pre simulations. We usually use pre simulations for the regressions. We have seen competitors that use 65,536 simulations in the regressions on their GPUs. 7

8 CVA Risk Our approach is based on using the following T C E[ V( t) ( t) dt] E[ V( t)1 ( t) dt ] 0 0 Vt ( ) 0 T... with equality only for V V. It follows that C 0 C 0 V V V V V V So if the approximation V is close to the true value around V 0, then the we can ignore re-estimating V during risk bumps. 8

9 Let a be a vector of parameters and let us write the CVA as C F( a, V( a), V( a )) We get C F F V F V a a V a V a dc duetochange dc duetochange 0 inbeast parameters in portfoliovalue peroptimality F F V a V a The quantity 9

10 F V V a... tells us what risks in the portfolio that affect the CVA and thus gives us ideas on how to restructure the portfolio to reduce the risks that affect the CVA. 10

11 Marginal Incremental CVA Consider the incremental CVA of changing the portfolio to V V W where 0, i.e. lim C lim { E[ [( V W)1 ]( t) ( t) dt]} lim E[ [ W1 ( V W) ( V W)]( t) ( t) dt] V W 0 E[ [ W1 W1 1 V ( V)]( t) ( t) dt] V 0 V 0 W 0 E[ [ W1 W1 1 ]( t) ( t) dt] V V 0 V 0 W 0 For linear portfolios { Vt ( ) 0} has non-zero probability only if c( u) 0, u t. W 0 11

12 Hence, if T is the maturity of the original linear portfolio then the marginal incremental CVA splits in the two components 0 T 0 V 0 T W 0 F V on previousslides V a stand alonecva lim C E [ [ W 1 ]( t ) ( t ) dt ] E [ [ W 1 ]( t ) ( t ) dt ] If we write the original portfolio as V( t) ( S ( t) S (0)) A( t) A ( t) i i i i i i j j ATM swaps annuity positions V(0) V(0) A (0) 1 i Ai, S j i j 12

13 ... then the marginal incremental CVA is individual par swaps and annuity trades are C F V W t A V(0) S t S A t lim, ( ) [ (0) 1 ]( ( ) (0)) ( ) 0 V S i i i i i Si lim C F V, W ( t ) [ V(0) ] A ( ) 0 i t V A S i i That is, for linear portfolios we can (more-or-less) read off the marginal CVA charge (+/-)for any vanilla trade from the risk report. So if we can create the risk reports quickly it will help us in structuring the client s portfolio. 13

14 Jive Infrastructure One of the primary advantages of the regression approach is that it fits (extremely) nice with the Danske infrastructure. Danske has since 2008 used a scripting language called Jive for all valuation in the quant library SuperFly. This includes everything that we trades from completely simple stuff such as FX forwards to exotic equity options. Vanilla trades typically get on-the-fly Ottomatically converted to Jive cash flows. We can reuse existing Ottomatic machinery that Jives the cash flows, we just need to modify the discounting of the simulated Jive cash flows. 14

15 Jive Overlay Note that there is a whole collection of different things that you want to compute once you can compute the CVA. After that you want the CVA, DVA, FVA, collateral options, CVA on collateralised counterparties, VaR, VaR on CVA, etc etc etc The new exotic are not the promised cash flows but how you discount them. This means that it makes a lot of sense give all xva calculations a Jive interface. This is what we have done with the sjivecva() function. 15

16 pos S S event rf_var regress() cva_ntl = cva_ntl + (1-recovery(enddate(), enddate(), SG))*(index(startdate(), startdate(), SG) - index(enddate(), enddate(), SG))*(proxy(RF_VAR)>0) pay var pay ntl rf_var 1 cva_var cva_ntl 16

17 This generates a script that looks something like 12-Jun-17 SWAP PAY(11JUN2018,CVG(12JUN2017,11JUN2018,ACT/360,),EUR) 12-Jun-17 _2 = CVG(12JUN2017,11JUN2018,ACT/360,) 11-Jun-18 RF_VAR REGRESS() 11-Jun-18 CVA_NTL = CVA_NTL + (1-RECOVERY(11JUN2018,11JUN2018,SG))*(INDEX(12JUN2017,12JUN2017,SG) - INDEX(11JUN2018,11JUN2018,SG))*(PROXY(RF_VAR)>0) 11-Jun-18 RF_VAR PAY(11JUN2018,1*_2,EUR,,"INT",11JUN2018,11JUN2018,) 11-Jun-18 CVA_VAR PAY(11JUN2018,CVA_NTL * _2,EUR) The structure is the following: - The yellow line is the original script. - The payment is recorded on the auxiliary variable _2 in the orange line. - The actual payment is executed on two extra variables RF_VAR and CVA_VAR in the blue lines. - The green lines specify how regressions and the CVA_NTL is updated. 17

18 Yellow, orange (with new var name) and blue lines are repeated for every payment. Green lines for other commands are inserted as specified by the user. Note that we can use existing Otto machinery we do not need to clone Otto to write the regression statements etc. The industrial kwant at work again! This methodology creates more lines of Jive to execute but it does not carry a higher overhead in terms market data that needs to be generated and stored during regressions. It ensures that the we correctly handle the accumulation of the CVA notional between fixing and payment. 18

19 ...which is also useful for collateral options. 19

20 Regression Variables The regression variables are supplied by the Beast. Standard configuration is: - 1y and 30y zero rates for each currency. - Discount basis factor for each currency. - Fx rate for each currency pair. - Stochastic volatility factors. The actual zero rates used can be changed on the MFCs. The generated regression polynomial is only 1 st order but can be increased by the user on Beast level. 20

21 Note, however, that doing so can be criminal as the number of regression coefficients to be estimated will be squared. I.e. in this case (many) more pre simulations could be needed. Simulation: - Number of pre simulations.num PRE SIM = Number of simulations.num BATCH*.NUM SIM = 8*256 21

22 Compression Generally, the number of event dates and the amount of model data will increase linearly with the trade count and the length of the trades. For large portfolios we get to a situation where every date between here and maturity has to be simulated to and fixings have to be stored on. This is particularly a problem for the regressions because for these, bundles of paths need to be stored in the memory of the computer. However, nothing we compute here really needs daily resolution on the fixings, so it seems natural to try to standardise the dates that we simulate and the data that is being stored. 22

23 So the idea is to create super swaps where we distribute each payment to a standardised time and fixing grid, so that SWAP pay(1may2013, 1)...gets replaced by SWAP pay(1feb2013, 0.5) SWAP pay(1aug2013, 0.5) Further, if a portfolio consists of two swaps then we want to aggregate the pay statements so that SWAP1 pay(12aug2013, libor(),) SWAP2 pay(12aug2013, libor(),) 23

24 ... gets replaced by PF pay(12aug2013, 2*libor(),) The idea was presented at Danske Kwant Fest (2012) by Alexander Antonov from NumeriX but I think the approach is wide spread. 24

25 Jive Compression Again, this task can be done without Otto intervention. First, we note that if a variable appears anywhere on the Right-Hand-Side in a Jive script, like VAR2 in VAR1 pay(12aug2014, VAR2) or VAR3 = 3*VAR2... then the payments of VAR2 cannot be compressed into payments on PF. 25

26 The visitor for analysing a Jive script for which variables can be compressed on is only 100 lines of code. 26

27 kjivecompressmachine, kjivecompressor, kjivecompresswriter The actual compression machinery is a bit more involved, about 2,000 lines of code. What it does is that it moves all dates inside fixings to be relative. For example 12may2013 SWAP pay(14aug2013, libor(12may2013, 14may2013, 14aug2013, ), )... is replaced by 1may2013 PF pay(fixdate(3m), *libor(fixdate(), 2b, 3m), ) 1nov2013 PF pay(fixdate(3m), *libor(fixdate(), 2b, 3m), ) 27

28 It is implemented as a special Jive evaluator that do +-*/ operations on map<string,double> rather than on double. 28

29 xva Calculation Summary Regressions are good but they have to be applied sensibly. Using the (near) optimality of the regressions largely simplify risk and marginal CVA calculations. Jive is the star of the show here. The SuperFly use of Jive for all model/product relation simplifies the CVA job greatly. By use of Jive we are able to strap on the xva calculations in a userconfigurable way. Jive also enables compression in a relatively painless way. 29

30 Compression is generally necessary even for 64 bit machinery.... and vice-versa: Some portfolios are so big that we need to run them on 64 bit machines even after compression. *LIVE* EXAMPLE. 30

Quant History. Quant Factory Symposium Aarhus January 2014. Jesper Andreasen Danske Markets, Copenhagen kwant.daddy@danskebank.com

Quant History. Quant Factory Symposium Aarhus January 2014. Jesper Andreasen Danske Markets, Copenhagen kwant.daddy@danskebank.com Quant History Quant Factory Symposium Aarhus January 2014 Jesper Andreasen Danske Markets, Copenhagen kwant.daddy@danskebank.com Outline Background: my CV and my job. The good old days: the 90s. The industrial

More information

CVA in Derivatives Trading

CVA in Derivatives Trading CVA in Derivatives Trading Jakob Sidenius Model Development NORDEA Seminar at FRIC, CBS, 5 November 2013 1/33 Talk overview Counterparty risk and mitigation CVA and DVA: definition, meaning and computation

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

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

Risk analysis with depth. Software, Services and. XVA Capital IM Limits Adjoint

Risk analysis with depth. Software, Services and. XVA Capital IM Limits Adjoint Risk analysis with depth CompatibL Risk Software, Services and Consultancy XVA Capital IM Limits Adjoint The CompatibL development team has demonstrated extraordinary commitment, skill and flexibility,

More information

Funding Value Adjustment, a practitioner's view

Funding Value Adjustment, a practitioner's view Funding Value Adjustment, a practitioner's view Ignacio Ruiz Oxford University 4 March 2013 Copyright 2013 Ignacio Ruiz What we are going to cover Funding in the big picture The origin of the controversy

More information

LIBOR vs. OIS: The Derivatives Discounting Dilemma

LIBOR vs. OIS: The Derivatives Discounting Dilemma LIBOR vs. OIS: The Derivatives Discounting Dilemma John Hull PRMIA May 2012 1 Agenda OIS and LIBOR CVA and DVA The Main Result Potential Sources of Confusion FVA and DVA See John Hull and Alan White: LIBOR

More information

Instructions and Guide for Pricing and Valuation of Interest Rate Swap Lab

Instructions and Guide for Pricing and Valuation of Interest Rate Swap Lab Instructions and Guide for Pricing and Valuation of Interest Rate Swap Lab FINC413 Lab c 2014 Paul Laux and Huiming Zhang 1 Introduction 1.1 Overview In this lab, you will learn basic idea of meanings

More information

Distinguishing duration from convexity

Distinguishing duration from convexity Distinguishing duration from convexity Vanguard research May 010 Executive summary. For equity investors, the perception of risk is generally straightforward: Market risk the possibility that prices may

More information

With the derivative markets having changed dramatically since the 2008 financial crisis,

With the derivative markets having changed dramatically since the 2008 financial crisis, Avoiding Collateral Surprises: Managing Multi-Currency CSAs Anna Barbashova, Numerix - 24 Jan 2013 This article explores multi-currency credit support annexes (CSAs) in the derivatives area and their potential

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

Models of Risk and Return

Models of Risk and Return Models of Risk and Return Aswath Damodaran Aswath Damodaran 1 First Principles Invest in projects that yield a return greater than the minimum acceptable hurdle rate. The hurdle rate should be higher for

More information

CVA, Hedging and Best Practices Denny Yu, CFA

CVA, Hedging and Best Practices Denny Yu, CFA CVA, Hedging and Best Practices Denny Yu, CFA February 28, 2012 Agenda CVA and the trading desk Hedging of CVA risk Best practices in CVA solutions CVA Impact on the Trading Desk Definitions Potential

More information

The xva Challenge. Counterparty Credit Risk, Funding, Collateral and Capital. Third Edition. Jon Gregory

The xva Challenge. Counterparty Credit Risk, Funding, Collateral and Capital. Third Edition. Jon Gregory The xva Challenge Counterparty Credit Risk, Funding, Collateral and Capital Third Edition Jon Gregory WILEY Contents List of Spreadsheets List of Appendices Acknowledgements About the Author xix xxi xxiii

More information

Managing Counterparty Credit Risk through CVA. Karin Bergeron Director, CVA Trading

Managing Counterparty Credit Risk through CVA. Karin Bergeron Director, CVA Trading Managing Counterparty Credit Risk through CVA Karin Bergeron Director, CVA Trading Agenda 1. Background 2. Motivation for CVA desk 3. Organization/Mandate of CVA desk 4. Pre-trade/Deal-time pricing of

More information

ASSET LIABILITY MANAGEMENT Significance and Basic Methods. Dr Philip Symes. Philip Symes, 2006

ASSET LIABILITY MANAGEMENT Significance and Basic Methods. Dr Philip Symes. Philip Symes, 2006 1 ASSET LIABILITY MANAGEMENT Significance and Basic Methods Dr Philip Symes Introduction 2 Asset liability management (ALM) is the management of financial assets by a company to make returns. ALM is necessary

More information

Interest Rate Swaps. Key Concepts and Buzzwords. Readings Tuckman, Chapter 18. Swaps Swap Spreads Credit Risk of Swaps Uses of Swaps

Interest Rate Swaps. Key Concepts and Buzzwords. Readings Tuckman, Chapter 18. Swaps Swap Spreads Credit Risk of Swaps Uses of Swaps Interest Rate Swaps Key Concepts and Buzzwords Swaps Swap Spreads Credit Risk of Swaps Uses of Swaps Readings Tuckman, Chapter 18. Counterparty, Notional amount, Plain vanilla swap, Swap rate Interest

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

Interest rate Derivatives

Interest rate Derivatives Interest rate Derivatives There is a wide variety of interest rate options available. The most widely offered are interest rate caps and floors. Increasingly we also see swaptions offered. This note will

More information

Interest Rate Swaps Compression: A Progress Report

Interest Rate Swaps Compression: A Progress Report Interest Rate Swaps Compression: A Progress Report ISDA Study, February 2012 Summary This paper describes a risk reduction practice, portfolio compression (compression), which is conducted in the interest

More information

January 1, Year 1 Equipment... 100,000 Note Payable... 100,000

January 1, Year 1 Equipment... 100,000 Note Payable... 100,000 Illustrations of Accounting for Derivatives Extension of Chapter 11 Web This reading illustrates the accounting for the interest rate swaps in Examples 13 and 14 in Chapter 11. Web problem DERIVATIVE 1

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

Single Name Credit Derivatives:

Single Name Credit Derivatives: Single ame Credit Derivatives: Products & Valuation Stephen M Schaefer London Business School Credit Risk Elective Summer 2012 Objectives To understand What single-name credit derivatives are How single

More information

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

OVERVIEW OF THE USE OF CROSS CURRENCY SWAPS

OVERVIEW OF THE USE OF CROSS CURRENCY SWAPS OVERVIEW OF THE USE OF CROSS CURRENCY SWAPS PRACTICAL CONSIDERATIONS IVAN LARIN CAPITAL MARKETS DEPARTMENT FABDM Webinar for Debt Managers Washington, D.C. 20 th January, 2016 AGENDA 1. BASICS 2. Pre-TRADE

More information

Application of Interest Rate Swaps in Indian Insurance Industry Amruth Krishnan Rohit Ajgaonkar Guide: G.LN.Sarma

Application of Interest Rate Swaps in Indian Insurance Industry Amruth Krishnan Rohit Ajgaonkar Guide: G.LN.Sarma Institute of Actuaries of India Application of Interest Rate Swaps in Indian Insurance Industry Amruth Krishnan Rohit Ajgaonkar Guide: G.LN.Sarma 21 st IFS Seminar Indian Actuarial Profession Serving the

More information

A Practical Guide to Fair Value and Regulatory CVA. Alexander Sokol, Numerix/CompatibL PRMIA Global Risk Conference 2012, NYC

A Practical Guide to Fair Value and Regulatory CVA. Alexander Sokol, Numerix/CompatibL PRMIA Global Risk Conference 2012, NYC A Practical Guide to Fair Value and Regulatory CVA Alexander Sokol, Numerix/CompatibL PRMIA Global Risk Conference 2012, NYC Training Scope Introduction to CVA Rationale and challenges Fair value vs. regulatory

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

CHAPTER 23: FUTURES, SWAPS, AND RISK MANAGEMENT

CHAPTER 23: FUTURES, SWAPS, AND RISK MANAGEMENT CHAPTER 23: FUTURES, SWAPS, AND RISK MANAGEMENT PROBLEM SETS 1. In formulating a hedge position, a stock s beta and a bond s duration are used similarly to determine the expected percentage gain or loss

More information

The properties of interest rate swaps An investigation of the price setting of illiquid interest rates swaps and the perfect hedging portfolios.

The properties of interest rate swaps An investigation of the price setting of illiquid interest rates swaps and the perfect hedging portfolios. The properties of interest rate swaps An investigation of the price setting of illiquid interest rates swaps and the perfect hedging portfolios. Max Lindquist 12/23/211 Abstract The main purpose of this

More information

Contents. List of Figures. List of Tables. Acknowledgments PART I INTRODUCTION 1

Contents. List of Figures. List of Tables. Acknowledgments PART I INTRODUCTION 1 List of Figures List of Tables Acknowledgments Preface xv xix xxi xxiii PART I INTRODUCTION 1 1 The Evolution of Financial Analysis 3 1.1 Bookkeeping 3 1.2 Modern finance 8 1.3 Departments, silos and analysis

More information

Credit Risk Stress Testing

Credit Risk Stress Testing 1 Credit Risk Stress Testing Stress Testing Features of Risk Evaluator 1. 1. Introduction Risk Evaluator is a financial tool intended for evaluating market and credit risk of single positions or of large

More information

ARMS Counterparty Credit Risk

ARMS Counterparty Credit Risk ARMS Counterparty Credit Risk PFE - Potential Future Exposure & CVA - Credit Valuation Adjustment An introduction to the ARMS CCR module EXECUTIVE SUMMARY The ARMS CCR Module combines market proven financial

More information

A Short Introduction to Credit Default Swaps

A Short Introduction to Credit Default Swaps A Short Introduction to Credit Default Swaps by Dr. Michail Anthropelos Spring 2010 1. Introduction The credit default swap (CDS) is the most common and widely used member of a large family of securities

More information

1.2 Structured notes

1.2 Structured notes 1.2 Structured notes Structured notes are financial products that appear to be fixed income instruments, but contain embedded options and do not necessarily reflect the risk of the issuing credit. Used

More information

RISK MANAGEMENT PRACTICES RISK FRAMEWORKS MARKET RISK OPERATIONAL RISK CREDIT RISK LIQUIDITY RISK, ALM & FTP

RISK MANAGEMENT PRACTICES RISK FRAMEWORKS MARKET RISK OPERATIONAL RISK CREDIT RISK LIQUIDITY RISK, ALM & FTP T H E P RO F E SS I O N A L R I S K M A N AG E R ( P R M ) D E S I G N AT I O N P RO G R A M PRM TM SELF STUDY GUIDE EXAM III RISK MANAGEMENT PRACTICES RISK FRAMEWORKS MARKET RISK OPERATIONAL RISK CREDIT

More information

(Part.1) FOUNDATIONS OF RISK MANAGEMENT

(Part.1) FOUNDATIONS OF RISK MANAGEMENT (Part.1) FOUNDATIONS OF RISK MANAGEMENT 1 : Risk Taking: A Corporate Governance Perspective Delineating Efficient Portfolios 2: The Standard Capital Asset Pricing Model 1 : Risk : A Helicopter View 2:

More information

Replicating Life Insurance Liabilities

Replicating Life Insurance Liabilities Replicating Life Insurance Liabilities O. Khomenko Jena, 23 March 2011 1 Solvency II New Regulation for Insurance Industry Solvency II is a new regulation for European insurance industry. It is expected

More information

Hedging Pension Liabilities

Hedging Pension Liabilities Hedging Pension Liabilities when there are incomplete markets and regulatory uncertainty Sampension, 2012 Outline Introduction 1 Introduction 2 3 4 Outline Introduction 1 Introduction 2 3 4 Sampension

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

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

WHITE PAPER CHALLENGES IN IMPLEMENTING A COUNTERPARTY RISK MANAGEMENT PROCESS. Key data and technology challenges Current trends and best practices

WHITE PAPER CHALLENGES IN IMPLEMENTING A COUNTERPARTY RISK MANAGEMENT PROCESS. Key data and technology challenges Current trends and best practices WHITE PAPER CHALLENGES IN IMPLEMENTING A COUNTERPARTY RISK MANAGEMENT PROCESS Authored by David Kelly (Quantifi) Key data and technology challenges Current trends and best practices www.quantifisolutions.com

More information

The Master of Science in Finance (English Program) - MSF. Department of Banking and Finance. Chulalongkorn Business School. Chulalongkorn University

The Master of Science in Finance (English Program) - MSF. Department of Banking and Finance. Chulalongkorn Business School. Chulalongkorn University The Master of Science in Finance (English Program) - MSF Department of Banking and Finance Chulalongkorn Business School Chulalongkorn University Overview of Program Structure Full Time Program: 1 Year

More information

An empirical analysis of the dynamic relationship between investment grade bonds and credit default swaps

An empirical analysis of the dynamic relationship between investment grade bonds and credit default swaps An empirical analysis of the dynamic relationship between investment grade bonds and credit default swaps Roberto Blanco, Simon Brennan and Ian W. Marsh Credit derivatives Financial instruments that can

More information

Facilitating On-Demand Risk and Actuarial Analysis in MATLAB. Timo Salminen, CFA, FRM Model IT

Facilitating On-Demand Risk and Actuarial Analysis in MATLAB. Timo Salminen, CFA, FRM Model IT Facilitating On-Demand Risk and Actuarial Analysis in MATLAB Timo Salminen, CFA, FRM Model IT Introduction It is common that insurance companies can valuate their liabilities only quarterly Sufficient

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

Introduction 3. Understanding the Measurement of Processing Costs 4. Cost per Trade Benchmarking Methodology 6

Introduction 3. Understanding the Measurement of Processing Costs 4. Cost per Trade Benchmarking Methodology 6 Table of Contents Introduction 3 Understanding the Measurement of Processing Costs 4 Cost per Trade Benchmarking Methodology 6 Cost per Trade Benchmarking Cash Products 7 Cost per Trade Benchmarking OTC

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

New valuation and pricing approaches for derivatives in the wake of the financial crisis

New valuation and pricing approaches for derivatives in the wake of the financial crisis FINANCIAL SERVICES New valuation and pricing approaches for derivatives in the wake of the financial crisis Moving towards a new market standard? October 2011 kpmg.com Contents 1. A new valuation and pricing

More information

Autumn Investor Seminar. Workshops. Managing Variable Annuity Risk

Autumn Investor Seminar. Workshops. Managing Variable Annuity Risk Autumn Investor Seminar Workshops Managing Variable Annuity Risk Jean-Christophe Menioux Kevin Byrne Denis Duverne Group CRO CIO AXA Equitable Chief Financial Officer Paris November 25, 2008 Cautionary

More information

Chapter 5 Financial Forwards and Futures

Chapter 5 Financial Forwards and Futures Chapter 5 Financial Forwards and Futures Question 5.1. Four different ways to sell a share of stock that has a price S(0) at time 0. Question 5.2. Description Get Paid at Lose Ownership of Receive Payment

More information

GENERALI PANEUROPE LIMITED

GENERALI PANEUROPE LIMITED GENERALI PANEUROPE LIMITED Considerations for Variable Annuity Writers when internalising their hedging activities Michael Sharpe 27th November 2014 1 Contents 1. About Generali PanEurope 2. Variable Annuities

More information

CALYPSO ENTERPRISE RISK SYSTEM

CALYPSO ENTERPRISE RISK SYSTEM 1 CALYPSO ENTERPRISE RISK SYSTEM Dr Philip Symes Introduction 2 Calypso's Enterprise Risk Service (ERS) is part of their Front-to-Back software system. Calypso ERS provides the Middle Office risk function.

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

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

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

How To Understand The Latest Features Of F3 Excel Edition 4.3.3

How To Understand The Latest Features Of F3 Excel Edition 4.3.3 F3 Excel Edition Release Notes F3 Excel Edition Release Notes Software Version: 4.3 Release Date: July 2014 Document Revision Number: A Disclaimer FINCAD makes no warranty either express or implied, including,

More information

VALUATION OF FIXED INCOME SECURITIES. Presented By Sade Odunaiya Partner, Risk Management Alliance Consulting

VALUATION OF FIXED INCOME SECURITIES. Presented By Sade Odunaiya Partner, Risk Management Alliance Consulting VALUATION OF FIXED INCOME SECURITIES Presented By Sade Odunaiya Partner, Risk Management Alliance Consulting OUTLINE Introduction Valuation Principles Day Count Conventions Duration Covexity Exercises

More information

David Bob Case Scenario

David Bob Case Scenario David Bob Case Scenario David Bob, CFA, is a derivatives analyst at Capital Inc. Capital Inc. deals mainly in arbitrage positions along with leveraged positions. David is following the options prices and

More information

Setting the scene. by Stephen McCabe, Commonwealth Bank of Australia

Setting the scene. by Stephen McCabe, Commonwealth Bank of Australia Establishing risk and reward within FX hedging strategies by Stephen McCabe, Commonwealth Bank of Australia Almost all Australian corporate entities have exposure to Foreign Exchange (FX) markets. Typically

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

Managers Directive AIFs. Issued :

Managers Directive AIFs. Issued : Information page Alternative Investment Fund Managers Directive AIFMs managing leveraged AIFs Issued : 7t May 2013 Table of Contents 1. Introduction... 3 2. General provisions applicable to AIFs using

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

Training Agenda. Structuring and Pricing Derivatives using Numerix CrossAsset XL, CrossAsset SDKs & CAIL (C++/Java/C#)

Training Agenda. Structuring and Pricing Derivatives using Numerix CrossAsset XL, CrossAsset SDKs & CAIL (C++/Java/C#) Training Agenda Structuring and Pricing Derivatives using Numerix CrossAsset XL, CrossAsset SDKs & CAIL (C++/Java/C#) Numerix Training: CrossAsset XL and SDKs (C++/Java/C#): Orientation Implementation

More information

The new ACI Diploma. Unit 2 Fixed Income & Money Markets. Effective October 2014

The new ACI Diploma. Unit 2 Fixed Income & Money Markets. Effective October 2014 The new ACI Diploma Unit 2 Fixed Income & Money Markets Effective October 2014 8 Rue du Mail, 75002 Paris - France T: +33 1 42975115 - F: +33 1 42975116 - www.aciforex.org The new ACI Diploma Objective

More information

Tenor Adjustments for a Basis Swap

Tenor Adjustments for a Basis Swap Tenor Adjustments for a Basis Swap by Chandrakant Maheshwari Praveen Maheshwari Table of Contents 1. Introduction 3 2. Tenor Adjustment Methodology for a Basis Swap 3 3. Why this Tenor Spread so important

More information

Insights. Investment strategy design for defined contribution pension plans. An Asset-Liability Risk Management Challenge

Insights. Investment strategy design for defined contribution pension plans. An Asset-Liability Risk Management Challenge Insights Investment strategy design for defined contribution pension plans Philip Mowbray Philip.Mowbray@barrhibb.com The widespread growth of Defined Contribution (DC) plans as the core retirement savings

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

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

Industry Environment and Concepts for Forecasting 1

Industry Environment and Concepts for Forecasting 1 Table of Contents Industry Environment and Concepts for Forecasting 1 Forecasting Methods Overview...2 Multilevel Forecasting...3 Demand Forecasting...4 Integrating Information...5 Simplifying the Forecast...6

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

Kondor+ 3.3 What s New Enterprise trade and risk management for the new world of finance

Kondor+ 3.3 What s New Enterprise trade and risk management for the new world of finance Enterprise trade and risk management for the new world of finance SERVICE GATEWAY BUSINESS PROCESS CATALOGUE ASSET CLASS BUNDLES INDIVIDUAL ASSET CLASSES FINANCIAL REPORTS CASH FLOW REPORTS KONDOR UX NEW

More information

CVA: Default Probability ain t matter?

CVA: Default Probability ain t matter? CVA: Default Probability ain t matter? Ignacio Ruiz July 211 Version 1.1 Abstract CVA can be priced using market implied risk-neutral or historical real-world parameters. There is no consensus in the market

More information

Equity-index-linked swaps

Equity-index-linked swaps Equity-index-linked swaps Equivalent to portfolios of forward contracts calling for the exchange of cash flows based on two different investment rates: a variable debt rate (e.g. 3-month LIBOR) and the

More information

4. ANNEXURE 3 : PART 3 - FOREIGN EXCHANGE POSITION RISK

4. ANNEXURE 3 : PART 3 - FOREIGN EXCHANGE POSITION RISK Annexure 3 (PRR) - Part 3, Clause 18 - Foreign Exchange Position Risk Amount 4 ANNEXURE 3 : PART 3 - FOREIGN EXCHANGE POSITION RISK (a) CLAUSE 18 - FOREIGN EXCHANGE POSITION RISK AMOUNT (i) Rule PART 3

More information

List of Submissions to IASB Draft Standard General Hedge Accounting. 2 Visual Risk 3 Finance and Treasury Association

List of Submissions to IASB Draft Standard General Hedge Accounting. 2 Visual Risk 3 Finance and Treasury Association List of Submissions to IASB Draft Standard General Hedge Accounting 2 Visual Risk 3 Finance and Treasury Association IASB DS GHA sub 2 Visual Risk Pty Ltd Level 5, 66 King St Sydney NSW 2000 Australia

More information

IFRS Practice Issues for Banks:

IFRS Practice Issues for Banks: IFRS Practice Issues for Banks: Fair value measurement of derivatives the basics September 2012 kpmg.com/ifrs Contents Highlighting the path to fair value for derivatives 1 1. Introduction 2 2. How are

More information

Resident Money Market and Investment Funds Return (MMIF) Worked examples - derivatives, securities borrowing/lending and overdrafts

Resident Money Market and Investment Funds Return (MMIF) Worked examples - derivatives, securities borrowing/lending and overdrafts Resident Money Market and Investment Funds Return (MMIF) Worked examples - derivatives, securities borrowing/lending and overdrafts Version 2 March 2014 Email: sbys@centralbank.ie Website: http://www.centralbank.ie/

More information

Chapter Nine Selected Solutions

Chapter Nine Selected Solutions Chapter Nine Selected Solutions 1. What is the difference between book value accounting and market value accounting? How do interest rate changes affect the value of bank assets and liabilities under the

More information

1. If the opportunity cost of capital is 14 percent, what is the net present value of the factory?

1. If the opportunity cost of capital is 14 percent, what is the net present value of the factory? MØA 155 - Fall 2011 PROBLEM SET: Hand in 1 Exercise 1. An investor buys a share for $100 and sells it five years later, at the end of the year, at the price of $120.23. Each year the stock pays dividends

More information

Swaps: complex structures

Swaps: complex structures Swaps: complex structures Complex swap structures refer to non-standard swaps whose coupons, notional, accrual and calendar used for coupon determination and payments are tailored made to serve client

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

How To Account For A Forex Hedge

How To Account For A Forex Hedge OANDA FX Consulting Forex Hedge Accounting Treatment Foreign Exchange Management Creating Cost and Revenue Certainty OANDA Corporation Revision 1.5 - 2 - Table of Contents Introduction... 3 Why Hedge?...

More information

P R O D U C T T R A D I N G R A T E S & C O N D I T I O N S F O R E X O P T I O N S

P R O D U C T T R A D I N G R A T E S & C O N D I T I O N S F O R E X O P T I O N S P R O D U C T T R A D I N G R A T E S & C O N D I T I O N S F O R E X O P T I O N S PRODUCT TRADING RATES & CONDITIONS FOREX OPTIONS Bid/Ask Spreads and Autoexecution The Bank is a global leader in FX

More information

YIELD CURVE GENERATION

YIELD CURVE GENERATION 1 YIELD CURVE GENERATION Dr Philip Symes Agenda 2 I. INTRODUCTION II. YIELD CURVES III. TYPES OF YIELD CURVES IV. USES OF YIELD CURVES V. YIELD TO MATURITY VI. BOND PRICING & VALUATION Introduction 3 A

More information

2. Determine the appropriate discount rate based on the risk of the security

2. Determine the appropriate discount rate based on the risk of the security Fixed Income Instruments III Intro to the Valuation of Debt Securities LOS 64.a Explain the steps in the bond valuation process 1. Estimate the cash flows coupons and return of principal 2. Determine the

More information

Class Note on Valuing Swaps

Class Note on Valuing Swaps Corporate Finance Professor Gordon Bodnar Class Note on Valuing Swaps A swap is a financial instrument that exchanges one set of cash flows for another set of cash flows of equal expected value. Swaps

More information

Numerix CrossAsset XL and Windows HPC Server 2008 R2

Numerix CrossAsset XL and Windows HPC Server 2008 R2 Numerix CrossAsset XL and Windows HPC Server 2008 R2 Faster Performance for Valuation and Risk Management in Complex Derivative Portfolios Microsoft Corporation Published: February 2011 Abstract Numerix,

More information

Options on 10-Year U.S. Treasury Note & Euro Bund Futures in Fixed Income Portfolio Analysis

Options on 10-Year U.S. Treasury Note & Euro Bund Futures in Fixed Income Portfolio Analysis White Paper Whitepaper Options on 10-Year U.S. Treasury Note & Euro Bund Futures in Fixed Income Portfolio Analysis Copyright 2015 FactSet Research Systems Inc. All rights reserved. Options on 10-Year

More information

Understanding duration and convexity of fixed income securities. Vinod Kothari

Understanding duration and convexity of fixed income securities. Vinod Kothari Understanding duration and convexity of fixed income securities Vinod Kothari Notation y : yield p: price of the bond T: total maturity of the bond t: any given time during T C t : D m : Cashflow from

More information

Basel Committee on Banking Supervision. Consultative Document. Review of the Credit Valuation Adjustment Risk Framework

Basel Committee on Banking Supervision. Consultative Document. Review of the Credit Valuation Adjustment Risk Framework Basel Committee on Banking Supervision Consultative Document Review of the Credit Valuation Adjustment Risk Framework Issued for comment by 1 October 2015 July 2015 This publication is available on the

More information

THE DIMENSION OF A VECTOR SPACE

THE DIMENSION OF A VECTOR SPACE THE DIMENSION OF A VECTOR SPACE KEITH CONRAD This handout is a supplementary discussion leading up to the definition of dimension and some of its basic properties. Let V be a vector space over a field

More information

Big Data & Analytics. Counterparty Credit Risk Management. Big Data in Risk Analytics

Big Data & Analytics. Counterparty Credit Risk Management. Big Data in Risk Analytics Deniz Kural, Senior Risk Expert BeLux Patrick Billens, Big Data Solutions Leader Big Data & Analytics Counterparty Credit Risk Management Challenges for the Counterparty Credit Risk Manager Regulatory

More information

Bond valuation and bond yields

Bond valuation and bond yields RELEVANT TO ACCA QUALIFICATION PAPER P4 AND PERFORMANCE OBJECTIVES 15 AND 16 Bond valuation and bond yields Bonds and their variants such as loan notes, debentures and loan stock, are IOUs issued by governments

More information

EEV, MCEV, Solvency, IFRS a chance for actuarial mathematics to get to main-stream of insurance value chain

EEV, MCEV, Solvency, IFRS a chance for actuarial mathematics to get to main-stream of insurance value chain EEV, MCEV, Solvency, IFRS a chance for actuarial mathematics to get to main-stream of insurance value chain dr Krzysztof Stroiński, dr Renata Onisk, dr Konrad Szuster, mgr Marcin Szczuka 9 June 2008 Presentation

More information

Model Independent Greeks

Model Independent Greeks Model Independent Greeks Mathematical Finance Winter School Lunteren January 2014 Jesper Andreasen Danske Markets, Copenhagen kwant.daddy@danskebank.com Outline Motivation: Wots me Δelδa? The short maturity

More information

A closer look Fair value measurement of financial instruments under IFRS 13

A closer look Fair value measurement of financial instruments under IFRS 13 igaap: Beyond the detail A closer look Fair value measurement of financial instruments under IFRS 13 Introduction This publication considers both practical and technical aspects of applying IFRS 13 Fair

More information

International Master Economics and Finance

International Master Economics and Finance International Master Economics and Finance Mario Bellia bellia@unive.it Pricing Derivatives using Bloomberg Professional Service 03/2013 IRS Summary FRA Plain vanilla swap Amortizing swap Cap, Floor, Digital

More information

1 Shapes of Cubic Functions

1 Shapes of Cubic Functions MA 1165 - Lecture 05 1 1/26/09 1 Shapes of Cubic Functions A cubic function (a.k.a. a third-degree polynomial function) is one that can be written in the form f(x) = ax 3 + bx 2 + cx + d. (1) Quadratic

More information

Internet Appendix for On the Relative Pricing of Long Maturity Index Options and Collateralized Debt Obligations

Internet Appendix for On the Relative Pricing of Long Maturity Index Options and Collateralized Debt Obligations Internet Appendix for On the Relative Pricing of Long Maturity Index Options and Collateralized Debt Obligations PIERRE COLLIN-DUFRESNE, ROBERT S. GOLDSTEIN, and FAN YANG This appendix describes our calibration

More information