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