optionPV.hpp
Go to the documentation of this file.
Definition: cadHoliday.cpp:3
std::map< std::string, double > getRisks(const SmartPointer< MarketModel > &, const SmartPointer< PricingEngine > &, const SmartPointer< Option > &)
calculates the PV parameter
Definition: optionPV.cpp:26
Interface of option's Greeks structure.
GreeksIntermediateResults calculateRisks(const SmartPointer< MarketModel > &model, const SmartPointer< PricingEngine > &prizer, const SmartPointer< Option > &option)
calculates the PV parameter
Definition: optionPV.cpp:11
OptionPV * clone() const
Virtual copy constructor.
Definition: optionPV.cpp:35
Data structure holding the PV and Greeks.
Definition: optionGreeks.hpp:23