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

Add an Equity Index Option product type #54

Closed
domokane opened this issue Dec 28, 2020 · 5 comments · Fixed by #169
Closed

Add an Equity Index Option product type #54

domokane opened this issue Dec 28, 2020 · 5 comments · Fixed by #169
Labels

Comments

@domokane
Copy link
Owner

Add a product type for an option on an equity index called FinEquityIndexOption

This is similar to an Equity vanilla option but customised to index options.

The option can be European or American exercise.

The valuation can take in the futures price rather than the spot price.

It also needs an implied volatility calculation.

Most of this can be copied from FinEquityVanillaOption.

As we have index futures contracts, pricing uses Black's model rather than Black-Scholes.

You will need to add a test module and a notebook showing how this product works.

Reference

https://globaljournals.org/GJMBR_Volume12/10-Pricing-of-Index-Options-Using-Blacks-Model.pdf

@Sean-Koval
Copy link

Hey is this issue still open? I would love to take on the task.

@domokane
Copy link
Owner Author

domokane commented Feb 12, 2021 via email

@shunmaruko
Copy link
Contributor

Hi @domokane,
It seems that FinEquityIndexOption class is not implemented yet.
If it is not completed, I would like to take over the work.

Best regards,

@domokane
Copy link
Owner Author

domokane commented Mar 6, 2023 via email

@shunmaruko
Copy link
Contributor

Hi @domokane,

Thank you for your reply. I'm working on it.Just a quick question.
implied volatility needs to be calculated in case of American Index Option?
I'm glad if you would tell me what kind of algorithm is used in practice.

Best Regards,

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

Successfully merging a pull request may close this issue.

3 participants