VB Syntax
Double CTQryCurves.MKTCapFloor( _
String OptionType, _
Double Notional, _
Long startDate, _
Long matDate, _
DayCountEnum FLTDayCount, _
Double FLTMargin, _
String FLTIndexKey, _
Double Strike, _
String YCKey, _
String IRVolCurve)
Excel Spreadsheet Syntax
=CT.MKT.CapFloor(
Excel String Cell OptionType,
Excel Numeric Cell Notional,
Excel Numeric Cell startDate,
Excel Numeric Cell matDate,
Excel String Cell FLTDayCount,
Excel Numeric Cell FLTMargin,
Excel String Cell FLTIndexKey,
Excel Numeric Cell Strike,
Excel String Cell YCKey,
Excel String Cell IRVolCurve)
C++ Syntax
static double MKTCapFloor(
std::string OptionType,
double Notional,
long startDate,
long matDate,
DayCountEnum FLTDayCount,
double FLTMargin,
std::string FLTIndexKey,
double Strike,
std::string YCKey,
std::string IRVolCurve);
DotNET Syntax
System.Double CTQryCurvesSA.MKTCapFloor(
System.String OptionType,
System.Double Notional,
System.Int32 startDate,
System.Int32 matDate,
CTIEnums.DayCountEnum FLTDayCount,
System.Double FLTMargin,
System.String FLTIndexKey,
System.Double Strike,
System.String YCKey,
System.String IRVolCurve);