15
votes
3answers
629 views

When do Finite Element method provide considerable advantage over Finite Differences for option pricing?

I'm looking for concrete examples where a Finite Element method (FEM) provides a considerable advantages (e.g. in convergence rate, accuracy, stability, etc.) over the Finite Difference method (FDM) ...
3
votes
1answer
130 views

Parameter estimation using martingale measures - include real world data?

Please note: I posted this in nuclearphynance first, but didn't get any replies. For desks which sell exotics it is common practice (as far as I know it) to calibrate the model (Stochastic ...
4
votes
1answer
345 views

How to apply quasi-Monte Carlo to path-dependent options?

Following up on my recent question on variance reduction in a Cox-Ingersoll-Ross Monte Carlo simulation, I would like to learn more about using a quasi-random sequence, such as Sobol or Niederreiter, ...
4
votes
0answers
141 views

Use of Local Times in Option Pricing

I know two applications of local time in option pricing theory. First, it allows a derivation of Dupire's formula on local volatility in a neat way (i.e. without resorting to differential operator ...
8
votes
3answers
428 views

Reference on Markov chain Monte Carlo method for option pricing?

I have to implement option pricing in c++ using Markov chain Monte Carlo. Is there some paper which describes this in detail so that I can learn from there and implement?
8
votes
3answers
724 views

What tools are used to numerically solve differential equations in Quantitative Finance?

There are a lot of Quantitative Finance models (e.g. Black-Scholes) which are formulated in terms of partial differential equations. What is a standard approach in Quantitative Finance to solve these ...