Hedging Strategy Simulation and Backtesting with DSLs, GPUs and the Cloud

Size: px
Start display at page:

Download "Hedging Strategy Simulation and Backtesting with DSLs, GPUs and the Cloud"

Transcription

1 Hedging Strategy Simulation and Backtesting with DSLs, GPUs and the Cloud GPU Technology Conference 2013 Aon Benfield Securities, Inc. Annuity Solutions Group (ASG)

2 This document is the confidential property of Aon Benfield Securities, Inc. ( Aon ), has been prepared by Aon for informational purposes only and is intended only for the designated recipient. As a condition to reviewing this document, the recipient agrees that without the prior written consent of Aon, which may be withheld for any reason, the recipient will not copy the document or any of its contents, and will not disclose or disseminate the document or any of its contents to (i) any third party, or (ii) any person within recipient s organization who does not have a need to know in connection with the express business purpose for which the document is being provided to recipient. If the recipient is legally compelled to disclose this document or any of its contents, it will promptly give notice to Aon and will reasonably cooperate with Aon in any attempts by Aon to obtain a protective order or otherwise limit disclosure. Upon request by Aon, the recipient will promptly return or destroy the document and any copies it has made with Aon s consent (as described above), provided that recipient may maintain, in strict confidentiality, such copy or copies as required by law or regulation. Aon makes no representation of any kind as to the suitability of the products or services described in this document for any entity in any jurisdiction. The recipient is advised to undertake its own review of the legal, regulatory, tax, accounting and actuarial implications of the products and services described in this document, as Aon does not provide legal, regulatory, tax, accounting or actuarial opinions. This document should not be considered an offer to sell or a solicitation of any agreement to purchase any security. All securities advice, products or services are offered solely through Aon Benfield Securities, Inc. or an appropriately licensed affiliate.

3 Section 1: Problem Description

4 Context Equity-Based Insurance Guarantees Investment Guarantees embedded in Life Insurance contracts Modeled as complex, long-term derivatives contracts Examples Variable Annuities, Equity-Indexed Annuities Risk Management and Hedging These derivatives create market risks for insurers, e.g. Equity market risk Interest Rate risk Volatility risk Systematic risk accretes as the insurer sells more product Risk therefore needs to be transferred or hedged 4

5 Hedging Hedging business process (for a single point in time) Market Quotes Scenario Generator Liability Cashflow Projection Model Hedging Asset Models Liability Risks Asset Risks Hedging Strategy Net Risks Legend GPU Accelerated Market quotes used to calibrate the Market Model (Economic Scenario Generator) Market Model used to value assets and liabilities Monte Carlo simulation offloaded to GPU grid for near real-time risk analytics Hedging Strategy rebalances asset positions to reduce (or eliminate) net risk 5

6 Simulation-Based Risk Management Outer Loop Time-Series Data Scenario Generator Economic Scenarios Scenario Generator Liability Cashflow Projection Model Hedging Asset Models Liability Risks Asset Risks Hedging Strategy Net Risks Hedging Simulation Results Next time step Inner Loop Hedging process is simulated through multiple time-steps and multiple scenarios (generated scenarios, stress scenarios and historical back-testing scenarios) Notice: Doubly nested simulation 6

7 Hedging Process in Detail Market Quotes Scenario Generator Liability Cashflow Projection Model Scenario Generation (inner-loop) This typically refers to Risk-Neutral scenarios (calibrated to Market Quotes) There are many different modeling choices and assumptions Stochastic Equity (Geometric Brownian Motion, Jump Diffusion, etc) Stochastic Interest Rates (Hull-White, LIBOR Market Model, etc) Stochastic Volatility (Heston, SABR, etc) Could also refer to Real-World scenarios in the context of regulatory capital requirements 7

8 Hedging Process in Detail Liability Cashflow Projection Model Model of complex insurance guarantee payoffs Practical approach is to use Monte Carlo method Insurance company may have dozens of different models for different products Liability Risks Risk-Neutral Fair Market Value (Economic Risk) Sensitivities (Greeks) Delta, Rho, Vega, etc Capital (Balance Sheet Risk) Tail measures (similar to VaR) are used by the insurance industry to set regulatory capital requirements 8

9 Hedging Process in Detail Hedging Strategy Goal of hedging is for Asset and Liability Risks to be offsetting Many different possible strategies and hedging instruments Dynamic Hedging Continuous rebalancing of assets to match liabilities Many different possible rebalancing rules Static Hedging Long-term, structured hedges Often structured as reinsurance deals Semi-Static Hedging Some combination of the two Liability Risks Asset Risks Hedging Strategy Net Risks 9

10 Risks Hedging Process in Detail Typical hedging instruments used by insurance companies Equity Futures Interest Rate Swaps Variance Swaps Hedging Instruments Vanilla Options Hybrid Options Lookback Options Structured Hedge Reinsurance Delta Rho Vega Gamma Vanna Vol Skew Correlation Policyholder Behavior Basis Risk 10

11 Simulation-Based Risk Management Outer-Loop Economic Scenarios Real-World scenarios generated from a model Outer Loop Historical Time-Series (back testing) Stress Scenarios Time-Series Data Good simulations require realistic Risk-Neutral and Real-World models Economic Scenarios Scenario Generator Economic Scenarios... Hedging Simulation Results Wide tails Scenario Generator Stochastic volatility, jumps Inner Loop Interest rate risk Mortality and lapse risk Intricate connections between Real-World and Risk-Neutral models 11

