Calculates the present value in accordance with the Black-Scholes model of a European call option on an equity investment which pays dividends during the options life.
Calculates the present value in accordance with the Black-Scholes model of a European call option on an equity investment which pays dividends during the options life.
public double CallWithDividends(double,double,double,double,DateTime,DateTime,double[],double[],string);
Calculates the present value in accordance with the Black-Scholes model of a European call option on an equity investment which pays dividends during the options life.
public double CallWithDividends(double,double,double,double,double,double[],double[]);
EuropeanEvaluation Class | Options Namespace | Evaluates the present value of the call option on an asset which pays on continuous yield.