[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata calendar.xml, 1.18, 1.19
Brought to you by:
ericehlers,
nando
|
From: Katiuscia M. <kma...@us...> - 2006-08-31 16:40:52
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv10846/gensrc/metadata Modified Files: calendar.xml Log Message: in synch with C++ Index: calendar.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/calendar.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** calendar.xml 31 Aug 2006 14:53:17 -0000 1.18 --- calendar.xml 31 Aug 2006 16:40:47 -0000 1.19 *************** *** 240,243 **** --- 240,248 ---- <description>rolling convention</description> </Parameter> + <Parameter name='endOfMonth' default='false'> + <type>bool</type> + <tensorRank>scalar</tensorRank> + <description>flag to enforce end of month convention</description> + </Parameter> </Parameters> </ParameterList> |