Chebyshev Decomposition for Ultra-efficient Risk Calculations

Size: px
Start display at page:

Download "Chebyshev Decomposition for Ultra-efficient Risk Calculations"

Transcription

1 Chebyshev Decomposition for Ultra-efficient Risk Calculations 13 th Fixed Income Conference Florence, October 2017 The Underlying Methods behind MoCaX Intelligence by iruiz Technologies Copyright 2017 iruiz Technologies Ltd V1.4.0

2 Contents Chebyshev Techniques 101 Applications to Pricing Functions Applications to Risk Management 2

3 Who we are Everything we do is based on the believe that we can change the status quo of what can be done with a computer 3

4 Disclaimer iruiz Technologies Ltd company was founded as a niche technology company in 2014 with the aim of performing research and development on algorithmic solutions to the computational challenges that the financial industries are facing. Intellectual Property in Banks Intellectual Property (IP) protection in the financial services industry context is becoming increasingly common. For example, the US Patents and Trademark Office is currently receiving around 1,000 finance-related patent applications every year. As an example, the patent application of the well-known Standard Initial Margin Model (SIMM) by ISDA. IP The basis of the willingness to share this research is founded on the protection offered by the worldwide IP framework. The methods described in this presentation for risk calculations have their IP protected by a number of patents*. Scope of IP protection: The first part of this presentation explains mathematical theory. Mathematical theories cannot be patented, hence they are not the subject of the IP protection In the second part of this paper, we explain an application of the theory in the context of Risk Calculation Engines; it is this application that is the subject to the abovementioned IP protection The application is called MoCaX Intelligence Similarly to SIMM This method is available to any institution to implement subject to patent licensing* (*) Patents pending approval (**) Source: EnvisionIP 4

5 Paper This presentation is a summary of the paper Chebyshev Methods for Ultra-efficient Risk Calculations Available at mocaxintelligence.com/research 5

6 Independent Validation The same methods has been independently described, applied and tested to risk calculations by the Technical University of Munich 6

7 Chebyshev techniques in Risk Calculations 1. Polynomial interpolations have an undeserved bad reputation It all depends how you use them 2. Chebyshev methods offer outstanding techniques to replicate pricing functions Full-reval precision Ultra-low CPU load Generic implementation 3. This creates enormous benefits in Risk Calculations 7

8 Chebyshev techniques 101 8

9 Polynomial Interpolation has a pretty bad reputation The following quotes, that can be found in the Numerical Analysis textbooks, are misleading Polynomial interpolants rarely converge to an general continuous function. Polynomial interpolation is a bad idea (1989) By their very nature, polynomials of a very high degree do not constitute reasonable models for a real-life phenomena! (2004) The oscillatory nature of high-degree polynomials, and the property that a fluctuation over a small proportion of the interval can induce large fluctuations over the entire range, restricts their use (2005) These untrue type of assertions have misled us for many years 9

10 These ideas have been encouraged by a few misleading results Example Runge s phenomena A famous example was given by Runge in He showed that equidistant interpolation not only diverges for the function x 2 but it diverges exponentially. A result by Faber in 1914 for the class of continuous functions there is no polynomial interpolation scheme that will ensure convergence Source of graph and comments: Wikipedia 10

11 However Lipschitz continuous As soon as we restrict the functional space to Lipschitz continuous functions, we can have guaranteed convergence of polynomial interpolations Analytic functions As soon as we restrict ourselves to analytic functions, polynomial interpolations can be exponentially convergent, as we will see next, if the interpolation scheme is the right one. Continuous Functions Lipschitz Continuous Functions Analytical Functions Taylor Expansions Trigonometric Logarithmic Exponential Derivative Pricers In practical risk calculation, pricing functions are either analytic, or piecewise analytic in known segments (that is why we use Taylorbased Greeks) Derivative Pricers 11

12 Intuition of the Chebyshev framework If we know nothing of a function and want to create a generic interpolator, what makes sense as an interpolation geometry in R? Equidistant points Concentrate the points where curvature is high What if we Extend the function in the complex C plane Get equidistant points in the unitary circle Go back to the real line R I +i 7 equidistant points in the unitary circle in C Their projection in R R 12

13 Given a function f, let s consider these mathematical objects Chebyshev Expansion projection of f onto the space generated by the Chebyshev basis functions Chebyshev Polynomials T 0 x = 1; T 1 x = x T j+1 = 2xT j T j 1 f x = k=0 a k T k x a k = 2 1 π න f x T k x 1 1 x dx 2 Truncated Chebyshev Expansion projection of f onto the space generated by first n Chebyshev polynomials f n x = k=0 Chebyshev Interpolant interpolant polynomial of f on Chebyshev points p n x = n n k=0 a k T k x c k T k x x j = cos j Τ Chebyshev Points π n, 0 j n. 13

14 Theorem 1. Convergence of Chebyshev Series Let f be a Lipschitz continuous function on [ 1, 1]. Then it has a unique representation as a Chebyshev series, which is absolutely and uniformly convergent. Proof: J. Mason, D. Handscomb. Chebyshev Polynomials. CRC, That is given ε > 0 there is a natural number N so that if n > N, f f n ε 14

15 Theorem 2. Chebyshev Interpolant Let f be a continuous function on [-1,1] Let {x 0,..., x n } be the first n+1 Chebyshev points on [-1,1] Let {v 0,..., v n } be the values of f on {x 0,..., x n } p n x = By applying the Fast Fourier Transform on {v 0,..., v n }, one can obtain an expression for the Chebyshev Interpolant to f in O(nlogn) operations. Moreover, if f is Lipschitz continuous, then the Chebyshev Interpolant converges to f at the same rate as the Chebyshev series. n k=0 c k T k x Proof: N. Ahmed and P. S. Fisher, Study of algorithmic properties of Chebyshev coefficients, Int. J. Computer Math. 2 (1970),

