Evaluates the value of a European call option on an index (for example the SP500 (US), FTSE100 (UK)).
Evaluates the value of a European call option on an index (for example the SP500 (US), FTSE100 (UK)).
public double CallOnIndex(double,double,double,double,double,DateTime,DateTime,string);
Evaluates the value of a European call option on an index (for example the SP500 (US), FTSE100 (UK)).
public double CallOnIndex(double,double,double,double,double,double);
EuropeanEvaluation Class | Options Namespace