DividendVanillaOption Class Reference
[Financial instruments]

#include <ql/instruments/dividendvanillaoption.hpp>

Inheritance diagram for DividendVanillaOption:

Inheritance graph
[legend]
List of all members.

Detailed Description

Single-asset vanilla option (no barriers) with discrete dividends.


Public Member Functions

 DividendVanillaOption (const boost::shared_ptr< StochasticProcess > &, const boost::shared_ptr< StrikedTypePayoff > &payoff, const boost::shared_ptr< Exercise > &exercise, const std::vector< Date > &dividendDates, const std::vector< Real > &dividends, const boost::shared_ptr< PricingEngine > &engine=boost::shared_ptr< PricingEngine >())

Protected Member Functions

void setupArguments (PricingEngine::arguments *) const

Classes

class  arguments
 Arguments for dividend vanilla option calculation More...
class  engine
 Dividend-vanilla-option engine base class More...