We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43754cb commit 101c2c5Copy full SHA for 101c2c5
1 file changed
OREData/ored/portfolio/commodityspreadoption.hpp
@@ -55,8 +55,8 @@ class CommoditySpreadOption : public ore::data::Trade {
55
std::vector<ore::data::LegData> legData_;
56
std::vector<boost::shared_ptr<CommodityFloatingLegData>> commLegData_;
57
std::string exerciseDate_;
58
- boost::shared_ptr<CommodityCashFlow> longAssetCashFlow_;
59
- boost::shared_ptr<CommodityCashFlow> shortAssetCashFlow_;
+ boost::shared_ptr<QuantExt::CommodityCashFlow> longAssetCashFlow_;
+ boost::shared_ptr<QuantExt::CommodityCashFlow> shortAssetCashFlow_;
60
std::vector<std::string> fxIndex_;
61
QuantLib::Real quantity_;
62
QuantLib::Spread spreadStrike_;
0 commit comments