Hello I am new and please excuse me for my mistakes in English
I'm working on a pricing issue with fractional brownian motion with this model :
\(dS_t=S_t({\mu}dt+{\sigma}dZ^H_t)\)
\(S_t=S_0exp({\mu}t-\frac{{\sigma}^2}{2}t^{2H}+{\sigma}Z_t)\)
in this article (page 7): http://lipas.uwasa.fi/~tsottine/talks/Vaasa2001.pdf
where \(Z_t\) is a fractional brownian motion with Hurst H. (H in [0;1])
In the same article(page 8), the exactly formula for an call-option pricing with this model is given by :
\(S_0\Phi(y_1(H))-Ke^{-rT}\Phi(y_2(H))\)
where
\(y_1(H)=\frac{log\frac{S_0}{K}+rT+\frac{\sigma^2}{2}T^{2H}}{{\sigma}T^H}\)
\(y_2(H)=\frac{log\frac{S_0}{K}+rT-\frac{\sigma^2}{2}T^{2H}}{{\sigma}T^H}\)
Where T is the time to maturity, it can take different time units (seconde, hour, day, month ...)
If I take \(T=1\), the price will stay constant what ever the value taken by H.
I want to check it out with a Monte Carlo simulation (with the FFT method, Wood and Chan), and I've found that for T=1, the price depends on the value taken by H. More precisely, for all T, the price depends on H.
So can anyone help me and tell me what's wrong in the formula, and why we can't work with T=1 with it ?
Thank a lot !
Best Regards
Pavladoc
I'm working on a pricing issue with fractional brownian motion with this model :
\(dS_t=S_t({\mu}dt+{\sigma}dZ^H_t)\)
\(S_t=S_0exp({\mu}t-\frac{{\sigma}^2}{2}t^{2H}+{\sigma}Z_t)\)
in this article (page 7): http://lipas.uwasa.fi/~tsottine/talks/Vaasa2001.pdf
where \(Z_t\) is a fractional brownian motion with Hurst H. (H in [0;1])
In the same article(page 8), the exactly formula for an call-option pricing with this model is given by :
\(S_0\Phi(y_1(H))-Ke^{-rT}\Phi(y_2(H))\)
where
\(y_1(H)=\frac{log\frac{S_0}{K}+rT+\frac{\sigma^2}{2}T^{2H}}{{\sigma}T^H}\)
\(y_2(H)=\frac{log\frac{S_0}{K}+rT-\frac{\sigma^2}{2}T^{2H}}{{\sigma}T^H}\)
Where T is the time to maturity, it can take different time units (seconde, hour, day, month ...)
If I take \(T=1\), the price will stay constant what ever the value taken by H.
I want to check it out with a Monte Carlo simulation (with the FFT method, Wood and Chan), and I've found that for T=1, the price depends on the value taken by H. More precisely, for all T, the price depends on H.
So can anyone help me and tell me what's wrong in the formula, and why we can't work with T=1 with it ?
Thank a lot !
Best Regards
Pavladoc