Hello every body,
I'm working on implementing a stochastic volatility model using Matlab to price exotic options. The model was developed by two people Schöbel & Zhu.
I'm not very good in mathematics and I'm trying to learn as much as possible from this work so I would like to know the main difference between this model and Heston.
The main dynamics of the model are :
* dx(t) = (r-0.5v(t)²)dt + v(t) dws(t)
* dv(t) = k(o-v(t)) dt + sigma dwv(t)
where
* x(t) = ln(s(t)) (log of the spot price);
* ws, wv two correlated brownian motions;
* v(t) instantaneous volatility;
* k, o, sigma : constant parameters.
link for the full model :
http://papers.ssrn.com/sol3/papers.cfm?abstract_id=100831
any help please ?
Thanks.
I'm working on implementing a stochastic volatility model using Matlab to price exotic options. The model was developed by two people Schöbel & Zhu.
I'm not very good in mathematics and I'm trying to learn as much as possible from this work so I would like to know the main difference between this model and Heston.
The main dynamics of the model are :
* dx(t) = (r-0.5v(t)²)dt + v(t) dws(t)
* dv(t) = k(o-v(t)) dt + sigma dwv(t)
where
* x(t) = ln(s(t)) (log of the spot price);
* ws, wv two correlated brownian motions;
* v(t) instantaneous volatility;
* k, o, sigma : constant parameters.
link for the full model :
http://papers.ssrn.com/sol3/papers.cfm?abstract_id=100831
any help please ?
Thanks.