VB Syntax
String CTProcesses.GBSProcess( _
String Key, _
Long Reload, _
String ValueDate, _
Double x0, _
Double rate, _
Double ext, _
DayCountEnum RateDayCount, _
Double sigma, _
DayCountEnum VolDayCount)
Excel Spreadsheet Syntax
=CT.PRO.GBSProcess(
Excel String Cell Key,
Excel Numeric Cell Reload,
Excel String Cell ValueDate,
Excel Numeric Cell x0,
Excel Numeric Cell rate,
Excel Numeric Cell ext,
Excel String Cell RateDayCount,
Excel Numeric Cell sigma,
Excel String Cell VolDayCount)
C++ Syntax
static std::string GBSProcess(
std::string Key,
long Reload,
std::string ValueDate,
double x0,
double rate,
double ext,
DayCountEnum RateDayCount,
double sigma,
DayCountEnum VolDayCount);
DotNET Syntax
System.String CTProcessesSA.GBSProcess(
System.String Key,
System.Int32 Reload,
System.String ValueDate,
System.Double x0,
System.Double rate,
System.Double ext,
CTIEnums.DayCountEnum RateDayCount,
System.Double sigma,
CTIEnums.DayCountEnum VolDayCount);