QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Results from nonstandard swap calculation More...
#include <nonstandardswap.hpp>
Public Member Functions | |
void | reset () override |
Public Member Functions inherited from Swap::results | |
void | reset () override |
void | reset () override |
Public Member Functions inherited from PricingEngine::results | |
virtual | ~results ()=default |
virtual void | reset ()=0 |
Additional Inherited Members | |
Public Attributes inherited from Swap::results | |
std::vector< Real > | legNPV |
std::vector< Real > | legBPS |
std::vector< DiscountFactor > | startDiscounts |
std::vector< DiscountFactor > | endDiscounts |
DiscountFactor | npvDateDiscount |
Public Attributes inherited from Instrument::results | |
Real | value |
Real | errorEstimate |
Date | valuationDate |
std::map< std::string, ext::any > | additionalResults |
Results from nonstandard swap calculation
Definition at line 154 of file nonstandardswap.hpp.
|
overridevirtual |
Reimplemented from Instrument::results.
Definition at line 376 of file nonstandardswap.cpp.