settlementDate and maturity

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

settlementDate and maturity

tallent_e

in the example EquityOption.cpp , at http://quantlib.org/reference/_equity_option_8cpp-example.html

i would like to clearly understand between settlementDate and maturity.

is that a problem if one replaces the settlementDate argument by maturity everywhere in the boostrap part of the code (handle) if i stick to pricing a european style vanilla.
 
thank you
édouard.



------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: settlementDate and maturity

Luigi Ballabio
On Mon, 2011-01-24 at 11:50 -0500, édouard tallent wrote:
> in the example EquityOption.cpp , at
> http://quantlib.org/reference/_equity_option_8cpp-example.html
>
> i would like to clearly understand between settlementDate and
> maturity.
>
> is that a problem if one replaces the settlementDate argument by
> maturity everywhere in the boostrap part of the code (handle) if i
> stick to pricing a european style vanilla.

The settlement date is the date at which you discount your payoffs,
which might be today or spot depending on your desk's conventions.

The maturity date (which in the example is probably misnamed) is the
exercise date of the option. In the example, it is one year after the
settlement date.

You don't want to mix the two, so I'd suggest against replacing either
one with the other.

Luigi


--

All parts should go together without forcing. You must remember that
the parts you are reassembling were disassembled by you. Therefore, if
you can't get them together again, there must be a reason. By all
means, do not use a hammer.
-- IBM maintenance manual, 1925



------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users