Skip to content

Commit 5493051

Browse files
author
sebastien.bouvard
committed
QPR-11556 Small fix
1 parent 82ade37 commit 5493051

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

OREAnalytics/orea/scenario/scenariosimmarket.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
#include <qle/termstructures/interpolateddiscountcurve2.hpp>
6060
#include <qle/termstructures/pricecurve.hpp>
6161
#include <qle/termstructures/pricetermstructureadapter.hpp>
62+
#include <qle/termstructures/proxyoptionletvolatility.hpp>
6263
#include <qle/termstructures/proxyswaptionvolatility.hpp>
6364
#include <qle/termstructures/sabrstrippedoptionletadapter.hpp>
6465
#include <qle/termstructures/spreadedblackvolatilitycurve.hpp>

QuantExt/qle/termstructures/proxyoptionletvolatility.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class ProxyOptionletVolatility : public QuantLib::OptionletVolatilityStructure {
5656
const QuantLib::ext::shared_ptr<QuantLib::IborIndex>& index,
5757
const QuantLib::Period& rateComputationPeriod);
5858

59-
QuantLib::ext::shared_ptr<QuantLib::IborIndex> getBaseIndex() const { return baseIndex_; }
59+
QuantLib::ext::shared_ptr<QuantLib::IborIndex> getBaseIndex() const { return baseIndex_; }
6060
QuantLib::ext::shared_ptr<QuantLib::IborIndex> getTargetIndex() const { return targetIndex_; }
6161

6262
private:

0 commit comments

Comments
 (0)