File tree Expand file tree Collapse file tree
OREAnalytics/orea/scenario
QuantExt/qle/termstructures Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff 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
6262private:
You can’t perform that action at this time.
0 commit comments