We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a167b4 commit a2a2ac7Copy full SHA for a2a2ac7
1 file changed
OREAnalytics/orea/engine/parsensitivityutilities.hpp
@@ -44,7 +44,7 @@ double impliedVolatility(const QuantLib::CapFloor& cap, double targetValue,
44
double impliedVolatility(const QuantLib::YoYInflationCapFloor& cap, double targetValue,
45
const QuantLib::Handle<QuantLib::YieldTermStructure>& d, double guess,
46
QuantLib::VolatilityType type, double displacement,
47
- const QuantLib::Handle<YoYInflationIndex>& index = {});
+ const QuantLib::Handle<QuantLib::YoYInflationIndex>& index = {});
48
49
} // namespace analytics
50
} // namespace ore
0 commit comments