We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f4b3c commit d67fccfCopy full SHA for d67fccf
1 file changed
OREData/ored/portfolio/trade.hpp
@@ -161,8 +161,8 @@ class Trade : public XMLSerializable {
161
//! returns all additional data returned by the trade once built
162
const virtual std::map<std::string,boost::any>& additionalData() const;
163
164
- /*! returns the pricing engine id 'Swap/DiscountedCashflows/DiscountingSwapEngine'
165
- for this trade, this is only available after build() has been called */
+ /*! returns the sensi template, e.g. "IR_Analytical" for this trade,
+ this is only available after build() has been called */
166
const std::string& sensitivityTemplate() const;
167
//@}
168
0 commit comments