Calculates the present value in accordance with the Black-Scholes model of a European put option on an investment asset which does not make any cash payments to holders (such as dividends, coupons or interest payments).
Calculates the present value in accordance with the Black-Scholes model of a European put option on an investment asset which does not make any cash payments to holders (such as dividends, coupons or interest payments).
public double Put(double,double,double,double,DateTime,DateTime,string);
Calculates the present value in accordance with the Black-Scholes model of a European put option on an investment asset which does not make any cash payments to holders (such as dividends, coupons or interest payments).
public double Put(double,double,double,double,double);
EuropeanEvaluation Class | Options Namespace