File tree Expand file tree Collapse file tree
OREData/ored/portfolio/builders Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ class EquityDoubleTouchOptionAnalyticEngineBuilder : public EquityDoubleTouchOpt
8383 boost::shared_ptr<GeneralizedBlackScholesProcess> gbsp = getBlackScholesProcess (assetName, ccy);
8484
8585 engine_ = " AnalyticDoubleBarrierBinaryEngine" ;
86- return boost::make_shared<QuantExt ::AnalyticDoubleBarrierBinaryEngine>(gbsp);
86+ return boost::make_shared<QuantLib ::AnalyticDoubleBarrierBinaryEngine>(gbsp);
8787 }
8888};
8989
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ class EquityTouchOptionEngineBuilder
6363
6464 if (type == " One-Touch" ) {
6565 engine_ = " AnalyticDigitalAmericanEngine" ;
66- return boost::make_shared<QuantExt ::AnalyticDigitalAmericanEngine>(gbsp);
66+ return boost::make_shared<QuantLib ::AnalyticDigitalAmericanEngine>(gbsp);
6767 } else if (type == " No-Touch" ) {
6868 engine_ = " AnalyticDigitalAmericanKOEngine" ;
69- return boost::make_shared<QuantExt ::AnalyticDigitalAmericanKOEngine>(gbsp);
69+ return boost::make_shared<QuantLib ::AnalyticDigitalAmericanKOEngine>(gbsp);
7070 } else {
7171 QL_FAIL (" Unknwon EQ touch option type: " << type);
7272 }
You can’t perform that action at this time.
0 commit comments