16 Theorem 3. Convergence rate + Extension to any dimension Let f be an analytic function on a compact domain in R D. Suppose it has a bounded analytic continuation to a Bernstein ellipse in C D. Then the Chebyshev interpolant of degree n converges exponentially to the function f as n tends to infinity. That is f p n o(ρ n ) Proof: S. Bernstein (1912c), Sur l Ordre de la Meilleure Approximation des Fonctions Continues par des Polynomes de Degré Donné, Mém. Acad. Roy. Belg., 1912 M. Gaß, K. Glau, M. Mahlstedt, M. Mair. Chebyshev Interpolation for Parametric Option Pricing. Preprint. Equation in 1-D. f(x) M. ρ: Bernstein ellipse foci 16

17 Example: Runge Function Runge function and its interpolator, with 15 points, via 1. Interpolator, Equidistant points (blue line) 2. Interpolator, moving the Equidistant points towards Chebyshev points (orange line) 3. Interpolator, moving the Equidistant points towards Chebyshev points (yellow line) 4. Interpolator, moving the Equidistant points towards Chebyshev points (maroon line) 5. Interpolator, Chebyshev points (green line) 6. Actual Runge function (under the green line) We can appreciate how the interpolating function converges towards the Runge function as we move the interpolating Equidistant points towards the Chebyshev points 17

18 Theorem 4. Control of error Let f be Lipschitz continuous on [-1,1], let f n be its truncated Chebyshev series, let p n be its Chebyshev interpolant and let a k and c k be the Chebyshev coefficients of f n and p n, respectively. Then c 0 = a 0 + a 2n + a 4n +, c k = a k + (a k+2n + a k+4n + ) + (a k+2n + a k+4n + ) c n = a n + a 3n + a 5n +, We can control the error of the approximation without knowing anything about the function, apart from the fact that it is Lipschitz continuous Proof: C.W. Clenshaw and A.R. Curtis, A method for numerical integration on an automatic computer, Numer. Math. 2 (1960),

19 Illustrative example Machine Precision 19

20 Summary so far 1. Polynomial interpolation has an unfair bad reputation 2. If we interpolate on Chebyshev points, we obtain exponential convergence and we can control the (very small) error 3. This can be extended to any dimension What if we apply this to the Pricing Function in a Risk Calculation? We should be able to Replicate the pricing function with very few points With very high accuracy Super-efficient evaluation Controlling the error 20

21 Applying Chebyshev to Pricing Functions 21

22 Context Generic Risk Calculation Engine The bottleneck of the risk calculation: 80-99% of total computational time Input Collection MC preparation Standard approach Original Pricer 1 Scenario Generation Pricing Special Modelling Collateral, WWR Risk Metrics VaR, ESF, XVAs, PFE 1 2 Fast approach Ultra-accurate Chebyshev The trick is to use the right interpolation scheme Output Incorporation Build mocax objects Evaluate original pricer Evaluate mocax objects 22

23 What makes this approach work? In this approach Evaluating the Interpolator is ultra-fast So, the trick is to Call the pricing function as little as possible in the Building phase, while ensuring very high accuracy in the interpolation scheme 23

24 Example of convergence in an Option Linear Interpolation Chebyshev Interpolation Machine Precision Interpolation Technique Grid Size Precision Improvement Linear 256 (16x16) 10-1 n/a Chebyshev 256 (16x16) 10-7 Perfect pricing Chebyshev 25 (5x5) % of original CPU effort 24

25 What if we apply it to exotic pricing functions? Pricer Pricing Method QuantLib Run Time (ms) MoCaX* Build Time** (ms) MoCaX* Run Time (ms) MoCaX* Accuracy MoCaX* Run Speed Multiplier IRS Analytic ,088 European Option Analytic American Option Monte Carlo ,668 Bermudan Swaption Tree ,511,737 Barrier Option Analytic Barrier Option Monte Carlo ,843,883 Minimum Build CPU effort Ultra-low CPU evaluation effort Ultra-high accuracy*** Enormous CPU consumption improvement (*) By MoCaX it is meant our implementation of the described Chebyshev methods (**) 1D case, i7 processor, mono-core compute (***) The low accuracy of the Barrier Option via MC is due to lack of precision in the original pricer 25

26 Chebyshev Splines and, if needed, we can do Chebyshev Splines One single Chebyshev Interpolant One single Chebyshev Interpolant No. Points 12 No. Points 60 Precision 10-4 Precision 10-4 Splines of Chebyshev Interpolants No. Points 16 Precision

27 Risk Management Applications 27

28 CVA, FVA and IMM of exotics MoCaX enables the computation of Exposure profiles of exotics very efficiently Example: Bermudan Swaptions MoCaX can compute the same EPE and PFE profiles with 0.8% of the CPU effort (10,000 scenarios) Pricing Method MC scens Building step effort Evaluation effort Total effort CPU Gain Full-reval 1,000 n/a 10h:54m 10h:54m n/a Full-reval 10,000 n/a 4d:12h:58m 4d:12h:58m n/a Full-reval 100,000 n/a 45d:10h:05m 45d:10h:05m n/a MoCaX 1,000 0h:53m 70 msec 0h:53m:00s 8% MoCaX 10,000 0h:53m 700 msec 0h:53m:01s 0.8% MoCaX 100,000 0h:53m 7,000 msec 0h:53m:07s 0.08% (*) Full-reval effort for 10,000 and 100,000 scenarios extrapolated from a 1,000 scenarios run 28

29 XVA sensitivities Most of the CPU effort with this technique is in the Building Phase Once the Interpolating Object is built, we can reuse it as often as needed Each evaluation in the MC takes a few nano-seconds Pricing Method MC scens Building step effort Evaluation effort Total effort CPU Gain Full-reval 1,000 n/a 10h:54m 10h:54m n/a Full-reval 10,000 n/a 4d:12h:58m 4d:12h:58m n/a Full-reval 100,000 n/a 45d:10h:05m 45d:10h:05m n/a MoCaX 1,000 0h:53m 70 msec 0h:53m:00s 8% MoCaX 10,000 0h:53m 700 msec 0h:53m:01s 0.8% MoCaX 100,000 0h:53m 7,000 msec 0h:53m:07s 0.08% % CPU effort We can compute sensitivities of exotics via Bump-and-reval very easily 29

