|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Collaboration diagram for OptionletStripper2::ObjectiveFunction:Public Member Functions | |
| ObjectiveFunction (const ext::shared_ptr< OptionletStripper1 > &, ext::shared_ptr< CapFloor >, Real targetValue) | |
| Real | operator() (Volatility spreadVol) const |
Private Attributes | |
| ext::shared_ptr< SimpleQuote > | spreadQuote_ |
| ext::shared_ptr< CapFloor > | cap_ |
| Real | targetValue_ |
Definition at line 61 of file optionletstripper2.hpp.
| ObjectiveFunction | ( | const ext::shared_ptr< OptionletStripper1 > & | optionletStripper1, |
| ext::shared_ptr< CapFloor > | cap, | ||
| Real | targetValue | ||
| ) |
Definition at line 156 of file optionletstripper2.cpp.
| Real operator() | ( | Volatility | spreadVol | ) | const |
Definition at line 181 of file optionletstripper2.cpp.
|
private |
Definition at line 68 of file optionletstripper2.hpp.
|
private |
Definition at line 69 of file optionletstripper2.hpp.
|
private |
Definition at line 70 of file optionletstripper2.hpp.