Calibration of Ornstein-Uhlenbeck Mean Reverting Process

Size: px
Start display at page:

Download "Calibration of Ornstein-Uhlenbeck Mean Reverting Process"

Transcription

1 Calibration of Ornstein-Uhlenbeck Mean Reverting Process Description The model is used for calibrating an Ornstein-Uhlenbeck (OU) process with mean reverting drift. The process can be considered to be a modification of the random walk in continuous time, or Wiener process, in which the properties of the process have been changed so that there is a tendency of the walk to move back towards a central location, with a greater attraction when the process is further away from the centre. Algorithm Details The OU process can also be considered as the continuous-time analogue of the discrete-time AR(1) process. Also, an OU model is a special case of a Hull-White-Vasicek model with constant volatility. The mean reversion nature of the process makes it suitable to describe the evolution of price of commodities such as natural gas where the long term mean is determined by physical/economical forces (e.g. supply-demand) but the price of the commodity can deviate from that long term mean significantly due to short term disturbances on the market. Figure 1 shows the spot price of natural gas with daily resolution at Henry Hub. Figure 1. Natural gas spot price, daily, dollars per million Btu, at Henry Hub 1

2 In the simplest case the long-term mean can be a constant but it can also follow a deterministic (e.g. seasonality) or even a stochastic process. The current implementation of the model only supports constant mean. Seasonal or other deterministic or stochastic components must be subtracted from data prior to feeding them into the model. Stochastic processes are heavily used for risk analysis and pricing derivatives. In order to avoid negative prices, the evolution of the log series is usually modeled and the result is exponentiated. In an OU process, the evolution of the quantity S t, satisfies the following stochastic differential equation (SDE): ds # = λ μ S # dt + σdw # where l > 0 is the mean reversion rate, µ is the long term mean, s 0 is the volatility or noise and W t is the Wiener process. The exact solution of the above SDE is S -./ = S - e μ 1 e σ 1 e1523 N 2λ 8,/ Where δ is the time step and N 0,1 is a Gaussian random variable with 0 mean and 1 standard deviation. The relationship between the consecutive steps S i, S i+1 is linear hence we can find the model parameters using linear regression. Figure 2. shows scenarios of a simulated OU process calibrated on the Henry Hub data. 2

