VB Syntax
Double CTExoticOptions.TurnbullWakemanAsian( _
Long ValueDate, _
DayCountEnum dayCounter, _
String CallPut, _
Double S, _
Double SA, _
Double X, _
Long T, _
Long T2, _
Long tau, _
Double r, _
Double b, _
Double v, _
String Greek)
Excel Spreadsheet Syntax
=CT.EXO.TurnbullWakemanAsian(
Excel Numeric Cell ValueDate,
Excel String Cell dayCounter,
Excel String Cell CallPut,
Excel Numeric Cell S,
Excel Numeric Cell SA,
Excel Numeric Cell X,
Excel Numeric Cell T,
Excel Numeric Cell T2,
Excel Numeric Cell tau,
Excel Numeric Cell r,
Excel Numeric Cell b,
Excel Numeric Cell v,
Excel String Cell Greek)
C++ Syntax
static double TurnbullWakemanAsian(
long ValueDate,
DayCountEnum dayCounter,
std::string CallPut,
double S,
double SA,
double X,
long T,
long T2,
long tau,
double r,
double b,
double v,
std::string Greek);
DotNET Syntax
System.Double CTExoticOptionsSA.TurnbullWakemanAsian(
System.Int32 ValueDate,
CTIEnums.DayCountEnum dayCounter,
System.String CallPut,
System.Double S,
System.Double SA,
System.Double X,
System.Int32 T,
System.Int32 T2,
System.Int32 tau,
System.Double r,
System.Double b,
System.Double v,
System.String Greek);