VB Syntax
Double CTQryCurves.CMSForward( _
Long Start, _
Long EndDate, _
String CMSIndexKey, _
String VCKey, _
Boolean InArrears, _
Double CMSRho)
Excel Spreadsheet Syntax
=CT.MKT.CMSForward(
Excel Numeric Cell Start,
Excel Numeric Cell EndDate,
Excel String Cell CMSIndexKey,
Excel String Cell VCKey,
Excel Boolean Value Cell InArrears,
Excel Numeric Cell CMSRho)
C++ Syntax
static double CMSForward(
long Start,
long EndDate,
std::string CMSIndexKey,
std::string VCKey,
bool InArrears,
double CMSRho);
DotNET Syntax
System.Double CTQryCurvesSA.CMSForward(
System.Int32 Start,
System.Int32 EndDate,
System.String CMSIndexKey,
System.String VCKey,
System.Boolean InArrears,
System.Double CMSRho);