Using a calibrated heston model.

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Using a calibrated heston model.

nabbleuser2008
Hi,
 If I have a heston model calibrated using call options, can I use this calibrated model to price put options too ?

 Thank you very much.

C
Reply | Threaded
Open this post in threaded view
|

Re: Using a calibrated heston model.

Klaus Spanderen-2
Hi

yes, the Heston vanilla engine works for european call as well as for puts.
The only thing you have to do is to change the option type of your
VanillaOption.

Klaus

On Wednesday 06 August 2008 22:24:11 nabbleuser2008 wrote:
> Hi,
>  If I have a heston model calibrated using call options, can I use this
> calibrated model to price put options too ?
>
>  Thank you very much.
>
> C



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Using a calibrated heston model.

nabbleuser2008
Hi, Klaus,
 Thanks much for confirming what I kind of expected. My program produced what seemed like reasonable numbers for Puts, but I wanted to make sure. ;)

 Thanks again.

C


Klaus Spanderen-2 wrote
Hi

yes, the Heston vanilla engine works for european call as well as for puts.
The only thing you have to do is to change the option type of your
VanillaOption.

Klaus

On Wednesday 06 August 2008 22:24:11 nabbleuser2008 wrote:
> Hi,
>  If I have a heston model calibrated using call options, can I use this
> calibrated model to price put options too ?
>
>  Thank you very much.
>
> C



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
QuantLib-users mailing list
QuantLib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Using a calibrated heston model.

blacksox
Hi ,

do you know if it is possible to use the heston vanilla engine in QuantlibXL?
i would like to calibrate and price options with the Heston model but I don't use C++.

thank you