WebCab XL Community Edition

EuropeanEvaluation.PayOffPut Method 

Calculates the payoff at maturity from a European put option.

public double PayOffPut(
   double MaturityPrice,
   double Strike
);

Parameters

MaturityPrice
The price of the underlying asset price at the maturity of the option contract.
Strike
The strike price of the put option.

Remarks

The full name of this function inside Excel is Option_EuropeanEvaluation_PayOffPut.

See Also

EuropeanEvaluation Class | Options Namespace