QuantoVanillaOption Class Reference#include <ql/Instruments/quantovanillaoption.hpp>
Inheritance diagram for QuantoVanillaOption:
[legend]List of all members.
Detailed Description
quanto version of a vanilla option
Member Function Documentation
void setupArguments |
( |
Arguments * |
|
) |
const [virtual] |
|
|
When a derived argument structure is defined for an instrument, this method should be overridden to fill it. This is mandatory in case a pricing engine is used.
Reimplemented from OneAssetStrikedOption.
Reimplemented in QuantoForwardVanillaOption. |
void setupExpired |
( |
|
) |
const [protected, virtual] |
|
|
This method must leave the instrument in a consistent state when the expiration condition is met.
Reimplemented from OneAssetOption. |
void performCalculations |
( |
|
) |
const [protected, virtual] |
|
|
In case a pricing engine is not used, this method must be overridden to perform the actual calculations and set any needed results. In case a pricing engine is used, the default implementation can be used.
Reimplemented from VanillaOption. |
|