This problem's question is: What is the Vanilla European Call option price for 1000 shares?
The parameters are:
Round the answer to the nearest multiple of 500. Several web calculators were tried. Only one was in error and that one still gave the correct answer when rounded to the nearest multiple of 500. In fact, the error was less than 100. Using the call option value formula at the top of the Black-Scholes-Merton Brillliant Wiki page gave an answer matching the answer in the solution with about 12 initial digits the same and with the one mentioned exception, matched the rest to within a few cents so that rounding to the nearest even dollar would have hidden the differences. This could have been computer mathematics library differences or the difference between single and double precision arithmetic.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Wolfram Mathematica 12:
FinancialDerivative [ { Vanilla , European , Call } , { StrikePrice → 1 9 0 × 1 0 0 0 , Expiration → 3 6 5 9 1 } ,
{ InterestRate → 2 . 0 3 % , Volatility → 2 8 % , CurrentPrice → 1 9 5 × 1 0 0 0 , Dividend → 1 . 5 % } , Rules } ]
{ Value → 1 3 4 9 9 . 2 4 8 8 1 3 6 3 0 9 ,
Greeks → { Delta → 0 . 6 0 2 2 9 6 , Gamma → 0 . 0 0 0 0 1 4 0 7 5 2 , Rho → 2 5 9 1 5 . 8 , Theta → − 2 1 3 2 8 . 2 , Vega → 3 7 3 6 1 . 7 } }
Note well, the 1000 share lot quantity was built into the stock and strike prices so that the value of the call option is the total amount.