Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25073/gensrc/metadata
Modified Files:
Tag: R000313f0-branch
couponvectors.xml enumtypes.xml index.xml optimization.xml
Log Message:
commenting out features not available in QuantLib 0.3.13
Index: index.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/index.xml,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -C2 -d -r1.21 -r1.21.2.1
*** index.xml 31 Jul 2006 11:21:15 -0000 1.21
--- index.xml 1 Aug 2006 11:54:05 -0000 1.21.2.1
***************
*** 87,91 ****
<!-- InterestRateIndex interface -->
! <Member name='qlIndexFamilyName' libraryClass='InterestRateIndex'>
<description>retrieve the family name for the given Index (e.g. EURIBOR)</description>
<libraryFunction>familyName</libraryFunction>
--- 87,91 ----
<!-- InterestRateIndex interface -->
! <!--Member name='qlIndexFamilyName' libraryClass='InterestRateIndex'>
<description>retrieve the family name for the given Index (e.g. EURIBOR)</description>
<libraryFunction>familyName</libraryFunction>
***************
*** 196,200 ****
<tensorRank>vector</tensorRank>
</ReturnValue>
! </Member>
<!-- Xibor interface -->
--- 196,200 ----
<tensorRank>vector</tensorRank>
</ReturnValue>
! </Member-->
<!-- Xibor interface -->
***************
*** 335,339 ****
<!-- SwapIndex interface -->
!
<Member name='qlSwapIndexFixedLegFreq' libraryClass='SwapIndex'>
<description>retrieve the frequency for the underlying swap's fixed leg (e.g. annual)</description>
--- 335,339 ----
<!-- SwapIndex interface -->
! <!--
<Member name='qlSwapIndexFixedLegFreq' libraryClass='SwapIndex'>
<description>retrieve the frequency for the underlying swap's fixed leg (e.g. annual)</description>
***************
*** 365,369 ****
</ReturnValue>
</Member>
!
<!--<Member name='qlSwapIndexUnderlyingIndex' libraryClass='SwapIndex'>
<description>retrieve the swap's underlying index (e.g. EURIBOR6m)</description>
--- 365,369 ----
</ReturnValue>
</Member>
! -->
<!--<Member name='qlSwapIndexUnderlyingIndex' libraryClass='SwapIndex'>
<description>retrieve the swap's underlying index (e.g. EURIBOR6m)</description>
***************
*** 386,390 ****
<!-- SwapIndex constructor -->
!
<Constructor name='qlSwapIndex'>
<libraryFunction>SwapIndex</libraryFunction>
--- 386,390 ----
<!-- SwapIndex constructor -->
! <!--
<Constructor name='qlSwapIndex'>
<libraryFunction>SwapIndex</libraryFunction>
***************
*** 442,446 ****
</ParameterList>
</Constructor>
!
</Functions>
</Category>
--- 442,447 ----
</ParameterList>
</Constructor>
! -->
!
</Functions>
</Category>
Index: enumtypes.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/enumtypes.xml,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -d -r1.8 -r1.8.2.1
*** enumtypes.xml 31 Jul 2006 11:21:15 -0000 1.8
--- enumtypes.xml 1 Aug 2006 11:54:05 -0000 1.8.2.1
***************
*** 901,904 ****
--- 901,905 ----
</Enumeration>
+ <!--
<Enumeration>
<type>QuantLib::ConvexityAdjustmentPricer::Type</type>
***************
*** 915,918 ****
--- 916,920 ----
</EnumerationDefinitions>
</Enumeration>
+ -->
</Enumerations>
Index: couponvectors.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/couponvectors.xml,v
retrieving revision 1.17
retrieving revision 1.17.2.1
diff -C2 -d -r1.17 -r1.17.2.1
*** couponvectors.xml 31 Jul 2006 11:21:15 -0000 1.17
--- couponvectors.xml 1 Aug 2006 11:54:05 -0000 1.17.2.1
***************
*** 87,91 ****
</Constructor>
! <Constructor name='qlCMSCouponVector'>
<libraryFunction>CMSCouponVector</libraryFunction>
<supportedPlatforms>
--- 87,91 ----
</Constructor>
! <!--Constructor name='qlCMSCouponVector'>
<libraryFunction>CMSCouponVector</libraryFunction>
<supportedPlatforms>
***************
*** 156,160 ****
</Parameters>
</ParameterList>
! </Constructor>
<Member name='qlGetLeg' objectClass='CouponVector' dependencyTrigger='true'>
--- 156,160 ----
</Parameters>
</ParameterList>
! </Constructor-->
<Member name='qlGetLeg' objectClass='CouponVector' dependencyTrigger='true'>
Index: optimization.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/optimization.xml,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -d -r1.6 -r1.6.2.1
*** optimization.xml 31 Jul 2006 11:21:15 -0000 1.6
--- optimization.xml 1 Aug 2006 11:54:05 -0000 1.6.2.1
***************
*** 44,47 ****
--- 44,48 ----
<ParameterList>
<Parameters>
+ <!--
<Parameter name="isPositive">
<type>bool</type>
***************
*** 49,52 ****
--- 50,54 ----
<description>TRUE for positive optimization</description>
</Parameter>
+ -->
</Parameters>
</ParameterList>
***************
*** 118,121 ****
--- 120,124 ----
<!-- OptimizationMethod derived classes' constructors -->
+ <!--
<Constructor name='qlConjugateGradient'>
<libraryFunction>ConjugateGradient</libraryFunction>
***************
*** 143,146 ****
--- 146,150 ----
</ParameterList>
</Constructor>
+ -->
<Constructor name='qlLevenbergMarquardt'>
|