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