30 Initial Margin simulation Once we have built the Interpolating Object, computing its derivatives is trivial P x = n k=0 c k T k x P x = the same coefficients n k=0 c k T k x Delta Vega Gamma Vanna Chebyshev-based Greek surfaces for an option 30

31 Initial Margin simulation Example Portfolio of 50 IR swaps 5 Bermudan swaptions 50 Equity exotic options 10,000 scenarios 70 time steps 50,000,000 sensitivities simulated Ultra-fast Low CPU consumption Intra-day computations Sensitivities qperfect accuracy Backtesting passed No regression error Easy to implement No AAD complications (*) RFE 2-factor models, i7 processor, mono-core compute 31

32 Dimensionality of the State Space Starting from a Risk Factor model Risk Factor Scenarios (State Space) Market Scenarios Output g R 2 R 200 P R 2-factor H&W short rates 1-factor H&W short rate + StochVol factor Yield curves Spread curves Vol surfaces Price Sensitivities R 2 State Space technique used in regression-based pricing f = P g R 32

33 Credit to Dimensionality Reduction of State Space Starting from Market Scenarios (e.g. complex XVA/IMM, FRTB) Risk Factors Scenarios (State Space) R 20 = R 3 +R+ + R PCA decomposition with orthogonal sliding Neural Network driving variable R 3 +R+ + R g Market Scenarios R 200 Yield curves Spread curves Vol surfaces f = P g P Output R Built with ~ 80 to 300 calls to original pricer Price Sensitivities R 33

34 Machine Learning Optimising MVA With Chebyshev risk calculations are so fast that we can use a complex risk computation as the Objective Function in a Machine Learning algorithm E.g. MVA optimisation Once MVA can be calculated correctly and efficiently, the next natural step is to seek strategies to minimise it We consider a strategy similar to the one proposed in the work of A. Kondratyev and G. Giorgidze ([KG]) Optimised portfolio Cpty A Existing portfolio Swap 1 Swap 2 Cpty B Swap i Swap N Swap payer Swap receiver Cpty C Cpty D What are the notional, maturity and counterparties of 2 offsetting swaps that would minimise our MVA when added to the portfolio? 34

35 IMA-FRTB Correlation between FO pricer and MoCaX pricer The problem IMA-FRTB requires several thousand revaluations daily and we need to pass the P&L Attribution Test (PLAT) Technologies: Full-reval, extremely expensive Greeks, do not pass PLAT for non-linear products Solution: Dimensionality Reduction* + MoCaX IMA-FRTB capital charge (full calculation) Tested portfolio: Swaps, Swaptions and Bermudan Swaptions 841 Risk factors as inputs Ultra-accurate pricing with 1-5 % of CPU load Important hardware cost reduction Passing P&L Attribution tests Industrialised implementation (*) Dimensionality Reduction via PCA + Orthogonal Sliding. Study to be published soon. 35

36 Pricer Cloning MoCaX enables creating a replica of a pricing function (e.g. Front Office) in a Risk System 36

37 PPC: portfolio pricing compression Further acceleration can be created as a result of the properties of Chebyshev series and interpolants The Chebyshev coefficients are additive Trade 1 Trade 2 P 1 x = P 2 x = n k=0 n k=0 c k 1 T k x c k 2 T k x n P x = k=0 Portfolio c k 1 + c k c k 5000 T k x Trade 5,000 P 5000 x = n k=0 c k 5000 T k x If we have a portfolio of 5,000 trades on the same underlying This property enables a 5,000 times multiplier in evaluation effort 37

38 AAD Adjoint Algorithmic Differentiation is an excellent methodology Key problem Implementation is far from trivial We need to build the Adjoint version of each pricer High implementation cost, High maintenance cost, High project risk Alternative We can build the Adjoint of its Chebyshev version P x = Much easier to implement, all pricers share the same Adjoint code We have not tested it yet n k=0 c k T k x P x = Interested to collaborate with us? Let us know! n k=0 c k T k x 38

39 Quick way to play with Chebyshev techniques chebfun.org Chebfun Matlab package Chebyshev-based function approximation software Developed by Prof. Trefethen group, Oxford University 39

40 Ways we can help 1. Consulting Work with you to help assess where and how you can benefit from Chebyshev techniques 2. Proof-of-Concept Implement a proof of concept in a specific application, using our MoCaX DLL 3. Share of knowledge We share all our know-how for you to build the DLL 40

41 Conclusions 1. We can change the status quo of what can be done with a computer 2. Chebyshev techniques enable the replication of pricing functions so they can be streamlined for ultra-fast computing 3. Benefits are endless P x = n k=0 c k T k x 41

42 Would you like to know more? Ignacio Ruiz Founder & CEO Emilio Viudez Head of Client Solutions iruiz Technologies Fulham Green Fulham High St London SW6 3JA MoCaXintelligence.com (+44)

Dynamic Initial Margin via Chebyshev Spectral Decomposition

Dynamic Initial Margin via Chebyshev Spectral Decomposition Dynamic Initial Margin via Chebyshev Spectral Decomposition A Fast, Accurate and Effective Solution Authors Mariano Zeron 1 and Ignacio Ruiz 2 June 2018 We present an accurate and computationally efficient

More information

2nd Order Sensis: PnL and Hedging

2nd Order Sensis: PnL and Hedging 2nd Order Sensis: PnL and Hedging Chris Kenyon 19.10.2017 Acknowledgements & Disclaimers Joint work with Jacques du Toit. The views expressed in this presentation are the personal views of the speaker

More information

Parametric Option Pricing by Interpolation

Parametric Option Pricing by Interpolation Parametric Option Pricing by Interpolation Kathrin Glau Technical University of Munich Advances in Financial Mathematics, Paris, January 11, 217 2 Introduction How to compute real-time prices in complex

More information

