Description Usage Arguments Value Examples
This function return the result of a call option
1 | payoff_call(X_T, b, a, K)
|
X_T |
The value of the underlying asset |
b |
The strike price |
a |
The multiplicator factor (1 most of the time) |
K |
The constant that is added to the payoff (equal to b most of the time) |
The result of a call option
1 | payoff_call(10,1,1,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.