VB Syntax
Double CTExoticOptions.ExtremeSpreadOption( _
Long ValueDate, _
DayCountEnum dayCounter, _
Long ExtremeType, _
Double Underlying, _
Double Smin, _
Double Smax, _
Long Timet1, _
Long TimeT2, _
Double Rate, _
Double B, _
Double Vol, _
String Greek)
Excel Spreadsheet Syntax
=CT.EXO.ExtremeSpreadOption(
Excel Numeric Cell ValueDate,
Excel String Cell dayCounter,
Excel Numeric Cell ExtremeType,
Excel Numeric Cell Underlying,
Excel Numeric Cell Smin,
Excel Numeric Cell Smax,
Excel Numeric Cell Timet1,
Excel Numeric Cell TimeT2,
Excel Numeric Cell Rate,
Excel Numeric Cell B,
Excel Numeric Cell Vol,
Excel String Cell Greek)
C++ Syntax
static double ExtremeSpreadOption(
long ValueDate,
DayCountEnum dayCounter,
long ExtremeType,
double Underlying,
double Smin,
double Smax,
long Timet1,
long TimeT2,
double Rate,
double B,
double Vol,
std::string Greek);
DotNET Syntax
System.Double CTExoticOptionsSA.ExtremeSpreadOption(
System.Int32 ValueDate,
CTIEnums.DayCountEnum dayCounter,
System.Int32 ExtremeType,
System.Double Underlying,
System.Double Smin,
System.Double Smax,
System.Int32 Timet1,
System.Int32 TimeT2,
System.Double Rate,
System.Double B,
System.Double Vol,
System.String Greek);