Skip to content

Commit 7f322ae

Browse files
ALEXISDAVID89jenkins
authored andcommitted
QPR-11600 : Modify the message displayed in the run.py file commits previously
1 parent d9c7526 commit 7f322ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Examples/OREAcademy_TA002_IR_Swap

Examples/OREAcademy_TA002_IR_Swap/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
oreex = OreExample(sys.argv[1] if len(sys.argv)>1 else False)
88

9-
oreex.print_headline("Run ORE to produce NPV for a European Equity Option with Implied Volatility")
9+
oreex.print_headline("Run ORE to produce NPV for a Interest Rate Swap")
1010
oreex.run("Input/ore.xml")
11-
oreex.get_times("Output/log.txt")
11+
oreex.get_times("Output/log.txt")

0 commit comments

Comments
 (0)