3 Figure 2. Simulated paths of an Ornstein-Uhlenbeck process, model is calibrated on natural gas spot price at Henry Hub Input Details The input of the model has two main components stored in JSON format. {"data": data, "config": config data[dictionary] : features of data to calibrate model. series [list] : stores time series to calibrate model. It is a 1D data and stores only realizations (y), no time information is stored. time_step [float scalar] time step of data. In case of daily series use time_step = 1/253 to produce annualized parameter values (e.g. volatility). 1/253 accounts for 253 observations (i.e. business days) in a typical year. config [dictionary] : empty, kept for further usage. Example of input { "config": [], "data": { "series": [1.34,2.56,3.456,2.1,5.6], "time_step": 0.003, Output Details mean_level [float scalar] estimated value of long term mean mean_reversion_rate [float scalar] estimated value of mean reversion rate volatility : [float scalar] estimated value of volatility (or noise) of the process Example output { "result": { "mean_level": 1.37, "mean_reversion_rate": 1.11, "volatility": Usage Example 3

4 We read spot price of the natural gas at Henry Hub then calibrate our model on the data. # python snippet to run model from future import division import pandas as pd from numpy import log from os import getcwd from os.path import join from analytics.data_science_functions import calibrate_mean_reversion # # Read data # Henry hub daily natural gas spot prices csvfile = join(getcwd(), 'experiments', 'HenryHub_NGPrice.csv') ng_data = pd.read_csv(csvfile) # # Calibrate mean reverting model series_to_fit = log(ng_data.ngprice) dt = 1/253 # daily spot price data = {'series':series_to_fit,'time_step':dt config = [] result = calibrate_mean_reversion(data=data,config=config) print 'Mean level (mu): %4.2f' % result['mean_level'] print 'Mean reversion rate (lamda): %4.2f' % result['mean_reversion_rate'] print 'Volatility (sigma): %4.2f' % result['volatility'] >>> Mean level (mu): 1.37 >>> Mean reversion rate (lamda): 1.12 >>> Volatility (sigma): 0.71 References [1] Ornstein-Uhlenbeck Process, Wikipedia [2] Wiener process, Wolfram, [3] Historical natural gas price, EIA, 4

5 2016 General Electric Company All rights reserved. GE, the GE Monogram and Predix are trademarks of General Electric Company. No part of this document may be distributed, reproduced or posted without the express written permission of General Electric Company. THIS DOCUMENT AND ITS CONTENTS ARE PROVIDED AS IS, WITH NO REPRESENTATION OR WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF DESIGN, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. ALL OTHER LIABILITY ARISING FROM RELIANCE UPON ANY INFORMATION CONTAINED HEREIN IS EXPRESSLY DISCLAIMED. 5

(FRED ESPEN BENTH, JAN KALLSEN, AND THILO MEYER-BRANDIS) UFITIMANA Jacqueline. Lappeenranta University Of Technology.

(FRED ESPEN BENTH, JAN KALLSEN, AND THILO MEYER-BRANDIS) UFITIMANA Jacqueline. Lappeenranta University Of Technology. (FRED ESPEN BENTH, JAN KALLSEN, AND THILO MEYER-BRANDIS) UFITIMANA Jacqueline Lappeenranta University Of Technology. 16,April 2009 OUTLINE Introduction Definitions Aim Electricity price Modelling Approaches

More information

Continous time models and realized variance: Simulations

Continous time models and realized variance: Simulations Continous time models and realized variance: Simulations Asger Lunde Professor Department of Economics and Business Aarhus University September 26, 2016 Continuous-time Stochastic Process: SDEs Building

More information

Monte Carlo Simulation of Stochastic Processes

Monte Carlo Simulation of Stochastic Processes Monte Carlo Simulation of Stochastic Processes Last update: January 10th, 2004. In this section is presented the steps to perform the simulation of the main stochastic processes used in real options applications,

More information

Counterparty Credit Risk Simulation

Counterparty Credit Risk Simulation Counterparty Credit Risk Simulation Alex Yang FinPricing http://www.finpricing.com Summary Counterparty Credit Risk Definition Counterparty Credit Risk Measures Monte Carlo Simulation Interest Rate Curve

More information

An application of Ornstein-Uhlenbeck process to commodity pricing in Thailand

An application of Ornstein-Uhlenbeck process to commodity pricing in Thailand Chaiyapo and Phewchean Advances in Difference Equations (2017) 2017:179 DOI 10.1186/s13662-017-1234-y R E S E A R C H Open Access An application of Ornstein-Uhlenbeck process to commodity pricing in Thailand

More information

Ornstein-Uhlenbeck Theory

Ornstein-Uhlenbeck Theory Beatrice Byukusenge Department of Technomathematics Lappeenranta University of technology January 31, 2012 Definition of a stochastic process Let (Ω,F,P) be a probability space. A stochastic process is

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

On modelling of electricity spot price

On modelling of electricity spot price , Rüdiger Kiesel and Fred Espen Benth Institute of Energy Trading and Financial Services University of Duisburg-Essen Centre of Mathematics for Applications, University of Oslo 25. August 2010 Introduction

More information

1 The continuous time limit

1 The continuous time limit Derivative Securities, Courant Institute, Fall 2008 http://www.math.nyu.edu/faculty/goodman/teaching/derivsec08/index.html Jonathan Goodman and Keith Lewis Supplementary notes and comments, Section 3 1

More information

A model of stock price movements

A model of stock price movements ... A model of stock price movements Johan Gudmundsson Thesis submitted for the degree of Master of Science 60 ECTS Master Thesis Supervised by Sven Åberg. Department of Physics Division of Mathematical

More information

The Vasicek Interest Rate Process Part I - The Short Rate

The Vasicek Interest Rate Process Part I - The Short Rate The Vasicek Interest Rate Process Part I - The Short Rate Gary Schurman, MB, CFA February, 2013 The Vasicek interest rate model is a mathematical model that describes the evolution of the short rate of

More information

Math 416/516: Stochastic Simulation

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

More information

Continuous Processes. Brownian motion Stochastic calculus Ito calculus

Continuous Processes. Brownian motion Stochastic calculus Ito calculus Continuous Processes Brownian motion Stochastic calculus Ito calculus Continuous Processes The binomial models are the building block for our realistic models. Three small-scale principles in continuous

More information

Modeling via Stochastic Processes in Finance

Modeling via Stochastic Processes in Finance Modeling via Stochastic Processes in Finance Dimbinirina Ramarimbahoaka Department of Mathematics and Statistics University of Calgary AMAT 621 - Fall 2012 October 15, 2012 Question: What are appropriate

More information

On the Ross recovery under the single-factor spot rate model

On the Ross recovery under the single-factor spot rate model .... On the Ross recovery under the single-factor spot rate model M. Kijima Tokyo Metropolitan University 11/08/2016 Kijima (TMU) Ross Recovery SMU @ August 11, 2016 1 / 35 Plan of My Talk..1 Introduction:

More information

Heston Model Version 1.0.9

Heston Model Version 1.0.9 Heston Model Version 1.0.9 1 Introduction This plug-in implements the Heston model. Once installed the plug-in offers the possibility of using two new processes, the Heston process and the Heston time

More information

MODELING INVESTMENT RETURNS WITH A MULTIVARIATE ORNSTEIN-UHLENBECK PROCESS

MODELING INVESTMENT RETURNS WITH A MULTIVARIATE ORNSTEIN-UHLENBECK PROCESS MODELING INVESTMENT RETURNS WITH A MULTIVARIATE ORNSTEIN-UHLENBECK PROCESS by Zhong Wan B.Econ., Nankai University, 27 a Project submitted in partial fulfillment of the requirements for the degree of Master

More information

Modelling Default Correlations in a Two-Firm Model by Dynamic Leverage Ratios Following Jump Diffusion Processes

Modelling Default Correlations in a Two-Firm Model by Dynamic Leverage Ratios Following Jump Diffusion Processes Modelling Default Correlations in a Two-Firm Model by Dynamic Leverage Ratios Following Jump Diffusion Processes Presented by: Ming Xi (Nicole) Huang Co-author: Carl Chiarella University of Technology,

More information

Spectral Yield Curve Analysis. The IOU Model July 2008 Andrew D Smith

Spectral Yield Curve Analysis. The IOU Model July 2008 Andrew D Smith Spectral Yield Curve Analysis. The IOU Model July 2008 Andrew D Smith AndrewDSmith8@Deloitte.co.uk Presentation Overview Single Factor Stress Models Parallel shifts Short rate shifts Hull-White Exploration

More information

Lecture 3. Sergei Fedotov Introduction to Financial Mathematics. Sergei Fedotov (University of Manchester) / 6

Lecture 3. Sergei Fedotov Introduction to Financial Mathematics. Sergei Fedotov (University of Manchester) / 6 Lecture 3 Sergei Fedotov 091 - Introduction to Financial Mathematics Sergei Fedotov (University of Manchester) 091 010 1 / 6 Lecture 3 1 Distribution for lns(t) Solution to Stochastic Differential Equation

More information

To apply SP models we need to generate scenarios which represent the uncertainty IN A SENSIBLE WAY, taking into account

To apply SP models we need to generate scenarios which represent the uncertainty IN A SENSIBLE WAY, taking into account Scenario Generation To apply SP models we need to generate scenarios which represent the uncertainty IN A SENSIBLE WAY, taking into account the goal of the model and its structure, the available information,

More information

arxiv: v1 [math.oc] 28 Jan 2019

arxiv: v1 [math.oc] 28 Jan 2019 Optimal inflow control penalizing undersupply in transport systems with uncertain demands Simone Göttlich, Ralf Korn, Kerstin Lux arxiv:191.9653v1 [math.oc] 28 Jan 219 Abstract We are concerned with optimal

More information

The stochastic calculus

The stochastic calculus Gdansk A schedule of the lecture Stochastic differential equations Ito calculus, Ito process Ornstein - Uhlenbeck (OU) process Heston model Stopping time for OU process Stochastic differential equations

More information

A new approach for scenario generation in risk management

A new approach for scenario generation in risk management A new approach for scenario generation in risk management Josef Teichmann TU Wien Vienna, March 2009 Scenario generators Scenarios of risk factors are needed for the daily risk analysis (1D and 10D ahead)

More information

Derivatives Options on Bonds and Interest Rates. Professor André Farber Solvay Business School Université Libre de Bruxelles

Derivatives Options on Bonds and Interest Rates. Professor André Farber Solvay Business School Université Libre de Bruxelles Derivatives Options on Bonds and Interest Rates Professor André Farber Solvay Business School Université Libre de Bruxelles Caps Floors Swaption Options on IR futures Options on Government bond futures

More information

Monte Carlo Simulations

Monte Carlo Simulations Monte Carlo Simulations Lecture 1 December 7, 2014 Outline Monte Carlo Methods Monte Carlo methods simulate the random behavior underlying the financial models Remember: When pricing you must simulate

More information

Lecture 1. Sergei Fedotov Introduction to Financial Mathematics. No tutorials in the first week

Lecture 1. Sergei Fedotov Introduction to Financial Mathematics. No tutorials in the first week Lecture 1 Sergei Fedotov 20912 - Introduction to Financial Mathematics No tutorials in the first week Sergei Fedotov (University of Manchester) 20912 2010 1 / 9 Plan de la présentation 1 Introduction Elementary

More information

Discounting a mean reverting cash flow

Discounting a mean reverting cash flow Discounting a mean reverting cash flow Marius Holtan Onward Inc. 6/26/2002 1 Introduction Cash flows such as those derived from the ongoing sales of particular products are often fluctuating in a random

More information

Stochastic Modelling Unit 3: Brownian Motion and Diffusions

Stochastic Modelling Unit 3: Brownian Motion and Diffusions Stochastic Modelling Unit 3: Brownian Motion and Diffusions Russell Gerrard and Douglas Wright Cass Business School, City University, London June 2004 Contents of Unit 3 1 Introduction 2 Brownian Motion

More information

Forecasting Life Expectancy in an International Context

Forecasting Life Expectancy in an International Context Forecasting Life Expectancy in an International Context Tiziana Torri 1 Introduction Many factors influencing mortality are not limited to their country of discovery - both germs and medical advances can

More information

مجلة الكوت للعلوم االقتصادية واالدارية تصدرعن كلية اإلدارة واالقتصاد/جامعة واسط العدد) 23 ( 2016

مجلة الكوت للعلوم االقتصادية واالدارية تصدرعن كلية اإلدارة واالقتصاد/جامعة واسط العدد) 23 ( 2016 اخلالصة المعادالث التفاضليت العشىائيت هي حقل مهمت في مجال االحتماالث وتطبيقاتها في السىىاث االخيزة, لذلك قام الباحث بذراست المعادالث التفاضليت العشىائيت المساق بعمليت Levy بذال مه عمليت Brownian باستخذام

More information

Numerical schemes for SDEs

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

More information

Gaussian Errors. Chris Rogers

Gaussian Errors. Chris Rogers Gaussian Errors Chris Rogers Among the models proposed for the spot rate of interest, Gaussian models are probably the most widely used; they have the great virtue that many of the prices of bonds and

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

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

Modeling Uncertainty in Financial Markets

Modeling Uncertainty in Financial Markets Modeling Uncertainty in Financial Markets Peter Ritchken 1 Modeling Uncertainty in Financial Markets In this module we review the basic stochastic model used to represent uncertainty in the equity markets.

More information

Lattice Model of System Evolution. Outline

Lattice Model of System Evolution. Outline Lattice Model of System Evolution Richard de Neufville Professor of Engineering Systems and of Civil and Environmental Engineering MIT Massachusetts Institute of Technology Lattice Model Slide 1 of 32

More information

2.3 Mathematical Finance: Option pricing

2.3 Mathematical Finance: Option pricing CHAPTR 2. CONTINUUM MODL 8 2.3 Mathematical Finance: Option pricing Options are some of the commonest examples of derivative securities (also termed financial derivatives or simply derivatives). A uropean

More information

Exam in TFY4275/FY8907 CLASSICAL TRANSPORT THEORY Feb 14, 2014

Exam in TFY4275/FY8907 CLASSICAL TRANSPORT THEORY Feb 14, 2014 NTNU Page 1 of 5 Institutt for fysikk Contact during the exam: Professor Ingve Simonsen Exam in TFY4275/FY8907 CLASSICAL TRANSPORT THEORY Feb 14, 2014 Allowed help: Alternativ D All written material This

More information

θ(t ) = T f(0, T ) + σ2 T

θ(t ) = T f(0, T ) + σ2 T 1 Derivatives Pricing and Financial Modelling Andrew Cairns: room M3.08 E-mail: A.Cairns@ma.hw.ac.uk Tutorial 10 1. (Ho-Lee) Let X(T ) = T 0 W t dt. (a) What is the distribution of X(T )? (b) Find E[exp(

More information

MODELLING 1-MONTH EURIBOR INTEREST RATE BY USING DIFFERENTIAL EQUATIONS WITH UNCERTAINTY

MODELLING 1-MONTH EURIBOR INTEREST RATE BY USING DIFFERENTIAL EQUATIONS WITH UNCERTAINTY Applied Mathematical and Computational Sciences Volume 7, Issue 3, 015, Pages 37-50 015 Mili Publications MODELLING 1-MONTH EURIBOR INTEREST RATE BY USING DIFFERENTIAL EQUATIONS WITH UNCERTAINTY J. C.

More information

Hedging Credit Derivatives in Intensity Based Models

Hedging Credit Derivatives in Intensity Based Models Hedging Credit Derivatives in Intensity Based Models PETER CARR Head of Quantitative Financial Research, Bloomberg LP, New York Director of the Masters Program in Math Finance, Courant Institute, NYU Stanford

More information

MEAN REVERTING MODELS FOR ENERGY OPTION PRICING. 1. Introduction

MEAN REVERTING MODELS FOR ENERGY OPTION PRICING. 1. Introduction MEAN REVERTING MODELS FOR ENERGY OPTION PRICING ALI LARI-LAVASSANI, ALI A. SADEGHI, AND ANTONY WARE Abstract. Various one to three factor mean reverting processes are investigated in the context of energy

More information

Crashcourse Interest Rate Models

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

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam.

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam. The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (32 pts) Answer briefly the following questions. 1. Suppose

More information

Generalized Multi-Factor Commodity Spot Price Modeling through Dynamic Cournot Resource Extraction Models

Generalized Multi-Factor Commodity Spot Price Modeling through Dynamic Cournot Resource Extraction Models Generalized Multi-Factor Commodity Spot Price Modeling through Dynamic Cournot Resource Extraction Models Bilkan Erkmen (joint work with Michael Coulon) Workshop on Stochastic Games, Equilibrium, and Applications

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

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

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

More information

Laplace approximation

Laplace approximation NPFL108 Bayesian inference Approximate Inference Laplace approximation Filip Jurčíček Institute of Formal and Applied Linguistics Charles University in Prague Czech Republic Home page: http://ufal.mff.cuni.cz/~jurcicek

More information

Dr. Maddah ENMG 625 Financial Eng g II 10/16/06

Dr. Maddah ENMG 625 Financial Eng g II 10/16/06 Dr. Maddah ENMG 65 Financial Eng g II 10/16/06 Chapter 11 Models of Asset Dynamics () Random Walk A random process, z, is an additive process defined over times t 0, t 1,, t k, t k+1,, such that z( t )

More information

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 SPECIMEN SOLUTIONS

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 SPECIMEN SOLUTIONS INSTITUTE AND FACULTY OF ACTUARIES Curriculum 2019 SPECIMEN SOLUTIONS Subject CM1A Actuarial Mathematics Institute and Faculty of Actuaries 1 ( 91 ( 91 365 1 0.08 1 i = + 365 ( 91 365 0.980055 = 1+ i 1+

More information

Dynamic Replication of Non-Maturing Assets and Liabilities

Dynamic Replication of Non-Maturing Assets and Liabilities Dynamic Replication of Non-Maturing Assets and Liabilities Michael Schürle Institute for Operations Research and Computational Finance, University of St. Gallen, Bodanstr. 6, CH-9000 St. Gallen, Switzerland

More information

The Black-Scholes Model

The Black-Scholes Model The Black-Scholes Model Liuren Wu Options Markets (Hull chapter: 12, 13, 14) Liuren Wu ( c ) The Black-Scholes Model colorhmoptions Markets 1 / 17 The Black-Scholes-Merton (BSM) model Black and Scholes

More information

Conditional Density Method in the Computation of the Delta with Application to Power Market

Conditional Density Method in the Computation of the Delta with Application to Power Market Conditional Density Method in the Computation of the Delta with Application to Power Market Asma Khedher Centre of Mathematics for Applications Department of Mathematics University of Oslo A joint work

More information

Valuing volatility and variance swaps for a non-gaussian Ornstein-Uhlenbeck stochastic volatility model

Valuing volatility and variance swaps for a non-gaussian Ornstein-Uhlenbeck stochastic volatility model Valuing volatility and variance swaps for a non-gaussian Ornstein-Uhlenbeck stochastic volatility model 1(23) Valuing volatility and variance swaps for a non-gaussian Ornstein-Uhlenbeck stochastic volatility

More information

Optimal Hedging of Variance Derivatives. John Crosby. Centre for Economic and Financial Studies, Department of Economics, Glasgow University

Optimal Hedging of Variance Derivatives. John Crosby. Centre for Economic and Financial Studies, Department of Economics, Glasgow University Optimal Hedging of Variance Derivatives John Crosby Centre for Economic and Financial Studies, Department of Economics, Glasgow University Presentation at Baruch College, in New York, 16th November 2010

More information

P2.T5. Tuckman Chapter 9. Bionic Turtle FRM Video Tutorials. By: David Harper CFA, FRM, CIPM

P2.T5. Tuckman Chapter 9. Bionic Turtle FRM Video Tutorials. By: David Harper CFA, FRM, CIPM P2.T5. Tuckman Chapter 9 Bionic Turtle FRM Video Tutorials By: David Harper CFA, FRM, CIPM Note: This tutorial is for paid members only. You know who you are. Anybody else is using an illegal copy and

More information

MULTIVARIATE STOCHASTIC ANALYSIS OF A COMBINATION HYBRID PENSION PLAN

MULTIVARIATE STOCHASTIC ANALYSIS OF A COMBINATION HYBRID PENSION PLAN MULTIVARIATE STOCHASTIC ANALYSIS OF A COMBINATION HYBRID PENSION PLAN by Luyao Lin B.Sc. Peking University, 2006 a project submitted in partial fulfillment of the requirements for the degree of Master

More information

Lattice Model of System Evolution. Outline

Lattice Model of System Evolution. Outline Lattice Model of System Evolution Richard de Neufville Professor of Engineering Systems and of Civil and Environmental Engineering MIT Massachusetts Institute of Technology Lattice Model Slide 1 of 48

More information

Energy Price Processes

Energy Price Processes Energy Processes Used for Derivatives Pricing & Risk Management In this first of three articles, we will describe the most commonly used process, Geometric Brownian Motion, and in the second and third

More information

Spot/Futures coupled model for commodity pricing 1

Spot/Futures coupled model for commodity pricing 1 6th St.Petersburg Worshop on Simulation (29) 1-3 Spot/Futures coupled model for commodity pricing 1 Isabel B. Cabrera 2, Manuel L. Esquível 3 Abstract We propose, study and show how to price with a model

More information

Tutorial. Using Stochastic Processes

Tutorial. Using Stochastic Processes Tutorial Using Stochastic Processes In this tutorial we demonstrate how to use Fairmat Academic to solve exercises involving Stochastic Processes 1, that can be found in John C. Hull Options, futures and

More information

Conditional Full Support and No Arbitrage

Conditional Full Support and No Arbitrage Gen. Math. Notes, Vol. 32, No. 2, February 216, pp.54-64 ISSN 2219-7184; Copyright c ICSRS Publication, 216 www.i-csrs.org Available free online at http://www.geman.in Conditional Full Support and No Arbitrage

More information

3.1 Itô s Lemma for Continuous Stochastic Variables

3.1 Itô s Lemma for Continuous Stochastic Variables Lecture 3 Log Normal Distribution 3.1 Itô s Lemma for Continuous Stochastic Variables Mathematical Finance is about pricing (or valuing) financial contracts, and in particular those contracts which depend

More information

"Vibrato" Monte Carlo evaluation of Greeks

Vibrato Monte Carlo evaluation of Greeks "Vibrato" Monte Carlo evaluation of Greeks (Smoking Adjoints: part 3) Mike Giles mike.giles@maths.ox.ac.uk Oxford University Mathematical Institute Oxford-Man Institute of Quantitative Finance MCQMC 2008,

More information

HEDGING WITH GENERALIZED BASIS RISK: Empirical Results

HEDGING WITH GENERALIZED BASIS RISK: Empirical Results HEDGING WITH GENERALIZED BASIS RISK: Empirical Results 1 OUTLINE OF PRESENTATION INTRODUCTION MOTIVATION FOR THE TOPIC GOALS LITERATURE REVIEW THE MODEL THE DATA FUTURE WORK 2 INTRODUCTION Hedging is used

More information

Parameters Estimation in Stochastic Process Model

Parameters Estimation in Stochastic Process Model Parameters Estimation in Stochastic Process Model A Quasi-Likelihood Approach Ziliang Li University of Maryland, College Park GEE RIT, Spring 28 Outline 1 Model Review The Big Model in Mind: Signal + Noise

More information

Calibration of Interest Rates

Calibration of Interest Rates WDS'12 Proceedings of Contributed Papers, Part I, 25 30, 2012. ISBN 978-80-7378-224-5 MATFYZPRESS Calibration of Interest Rates J. Černý Charles University, Faculty of Mathematics and Physics, Prague,

More information

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

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

More information

MÄLARDALENS HÖGSKOLA

MÄLARDALENS HÖGSKOLA MÄLARDALENS HÖGSKOLA A Monte-Carlo calculation for Barrier options Using Python Mwangota Lutufyo and Omotesho Latifat oyinkansola 2016-10-19 MMA707 Analytical Finance I: Lecturer: Jan Roman Division of

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (42 pts) Answer briefly the following questions. 1. Questions

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

European option pricing under parameter uncertainty

European option pricing under parameter uncertainty European option pricing under parameter uncertainty Martin Jönsson (joint work with Samuel Cohen) University of Oxford Workshop on BSDEs, SPDEs and their Applications July 4, 2017 Introduction 2/29 Introduction

More information

Vasicek Model in Interest Rates

Vasicek Model in Interest Rates Vasicek Model in Interest Rates In case of Stocks we can model them as a diffusion process where they can end up anywhere in the universe of Prices, but Interest Rates are not so. Interest rates can not

More information

Computational Finance. Computational Finance p. 1

Computational Finance. Computational Finance p. 1 Computational Finance Computational Finance p. 1 Outline Binomial model: option pricing and optimal investment Monte Carlo techniques for pricing of options pricing of non-standard options improving accuracy

More information

Economathematics. Problem Sheet 1. Zbigniew Palmowski. Ws 2 dw s = 1 t

Economathematics. Problem Sheet 1. Zbigniew Palmowski. Ws 2 dw s = 1 t Economathematics Problem Sheet 1 Zbigniew Palmowski 1. Calculate Ee X where X is a gaussian random variable with mean µ and volatility σ >.. Verify that where W is a Wiener process. Ws dw s = 1 3 W t 3

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

Cash Accumulation Strategy based on Optimal Replication of Random Claims with Ordinary Integrals

Cash Accumulation Strategy based on Optimal Replication of Random Claims with Ordinary Integrals arxiv:1711.1756v1 [q-fin.mf] 6 Nov 217 Cash Accumulation Strategy based on Optimal Replication of Random Claims with Ordinary Integrals Renko Siebols This paper presents a numerical model to solve the

More information

King s College London

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

More information

RISK-NEUTRAL VALUATION AND STATE SPACE FRAMEWORK. JEL Codes: C51, C61, C63, and G13

RISK-NEUTRAL VALUATION AND STATE SPACE FRAMEWORK. JEL Codes: C51, C61, C63, and G13 RISK-NEUTRAL VALUATION AND STATE SPACE FRAMEWORK JEL Codes: C51, C61, C63, and G13 Dr. Ramaprasad Bhar School of Banking and Finance The University of New South Wales Sydney 2052, AUSTRALIA Fax. +61 2

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

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing Prof. Chuan-Ju Wang Department of Computer Science University of Taipei Joint work with Prof. Ming-Yang Kao March 28, 2014

More information

TEST OF BOUNDED LOG-NORMAL PROCESS FOR OPTIONS PRICING

TEST OF BOUNDED LOG-NORMAL PROCESS FOR OPTIONS PRICING TEST OF BOUNDED LOG-NORMAL PROCESS FOR OPTIONS PRICING Semih Yön 1, Cafer Erhan Bozdağ 2 1,2 Department of Industrial Engineering, Istanbul Technical University, Macka Besiktas, 34367 Turkey Abstract.

More information

STEX s valuation analysis, version 0.0

STEX s valuation analysis, version 0.0 SMART TOKEN EXCHANGE STEX s valuation analysis, version. Paulo Finardi, Olivia Saa, Serguei Popov November, 7 ABSTRACT In this paper we evaluate an investment consisting of paying an given amount (the

More information

A THREE-FACTOR CONVERGENCE MODEL OF INTEREST RATES

A THREE-FACTOR CONVERGENCE MODEL OF INTEREST RATES Proceedings of ALGORITMY 01 pp. 95 104 A THREE-FACTOR CONVERGENCE MODEL OF INTEREST RATES BEÁTA STEHLÍKOVÁ AND ZUZANA ZÍKOVÁ Abstract. A convergence model of interest rates explains the evolution of the

More information

STOCHASTIC DIFFERENTIAL EQUATION APPROACH FOR DAILY GOLD PRICES IN SRI LANKA

STOCHASTIC DIFFERENTIAL EQUATION APPROACH FOR DAILY GOLD PRICES IN SRI LANKA STOCHASTIC DIFFERENTIAL EQUATION APPROACH FOR DAILY GOLD PRICES IN SRI LANKA Weerasinghe Mohottige Hasitha Nilakshi Weerasinghe (148914G) Degree of Master of Science Department of Mathematics University

More information

Pricing Guarantee Option Contracts in a Monte Carlo Simulation Framework

Pricing Guarantee Option Contracts in a Monte Carlo Simulation Framework Pricing Guarantee Option Contracts in a Monte Carlo Simulation Framework by Roel van Buul (782665) A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in Quantitative

More information

Prophet Documentation

Prophet Documentation Prophet Documentation Release 0.1.0 Michael Su May 11, 2018 Contents 1 Features 3 2 User Guide 5 2.1 Quickstart................................................ 5 2.2 Tutorial..................................................

More information

Stochastic Differential Equations in Finance and Monte Carlo Simulations

Stochastic Differential Equations in Finance and Monte Carlo Simulations Stochastic Differential Equations in Finance and Department of Statistics and Modelling Science University of Strathclyde Glasgow, G1 1XH China 2009 Outline Stochastic Modelling in Asset Prices 1 Stochastic

More information

Stochastic Finance 2010 Summer School Ulm Lecture 1: Energy Derivatives

Stochastic Finance 2010 Summer School Ulm Lecture 1: Energy Derivatives Stochastic Finance 2010 Summer School Ulm Lecture 1: Energy Derivatives Professor Dr. Rüdiger Kiesel 21. September 2010 1 / 62 1 Energy Markets Spot Market Futures Market 2 Typical models Schwartz Model

More information

Basic Concepts in Mathematical Finance

Basic Concepts in Mathematical Finance Chapter 1 Basic Concepts in Mathematical Finance In this chapter, we give an overview of basic concepts in mathematical finance theory, and then explain those concepts in very simple cases, namely in the

More information

Market Volatility and Risk Proxies

Market Volatility and Risk Proxies Market Volatility and Risk Proxies... an introduction to the concepts 019 Gary R. Evans. This slide set by Gary R. Evans is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

More information

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

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

More information

Derivation Of The Capital Asset Pricing Model Part I - A Single Source Of Uncertainty

Derivation Of The Capital Asset Pricing Model Part I - A Single Source Of Uncertainty Derivation Of The Capital Asset Pricing Model Part I - A Single Source Of Uncertainty Gary Schurman MB, CFA August, 2012 The Capital Asset Pricing Model CAPM is used to estimate the required rate of return

More information

Appendix A: Introduction to Queueing Theory

Appendix A: Introduction to Queueing Theory Appendix A: Introduction to Queueing Theory Queueing theory is an advanced mathematical modeling technique that can estimate waiting times. Imagine customers who wait in a checkout line at a grocery store.

More information

Continuous Time Finance. Tomas Björk

Continuous Time Finance. Tomas Björk Continuous Time Finance Tomas Björk 1 II Stochastic Calculus Tomas Björk 2 Typical Setup Take as given the market price process, S(t), of some underlying asset. S(t) = price, at t, per unit of underlying

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

Two and Three factor models for Spread Options Pricing

Two and Three factor models for Spread Options Pricing Two and Three factor models for Spread Options Pricing COMMIDITIES 2007, Birkbeck College, University of London January 17-19, 2007 Sebastian Jaimungal, Associate Director, Mathematical Finance Program,

More information

Using of stochastic Ito and Stratonovich integrals derived security pricing

Using of stochastic Ito and Stratonovich integrals derived security pricing Using of stochastic Ito and Stratonovich integrals derived security pricing Laura Pânzar and Elena Corina Cipu Abstract We seek for good numerical approximations of solutions for stochastic differential

More information

Advanced Quantitative Methods for Asset Pricing and Structuring

Advanced Quantitative Methods for Asset Pricing and Structuring MSc. Finance/CLEFIN 2017/2018 Edition Advanced Quantitative Methods for Asset Pricing and Structuring May 2017 Exam for Non Attending Students Time Allowed: 95 minutes Family Name (Surname) First Name

More information