Design and implement a front-end for options strategy risk and reward analysis using Vue.
Your challenge is to create a Vue component that can generate a risk & reward graph for options strategies. The component should accept an input of up to four options contracts and output the following:
- A risk & reward graph where X is the price of the underlying at the time of expiry and Y is the profit/loss at that price.
- Max profit, max loss, and all break even points.
- Completeness of the logic
- Usability of the graph
- Aesthetics of the UI
- Readability and code structure
Please organize, design, test, and document your code as if it were going into production - then push your changes to the main branch.
Reply to the invitation e-mail with your github username to notify of completion.
Have fun coding! 🚀 The Aries Financial Team