Calculates the present value of a European put option on an equity investment which pays dividends during the options life.
Calculates the present value of a European put option on an equity investment which pays dividends during the options life.
public double PutWithDividends(double,double,double,double,DateTime,DateTime,double[],double[],string);
Calculates the present value of a European put option on an equity investment which pays dividends during the options life.
public double PutWithDividends(double,double,double,double,double,double[],double[]);
EuropeanEvaluation Class | Options Namespace | Evaluates the present value of the put option on an asset which pays on continuous yield.