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