12 Simulation-Based Risk Management Rationale The ability to understand, measure, and weigh risk is at the heart of modern life 1 Hedging is a risky business Riddled with choices many different, market models (scenario generators), hedging instruments, hedging strategies, assumptions and parameters Sensitivity to decisions and assumptions should be studied and documented Should insist on comprehensive historical and simulation studies of hedging strategy Simulation-based risk assessments are increasingly part of regulatory requirements for financial institutions 1 Bernstein, Peter L Against the Gods: The Remarkable Story of Risk. New York: John Wiley and Sons. 12

13 Simulation-Based Risk Management Example Variable Annuity Hedging and Business Plan simulation results 13

14 Simulation-Based Risk Management Computational Challenges Realistic modeling Many different complex mathematical models must be implemented by Subject Matter Experts Models must frequently change as businesses and markets evolve Numerical stability Sufficient number of Monte Carlo samples Sufficient number of simulation time-steps Double precision versus single precision Computational Steering Implementing this logic in a maintainable and efficient manner is a major Software Design problem in itself 14

15 Simulation-Based Risk Management Nested Simulation Problem Simulating hedging leads to a Doubly-Nested Simulation problem Also called Stochastic-on-Stochastic (SoS) simulation Example SoS problem: 500 policies 1000 Risk-Neutral (inner-loop) scenarios, 1200 Risk-Neutral (inner-loop) time-steps 5000 Real-World (outer-loop) scenarios, 1200 Risk-Neutral (outer-loop) time-steps 10 risk factors (sources of randomness) 10 Greeks ( two-sided sensitivities, i.e. 21 re-valuations ) Result 63 billion valuations 756 quadrillion random samples (may exceed periodicity of RNG!) 15

16 Simulation-Based Risk Management Computational Challenges Reliability Business-critical process must not fail SoS is often part of critical processes such as quarter-end financial reporting Grid processing required prone to random failures Huge computational load, requires very large number of parallel processors, continuously running for multiple days More servers and longer run-time increases probability of hardware faults Therefore, solution must be highly fault-tolerant at the software level 16

17 Section 2: Description of Solutions

18 Solutions Computational Challenges in Hedging Simulations Realistic modeling Numerical stability Reliability Proposed Solution Language-Oriented Programming Rather than solving problems in general-purpose programming languages, the programmer creates one or more domain-specific languages for the problem first, and solves the problem in those languages 1 DSLs are an old idea. We propose that they are an excellent fit for GPU programming for data parallel applications in specialized domains (e.g. financial Monte Carlo)

19 Domain Specific Languages Simple DSL Compiler for GPUs Business Logic LLVM IR CUDA Runtime / Driver Parser LLVM Optimizer GPU Abstract Syntax Tree Back-End JIT Compiler (NVPTX target) Legend Front-End JIT Compiler PTX kernel Supplied by NVIDIA 19

20 Domain Specific Languages Language Parser Mul Int Add 2*(X+Y) Parser Var Var 2 X Y By constraining application to a specific domain, it is relatively simple to define a small formal grammar and parser for a Domain Specific Language Implementation Steps Define a Context-Free, Right-Recursive Grammar in Backus-Naur Form (BNF) Use the BNF grammar rules to Use a parser generator (e.g. ANTLR, or Lex/Yacc/Bison), or Hand-code a recursive descent parser Parser outputs an Abstract Syntax Tree (AST) in the host language 20

21 Domain Specific Languages Front-End Compiler Using LLVM Compiler Infrastructure simplifies compiler construction User must print Abstract Syntax Tree to LLVM IR (Intermediate Representation) and existing Compiler Infrastructure will take care of the rest Back-End Compiler NVIDIA provides CUDA Compiler SDK for handling this part of the tool-chain 21

22 Domain Specific Languages Example DSL Application (PathWise Modeling Studio) 22

23 Domain Specific Languages Benefits Productivity Business Logic can be implemented by Subject Matter Experts (SMEs), without requiring programming expertise Programming experts can develop and improve software infrastructure without requiring subject matter expertise One SME can implement a Monte Carlo model in 1 week (versus 6-12 months if directly using general-purpose language, GPUs, grid middleware, and cloud APIs) Models implemented in the DSL can be automatically targeted to execute on GPU hardware, grid middleware and cloud infrastructure Massive performance gains are essentially free for the DSL user Auditing and debugging Auditors and SMEs can easily validate and debug business logic, without being exposed to programming complexities 23

24 Solutions Computational Challenges in Hedging Simulations Computational Steering Implementing this logic in a maintainable and efficient manner is a major Software Design problem in itself Proposed Solution General-Purpose High Level Scripting Data Store Python Script Results GPU Cloud HPC Middleware 24

25 Computational Steering Benefits Python High-level, interactive scripting languages (such as Python) have well documented productivity benefits for users Large number of scientific computing tools available out-of-the-box (e.g. numerical arrays, plotting, etc) Libraries and APIs allow vast majority of computations to be off-loaded to underlying C function calls Providing necessary APIs to integrate seamlessly with DSL models and data Grid / Cloud Middleware API Data storage API Large Scale Optimization library Bloomberg Open API 25

