VB Syntax
Double CTExoticOptions.Black76( _
Long ValueDate, _
DayCountEnum dayCounter, _
String CallPut, _
Double FwdPrice, _
Double Strike, _
Long Time, _
Double Rate, _
Double Vol, _
String Greek)
Excel Spreadsheet Syntax
=CT.EXO.Black76(
Excel Numeric Cell ValueDate,
Excel String Cell dayCounter,
Excel String Cell CallPut,
Excel Numeric Cell FwdPrice,
Excel Numeric Cell Strike,
Excel Numeric Cell Time,
Excel Numeric Cell Rate,
Excel Numeric Cell Vol,
Excel String Cell Greek)
C++ Syntax
static double Black76(
long ValueDate,
DayCountEnum dayCounter,
std::string CallPut,
double FwdPrice,
double Strike,
long Time,
double Rate,
double Vol,
std::string Greek);
DotNET Syntax
System.Double CTExoticOptionsSA.Black76(
System.Int32 ValueDate,
CTIEnums.DayCountEnum dayCounter,
System.String CallPut,
System.Double FwdPrice,
System.Double Strike,
System.Int32 Time,
System.Double Rate,
System.Double Vol,
System.String Greek);