Python_Option_Pricing
Python_Option_Pricing copied to clipboard
Would you consider including options spreads in the notebook to make this an even better resource?
What kind of option spreads were you interested in?
Davis Edwards
On Jul 19, 2020, at 2:04 AM, Apurv Shah [email protected] wrote:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Hey David,
In my current project, we have implementing the basic bearish and bullish puts and calls spreads. We are also in the process of implementing straddles and strangles, box and butterfly and calendar spreads and expand it even further. I thought that that would be an excellent addition to this amazing project of yours.
We have also made an attempt to make it a full stack project by building a react app. We have an API up and running on a flask app as of now. You can have a look at https://github.com/ChiragJhawar/ProjectReward. I would love to add on to your projects by implementing the spreads algorithm and the payoff graphs. We believe that your code is very useful and important to us specially to determine the price of options.
@dedwards25