Calculates the present value of a European call option where the underlying asset pays a continuous dividend.
Calculates the present value of a European call option where the underlying asset pays a continuous dividend.
public double CallWithYield(double,double,double,double,double,DateTime,DateTime,string);
Calculates the present value of a European call option where the underlying asset pays a continuous dividend.
public double CallWithYield(double,double,double,double,double,double);
EuropeanEvaluation Class | Options Namespace | Evaluates the present value of the call option on an asset which pays dividends (or other payments) as discrete time intervals.