We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da6a5f commit 62ee399Copy full SHA for 62ee399
1 file changed
OREData/ored/portfolio/asianoption.cpp
@@ -51,7 +51,7 @@ void AsianOption::build(const boost::shared_ptr<EngineFactory>& engineFactory) {
51
else if (option_.payoffType2() == "Geometric")
52
tradeTypeBuilder += "Geometric";
53
else {
54
- QL_FAIL("payoff type 2 must be 'Arithmetic' or 'Geomtetric'");
+ QL_FAIL("payoff type 2 must be 'Arithmetic' or 'Geometric'");
55
}
56
57
// Add Price/Strike
0 commit comments