Bhanu Prasanna commited on
Commit
89761c8
1 Parent(s): cb96d56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -54,18 +54,16 @@ Follow these steps to get started with the project:
54
 
55
  1. Implementation
56
 
57
- In our project, we have implemented the Mean-Variance Portfolio Optimization method with 5000 iterations. The process involves:
58
-
59
- Input: Historical return data for each equity in the Indian market.
60
 
61
  Objective: Maximize expected return while minimizing portfolio variance.
62
 
63
- Optimization: Utilize an iterative approach, adjusting weights to find the optimal allocation.
64
 
65
- Output: The final set of weights that represent the optimal portfolio allocation.
66
 
67
  #### Contributing
68
- We welcome contributions! If you have any ideas for improvements, open an issue or submit a pull request.
69
  License
70
 
71
  This project is licensed under the MIT License.
 
54
 
55
  1. Implementation
56
 
57
+ Input: NSE Stock Tickers, Date you want to track from, Optimization Technique, Parameter to base on, and the amount you want to invest.
 
 
58
 
59
  Objective: Maximize expected return while minimizing portfolio variance.
60
 
61
+ Optimization: Utilize an Optimization method to find the Optimal Allocation to maximize Returns and minimize Volatility. approach, adjusting weights to find the optimal allocation.
62
 
63
+ Output: The final set of weights representing the optimal portfolio allocation, Annual Returns, Cumulative Annual Returns, Cumulative Monthly Returns, and Monthly returns. You will also be able to see Visual charts for the analysis.
64
 
65
  #### Contributing
66
+ We welcome contributions! If you have any improvement ideas, please feel free to open an issue or submit a pull request.
67
  License
68
 
69
  This project is licensed under the MIT License.