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