FinMath.Payoff Method

Call/Put option payoff (without premium)
public static double Payoff( 
double S
double X
EPutCall PutCall 
)
This language is not supported or no code example is available.
public:  
static double Payoff( 
double S
double X
EPutCall PutCall 
)
This language is not supported or no code example is available.
public static function Payoff( 
S : double
X : double
PutCall : EPutCall 
) : double;
This language is not supported or no code example is available.

Parameters

S
double

underlying asset price

X
double

option exercise (strike) price

PutCall
EPutCall

EPutCall.Call  
EPutCall.Put

Return Value

double

In this article

Definition