WebCab XL Community Edition

EuropeanEvaluation.PayOffCall Method 

Calculates the payoff at maturity from a European call option.

public double PayOffCall(
   double MaturityPrice,
   double Strike
);

Parameters

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

Remarks

The full name of this function inside Excel is Option_EuropeanEvaluation_PayOffCall.

See Also

EuropeanEvaluation Class | Options Namespace