[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata index.xml, 1.29, 1.30
Brought to you by:
ericehlers,
nando
|
From: Katiuscia M. <kma...@us...> - 2006-08-30 18:17:54
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28228/gensrc/metadata Modified Files: index.xml Log Message: uncommented swapindex methods Index: index.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/index.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** index.xml 29 Aug 2006 08:07:52 -0000 1.29 --- index.xml 30 Aug 2006 18:17:48 -0000 1.30 *************** *** 379,383 **** <!-- SwapIndex interface --> ! <!--Member name='qlSwapIndexFixedLegFreq' libraryClass='SwapIndex'> <description>retrieve the frequency for the underlying swap's fixed leg (e.g. annual)</description> <libraryFunction>fixedLegFrequency</libraryFunction> --- 379,383 ---- <!-- SwapIndex interface --> ! <Member name='qlSwapIndexFixedLegFreq' libraryClass='SwapIndex'> <description>retrieve the frequency for the underlying swap's fixed leg (e.g. annual)</description> <libraryFunction>fixedLegFrequency</libraryFunction> *************** *** 392,398 **** <tensorRank>scalar</tensorRank> </ReturnValue> ! </Member--> ! <!--Member name='qlSwapIndexFixedLegBDC' libraryClass='SwapIndex'> <description>retrieve the business day convention for the underlying swap's fixed leg (e.g. Modified Following)</description> <libraryFunction>fixedLegConvention</libraryFunction> --- 392,398 ---- <tensorRank>scalar</tensorRank> </ReturnValue> ! </Member> ! <Member name='qlSwapIndexFixedLegBDC' libraryClass='SwapIndex'> <description>retrieve the business day convention for the underlying swap's fixed leg (e.g. Modified Following)</description> <libraryFunction>fixedLegConvention</libraryFunction> *************** *** 407,415 **** <tensorRank>scalar</tensorRank> </ReturnValue> ! </Member--> <!--<Member name='qlSwapIndexUnderlyingIndex' libraryClass='SwapIndex'> <description>retrieve the swap's underlying index (e.g. EURIBOR6m)</description> ! <libraryFunction>libor</libraryFunction> <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> --- 407,415 ---- <tensorRank>scalar</tensorRank> </ReturnValue> ! </Member> <!--<Member name='qlSwapIndexUnderlyingIndex' libraryClass='SwapIndex'> <description>retrieve the swap's underlying index (e.g. EURIBOR6m)</description> ! <libraryFunction>iborIndex</libraryFunction> <supportedPlatforms> <supportedPlatform>excel</supportedPlatform> |