[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata bonds.xml, 1.22, 1.23
Brought to you by:
ericehlers,
nando
|
From: Chiara F. <chi...@us...> - 2006-08-28 15:19:09
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv18922/gensrc/metadata Modified Files: bonds.xml Log Message: exposed the following bond's methods: maturity date and first coupon date Index: bonds.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/bonds.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** bonds.xml 28 Aug 2006 10:05:24 -0000 1.22 --- bonds.xml 28 Aug 2006 15:19:01 -0000 1.23 *************** *** 53,56 **** --- 53,86 ---- </Member> + <Member name='qlBondFirstCouponDate' libraryClass='Bond'> + <description>Retrieves the first coupon date of the bond.</description> + <libraryFunction>firstCouponDate</libraryFunction> + <supportedPlatforms> + <supportedPlatform>excel</supportedPlatform> + </supportedPlatforms> + <ParameterList> + <Parameters/> + </ParameterList> + <ReturnValue libraryType='QuantLib::Date'> + <type>long</type> + <tensorRank>scalar</tensorRank> + </ReturnValue> + </Member> + + <Member name='qlBondMaturityDate' libraryClass='Bond'> + <description>Retrieves the maturity date of the bond.</description> + <libraryFunction>maturityDate</libraryFunction> + <supportedPlatforms> + <supportedPlatform>excel</supportedPlatform> + </supportedPlatforms> + <ParameterList> + <Parameters/> + </ParameterList> + <ReturnValue libraryType='QuantLib::Date'> + <type>long</type> + <tensorRank>scalar</tensorRank> + </ReturnValue> + </Member> + <Member name='qlBondCalendar' libraryClass='Bond'> <description>Returns the calendar of the bond, e.g. TARGET.</description> |