[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata index.xml, 1.46, 1.47
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-11-22 10:48:57
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv31156/gensrc/metadata Modified Files: index.xml Log Message: Index: index.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/index.xml,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** index.xml 31 Oct 2006 11:54:17 -0000 1.46 --- index.xml 22 Nov 2006 10:48:50 -0000 1.47 *************** *** 54,58 **** <Member name='qlIndexFixing' libraryClass='Index' loopParameter='fixingDate'> ! <description>retrive the fixing for the given Index object</description> <libraryFunction>fixing</libraryFunction> <SupportedPlatforms> --- 54,58 ---- <Member name='qlIndexFixing' libraryClass='Index' loopParameter='fixingDate'> ! <description>Returns the fixing for the given Index object. The fixing is retrieved from the time series if available, otherways it is forecasted.</description> <libraryFunction>fixing</libraryFunction> <SupportedPlatforms> *************** *** 66,73 **** <description>fixing date(s)</description> </Parameter> ! <Parameter name='forecastTodaysFixing' default='0' const='False'> <type>bool</type> <tensorRank>scalar</tensorRank> ! <description>forecast today's fixing even if the actual fixing is already available</description> </Parameter> </Parameters> --- 66,73 ---- <description>fixing date(s)</description> </Parameter> ! <Parameter name='forecastToday' default='0' const='False'> <type>bool</type> <tensorRank>scalar</tensorRank> ! <description>forces the forecasting of today's fixing even if the actual fixing is already available in the time series.</description> </Parameter> </Parameters> *************** *** 198,203 **** <Member name='qlInterestRateIndexForecastFixing' libraryClass='InterestRateIndex' loopParameter='fixingDate'> ! <description>retrive the fixing for the given Index object</description> ! <libraryFunction>fixing</libraryFunction> <SupportedPlatforms> <Excel/> --- 198,203 ---- <Member name='qlInterestRateIndexForecastFixing' libraryClass='InterestRateIndex' loopParameter='fixingDate'> ! <description>Returns the forecasted fixing for the given Index object. The fixing is forecasted even if avaible in the actual one is available in the time series.</description> ! <libraryFunction>forecastFixing</libraryFunction> <SupportedPlatforms> <Excel/> |