26 Solutions Computational Challenges in Hedging Simulations Nested Simulation Problem Simulating hedging leads to a Doubly-Nested Simulation problem Also called Stochastic-on-Stochastic (SoS) simulation Example SoS problem: Proposed Solution 63 billion valuations 756 quadrillion random samples (may exceed periodicity of RNG!) Accelerate simulations using GPU processors x observed gains in Monte Carlo throughput (vs quad-core x86 CPU) Distribute computations on GPU clusters Linearly scale up to 100s of GPUs Burst peak computational demands onto elastic cloud 26

27 GPU Cloud Computing Benefits Amazon EC2 offers Cluster GPU Reserved Instances and 10GigE interconnects Highly economical when provisioning large clusters for short periods of time Example: Quarterly Stochastic-on-Stochastic reporting (1 run per quarterly, 100 GPUs) 1,400, ,200, ,000, , , , , Annual Infrastructure Cost 100 GPU Cluster, Quarterly Runs - Data Center Colocation EC2 Reserved Instances GPU cloud compared to a traditional CPU cluster collocated in a data center achieves an estimated performance per dollar cost efficiency of 1500x 27

28 GPU Cloud Computing Cloud Computing Challenges Performance Cloud GPUs do not behave in the same way as bare-metal GPUs Para-virtualization technology used in by cloud providers leads to significant overheads, especially in CPU-GPU synchronization critical sections of code Our initial attempts to run our models on Amazon s GPU cloud led to a 200% performance loss Optimizations to our DSL compiler and runtime allowed us to reduce this overhead to 10-20% Integration DSL runtime and middleware had to be modified to integrate with cloud API Stability Fault-tolerance has to be built into application in order to effectively use the cloud (especially if utilizing spot instances) 28

29 Section 3: Conclusion

30 Conclusion Simulation-Based Risk Management An important risk management tool (hedging simulation and backtesting) However commonly avoided in practice due to computational challenges Subject Matter Experts must implement complex models Doubly-nested simulation Huge amount of calculations required Highly complex orchestration required New technologies are enabling practical, Simulation-Based Risk Management Domain Specific Languages High-level languages for Subject Matter Experts Automatically target low-level hardware and massive parallelism High-Level Scripting Languages Productive environments for computational steering of large simulations on distributed systems GPUs and Cloud Computing Massive increases in throughput per dollar for Monte Carlo simulation 30

WHITE PAPER THINKING FORWARD ABOUT PRICING AND HEDGING VARIABLE ANNUITIES

WHITE PAPER THINKING FORWARD ABOUT PRICING AND HEDGING VARIABLE ANNUITIES WHITE PAPER THINKING FORWARD ABOUT PRICING AND HEDGING VARIABLE ANNUITIES We can t solve problems by using the same kind of thinking we used when we created them. Albert Einstein As difficult as the recent

More information

VALUATION OF VARIABLE ANNUITIES USING GRID COMPUTING AXA LIFE EUROPE HEDGING SERVICES (ALEHS) 05/06/2008

VALUATION OF VARIABLE ANNUITIES USING GRID COMPUTING AXA LIFE EUROPE HEDGING SERVICES (ALEHS) 05/06/2008 VALUATION OF VARIABLE ANNUITIES USING GRID COMPUTING AXA LIFE EUROPE HEDGING SERVICES (ALEHS) 05/06/2008 Structure Variable annuities ALEHS liability valuation software (MoSes. Tower Perrin) The run time

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

Accelerating Quantitative Financial Computing with CUDA and GPUs

Accelerating Quantitative Financial Computing with CUDA and GPUs Accelerating Quantitative Financial Computing with CUDA and GPUs NVIDIA GPU Technology Conference San Jose, California Gerald A. Hanweck, Jr., PhD CEO, Hanweck Associates, LLC Hanweck Associates, LLC 30

More information

INTEREST RATES AND FX MODELS

INTEREST RATES AND FX MODELS INTEREST RATES AND FX MODELS 7. Risk Management Andrew Lesniewski Courant Institute of Mathematical Sciences New York University New York March 8, 2012 2 Interest Rates & FX Models Contents 1 Introduction

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

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

Managing the Newest Derivatives Risks

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

More information

Solvency II Risk Management Forecasting. Presenter(s): Peter M. Phillips

Solvency II Risk Management Forecasting. Presenter(s): Peter M. Phillips Sponsored by and Solvency II Risk Management Forecasting Presenter(s): Peter M. Phillips Solvency II Risk Management Forecasting Peter M Phillips Equity Based Insurance Guarantees 2015 Nov 17, 2015 8:30

More information

Numerix Pricing with CUDA. Ghali BOUKFAOUI Numerix LLC

Numerix Pricing with CUDA. Ghali BOUKFAOUI Numerix LLC Numerix Pricing with CUDA Ghali BOUKFAOUI Numerix LLC What is Numerix? Started in 1996 Roots in pricing exotic derivatives Sophisticated models CrossAsset product Excel and SDK for pricing Expanded into

More information

Monte-Carlo Pricing under a Hybrid Local Volatility model

