QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <nthtodefault.hpp>
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.
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.