[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata ratehelpers.xml, 1.41, 1.42
Brought to you by:
ericehlers,
nando
|
From: Marco B. <mar...@us...> - 2007-01-12 09:25:53
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv10954/gensrc/metadata Modified Files: ratehelpers.xml Log Message: activated exclude/include depo after front futures contract bug fixed Renamed range in wkb Index: ratehelpers.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/ratehelpers.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** ratehelpers.xml 11 Jan 2007 11:25:51 -0000 1.41 --- ratehelpers.xml 12 Jan 2007 09:25:48 -0000 1.42 *************** *** 247,254 **** <description>discard the front Futures the given number of days before its expiry (e.g zero implies the use of the front Futures during its expiry day)</description> </Parameter> ! <Parameter name='depoIncludeFlag'> <type>bool</type> <tensorRank>scalar</tensorRank> ! <description>inclusion boolean to use the Deposits after front Futures expiry</description> </Parameter> </Parameters> --- 247,254 ---- <description>discard the front Futures the given number of days before its expiry (e.g zero implies the use of the front Futures during its expiry day)</description> </Parameter> ! <Parameter name='depoExcludeFlag'> <type>bool</type> <tensorRank>scalar</tensorRank> ! <description>boolean to exclude the Deposits after front Futures expiry</description> </Parameter> </Parameters> |