|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
additional option results More...
#include <option.hpp>
Inheritance diagram for Greeks:
Collaboration diagram for Greeks:Public Member Functions | |
| void | reset () override |
Public Member Functions inherited from PricingEngine::results | |
| virtual | ~results ()=default |
| virtual void | reset ()=0 |
Public Attributes | |
| Real | delta |
| Real | gamma |
| Real | theta |
| Real | vega |
| Real | rho |
| Real | dividendRho |
additional option results
Definition at line 69 of file option.hpp.
|
overridevirtual |
Implements PricingEngine::results.
Definition at line 71 of file option.hpp.
Here is the caller graph for this function:| Real delta |
Definition at line 72 of file option.hpp.
| Real gamma |
Definition at line 72 of file option.hpp.
| Real theta |
Definition at line 73 of file option.hpp.
| Real vega |
Definition at line 74 of file option.hpp.
| Real rho |
Definition at line 75 of file option.hpp.
| Real dividendRho |
Definition at line 75 of file option.hpp.