Monte-Carlo Pricing under a Hybrid Local Volatility model Monte-Carlo Pricing under a Hybrid Local Volatility model Mizuho International plc GPU Technology Conference San Jose, 14-17 May 2012 Introduction Key Interests in Finance Pricing of exotic derivatives

More information

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

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

More information

Lecture 9: Practicalities in Using Black-Scholes. Sunday, September 23, 12

Lecture 9: Practicalities in Using Black-Scholes. Sunday, September 23, 12 Lecture 9: Practicalities in Using Black-Scholes Major Complaints Most stocks and FX products don t have log-normal distribution Typically fat-tailed distributions are observed Constant volatility assumed,

More information

2 f. f t S 2. Delta measures the sensitivityof the portfolio value to changes in the price of the underlying

2 f. f t S 2. Delta measures the sensitivityof the portfolio value to changes in the price of the underlying Sensitivity analysis Simulating the Greeks Meet the Greeks he value of a derivative on a single underlying asset depends upon the current asset price S and its volatility Σ, the risk-free interest rate

More information

ESGs: Spoilt for choice or no alternatives?

ESGs: Spoilt for choice or no alternatives? ESGs: Spoilt for choice or no alternatives? FA L K T S C H I R S C H N I T Z ( F I N M A ) 1 0 3. M i t g l i e d e r v e r s a m m l u n g S AV A F I R, 3 1. A u g u s t 2 0 1 2 Agenda 1. Why do we need

More information

XSG. Economic Scenario Generator. Risk-neutral and real-world Monte Carlo modelling solutions for insurers

XSG. Economic Scenario Generator. Risk-neutral and real-world Monte Carlo modelling solutions for insurers XSG Economic Scenario Generator Risk-neutral and real-world Monte Carlo modelling solutions for insurers 2 Introduction to XSG What is XSG? XSG is Deloitte s economic scenario generation software solution,

More information

for Finance Python Yves Hilpisch Koln Sebastopol Tokyo O'REILLY Farnham Cambridge Beijing

for Finance Python Yves Hilpisch Koln Sebastopol Tokyo O'REILLY Farnham Cambridge Beijing Python for Finance Yves Hilpisch Beijing Cambridge Farnham Koln Sebastopol Tokyo O'REILLY Table of Contents Preface xi Part I. Python and Finance 1. Why Python for Finance? 3 What Is Python? 3 Brief History

More information

June 7, The Hartford Financial Services Group, Inc. Smith Barney Annuity & Life Risk Management Seminar

June 7, The Hartford Financial Services Group, Inc. Smith Barney Annuity & Life Risk Management Seminar The Hartford Financial Services Group, Inc. Smith Barney Annuity & Life Risk Management Seminar Craig R. Raymond Senior VP & Chief Risk Officer June 7, 2005 Safe Harbor Statement Certain statements made

More information

Economic Scenario Generators

Economic Scenario Generators Economic Scenario Generators A regulator s perspective Falk Tschirschnitz, FINMA Bahnhofskolloquium Motivation FINMA has observed: Calibrating the interest rate model of choice has become increasingly

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

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

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

UPDATED IAA EDUCATION SYLLABUS

UPDATED IAA EDUCATION SYLLABUS II. UPDATED IAA EDUCATION SYLLABUS A. Supporting Learning Areas 1. STATISTICS Aim: To enable students to apply core statistical techniques to actuarial applications in insurance, pensions and emerging

More information

Domokos Vermes. Min Zhao

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

More information

The role of the Model Validation function to manage and mitigate model risk

The role of the Model Validation function to manage and mitigate model risk arxiv:1211.0225v1 [q-fin.rm] 21 Oct 2012 The role of the Model Validation function to manage and mitigate model risk Alberto Elices November 2, 2012 Abstract This paper describes the current taxonomy of

More information

Accelerating Financial Computation

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

More information

Barrier Option. 2 of 33 3/13/2014

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

More information

Session 174 PD, Nested Stochastic Modeling Research. Moderator: Anthony Dardis, FSA, CERA, FIA, MAAA. Presenters: Runhuan Feng, FSA, CERA

Session 174 PD, Nested Stochastic Modeling Research. Moderator: Anthony Dardis, FSA, CERA, FIA, MAAA. Presenters: Runhuan Feng, FSA, CERA Session 174 PD, Nested Stochastic Modeling Research Moderator: Anthony Dardis, FSA, CERA, FIA, MAAA Presenters: Anthony Dardis, FSA, CERA, FIA, MAAA Runhuan Feng, FSA, CERA SOA Antitrust Disclaimer SOA

More information

Market risk measurement in practice

Market risk measurement in practice Lecture notes on risk management, public policy, and the financial system Allan M. Malz Columbia University 2018 Allan M. Malz Last updated: October 23, 2018 2/32 Outline Nonlinearity in market risk Market

More information

Least Squares Monte Carlo (LSMC) life and annuity application Prepared for Institute of Actuaries of Japan

Least Squares Monte Carlo (LSMC) life and annuity application Prepared for Institute of Actuaries of Japan Least Squares Monte Carlo (LSMC) life and annuity application Prepared for Institute of Actuaries of Japan February 3, 2015 Agenda A bit of theory Overview of application Case studies Final remarks 2 Least

