Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koko37/options-trading-risk-graph
Risk/Reward Graph of Options Trading
https://github.com/koko37/options-trading-risk-graph
chartjs options-trading vue
Last synced: 4 days ago
JSON representation
Risk/Reward Graph of Options Trading
- Host: GitHub
- URL: https://github.com/koko37/options-trading-risk-graph
- Owner: koko37
- Created: 2024-06-19T16:50:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T07:12:36.000Z (5 months ago)
- Last Synced: 2024-06-21T15:26:33.663Z (5 months ago)
- Topics: chartjs, options-trading, vue
- Language: Vue
- Homepage: https://options-profit-calculator.netlify.app/
- Size: 434 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Objective
Design and implement a front-end for options strategy risk and reward analysis using Vue.
## Brief
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:
1. 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.
2. Max profit, max loss, and all break even points.### Evaluation Criteria
- Completeness of the logic
- Usability of the graph
- Aesthetics of the UI
- Readability and code structure### CodeSubmit
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