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