More information

Quantitative Finance Investment Advanced Exam

Quantitative Finance Investment Advanced Exam Quantitative Finance Investment Advanced Exam Important Exam Information: Exam Registration Order Study Notes Introductory Study Note Case Study Past Exams Updates Formula Package Table Candidates may

More information

Stochastic Modelling for Insurance Economic Scenario Generator. Jonathan Lau, FIA, Solutions Specialist

Stochastic Modelling for Insurance Economic Scenario Generator. Jonathan Lau, FIA, Solutions Specialist Stochastic Modelling for Insurance Economic Scenario Generator Jonathan Lau, FIA, Solutions Specialist Jonathan.Lau@Moodys.com 5 June Moody s Analytics Overview beyond credit ratings 2002 2005 2008 2011

More information

The Dynamic Cross-sectional Microsimulation Model MOSART

The Dynamic Cross-sectional Microsimulation Model MOSART Third General Conference of the International Microsimulation Association Stockholm, June 8-10, 2011 The Dynamic Cross-sectional Microsimulation Model MOSART Dennis Fredriksen, Pål Knudsen and Nils Martin

More information

Proxy Techniques for Estimating Variable Annuity Greeks. Presenter(s): Aubrey Clayton, Aaron Guimaraes

Proxy Techniques for Estimating Variable Annuity Greeks. Presenter(s): Aubrey Clayton, Aaron Guimaraes Sponsored by and Proxy Techniques for Estimating Variable Annuity Greeks Presenter(s): Aubrey Clayton, Aaron Guimaraes Proxy Techniques for Estimating Variable Annuity Greeks Aubrey Clayton, Moody s Analytics

More information

With Examples Implemented in Python

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

More information

Investment Symposium March F1: What Are We Hedging Anyway? GAAP, Stat, or Economics? Moderator Jay Musselman

Investment Symposium March F1: What Are We Hedging Anyway? GAAP, Stat, or Economics? Moderator Jay Musselman Investment Symposium March 2010 F1: What Are We Hedging Anyway? GAAP, Stat, or Economics? Ross Bowen James Lloyd Moderator Jay Musselman F1 What Are We Hedging Anyway? GAAP, Stat, or Economic? Ross Bowen,

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

GPU-Accelerated Quant Finance: The Way Forward

GPU-Accelerated Quant Finance: The Way Forward GPU-Accelerated Quant Finance: The Way Forward NVIDIA GTC Express Webinar Gerald A. Hanweck, Jr., PhD CEO, Hanweck Associates, LLC Hanweck Associates, LLC 30 Broad St., 42nd Floor New York, NY 10004 www.hanweckassoc.com

More information

Insights. Variable Annuity Hedging Practices in North America Selected Results From the 2011 Towers Watson Variable Annuity Hedging Survey

Insights. Variable Annuity Hedging Practices in North America Selected Results From the 2011 Towers Watson Variable Annuity Hedging Survey Insights October 2011 Variable Annuity Hedging Practices in North America Selected Results From the 2011 Towers Watson Variable Annuity Hedging Survey Introduction Hedging programs have risen to prominence

More information

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

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

More information

Subject ST2 Life Insurance Specialist Technical Syllabus

Subject ST2 Life Insurance Specialist Technical Syllabus Subject ST2 Life Insurance Specialist Technical Syllabus for the 2018 exams 1 June 2017 Aim The aim of the Life Insurance Specialist Technical subject is to instil in successful candidates the main principles

More information

Article from. Risk Management. April 2016 Issue 35

Article from. Risk Management. April 2016 Issue 35 Article from Risk Management April 216 Issue 35 Understanding the Riskiness of a GLWB Rider for FIAs By Pawel Konieczny and Jae Jung ABSTRACT GLWB guarantees have different risks when attached to an FIA

More information

Risk Management and Financial Institutions

Risk Management and Financial Institutions Risk Management and Financial Institutions Founded in 1807, John Wiley & Sons is the oldest independent publishing company in the United States. With offices in North America, Europe, Australia and Asia,

More information

Advanced Equity Derivatives by Oliver Brockhaus

Advanced Equity Derivatives by Oliver Brockhaus Advanced Equity Derivatives by Oliver Brockhaus Frankfurt: 10th & 11th September 2012 This workshop provides TWO booking options Register to ANY ONE day of the workshop Register to BOTH days of the workshop

More information

MFE Course Details. Financial Mathematics & Statistics

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

More information

Dynamic Solvency Test

Dynamic Solvency Test Dynamic Solvency Test Joint regional seminar in Asia, 2005 Asset Liability Management Evolution of DST International financial reporting changed to a GAAP basis Actuarial reserves were no longer good and

More information

Multi-year Projection of Run-off Conditional Tail Expectation (CTE) Reserves

Multi-year Projection of Run-off Conditional Tail Expectation (CTE) Reserves JUNE 2013 ENTERPRISE RISK SOLUTIONS B&H RESEARCH ESG JUNE 2013 DOCUMENTATION PACK Steven Morrison PhD Craig Turnbull FIA Naglis Vysniauskas Moody's Analytics Research Contact Us Craig.Turnbull@moodys.com

More information

Economic Capital: Recent Market Trends and Best Practices for Implementation

