[QuantLibAddin-cvs] QuantLibAddin/qlo schedule.cpp, 1.4, 1.5 schedule.hpp, 1.4, 1.5
Brought to you by:
ericehlers,
nando
|
From: Cristina D. <cdu...@us...> - 2006-09-05 11:44:57
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22056/qlo Modified Files: schedule.cpp schedule.hpp Log Message: added business day convention for Termination Date in qlSchedule2 and corresponding C++ constructor Index: schedule.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/schedule.hpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** schedule.hpp 5 Sep 2006 08:50:48 -0000 1.4 --- schedule.hpp 5 Sep 2006 11:44:54 -0000 1.5 *************** *** 39,42 **** --- 39,43 ---- const QuantLib::Calendar& calendar, QuantLib::BusinessDayConvention convention, + QuantLib::BusinessDayConvention terminationDateConvention, bool backward, bool endOfMonth, Index: schedule.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/schedule.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** schedule.cpp 5 Sep 2006 08:50:48 -0000 1.4 --- schedule.cpp 5 Sep 2006 11:44:54 -0000 1.5 *************** *** 52,55 **** --- 52,56 ---- const QuantLib::Calendar& calendar, QuantLib::BusinessDayConvention convention, + QuantLib::BusinessDayConvention terminationDateConvention, bool backward, bool endOfMonth, *************** *** 63,66 **** --- 64,68 ---- calendar, convention, + terminationDateConvention, backward, endOfMonth, |