Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv10467/gensrc/metadata
Modified Files:
couponvectors.xml schedule.xml
Log Message:
Index: schedule.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/schedule.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** schedule.xml 31 Oct 2006 18:13:47 -0000 1.18
--- schedule.xml 6 Nov 2006 09:13:10 -0000 1.19
***************
*** 4,7 ****
--- 4,8 ----
<xlFunctionWizardCategory>QuantLib - Date</xlFunctionWizardCategory>
<copyright>
+ Copyright (C) 2006 Ferdinando Ametrano
Copyright (C) 2005 Aurelien Chanudet
</copyright>
***************
*** 45,54 ****
<description>termination date business day convention</description>
</Parameter>
! <Parameter name='backward' default='1'>
<type>bool</type>
<tensorRank>scalar</tensorRank>
<description>backward generation of the schedule. By default, TRUE.</description>
</Parameter>
! <Parameter name='endOfMonth' default='0'>
<type>bool</type>
<tensorRank>scalar</tensorRank>
--- 46,55 ----
<description>termination date business day convention</description>
</Parameter>
! <Parameter name='backward' default='true'>
<type>bool</type>
<tensorRank>scalar</tensorRank>
<description>backward generation of the schedule. By default, TRUE.</description>
</Parameter>
! <Parameter name='endOfMonth' default='false'>
<type>bool</type>
<tensorRank>scalar</tensorRank>
Index: couponvectors.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/couponvectors.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** couponvectors.xml 30 Oct 2006 10:30:57 -0000 1.40
--- couponvectors.xml 6 Nov 2006 09:13:10 -0000 1.41
***************
*** 159,166 ****
<description>Vanilla CMS Coupon Pricer Type (e.g ConundrumByBlack, ConundrumByNumericalIntegration)</description>
</Parameter>
! <Parameter name='modelOfYieldCurve' enumeration='QuantLib::GFunctionFactory::ModelOfYieldCurve'>
<type>string</type>
<tensorRank>scalar</tensorRank>
! <description>model Of YieldCurve (e.g standard, exactYield, parallelShifts, nonParallelShifts)</description>
</Parameter>
</Parameters>
--- 159,166 ----
<description>Vanilla CMS Coupon Pricer Type (e.g ConundrumByBlack, ConundrumByNumericalIntegration)</description>
</Parameter>
! <Parameter name='yieldCurveModel' enumeration='QuantLib::GFunctionFactory::ModelOfYieldCurve'>
<type>string</type>
<tensorRank>scalar</tensorRank>
! <description>yield curve model for convexity adjustment (e.g standard, exactYield, parallelShifts, nonParallelShifts)</description>
</Parameter>
</Parameters>
|