[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata bonds.xml, 1.45, 1.46
Brought to you by:
ericehlers,
nando
|
From: Chiara F. <chi...@us...> - 2007-01-03 10:55:43
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv10594/gensrc/metadata Modified Files: bonds.xml Log Message: add short description to bond Index: bonds.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/bonds.xml,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** bonds.xml 2 Jan 2007 15:14:02 -0000 1.45 --- bonds.xml 3 Jan 2007 10:55:36 -0000 1.46 *************** *** 35,38 **** --- 35,53 ---- </Member> + <Member name='qlBondDescription' objectClass='Bond'> + <description>Returns the bond description string</description> + <libraryFunction>description</libraryFunction> + <SupportedPlatforms> + <Excel/> + </SupportedPlatforms> + <ParameterList> + <Parameters/> + </ParameterList> + <ReturnValue> + <type>string</type> + <tensorRank>scalar</tensorRank> + </ReturnValue> + </Member> + <Member name='qlBondSettlementDate' libraryClass='Bond'> <description>Returns the settlement date of the bond.</description> *************** *** 329,336 **** <ParameterList> <Parameters> <Parameter name='FaceAmount'> <type>double</type> <tensorRank>scalar</tensorRank> ! <description> face amount of the bond</description> </Parameter> <Parameter name='issueDate' libraryType='QuantLib::Date'> --- 344,356 ---- <ParameterList> <Parameters> + <Parameter name='Description' default='""'> + <type>string</type> + <tensorRank>scalar</tensorRank> + <description>bond description string</description> + </Parameter> <Parameter name='FaceAmount'> <type>double</type> <tensorRank>scalar</tensorRank> ! <description>bond face amount</description> </Parameter> <Parameter name='issueDate' libraryType='QuantLib::Date'> *************** *** 339,343 **** <description>issue date</description> </Parameter> ! <Parameter name='maturityDate' libraryType='QuantLib::Date'> <type>long</type> <tensorRank>scalar</tensorRank> --- 359,363 ---- <description>issue date</description> </Parameter> ! <Parameter name='maturity' libraryType='QuantLib::Date'> <type>long</type> <tensorRank>scalar</tensorRank> *************** *** 385,392 **** <ParameterList> <Parameters> <Parameter name='FaceAmount'> <type>double</type> <tensorRank>scalar</tensorRank> ! <description> face amount of the bond</description> </Parameter> <Parameter name='issueDate' libraryType='QuantLib::Date'> --- 405,417 ---- <ParameterList> <Parameters> + <Parameter name='Description' default='""'> + <type>string</type> + <tensorRank>scalar</tensorRank> + <description>bond description string</description> + </Parameter> <Parameter name='FaceAmount'> <type>double</type> <tensorRank>scalar</tensorRank> ! <description>bond face amount</description> </Parameter> <Parameter name='issueDate' libraryType='QuantLib::Date'> *************** *** 400,404 **** <description>first coupon date</description> </Parameter> ! <Parameter name='maturityDate' libraryType='QuantLib::Date'> <type>long</type> <tensorRank>scalar</tensorRank> --- 425,429 ---- <description>first coupon date</description> </Parameter> ! <Parameter name='maturity' libraryType='QuantLib::Date'> <type>long</type> <tensorRank>scalar</tensorRank> *************** *** 471,478 **** <ParameterList> <Parameters> <Parameter name='FaceAmount'> <type>double</type> <tensorRank>scalar</tensorRank> ! <description> face amount of the bond</description> </Parameter> <Parameter name='issueDate' libraryType='QuantLib::Date'> --- 496,508 ---- <ParameterList> <Parameters> + <Parameter name='Description' default='""'> + <type>string</type> + <tensorRank>scalar</tensorRank> + <description>bond description string</description> + </Parameter> <Parameter name='FaceAmount'> <type>double</type> <tensorRank>scalar</tensorRank> ! <description>bond face amount</description> </Parameter> <Parameter name='issueDate' libraryType='QuantLib::Date'> *************** *** 486,490 **** <description>first coupon date</description> </Parameter> ! <Parameter name='maturityDate' libraryType='QuantLib::Date'> <type>long</type> <tensorRank>scalar</tensorRank> --- 516,520 ---- <description>first coupon date</description> </Parameter> ! <Parameter name='maturity' libraryType='QuantLib::Date'> <type>long</type> <tensorRank>scalar</tensorRank> |