Calculating VaR. There are several approaches for calculating the Value at Risk figure. The most popular are the

Calculating VaR. There are several approaches for calculating the Value at Risk figure. The most popular are the VaR Pro and Contra Pro: Easy to calculate and to understand. It is a common language of communication within the organizations as well as outside (e.g. regulators, auditors, shareholders). It is not really

More information

Modelling Counterparty Exposure and CVA An Integrated Approach

Modelling Counterparty Exposure and CVA An Integrated Approach Swissquote Conference Lausanne Modelling Counterparty Exposure and CVA An Integrated Approach Giovanni Cesari October 2010 1 Basic Concepts CVA Computation Underlying Models Modelling Framework: AMC CVA:

More information

FINCAD s Flexible Valuation Adjustment Solution

FINCAD s Flexible Valuation Adjustment Solution FINCAD s Flexible Valuation Adjustment Solution Counterparty credit risk measurement and valuation adjustment (CVA, DVA, FVA) computation are business-critical issues for a wide number of financial institutions.

More information

Standardised Risk under Basel 3. Pardha Viswanadha, Product Management Calypso

Standardised Risk under Basel 3. Pardha Viswanadha, Product Management Calypso Standardised Risk under Basel 3 Pardha Viswanadha, Product Management Calypso Flow Regulatory risk landscape Trading book risk drivers Overview of SA-MR Issues & Challenges Overview of SA-CCR Issues &

More information

Accelerated Option Pricing Multiple Scenarios

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

More information

ORE Applied: Dynamic Initial Margin and MVA

ORE Applied: Dynamic Initial Margin and MVA ORE Applied: Dynamic Initial Margin and MVA Roland Lichters QuantLib User Meeting at IKB, Düsseldorf 8 December 2016 Agenda Open Source Risk Engine Dynamic Initial Margin and Margin Value Adjustment Conclusion

More information

A new breed of Monte Carlo to meet FRTB computational challenges

A new breed of Monte Carlo to meet FRTB computational challenges A new breed of Monte Carlo to meet FRTB computational challenges 10/01/2017 Adil REGHAI Acknowledgement & Disclaimer Thanks to Abdelkrim Lajmi, Antoine Kremer, Luc Mathieu, Carole Camozzi, José Luu, Rida

More information

Challenges in Counterparty Credit Risk Modelling

Challenges in Counterparty Credit Risk Modelling Challenges in Counterparty Credit Risk Modelling Alexander SUBBOTIN Head of Counterparty Credit Risk Models & Measures, Nordea November 23 th, 2015 Disclaimer This document has been prepared for the purposes

More information

Fast Convergence of Regress-later Series Estimators

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

More information

Applications of Dataflow Computing to Finance. Florian Widmann

Applications of Dataflow Computing to Finance. Florian Widmann Applications of Dataflow Computing to Finance Florian Widmann Overview 1. Requirement Shifts in the Financial World 2. Case 1: Real Time Margin 3. Case 2: FX Option Monitor 4. Conclusions Market Context

More information

RISKMETRICS. Dr Philip Symes

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

More information

Handbook of Financial Risk Management

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

More information

arxiv: v3 [q-fin.cp] 20 Sep 2018

arxiv: v3 [q-fin.cp] 20 Sep 2018 arxiv:1809.02233v3 [q-fin.cp] 20 Sep 2018 Applying Deep Learning to Derivatives Valuation Ryan Ferguson and Andrew Green 16/09/2018 Version 1.3 Abstract This paper uses deep learning to value derivatives.

More information

"Pricing Exotic Options using Strong Convergence Properties

Pricing Exotic Options using Strong Convergence Properties Fourth Oxford / Princeton Workshop on Financial Mathematics "Pricing Exotic Options using Strong Convergence Properties Klaus E. Schmitz Abe schmitz@maths.ox.ac.uk www.maths.ox.ac.uk/~schmitz Prof. Mike

More information

Market Risk Analysis Volume I

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

More information

Ultimate Control. Maxeler RiskAnalytics

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

More information

M.S. in Quantitative Finance & Risk Analytics (QFRA) Fall 2017 & Spring 2018

M.S. in Quantitative Finance & Risk Analytics (QFRA) Fall 2017 & Spring 2018 M.S. in Quantitative Finance & Risk Analytics (QFRA) Fall 2017 & Spring 2018 2 - Required Professional Development &Career Workshops MGMT 7770 Prof. Development Workshop 1/Career Workshops (Fall) Wed.

More information

Monte Carlo Methods for Uncertainty Quantification

Monte Carlo Methods for Uncertainty Quantification Monte Carlo Methods for Uncertainty Quantification Abdul-Lateef Haji-Ali Based on slides by: Mike Giles Mathematical Institute, University of Oxford Contemporary Numerical Techniques Haji-Ali (Oxford)

More information

MVA, KVA: modelling challenges

MVA, KVA: modelling challenges 11 September 2015 MVA, KVA: modelling challenges Moez MRAD Head of Credit & XVA Quantitative Research moez.mrad@ca-cib.com Views and opinions expressed in this presentation are the personal ones of the

More information

ELEMENTS OF MONTE CARLO SIMULATION

ELEMENTS OF MONTE CARLO SIMULATION APPENDIX B ELEMENTS OF MONTE CARLO SIMULATION B. GENERAL CONCEPT The basic idea of Monte Carlo simulation is to create a series of experimental samples using a random number sequence. According to the

More information

CVA. What Does it Achieve?

CVA. What Does it Achieve? CVA What Does it Achieve? Jon Gregory (jon@oftraining.com) page 1 Motivation for using CVA The uncertainty of CVA Credit curve mapping Challenging in hedging CVA The impact of Basel III rules page 2 Motivation

More information

Introduction to Algorithmic Trading Strategies Lecture 8

Introduction to Algorithmic Trading Strategies Lecture 8 Introduction to Algorithmic Trading Strategies Lecture 8 Risk Management Haksun Li haksun.li@numericalmethod.com www.numericalmethod.com Outline Value at Risk (VaR) Extreme Value Theory (EVT) References

