We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8f45f8 + 1f95dae commit 39c2f4dCopy full SHA for 39c2f4d
1 file changed
OREData/ored/portfolio/builders/fxforward.hpp
@@ -63,7 +63,6 @@ class FxForwardEngineBuilder : public FxForwardEngineBuilderBase {
63
protected:
64
QuantLib::ext::shared_ptr<PricingEngine> engineImpl(const Currency& forCcy, const Currency& domCcy,
65
const std::string& discountCurve) override {
66
- std::cout << "getting curve '" << discountCurve << "'" << std::endl;
67
string pair = forCcy.code() + domCcy.code();
68
return QuantLib::ext::make_shared<QuantExt::DiscountingFxForwardEngine>(
69
domCcy, market_->discountCurve(domCcy.code(), configuration(MarketContext::pricing)), forCcy,
0 commit comments