VB Syntax
Double CTOptionSolver.SOLVETakeoverFXoption( _
Long ValueDate, _
DayCountEnum dayCounter, _
Double PremiumVal, _
String SolverKey, _
Double tolerance, _
Double v, _
Double b, _
Double E, _
Double X, _
Long T, _
Double r, _
Double rf, _
Double vV, _
Double vE, _
Double rho, _
String SolveFor)
Excel Spreadsheet Syntax
=CT.SOLVETakeoverFXoption(
Excel Numeric Cell ValueDate,
Excel String Cell dayCounter,
Excel Numeric Cell PremiumVal,
Excel String Cell SolverKey,
Excel Numeric Cell tolerance,
Excel Numeric Cell v,
Excel Numeric Cell b,
Excel Numeric Cell E,
Excel Numeric Cell X,
Excel Numeric Cell T,
Excel Numeric Cell r,
Excel Numeric Cell rf,
Excel Numeric Cell vV,
Excel Numeric Cell vE,
Excel Numeric Cell rho,
Excel String Cell SolveFor)
C++ Syntax
static double SOLVETakeoverFXoption(
long ValueDate,
DayCountEnum dayCounter,
double PremiumVal,
std::string SolverKey,
double tolerance,
double v,
double b,
double E,
double X,
long T,
double r,
double rf,
double vV,
double vE,
double rho,
std::string SolveFor);
DotNET Syntax
System.Double CTOptionSolverSA.SOLVETakeoverFXoption(
System.Int32 ValueDate,
CTIEnums.DayCountEnum dayCounter,
System.Double PremiumVal,
System.String SolverKey,
System.Double tolerance,
System.Double v,
System.Double b,
System.Double E,
System.Double X,
System.Int32 T,
System.Double r,
System.Double rf,
System.Double vV,
System.Double vE,
System.Double rho,
System.String SolveFor);