More information

Interpolation. 1 What is interpolation? 2 Why are we interested in this?

Interpolation. 1 What is interpolation? 2 Why are we interested in this? Interpolation 1 What is interpolation? For a certain function f (x we know only the values y 1 = f (x 1,,y n = f (x n For a point x different from x 1,,x n we would then like to approximate f ( x using

More information

Monte Carlo Methods in Structuring and Derivatives Pricing

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

More information

IEOR E4602: Quantitative Risk Management

IEOR E4602: Quantitative Risk Management IEOR E4602: Quantitative Risk Management Basic Concepts and Techniques of Risk Management Martin Haugh Department of Industrial Engineering and Operations Research Columbia University Email: martin.b.haugh@gmail.com

More information

Calculating Counterparty Exposures for CVA

Calculating Counterparty Exposures for CVA Calculating Counterparty Exposures for CVA Jon Gregory Solum Financial (www.solum-financial.com) 19 th January 2011 Jon Gregory (jon@solum-financial.com) Calculating Counterparty Exposures for CVA, London,

More information

The Pennsylvania State University. The Graduate School. Department of Industrial Engineering AMERICAN-ASIAN OPTION PRICING BASED ON MONTE CARLO

The Pennsylvania State University. The Graduate School. Department of Industrial Engineering AMERICAN-ASIAN OPTION PRICING BASED ON MONTE CARLO The Pennsylvania State University The Graduate School Department of Industrial Engineering AMERICAN-ASIAN OPTION PRICING BASED ON MONTE CARLO SIMULATION METHOD A Thesis in Industrial Engineering and Operations

More information

Lecture outline. Monte Carlo Methods for Uncertainty Quantification. Importance Sampling. Importance Sampling

Lecture outline. Monte Carlo Methods for Uncertainty Quantification. Importance Sampling. Importance Sampling Lecture outline Monte Carlo Methods for Uncertainty Quantification Mike Giles Mathematical Institute, University of Oxford KU Leuven Summer School on Uncertainty Quantification Lecture 2: Variance reduction

More information

Market Risk: FROM VALUE AT RISK TO STRESS TESTING. Agenda. Agenda (Cont.) Traditional Measures of Market Risk

Market Risk: FROM VALUE AT RISK TO STRESS TESTING. Agenda. Agenda (Cont.) Traditional Measures of Market Risk Market Risk: FROM VALUE AT RISK TO STRESS TESTING Agenda The Notional Amount Approach Price Sensitivity Measure for Derivatives Weakness of the Greek Measure Define Value at Risk 1 Day to VaR to 10 Day

More information

Risk e-learning. Modules Overview.

Risk e-learning. Modules Overview. Risk e-learning Modules Overview Risk Sensitivities Market Risk Foundation (Banks) Understand delta risk sensitivity as an introduction to a broader set of risk sensitivities Explore the principles of

More information

Milliman STAR Solutions - NAVI

Milliman STAR Solutions - NAVI Milliman STAR Solutions - NAVI Milliman Solvency II Analysis and Reporting (STAR) Solutions The Solvency II directive is not simply a technical change to the way in which insurers capital requirements

More information

Algorithmic Differentiation of a GPU Accelerated Application

Algorithmic Differentiation of a GPU Accelerated Application of a GPU Accelerated Application Numerical Algorithms Group 1/31 Disclaimer This is not a speedup talk There won t be any speed or hardware comparisons here This is about what is possible and how to do

More information

THE 7TH ANNUAL INITIAL MARGIN & XVA CONFERENCE 21ST - 23RD MARCH 2018

THE 7TH ANNUAL INITIAL MARGIN & XVA CONFERENCE 21ST - 23RD MARCH 2018 GRAND CONNAUGHT ROOMS, LONDON THE 7TH ANNUAL INITIAL MARGIN & XVA CONFERENCE 21ST - 23RD MARCH 2018 PRESENTERS Sarah B Tremel: Global Head of Analytics, Global Valuation Group, HSBC Bank Youssef Elouerkhaoui:

More information

Calibration of Economic Scenario Generators. Meeting the Challenges of Change. Eric Yau Consultant, Barrie & Hibbert Asia

Calibration of Economic Scenario Generators. Meeting the Challenges of Change. Eric Yau Consultant, Barrie & Hibbert Asia Calibration of Economic Scenario Generators Eric Yau Consultant, Barrie & Hibbert Asia Hong Kong Eric.Yau@barrhibb.com Meeting the Challenges of Change 14 th Global Conference of Actuaries 19 th 21 st

More information

Bayesian Finance. Christa Cuchiero, Irene Klein, Josef Teichmann. Obergurgl 2017

Bayesian Finance. Christa Cuchiero, Irene Klein, Josef Teichmann. Obergurgl 2017 Bayesian Finance Christa Cuchiero, Irene Klein, Josef Teichmann Obergurgl 2017 C. Cuchiero, I. Klein, and J. Teichmann Bayesian Finance Obergurgl 2017 1 / 23 1 Calibrating a Bayesian model: a first trial

More information

Advances in Valuation Adjustments. Topquants Autumn 2015

Advances in Valuation Adjustments. Topquants Autumn 2015 Advances in Valuation Adjustments Topquants Autumn 2015 Quantitative Advisory Services EY QAS team Modelling methodology design and model build Methodology and model validation Methodology and model optimisation

More information

Market Risk Analysis Volume IV. Value-at-Risk Models

Market Risk Analysis Volume IV. Value-at-Risk Models Market Risk Analysis Volume IV Value-at-Risk Models Carol Alexander John Wiley & Sons, Ltd List of Figures List of Tables List of Examples Foreword Preface to Volume IV xiii xvi xxi xxv xxix IV.l Value

More information

Characterization of the Optimum

Characterization of the Optimum ECO 317 Economics of Uncertainty Fall Term 2009 Notes for lectures 5. Portfolio Allocation with One Riskless, One Risky Asset Characterization of the Optimum Consider a risk-averse, expected-utility-maximizing

More information

Monte Carlo Methods for Uncertainty Quantification

Monte Carlo Methods for Uncertainty Quantification Monte Carlo Methods for Uncertainty Quantification Abdul-Lateef Haji-Ali Based on slides by: Mike Giles Mathematical Institute, University of Oxford Contemporary Numerical Techniques Haji-Ali (Oxford)

More information

Preparing for the Fundamental Review of the Trading Book (FRTB)

Preparing for the Fundamental Review of the Trading Book (FRTB) Regulatory Update Preparing for the Fundamental Review of the Trading Book (FRTB) With the final set of definitions soon to be released by the Basel Committee on Banking Supervision, Misys experts discuss

More information

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

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

More information

Interest Rate Bermudan Swaption Valuation and Risk

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

More information

arxiv: v1 [q-fin.cp] 4 Oct 2017

arxiv: v1 [q-fin.cp] 4 Oct 2017 The Chebyshev method for the implied volatility Kathrin Glau 1, Paul Herold 1, Dilip B. Madan, Christian Pötz 1, 1 Technical University of Munich, Germany, Robert H. Smith School of Business, University

More information

Strategic Integration of xva, Margining and Regulatory Risk Platforms

Strategic Integration of xva, Margining and Regulatory Risk Platforms Strategic Integration of xva, Margining and Regulatory Risk Platforms Arthur Rabatin Head of Counterparty and Funding Risk Technology, Deutsche Bank AG 2 nd Annual Credit Risk Forum 19 th /20 th May 2016,

More information

Modelling Credit Spreads for Counterparty Risk: Mean-Reversion is not Needed

Modelling Credit Spreads for Counterparty Risk: Mean-Reversion is not Needed Modelling Credit Spreads for Counterparty Risk: Mean-Reversion is not Needed Ignacio Ruiz, Piero Del Boca May 2012 Version 1.0.5 A version of this paper was published in Intelligent Risk, October 2012

More information

Monte Carlo Based Numerical Pricing of Multiple Strike-Reset Options

Monte Carlo Based Numerical Pricing of Multiple Strike-Reset Options Monte Carlo Based Numerical Pricing of Multiple Strike-Reset Options Stavros Christodoulou Linacre College University of Oxford MSc Thesis Trinity 2011 Contents List of figures ii Introduction 2 1 Strike

More information

Extend the ideas of Kan and Zhou paper on Optimal Portfolio Construction under parameter uncertainty

Extend the ideas of Kan and Zhou paper on Optimal Portfolio Construction under parameter uncertainty Extend the ideas of Kan and Zhou paper on Optimal Portfolio Construction under parameter uncertainty George Photiou Lincoln College University of Oxford A dissertation submitted in partial fulfilment for

More information

Market interest-rate models

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

More information

FINCAD XL and Analytics v10.1 Release Notes

FINCAD XL and Analytics v10.1 Release Notes FINCAD XL and Analytics v10.1 Release Notes FINCAD XL and Analytics v10.1 Release Notes Software Version: FINCAD XL 10.1 Release Date: May 15, 2007 Document Revision Number: 1.0 Disclaimer FinancialCAD

More information

Modern Derivatives. Pricing and Credit. Exposure Anatysis. Theory and Practice of CSA and XVA Pricing, Exposure Simulation and Backtest!

Modern Derivatives. Pricing and Credit. Exposure Anatysis. Theory and Practice of CSA and XVA Pricing, Exposure Simulation and Backtest! Modern Derivatives Pricing and Credit Exposure Anatysis Theory and Practice of CSA and XVA Pricing, Exposure Simulation and Backtest!ng Roland Lichters, Roland Stamm, Donal Gallagher Contents List of Figures

More information

Statistical Models and Methods for Financial Markets

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

More information

AD in Monte Carlo for finance

AD in Monte Carlo for finance AD in Monte Carlo for finance Mike Giles giles@comlab.ox.ac.uk Oxford University Computing Laboratory AD & Monte Carlo p. 1/30 Overview overview of computational finance stochastic o.d.e. s Monte Carlo

More information

Machine Learning for Quantitative Finance

Machine Learning for Quantitative Finance Machine Learning for Quantitative Finance Fast derivative pricing Sofie Reyners Joint work with Jan De Spiegeleer, Dilip Madan and Wim Schoutens Derivative pricing is time-consuming... Vanilla option pricing

More information

Strategies for Improving the Efficiency of Monte-Carlo Methods

Strategies for Improving the Efficiency of Monte-Carlo Methods Strategies for Improving the Efficiency of Monte-Carlo Methods Paul J. Atzberger General comments or corrections should be sent to: paulatz@cims.nyu.edu Introduction The Monte-Carlo method is a useful

More information

Fast Computation of the Economic Capital, the Value at Risk and the Greeks of a Loan Portfolio in the Gaussian Factor Model

Fast Computation of the Economic Capital, the Value at Risk and the Greeks of a Loan Portfolio in the Gaussian Factor Model arxiv:math/0507082v2 [math.st] 8 Jul 2005 Fast Computation of the Economic Capital, the Value at Risk and the Greeks of a Loan Portfolio in the Gaussian Factor Model Pavel Okunev Department of Mathematics

More information

Chebyshev interpolation for parametric option pricing

Chebyshev interpolation for parametric option pricing Finance Stoch 2018) 22:701 731 https://doi.org/10.1007/s00780-018-0361-y Chebyshev interpolation for parametric option pricing Maximilian Gaß 1 Kathrin Glau 1,2 Mirco Mahlstedt 1 Maximilian Mair 1 Received:

More information

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

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

More information

Interest Rate Cancelable Swap Valuation and Risk

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

More information

Practical example of an Economic Scenario Generator

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

More information

HANDBOOK OF. Market Risk CHRISTIAN SZYLAR WILEY

HANDBOOK OF. Market Risk CHRISTIAN SZYLAR WILEY HANDBOOK OF Market Risk CHRISTIAN SZYLAR WILEY Contents FOREWORD ACKNOWLEDGMENTS ABOUT THE AUTHOR INTRODUCTION XV XVII XIX XXI 1 INTRODUCTION TO FINANCIAL MARKETS t 1.1 The Money Market 4 1.2 The Capital

More information

Strategies For Managing CVA Exposures

Strategies For Managing CVA Exposures Strategies For Managing CVA Exposures Sebastien BOUCARD Global Head of CVA Trading www.ca-cib.com Contact Details Sebastien.boucard@ca-cib.com IMPORTANT NOTICE 2013 CRÉDIT AGRICOLE CORPORATE AND INVESTMENT

More information

Razor Risk Market Risk Overview

Razor Risk Market Risk Overview Razor Risk Market Risk Overview Version 1.0 (Final) Prepared by: Razor Risk Updated: 20 April 2012 Razor Risk 7 th Floor, Becket House 36 Old Jewry London EC2R 8DD Telephone: +44 20 3194 2564 e-mail: peter.walsh@razor-risk.com

More information

Standard Initial Margin Model (SIMM) How to validate a global regulatory risk model

Standard Initial Margin Model (SIMM) How to validate a global regulatory risk model Connecting Markets East & West Standard Initial Margin Model (SIMM) How to validate a global regulatory risk model RiskMinds Eduardo Epperlein* Risk Methodology Group * In collaboration with Martin Baxter

More information

Advanced Numerical Techniques for Financial Engineering

Advanced Numerical Techniques for Financial Engineering Advanced Numerical Techniques for Financial Engineering Andreas Binder, Heinz W. Engl, Andrea Schatz Abstract We present some aspects of advanced numerical analysis for the pricing and risk managment of

More information

NUMERICAL AND SIMULATION TECHNIQUES IN FINANCE

NUMERICAL AND SIMULATION TECHNIQUES IN FINANCE NUMERICAL AND SIMULATION TECHNIQUES IN FINANCE Edward D. Weinberger, Ph.D., F.R.M Adjunct Assoc. Professor Dept. of Finance and Risk Engineering edw2026@nyu.edu Office Hours by appointment This half-semester

More information

2017 IAA EDUCATION SYLLABUS

2017 IAA EDUCATION SYLLABUS 2017 IAA EDUCATION SYLLABUS 1. STATISTICS Aim: To enable students to apply core statistical techniques to actuarial applications in insurance, pensions and emerging areas of actuarial practice. 1.1 RANDOM

More information

A distributed Laplace transform algorithm for European options

A distributed Laplace transform algorithm for European options A distributed Laplace transform algorithm for European options 1 1 A. J. Davies, M. E. Honnor, C.-H. Lai, A. K. Parrott & S. Rout 1 Department of Physics, Astronomy and Mathematics, University of Hertfordshire,

More information

IFRS 13 The Impact on Derivative Valuation, Hedge Accounting and Financial Reporting. 24 September 2013 Dan Gentzel & Peter Ahlin

IFRS 13 The Impact on Derivative Valuation, Hedge Accounting and Financial Reporting. 24 September 2013 Dan Gentzel & Peter Ahlin IFRS 13 The Impact on Derivative Valuation, Hedge Accounting and Financial Reporting 24 September 2013 Dan Gentzel & Peter Ahlin 1 Webinar Administrative Details Technical Issues? Contact WebEx: +1 916.861.3155

More information

Model Risk Assessment

Model Risk Assessment Model Risk Assessment Case Study Based on Hedging Simulations Drona Kandhai (PhD) Head of Interest Rates, Inflation and Credit Quantitative Analytics Team CMRM Trading Risk - ING Bank Assistant Professor

More information

FX Smile Modelling. 9 September September 9, 2008

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

More information

CVA in Energy Trading

CVA in Energy Trading CVA in Energy Trading Arthur Rabatin Credit Risk in Energy Trading London, November 2016 Disclaimer The document author is Arthur Rabatin and all views expressed in this document are his own. All errors

More information

Synergies and challenges in the implementation of Basel IV regulations

Synergies and challenges in the implementation of Basel IV regulations aaaaa Synergies and challenges in the implementation of Basel IV regulations Beatrice Bianco Michele Romanini June 2018 Iason Consulting ltd is the editor and the publisher of this paper. Neither editor

More information

Counterparty Credit Risk under Basel III

Counterparty Credit Risk under Basel III Counterparty Credit Risk under Basel III Application on simple portfolios Mabelle SAYAH European Actuarial Journal Conference September 8 th, 2016 Recent crisis and Basel III After recent crisis, and the

More information

EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS

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

More information

IEOR E4703: Monte-Carlo Simulation

IEOR E4703: Monte-Carlo Simulation IEOR E4703: Monte-Carlo Simulation Other Miscellaneous Topics and Applications of Monte-Carlo Martin Haugh Department of Industrial Engineering and Operations Research Columbia University Email: martin.b.haugh@gmail.com

More information

Efficient Lifetime Portfolio Sensitivities: AAD Versus Longstaff-Schwartz Compression Chris Kenyon

Efficient Lifetime Portfolio Sensitivities: AAD Versus Longstaff-Schwartz Compression Chris Kenyon Efficient Lifetime Portfolio Sensitivities: AAD Versus Longstaff-Schwartz Compression Chris Kenyon 26.03.2014 Contact: Chris.Kenyon@lloydsbanking.com Acknowledgments & Disclaimers Joint work with Andrew

More information

Credit Risk in Derivatives Products

Credit Risk in Derivatives Products Credit Risk in Derivatives Products Understand how derivatives work, how they are used and the inherent credit risk experienced by both banks and their customers This in-house course can be presented in-house

More information

Advanced Concepts in Capturing Market Risk: A Supervisory Perspective

Advanced Concepts in Capturing Market Risk: A Supervisory Perspective Advanced Concepts in Capturing Market Risk: A Supervisory Perspective Rodanthy Tzani Federal Reserve Bank of NY The views expressed in this presentation are strictly those of the presenter and do not necessarily

More information

arxiv: v1 [q-fin.rm] 21 Dec 2018

arxiv: v1 [q-fin.rm] 21 Dec 2018 arxiv:1812.947v1 [q-fin.rm] 21 Dec 218 An Enhanced Initial Margin Methodology to Manage Warehoused Credit Risk Lucia Cipolina-Kun 1, Ignacio Ruiz 2, and Mariano Zeron-Medina Laris 3 1 Morgan Stanley 2

More information

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: MARS A Bloomberg Professional Service Offering LEAVE NOTHING TO CHANCE. CONTENTS

More information

Smoking Adjoints: fast evaluation of Greeks in Monte Carlo calculations

Smoking Adjoints: fast evaluation of Greeks in Monte Carlo calculations Report no. 05/15 Smoking Adjoints: fast evaluation of Greeks in Monte Carlo calculations Michael Giles Oxford University Computing Laboratory, Parks Road, Oxford, U.K. Paul Glasserman Columbia Business

More information

Yao s Minimax Principle

Yao s Minimax Principle Complexity of algorithms The complexity of an algorithm is usually measured with respect to the size of the input, where size may for example refer to the length of a binary word describing the input,

More information

Measuring and managing market risk June 2003

Measuring and managing market risk June 2003 Page 1 of 8 Measuring and managing market risk June 2003 Investment management is largely concerned with risk management. In the management of the Petroleum Fund, considerable emphasis is therefore placed

More information

RAZOR RISK CAPITAL EFFICIENCY UNDER FRTB

RAZOR RISK CAPITAL EFFICIENCY UNDER FRTB RAZOR RISK CAPITAL EFFICIENCY UNDER FRTB GAVIN BANKS, Product Manager, Razor Risk DAVID CHEN MBA CFA FRM, Senior Risk Consultant, Razor Risk Achieving Capital Efficiency under FRTB CAPITAL IMPACTS With

More information

Credit Risk in Derivatives Products

Credit Risk in Derivatives Products Credit Risk in Derivatives Products Understand how derivatives work, how they are used and the inherent credit risk experienced by both banks and their customers This in-house course can be presented in-house

More information

Term Par Swap Rate Term Par Swap Rate 2Y 2.70% 15Y 4.80% 5Y 3.60% 20Y 4.80% 10Y 4.60% 25Y 4.75%

Term Par Swap Rate Term Par Swap Rate 2Y 2.70% 15Y 4.80% 5Y 3.60% 20Y 4.80% 10Y 4.60% 25Y 4.75% Revisiting The Art and Science of Curve Building FINCAD has added curve building features (enhanced linear forward rates and quadratic forward rates) in Version 9 that further enable you to fine tune the

More information

Vanilla interest rate options

Vanilla interest rate options Vanilla interest rate options Marco Marchioro derivati2@marchioro.org October 26, 2011 Vanilla interest rate options 1 Summary Probability evolution at information arrival Brownian motion and option pricing

More information

Financial Mathematics and Supercomputing

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

More information

Avantage Reply FRTB Implementation: Stock Take in the Eurozone and the UK

Avantage Reply FRTB Implementation: Stock Take in the Eurozone and the UK Avantage Reply FRTB Implementation: Stock Take in the Eurozone and the UK Gary Dunn Senior Advisor g.dunn@reply.com Hadrien van der Vaeren Manager h.vandervaeren@reply.com Disclaimer The information and

More information

HPC IN THE POST 2008 CRISIS WORLD

HPC IN THE POST 2008 CRISIS WORLD GTC 2016 HPC IN THE POST 2008 CRISIS WORLD Pierre SPATZ MUREX 2016 STANFORD CENTER FOR FINANCIAL AND RISK ANALYTICS HPC IN THE POST 2008 CRISIS WORLD Pierre SPATZ MUREX 2016 BACK TO 2008 FINANCIAL MARKETS

More information

Curve fitting for calculating SCR under Solvency II

Curve fitting for calculating SCR under Solvency II Curve fitting for calculating SCR under Solvency II Practical insights and best practices from leading European Insurers Leading up to the go live date for Solvency II, insurers in Europe are in search

More information

Alternative VaR Models

Alternative VaR Models Alternative VaR Models Neil Roeth, Senior Risk Developer, TFG Financial Systems. 15 th July 2015 Abstract We describe a variety of VaR models in terms of their key attributes and differences, e.g., parametric

More information

Bloomberg. Portfolio Value-at-Risk. Sridhar Gollamudi & Bryan Weber. September 22, Version 1.0

Bloomberg. Portfolio Value-at-Risk. Sridhar Gollamudi & Bryan Weber. September 22, Version 1.0 Portfolio Value-at-Risk Sridhar Gollamudi & Bryan Weber September 22, 2011 Version 1.0 Table of Contents 1 Portfolio Value-at-Risk 2 2 Fundamental Factor Models 3 3 Valuation methodology 5 3.1 Linear factor

More information

RunnING Risk on GPUs. Answering The Computational Challenges of a New Environment. Tim Wood Market Risk Management Trading - ING Bank

RunnING Risk on GPUs. Answering The Computational Challenges of a New Environment. Tim Wood Market Risk Management Trading - ING Bank RunnING Risk on GPUs Answering The Computational Challenges of a New Environment Tim Wood Market Risk Management Trading - ING Bank Nvidia GTC Express September 19 th 2012 www.ing.com ING Bank Part of

More information

Financial Risk Management and Governance Other VaR methods. Prof. Hugues Pirotte

Financial Risk Management and Governance Other VaR methods. Prof. Hugues Pirotte Financial Risk Management and Governance Other VaR methods Prof. ugues Pirotte Idea of historical simulations Why rely on statistics and hypothetical distribution?» Use the effective past distribution

More information

Valuation of Forward Starting CDOs

Valuation of Forward Starting CDOs Valuation of Forward Starting CDOs Ken Jackson Wanhe Zhang February 10, 2007 Abstract A forward starting CDO is a single tranche CDO with a specified premium starting at a specified future time. Pricing

More information