Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review/Improve Introduction to Options Tutorial #249

Open
AlexCatarino opened this issue Nov 21, 2019 · 1 comment
Open

Review/Improve Introduction to Options Tutorial #249

AlexCatarino opened this issue Nov 21, 2019 · 1 comment

Comments

@AlexCatarino
Copy link
Member

AlexCatarino commented Nov 21, 2019

In the Historical Volatility and Implied Volatility Tutorial, for example, there is no documentation for the variables of the method:

def bsm_price(option_type, sigma, s, k, r, T, q):
    pass

what is q?

Also, we should be able to run it in Research with QuantConnect data.

Currently, some tutorials are relying on external data and libraries, e.g. Options package in Volatility Skew. In this case Options is no longer available.

@AlexCatarino
Copy link
Member Author

Review: "The Value of Options"

TimeValue = Premium - IntrinsicValue
-7 = 10 - 17

The premium must be higher than the intrinsic value or the time value would be negative.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant