Skip to content

Commit a2a2ac7

Browse files
mgronckijenkins
authored andcommitted
QPR-12148 bugfix
1 parent 1a167b4 commit a2a2ac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OREAnalytics/orea/engine/parsensitivityutilities.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ double impliedVolatility(const QuantLib::CapFloor& cap, double targetValue,
4444
double impliedVolatility(const QuantLib::YoYInflationCapFloor& cap, double targetValue,
4545
const QuantLib::Handle<QuantLib::YieldTermStructure>& d, double guess,
4646
QuantLib::VolatilityType type, double displacement,
47-
const QuantLib::Handle<YoYInflationIndex>& index = {});
47+
const QuantLib::Handle<QuantLib::YoYInflationIndex>& index = {});
4848

4949
} // namespace analytics
5050
} // namespace ore

0 commit comments

Comments
 (0)