Economic Capital: Recent Market Trends and Best Practices for Implementation 1 Economic Capital: Recent Market Trends and Best Practices for Implementation 7-11 September 2009 Hubert Mueller 2 Overview Recent Market Trends Implementation Issues Economic Capital (EC) Aggregation

More information

Analytics in 10 Micro-Seconds Using FPGAs. David B. Thomas Imperial College London

Analytics in 10 Micro-Seconds Using FPGAs. David B. Thomas Imperial College London Analytics in 10 Micro-Seconds Using FPGAs David B. Thomas dt10@imperial.ac.uk Imperial College London Overview 1. The case for low-latency computation 2. Quasi-Random Monte-Carlo in 10us 3. Binomial Trees

More information

Definition Pricing Risk management Second generation barrier options. Barrier Options. Arfima Financial Solutions

Definition Pricing Risk management Second generation barrier options. Barrier Options. Arfima Financial Solutions Arfima Financial Solutions Contents Definition 1 Definition 2 3 4 Contenido Definition 1 Definition 2 3 4 Definition Definition: A barrier option is an option on the underlying asset that is activated

More information

ARM. A commodity risk management system.

ARM. A commodity risk management system. ARM A commodity risk management system. 1. ARM: A commodity risk management system. ARM is a complete suite allowing the management of market risk and operational risk for commodities derivatives. 4 main

More information

Proxy Function Fitting: Some Implementation Topics

Proxy Function Fitting: Some Implementation Topics OCTOBER 2013 ENTERPRISE RISK SOLUTIONS RESEARCH OCTOBER 2013 Proxy Function Fitting: Some Implementation Topics Gavin Conn FFA Moody's Analytics Research Contact Us Americas +1.212.553.1658 clientservices@moodys.com

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

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

Disclosure of Market Consistent Embedded Value as of March 31, 2016

Disclosure of Market Consistent Embedded Value as of March 31, 2016 May 23, 2016 Sony Life Insurance Co., Ltd. Disclosure of Market Consistent Embedded Value as of March 31, 2016 Tokyo, May 23, 2016 Sony Life Insurance Co., Ltd. ( Sony Life ), a wholly owned subsidiary

More information

ABSA Technical Valuations Session JSE Trading Division

ABSA Technical Valuations Session JSE Trading Division ABSA Technical Valuations Session JSE Trading Division July 2010 Presented by: Dr Antonie Kotzé 1 Some members are lost.. ABSA Technical Valuation Session Introduction 2 some think Safex talks in tongues.

More information

Guarantees and Target Volatility Funds

Guarantees and Target Volatility Funds SEPTEMBER 0 ENTERPRISE RISK SOLUTIONS B&H RESEARCH E SEPTEMBER 0 DOCUMENTATION PACK Steven Morrison, PhD Laura Tadrowski, PhD Moody's Analytics Research Contact Us Americas +.5.658 clientservices@moodys.com

More information

Session 3B, Stochastic Investment Planning. Presenters: Paul Manson, CFA. SOA Antitrust Disclaimer SOA Presentation Disclaimer

Session 3B, Stochastic Investment Planning. Presenters: Paul Manson, CFA. SOA Antitrust Disclaimer SOA Presentation Disclaimer Session 3B, Stochastic Investment Planning Presenters: Paul Manson, CFA SOA Antitrust Disclaimer SOA Presentation Disclaimer The 8 th SOA Asia Pacific Annual Symposium 24 May 2018 Stochastic Investment

More information

Session 83 PD, Modeling Managing and Pricing Living Benefits Risk. Moderator: Sean Michael Hayward, FSA, MAAA

Session 83 PD, Modeling Managing and Pricing Living Benefits Risk. Moderator: Sean Michael Hayward, FSA, MAAA Session 83 PD, Modeling Managing and Pricing Living Benefits Risk Moderator: Sean Michael Hayward, FSA, MAAA Presenters: Guillaume Briere-Giroux, FSA, MAAA Sean Michael Hayward, FSA, MAAA Eric L. Henderson,

More information

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

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

More information

ALGORITHMIC TRADING STRATEGIES IN PYTHON

ALGORITHMIC TRADING STRATEGIES IN PYTHON 7-Course Bundle In ALGORITHMIC TRADING STRATEGIES IN PYTHON Learn to use 15+ trading strategies including Statistical Arbitrage, Machine Learning, Quantitative techniques, Forex valuation methods, Options

More information

Market Risk Analysis Volume II. Practical Financial Econometrics

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

More information

The 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

The Black-Scholes Model

The Black-Scholes Model IEOR E4706: Foundations of Financial Engineering c 2016 by Martin Haugh The Black-Scholes Model In these notes we will use Itô s Lemma and a replicating argument to derive the famous Black-Scholes formula

More information

CFE: Level 1 Exam Sample Questions

CFE: Level 1 Exam Sample Questions CFE: Level 1 Exam Sample Questions he following are the sample questions that are illustrative of the questions that may be asked in a CFE Level 1 examination. hese questions are only for illustration.

More information

SOCIETY OF ACTUARIES Foundations of CFE Exam Exam CFEFD AFTERNOON SESSION. Date: Wednesday, April 25, 2018 Time: 1:30 p.m. 3:45 p.m.

