-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
📄 Task
Provide a working example of how to evaluate risk-return tradeoffs for various asset classes, utilizing OpenBB.
📋 Requirements:
- Template: Start by copying the example template notebook.
- Content:
- Give your notebook a meaningful name.
- Fill in the details in the template, including the notebook title, description, your GitHub username, the notebook name in the Google Colab button, and any additional sections relevant to the task.
- Write code that uses OpenBB's features to model risk-return tradeoffs.
- If your notebook requires additional dependencies, please specify those.
- Testing: Ensure that all cells in the notebook run successfully and produce the intended results.
- Documentation: Comment your code and add markdown cells where necessary to provide explanations for the analysis.
- Output: The final notebook should be added to the
examples
folder in this repository.
💡 Tips:
- Refer to the OpenBB Documentation for guidance on using OpenBB features.
📬 Submission:
- Follow the submission instructions here.
- Open a Pull Request (PR) to the
develop
branch. - Include a brief description of your notebook and the analysis it performs in the PR body.
Happy hacking!