[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata swap.xml, 1.42, 1.43
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2007-01-12 09:55:44
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24291/gensrc/metadata Modified Files: swap.xml Log Message: qlSwapMaturity renamed as qlSwapMaturityDate Index: swap.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/swap.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** swap.xml 11 Jan 2007 11:25:51 -0000 1.42 --- swap.xml 12 Jan 2007 09:55:40 -0000 1.43 *************** *** 149,153 **** <Member name='qlSwapStartDate' libraryClass='Swap'> ! <description>Returns the start date for the given Swap object</description> <libraryFunction>startDate</libraryFunction> <SupportedPlatforms> --- 149,153 ---- <Member name='qlSwapStartDate' libraryClass='Swap'> ! <description>Returns the start (i.e. first accrual) date for the given Swap object</description> <libraryFunction>startDate</libraryFunction> <SupportedPlatforms> *************** *** 163,169 **** </Member> ! <Member name='qlSwapMaturity' libraryClass='Swap'> ! <description>Returns the maturity date for the given Swap object</description> ! <libraryFunction>maturity</libraryFunction> <SupportedPlatforms> <Excel calcInWizard='true' /> --- 163,169 ---- </Member> ! <Member name='qlSwapMaturityDate' libraryClass='Swap'> ! <description>Returns the maturity (i.e. last payment) date for the given Swap object</description> ! <libraryFunction>maturityDate</libraryFunction> <SupportedPlatforms> <Excel calcInWizard='true' /> |