[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata marketmodels.xml, 1.19, 1.20
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-08-21 19:21:57
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv13461/gensrc/metadata Modified Files: marketmodels.xml Log Message: setMoneyMarketMeasurePlus(Size offset = 1) added Index: marketmodels.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/marketmodels.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** marketmodels.xml 21 Aug 2006 08:17:07 -0000 1.19 --- marketmodels.xml 21 Aug 2006 19:21:54 -0000 1.20 *************** *** 304,307 **** --- 304,328 ---- </Member> + <Member name='qlEvolutionDescriptionSetMoneyMarketMeasurePlus' libraryClass='EvolutionDescription'> + <description>Set the money market measure plus offest to the EvolutionDescription object</description> + <libraryFunction>setMoneyMarketMeasurePlus</libraryFunction> + <supportedPlatforms> + <supportedPlatform>excel</supportedPlatform> + </supportedPlatforms> + <ParameterList> + <Parameters> + <Parameter name='offset' libraryType='QuantLib::Size' default='1'> + <type>long</type> + <tensorRank>scalar</tensorRank> + <description>offset to apply to the Money Market Measure (default = 1)</description> + </Parameter> + </Parameters> + </ParameterList> + <ReturnValue> + <type>void</type> + <tensorRank>scalar</tensorRank> + </ReturnValue> + </Member> + <Member name='qlEvolutionDescriptionIsInTerminalMeasure' libraryClass='EvolutionDescription'> <description>Returns TRUE if the EvolutionDescription object is using terminal measure</description> |