We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab803a7 commit b157ec1Copy full SHA for b157ec1
1 file changed
ql/termstructures/voltermstructure.hpp
@@ -60,7 +60,7 @@ namespace QuantLib {
60
//! the business day convention used in tenor to date conversion
61
virtual BusinessDayConvention businessDayConvention() const;
62
//! period/date conversion
63
- Date optionDateFromTenor(const Period&) const;
+ virtual Date optionDateFromTenor(const Period&) const;
64
//! the minimum strike for which the term structure can return vols
65
virtual Rate minStrike() const = 0;
66
//! the maximum strike for which the term structure can return vols
0 commit comments