0

I have some software that spits out information about an option. Strike, underlying information, etc, but I cannot get the greeks using this software.

Given that these are American options, is there any way I can calculate the greeks using the given information?

I saw this saying that the Black-Scholes model can be used for American options with a few caveats. I'm wondering if I can take the formulas from this model for the greeks and get a reliable number out of it without knowing what technique the brokerage used to price the options. The only other option I can think of is running a model to "re-price" the option and then use those greeks, but that seems excessive. I feel like I should be able to get the greeks from the given information.

Can anyone help? Thanks!

Bob Baerker
  • 77,328
  • 15
  • 101
  • 175
Steve
  • 1

1 Answers1

1

It depends on the accuracy you require.

Some of them are intuitive - e.g. the 'delta' is the likelihood the option will expire above or below the strike price of the option. For an at-the-money option, that will be 50%. For an out-of-the money option, that will be close to zero. An in the money option will be close to 100%. 'gamma' is how much the 'delta' will change if the price of the stock moves.

There should be plenty of tools online to give you this information. Your broker may also provide you with tools to do this calculation.

Implementing the Cox-Rubenstein Binomial Option Pricing Model method is not a small task however.

xirt
  • 5,191
  • 11
  • 38