[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata vanillaswap.xml, 1.31, 1.32
Brought to you by:
ericehlers,
nando
|
From: Chiara F. <chi...@us...> - 2006-10-26 08:41:17
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29121/gensrc/metadata Modified Files: vanillaswap.xml Log Message: bug fixed in qlMakeVanillaSwap Index: vanillaswap.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/vanillaswap.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** vanillaswap.xml 25 Oct 2006 09:42:47 -0000 1.31 --- vanillaswap.xml 26 Oct 2006 08:41:14 -0000 1.32 *************** *** 82,86 **** <ParameterList> <Parameters> ! <Parameter name='swapTenor' enumeration='QuantLib::Period'> <type>string</type> <tensorRank>scalar</tensorRank> --- 82,86 ---- <ParameterList> <Parameters> ! <Parameter name='swapTenor' libraryType='QuantLib::Period'> <type>string</type> <tensorRank>scalar</tensorRank> *************** *** 97,101 **** <description>the fixed rate</description> </Parameter> ! <Parameter name='forwardStart' enumeration='QuantLib::Period'> <type>string</type> <tensorRank>scalar</tensorRank> --- 97,101 ---- <description>the fixed rate</description> </Parameter> ! <Parameter name='forwardStart' libraryType='QuantLib::Period'> <type>string</type> <tensorRank>scalar</tensorRank> |