|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <swap.hpp>
Inheritance diagram for Swap::results:
Collaboration diagram for Swap::results:Public Member Functions | |
| void | reset () override |
| void | reset () override |
Public Member Functions inherited from PricingEngine::results | |
| virtual | ~results ()=default |
| virtual void | reset ()=0 |
Public Attributes | |
| 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 |
|
overridevirtual |
Reimplemented from Instrument::results.
Reimplemented in YearOnYearInflationSwap::results.
Definition at line 176 of file swap.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::vector<DiscountFactor> startDiscounts |
| std::vector<DiscountFactor> endDiscounts |
| DiscountFactor npvDateDiscount |