SOCIETY OF ACTUARIES Foundations of CFE Exam Exam CFEFD AFTERNOON SESSION. Date: Wednesday, April 25, 2018 Time: 1:30 p.m. 3:45 p.m. SOCIETY OF ACTUARIES Exam CFEFD AFTERNOON SESSION Date: Wednesday, April 25, 2018 Time: 1:30 p.m. 3:45 p.m. INSTRUCTIONS TO CANDIDATES General Instructions 1. This afternoon session consists of 5 questions

More information

How to Implement Market Models Using VBA

How to Implement Market Models Using VBA How to Implement Market Models Using VBA How to Implement Market Models Using VBA FRANÇOIS GOOSSENS This edition first published 2015 2015 François Goossens Registered office John Wiley & Sons Ltd, The

More information

Risk Management anil Financial Institullons^

Risk Management anil Financial Institullons^ Risk Management anil Financial Institullons^ Third Edition JOHN C. HULL WILEY John Wiley & Sons, Inc. Contents Preface ' xix CHAPTBM Introduction! 1 1.1 Risk vs. Return for Investors, 2 1.2 The Efficient

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

In physics and engineering education, Fermi problems

In physics and engineering education, Fermi problems A THOUGHT ON FERMI PROBLEMS FOR ACTUARIES By Runhuan Feng In physics and engineering education, Fermi problems are named after the physicist Enrico Fermi who was known for his ability to make good approximate

More information

New GPU Pricing Library

New GPU Pricing Library New GPU Pricing Library! Client project for Bank Sarasin! Highly regarded sustainable Swiss private bank! Founded 1841! Core business! Asset management! Investment advisory! Investment funds! Structured

More information

Principles of Scenario Planning Under Solvency II. George Tyrakis Solutions Specialist

Principles of Scenario Planning Under Solvency II. George Tyrakis Solutions Specialist Principles of Scenario Planning Under Solvency II George Tyrakis Solutions Specialist George.Tyrakis@Moodys.com Agenda» Overview of Scenarios» Parallels between Insurance and Banking» Deterministic vs.

More information

Annuity Risk Management with Options: Investment and Hedging Perspectives. Alex Zeng

Annuity Risk Management with Options: Investment and Hedging Perspectives. Alex Zeng Equity-Based Insurance Guarantees Conference Nov. 5-6, 2018 Chicago, IL Annuity Risk Management with Options: Investment and Hedging Perspectives Alex Zeng SOA Antitrust Compliance Guidelines SOA Presentation

More information

Monte Carlo Methods in Financial Engineering

Monte Carlo Methods in Financial Engineering Paul Glassennan Monte Carlo Methods in Financial Engineering With 99 Figures

More information

MFE/3F Questions Answer Key

MFE/3F Questions Answer Key MFE/3F Questions Download free full solutions from www.actuarialbrew.com, or purchase a hard copy from www.actexmadriver.com, or www.actuarialbookstore.com. Chapter 1 Put-Call Parity and Replication 1.01

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

Pricing and Risk Management of guarantees in unit-linked life insurance

Pricing and Risk Management of guarantees in unit-linked life insurance Pricing and Risk Management of guarantees in unit-linked life insurance Xavier Chenut Secura Belgian Re xavier.chenut@secura-re.com SÉPIA, PARIS, DECEMBER 12, 2007 Pricing and Risk Management of guarantees

More information

Better decision making under uncertain conditions using Monte Carlo Simulation

Better decision making under uncertain conditions using Monte Carlo Simulation IBM Software Business Analytics IBM SPSS Statistics Better decision making under uncertain conditions using Monte Carlo Simulation Monte Carlo simulation and risk analysis techniques in IBM SPSS Statistics

More information

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

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

More information

Assessing Solvency by Brute Force is Computationally Tractable

Assessing Solvency by Brute Force is Computationally Tractable O T Y H E H U N I V E R S I T F G Assessing Solvency by Brute Force is Computationally Tractable (Applying High Performance Computing to Actuarial Calculations) E D I N B U R M.Tucker@epcc.ed.ac.uk Assessing

More information

S4199 Effortless GPU Models for Finance

S4199 Effortless GPU Models for Finance ADAPTIV Risk management, risk-based pricing and operational solutions S4199 Effortless GPU Models for Finance 26 th March 2014 Ben Young Senior Software Engineer SUNGARD SunGard is one of the world s leading

More information

Contents. Part I Introduction to Option Pricing

Contents. Part I Introduction to Option Pricing Part I Introduction to Option Pricing 1 Asset Pricing Basics... 3 1.1 Fundamental Concepts.................................. 3 1.2 State Prices in a One-Period Binomial Model.............. 11 1.3 Probabilities

More information

INSTITUTE OF ACTUARIES OF INDIA

INSTITUTE OF ACTUARIES OF INDIA INSTITUTE OF ACTUARIES OF INDIA EXAMINATIONS 06 th May 2016 Subject ST6 Finance and Investment B Time allowed: Three Hours (10.15* 13.30 Hrs) Total Marks: 100 INSTRUCTIONS TO THE CANDIDATES 1. Please read

More information

Preparing for Solvency II Theoretical and Practical issues in Building Internal Economic Capital Models Using Nested Stochastic Projections

