|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Results from nonstandard swap calculation More...
#include <nonstandardswap.hpp>
Inheritance diagram for NonstandardSwap::results:
Collaboration diagram for NonstandardSwap::results: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.
Here is the call graph for this function: