#include <qle/termstructures/creditvolcurve.hpp>
|
QuantLib::Real | blackVolImpl (QuantLib::Real t, QuantLib::Real strike) const override |
|
Definition at line 182 of file creditvolcurve.hpp.
◆ BlackVolFromCreditVolWrapper()
Definition at line 618 of file creditvolcurve.cpp.
620 : BlackVolatilityTermStructure(vol->businessDayConvention(), vol->dayCounter()),
vol_(vol),
QuantLib::Handle< QuantExt::CreditVolCurve > vol_
QuantLib::Real underlyingLength_
◆ referenceDate()
const Date & referenceDate |
( |
| ) |
const |
|
override |
◆ minStrike()
◆ maxStrike()
◆ maxDate()
◆ blackVolImpl()
Real blackVolImpl |
( |
QuantLib::Real |
t, |
|
|
QuantLib::Real |
strike |
|
) |
| const |
|
overrideprivate |
◆ vol_
◆ underlyingLength_
QuantLib::Real underlyingLength_ |
|
private |