Skip to content

Commit d67fccf

Browse files
pcaspersjenkins
authored andcommitted
QPR-12014 fix description
1 parent 44f4b3c commit d67fccf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OREData/ored/portfolio/trade.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ class Trade : public XMLSerializable {
161161
//! returns all additional data returned by the trade once built
162162
const virtual std::map<std::string,boost::any>& additionalData() const;
163163

164-
/*! returns the pricing engine id 'Swap/DiscountedCashflows/DiscountingSwapEngine'
165-
for this trade, this is only available after build() has been called */
164+
/*! returns the sensi template, e.g. "IR_Analytical" for this trade,
165+
this is only available after build() has been called */
166166
const std::string& sensitivityTemplate() const;
167167
//@}
168168

0 commit comments

Comments
 (0)