Skip to content

Commit f73276b

Browse files
pcaspersjenkins
authored andcommitted
QPR-12014 set empty sensi template
1 parent ba5bae5 commit f73276b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OREData/ored/portfolio/equityposition.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ void EquityPosition::build(const boost::shared_ptr<ore::data::EngineFactory>& en
7979
auto qlInstr =
8080
boost::make_shared<EquityPositionInstrumentWrapper>(data_.quantity(), indices_, weights_, fxConversion_);
8181
qlInstr->setPricingEngine(boost::make_shared<EquityPositionInstrumentWrapperEngine>());
82+
setSensitivityTemplate(std::string());
8283
instrument_ = boost::make_shared<VanillaInstrument>(qlInstr);
8384

8485
// no sensible way to set these members

0 commit comments

Comments
 (0)