Preparing for Solvency II Theoretical and Practical issues in Building Internal Economic Capital Models Using Nested Stochastic Projections Preparing for Solvency II Theoretical and Practical issues in Building Internal Economic Capital Models Using Nested Stochastic Projections Ed Morgan, Italy, Marc Slutzky, USA Milliman Abstract: This paper

More information

New Developments in MATLAB for Computational Finance Kevin Shea, CFA Principal Software Developer MathWorks

New Developments in MATLAB for Computational Finance Kevin Shea, CFA Principal Software Developer MathWorks New Developments in MATLAB for Computational Finance Kevin Shea, CFA Principal Software Developer MathWorks 2014 The MathWorks, Inc. 1 Who uses MATLAB in Financial Services? The top 15 assetmanagement

More information

Monte Carlo Methods in Finance

Monte Carlo Methods in Finance Monte Carlo Methods in Finance Peter Jackel JOHN WILEY & SONS, LTD Preface Acknowledgements Mathematical Notation xi xiii xv 1 Introduction 1 2 The Mathematics Behind Monte Carlo Methods 5 2.1 A Few Basic

More information

Solvency II. Building an internal model in the Solvency II context. Montreal September 2010

Solvency II. Building an internal model in the Solvency II context. Montreal September 2010 Solvency II Building an internal model in the Solvency II context Montreal September 2010 Agenda 1 Putting figures on insurance risks (Pillar I) 2 Embedding the internal model into Solvency II framework

More information

Educational Note. Reflection of Hedging in Segregated Fund Valuation

Educational Note. Reflection of Hedging in Segregated Fund Valuation Educational Note Reflection of Hedging in Segregated Fund Valuation Committee on Life Insurance Financial Reporting May 2012 Document 212027 Ce document est disponible en français 2012 Canadian Institute

More information

SOCIETY OF ACTUARIES Enterprise Risk Management Individual Life & Annuities Extension Exam ERM-ILA

SOCIETY OF ACTUARIES Enterprise Risk Management Individual Life & Annuities Extension Exam ERM-ILA SOCIETY OF ACTUARIES Exam ERM-ILA Date: Tuesday, October 31, 2017 Time: 8:30 a.m. 12:45 p.m. INSTRUCTIONS TO CANDIDATES General Instructions 1. This examination has a total of 80 points. This exam consists

More information

Financial Risk Management

Financial Risk Management r r Financial Risk Management A Practitioner's Guide to Managing Market and Credit Risk Second Edition STEVEN ALLEN WILEY John Wiley & Sons, Inc. Contents Foreword Preface Acknowledgments About the Author

More information

Submissions must confirm the following additional requirements:

Submissions must confirm the following additional requirements: Best Paper Awards As part of the International Congress of Actuaries in 2018, the Scientific Committee will award a number of Best Paper Awards in six given subject areas. After consideration of all submissions,

More information

STOCHASTIC COST ESTIMATION AND RISK ANALYSIS IN MANAGING SOFTWARE PROJECTS

STOCHASTIC COST ESTIMATION AND RISK ANALYSIS IN MANAGING SOFTWARE PROJECTS Full citation: Connor, A.M., & MacDonell, S.G. (25) Stochastic cost estimation and risk analysis in managing software projects, in Proceedings of the ISCA 14th International Conference on Intelligent and

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

Seminar Stochastic Modeling Theory and Reality from an Actuarial Perspective

Seminar Stochastic Modeling Theory and Reality from an Actuarial Perspective Seminar Stochastic Modeling Theory and Reality from an Actuarial Perspective 26 th /27 th May 2011 Prague / Czech Republic organised by the EAA - European Actuarial Academy GmbH in cooperation with the

More information

F1 Acceleration for Montecarlo: financial algorithms on FPGA

F1 Acceleration for Montecarlo: financial algorithms on FPGA F1 Acceleration for Montecarlo: financial algorithms on FPGA Presented By Liang Ma, Luciano Lavagno Dec 10 th 2018 Contents Financial problems and mathematical models High level synthesis Optimization

More information

Seminar Stochastic Modeling Theory and Reality from an Actuarial Perspective

Seminar Stochastic Modeling Theory and Reality from an Actuarial Perspective Seminar Stochastic Modeling Theory and Reality from an Actuarial Perspective 27-29 November 2012 Helsinki / Finland organised by the EAA - European Actuarial Academy GmbH in cooperation with the Suomen

More information

The New Risk-Based Capital

The New Risk-Based Capital INSURANCE The New Risk-Based Capital K P M G L L P Laura S. Gray Southeastern Actuaries Conference Amelia Island, Florida June 2008 Please note: This is a discussion of industry perspectives and does not

More information

History of Monte Carlo Method

History of Monte Carlo Method Monte Carlo Methods History of Monte Carlo Method Errors in Estimation and Two Important Questions for Monte Carlo Controlling Error A simple Monte Carlo simulation to approximate the value of pi could

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

Subject CT8 Financial Economics Core Technical Syllabus

Subject CT8 Financial Economics Core Technical Syllabus Subject CT8 Financial Economics Core Technical Syllabus for the 2018 exams 1 June 2017 Aim The aim of the Financial Economics subject is to develop the necessary skills to construct asset liability models

More information