1 Advanced Finite Difference Methods for Financial Instrument Pricing Structure of Course Incremental approach Build on expertise already gained Start.

Slides:



Advertisements
Similar presentations
Courant and all that Consistency, Convergence Stability Numerical Dispersion Computational grids and numerical anisotropy The goal of this lecture is to.
Advertisements

FINITE ELEMENTS SOFTWARE FOR ELECTROMAGNETICS APPLIED TO ELECTRICAL ENGINEERING TRAINING. J. Mur, J.S. Artal, J. Letosa, A. Usón and M. Samplón Electrical.
P. Venkataraman Mechanical Engineering P. Venkataraman Rochester Institute of Technology DETC2013 – 12269: Continuous Solution for Boundary Value Problems.
1 Richardson Extrapolation Techniques for the Pricing of American-style Options Chuang-Chang Chang, San-Lin Chung 1 and Richard C. Stapleton 2 This Draft:
Numerical Uncertainty Assessment Reference: P.J. Roache, Verification and Validation in Computational Science and Engineering, Hermosa Press, Albuquerque.
On Stiffness in Affine Asset Pricing Models By Shirley J. Huang and Jun Yu University of Auckland & Singapore Management University.
Fast Convolution Algorithm Alexander Eydeland, Daniel Mahoney.
Bruno Dupire Bloomberg LP CRFMS, UCSB Santa Barbara, April 26, 2007
MA5233: Computational Mathematics
AE/ME 339 Computational Fluid Dynamics (CFD) K. M. Isaac Professor of Aerospace Engineering.
Statics and Dynamics of Complex Network Systems: Supply Chain Analysis and Financial Networks with Intermediation Ke MKIDS Mini-Workshop September 10,
FEM In Brief David Garmire, Course: EE693I UH Dept. of Electrical Engineering 4/20/2008.
© K. Cuthbertson and D. Nitzsche Figures for Chapter 17 ASSET PRICE DYNAMICS (Financial Engineering : Derivatives and Risk Management)
Chapter 13 Finite Difference Methods: Outline Solving ordinary and partial differential equations Finite difference methods (FDM) vs Finite Element Methods.
Numerical Methods for Partial Differential Equations
Numerical methods for PDEs PDEs are mathematical models for –Physical Phenomena Heat transfer Wave motion.
A Survey of Parallel Tree- based Methods on Option Pricing PRESENTER: LI,XINYING.
The Finite Difference Method This section presents a quick overview bout the finite difference method. This method can be used to solve any partial differential.
NUMERICAL METHODS AND OPTIMISATION IN ENVIRONMENTAL ENGINEERING PROPOSAL FOR MODULE CHARACTERISTICS Dr. CHRISTOPHER KOUTITAS.
Introduction to Numerical Methods for ODEs and PDEs Methods of Approximation Lecture 3: finite differences Lecture 4: finite elements.
Computational Methods for Design Lecture 4 – Introduction to Sensitivities John A. Burns C enter for O ptimal D esign A nd C ontrol I nterdisciplinary.
Book Review: ‘Energy Derivatives: Pricing and Risk Management’ by Clewlow and Strickland, 2000 Anatoliy Swishchuk Math & Comp Lab Dept of Math & Stat,
Financial Mathematics. In finance, a hedge is an investment that is taken out specifically to reduce or cancel out the risk in another investment.financerisk.
MA2213 Lecture 11 PDE. Topics Introduction p Poisson equation p Visualization of numerical results p Boundary conditions p.
Programming assignment #2 Solving a parabolic PDE using finite differences Numerical Methods for PDEs Spring 2007 Jim E. Jones.
Virtual Systems Engineering Course objective: To study methods for design and analysis of virtual systems What is a virtual system ? A virtual system is.
Akram Bitar and Larry Manevitz Department of Computer Science
Engineering Analysis – Computational Fluid Dynamics –
Introduction to Numerical Methods for ODEs and PDEs Lectures 1 and 2: Some representative problems from engineering science and classification of equation.
MECH4450 Introduction to Finite Element Methods Chapter 9 Advanced Topics II - Nonlinear Problems Error and Convergence.
Numerical methods 1 An Introduction to Numerical Methods For Weather Prediction by Mariano Hortal office 122.
1 Advanced Finite Difference Methods for Financial Instrument Pricing Core Processes PDE theory in general Applications to financial engineering State.
Last lecture Gamma distribution. Gamma density Last lecture Bernoulli and binomial distribution Application of binomial distriubiton.
Discretization for PDEs Chunfang Chen,Danny Thorne Adam Zornes, Deng Li CS 521 Feb., 9,2006.
Partial Derivatives bounded domain Its boundary denoted by
Partial Derivatives Example: Find If solution: Partial Derivatives Example: Find If solution: gradient grad(u) = gradient.
Head Segmentation using a finite element approach J.Piovano, T. Papadopoulo Odyssée Laboratory (ENPC, ENS, INRIA), INRIA, Sophia-Antipolis, France I. Introduction.
The Finite Difference Method in Computational Finance Theory, Applications and Computation Boundary Conditions TexPoint fonts used in EMF. Read the TexPoint.
Numerical Methods for derivatives pricing. 2 American Monte Carlo It’s difficult to price an option with early exercise using Monte Carlo But some options.
S5.40. Module Structure 30% practical tests / 70% written exam 3h lectures / week (except reading week) 3 x 2h of computer labs (solving problems practicing.
Partial Differential Equations and Applied Mathematics Seminar
Chapter 30.
Scalable Interfaces for Geometry and Mesh based Applications (SIGMA)
1 Seminar 3 Finite differences vs Monte Carlo methods.
Black Scholes PDE Black Scholes Greeks.
Convergence Analysis of BTM
Introduction to Polynomials
Soft Computing Applied to Finite Element Tasks
Applications of Lattice Methods
FTCS Explicit Finite Difference Method for Evaluating European Options
Contents Utility indifference pricing Dynamic programming
VIII. ARBITRAGE AND HEDGING WITH OPTIONS
PDEs and Examples of Phenomena Modeled
VIII. ARBITRAGE AND HEDGING WITH OPTIONS
High-accuracy PDE Method for Financial Derivative Pricing Shan Zhao and G. W. Wei Department of Computational Science National University of Singapore,
The Discrete Element Method
Analytical Tools in ME Course Objectives
The Finite Element Method
Lecture 7 – Finite difference scheme for option pricing
VIII. ARBITRAGE AND HEDGING WITH OPTIONS
Finite Difference Method for Poisson Equation
Modern Finance Option Pricing Portfolio Selection
Lecture plan for the winter semester 2014
Lecture plan for the winter semester 2013
Finite elements Pisud Witayasuwan.
Factor Polynomials Completely
Numerical Methods in Finance
M.PHIL (MATHEMATICS) By Munir Hussain Supervised By Dr. Muhammad Sabir.
Numerical Modeling Ramaz Botchorishvili
Akram Bitar and Larry Manevitz Department of Computer Science
Presentation transcript:

1 Advanced Finite Difference Methods for Financial Instrument Pricing Structure of Course Incremental approach Build on expertise already gained Start with model problems; understand thoroughly Generalise to more advanced and difficult problems

2 Advanced Finite Difference Methods for Financial Instrument Pricing Course Buildup Block 1: Basics of PDE and numerical methods Block 2: FDM for one-factor Black- Scholes PDE model Block 3: FDM for two-factor models Block 4: Advanced issues Block 5: Algorithms

3 Advanced Finite Difference Methods for Financial Instrument Pricing Block 1 Classification of options and PDE Motivating FDM for ODE and SDE Method of Lines Standard difference schemes for Black Scholes

4 Advanced Finite Difference Methods for Financial Instrument Pricing Block 2 Special schemes for special problems Approximating the Greeks Comparing FDM with binomial and trinomial methods How good are our schemes?

5 Advanced Finite Difference Methods for Financial Instrument Pricing Block 3 ADI and splitting method for two-factor models Stability and convergence Applications in financial engineering Comparisons with other methods

6 Advanced Finite Difference Methods for Financial Instrument Pricing Block 4 An introduction to parabolic variational inequalities (PVI) Numerical solution of PVI An introduction to spectral methods An introduction to Finite Element Method (FEM)

7 Advanced Finite Difference Methods for Financial Instrument Pricing Block 5 Algorithms and documentation Mapping algorithms to code Performance Coupling with Excel