|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <nthtodefault.hpp>
Inheritance diagram for NthToDefault::results:
Collaboration diagram for NthToDefault::results:Public Member Functions | |
| void | reset () override |
Public Member Functions inherited from Instrument::results | |
| void | reset () override |
Public Member Functions inherited from PricingEngine::results | |
| virtual | ~results ()=default |
| virtual void | reset ()=0 |
Public Attributes | |
| Real | premiumValue |
| Real | protectionValue |
| Real | upfrontPremiumValue |
| Real | fairPremium |
| Real | errorEstimate |
Public Attributes inherited from Instrument::results | |
| Real | value |
| Real | errorEstimate |
| Date | valuationDate |
| std::map< std::string, ext::any > | additionalResults |
Definition at line 154 of file nthtodefault.hpp.
|
overridevirtual |
Implements PricingEngine::results.
Definition at line 139 of file nthtodefault.cpp.
Here is the call graph for this function:| Real premiumValue |
Definition at line 157 of file nthtodefault.hpp.
| Real protectionValue |
Definition at line 158 of file nthtodefault.hpp.
| Real upfrontPremiumValue |
Definition at line 159 of file nthtodefault.hpp.
| Real fairPremium |
Definition at line 160 of file nthtodefault.hpp.
| Real errorEstimate |
Definition at line 161 of file nthtodefault.hpp.