WebCab Options and Futures Web Services for .NET v3.1

BinaryOptions.PayOffPut Method 

Evaluates the payoff from a put binary option at expiry.

public double PayOffPut(
   double expiryPrice,
   double strike,
   double payout
);

Parameters

expiryPrice
Underlying asset price at expiry.
strike
The strike price of the binary put option.
payout
The amount paid out when the binary option is exercised in the money.

Return Value

The value of the payoff at expiry of the Binary put option.

See Also

BinaryOptions Class | Options Namespace