QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <blackdeltacalculator.hpp>
Public Member Functions | |
BlackDeltaPremiumAdjustedSolverClass (Option::Type ot, DeltaVolQuote::DeltaType dt, Real spot, DiscountFactor dDiscount, DiscountFactor fDiscount, Real stdDev, Real delta) | |
Real | operator() (Real strike) const |
Private Attributes | |
BlackDeltaCalculator | bdc_ |
Real | delta_ |
Definition at line 85 of file blackdeltacalculator.hpp.
BlackDeltaPremiumAdjustedSolverClass | ( | Option::Type | ot, |
DeltaVolQuote::DeltaType | dt, | ||
Real | spot, | ||
DiscountFactor | dDiscount, | ||
DiscountFactor | fDiscount, | ||
Real | stdDev, | ||
Real | delta | ||
) |
Definition at line 328 of file blackdeltacalculator.cpp.
|
private |
Definition at line 99 of file blackdeltacalculator.hpp.
|
private |
Definition at line 100 of file blackdeltacalculator.hpp.