[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata bonds.xml, 1.20, 1.21
Brought to you by:
ericehlers,
nando
|
From: Chiara F. <chi...@us...> - 2006-08-24 16:12:59
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17528/gensrc/metadata Modified Files: bonds.xml Log Message: exposed the following bond's methods: frequency, calendar, daycounter, payment business day convention, accrual business day convention Index: bonds.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/bonds.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** bonds.xml 21 Aug 2006 07:34:29 -0000 1.20 --- bonds.xml 24 Aug 2006 16:12:55 -0000 1.21 *************** *** 12,15 **** --- 12,16 ---- </includes> <copyright> + Copyright (C) 2006 Chiara Fornarola Copyright (C) 2006 Ferdinando Ametrano Copyright (C) 2005, 2006 Eric Ehlers *************** *** 49,53 **** </ReturnValue> </Member> ! <Member name='qlBondThCleanPrice' libraryClass='FixedCouponBond' dependencyTrigger='true'> <description>Theoretical clean price: The default bond settlement is used for calculation.</description> --- 50,128 ---- </ReturnValue> </Member> ! ! <Member name='qlBondCalendar' libraryClass='Bond'> ! <description>Returns the calendar of the bond, e.g. TARGET.</description> ! <libraryFunction>calendar</libraryFunction> ! <supportedPlatforms> ! <supportedPlatform>excel</supportedPlatform> ! </supportedPlatforms> ! <ParameterList> ! <Parameters/> ! </ParameterList> ! <ReturnValue enumeration='QuantLib::Calendar'> ! <type>string</type> ! <tensorRank>scalar</tensorRank> ! </ReturnValue> ! </Member> ! ! <Member name='qlBondAccrualBDC' libraryClass='Bond'> ! <description>Retrieves the accrual business day convention for the given Bond, e.g. Unadjusted.</description> ! <libraryFunction>accrualConvention</libraryFunction> ! <supportedPlatforms> ! <supportedPlatform>excel</supportedPlatform> ! </supportedPlatforms> ! <ParameterList> ! <Parameters/> ! </ParameterList> ! <ReturnValue enumeration='QuantLib::BusinessDayConvention'> ! <type>string</type> ! <tensorRank>scalar</tensorRank> ! </ReturnValue> ! </Member> ! ! <Member name='qlBondPaymentBDC' libraryClass='Bond'> ! <description>Retrieves the accrual business day convention for the given Bond, e.g. Unadjusted.</description> ! <libraryFunction>paymentConvention</libraryFunction> ! <supportedPlatforms> ! <supportedPlatform>excel</supportedPlatform> ! </supportedPlatforms> ! <ParameterList> ! <Parameters/> ! </ParameterList> ! <ReturnValue enumeration='QuantLib::BusinessDayConvention'> ! <type>string</type> ! <tensorRank>scalar</tensorRank> ! </ReturnValue> ! </Member> ! ! <Member name='qlBondDayCount' libraryClass='Bond'> ! <description>Retrieves the day count fraction for the given Bond, e.g. Act/Act.</description> ! <libraryFunction>dayCounter</libraryFunction> ! <supportedPlatforms> ! <supportedPlatform>excel</supportedPlatform> ! </supportedPlatforms> ! <ParameterList> ! <Parameters/> ! </ParameterList> ! <ReturnValue enumeration='QuantLib::DayCounter'> ! <type>string</type> ! <tensorRank>scalar</tensorRank> ! </ReturnValue> ! </Member> ! ! <Member name='qlBondFrequency' libraryClass='Bond'> ! <description>Retrieves the frequency for the given Bond, e.g. Annual.</description> ! <libraryFunction>frequency</libraryFunction> ! <supportedPlatforms> ! <supportedPlatform>excel</supportedPlatform> ! </supportedPlatforms> ! <ParameterList> ! <Parameters/> ! </ParameterList> ! <ReturnValue enumeration='QuantLib::Frequency'> ! <type>string</type> ! <tensorRank>scalar</tensorRank> ! </ReturnValue> ! </Member> <Member name='qlBondThCleanPrice' libraryClass='FixedCouponBond' dependencyTrigger='true'> <description>Theoretical clean price: The default bond settlement is used for calculation.</description> |