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