Bhanu Prasanna commited on
Commit
454a16a
1 Parent(s): c46f56d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -38,8 +38,16 @@ Follow these steps to get started with the project:
38
  ```bash
39
  python main.py
40
 
41
- ## Technique used (Version 1)
42
- ### Mean-Variance Portfolio Optimization
 
 
 
 
 
 
 
 
43
  Overview
44
 
45
  Mean-Variance Portfolio Optimization is a widely used method in finance for constructing an investment portfolio that maximizes expected return for a given level of risk, or equivalently minimizes risk for a given level of expected return. This approach was pioneered by Harry Markowitz and forms the foundation of Modern Portfolio Theory (MPT).
 
38
  ```bash
39
  python main.py
40
 
41
+ ## Technique used (Version 2)
42
+
43
+ 1) Efficient Frontier
44
+ - Parameters used:
45
+ 1.1) Maximum Sharpe Ratio
46
+ 1.2) Efficient Risk
47
+ 1.3) Efficient Return
48
+ 1.4) Minimum Volatility
49
+
50
+ 2) Hierarchical Risk Parity
51
  Overview
52
 
53
  Mean-Variance Portfolio Optimization is a widely used method in finance for constructing an investment portfolio that maximizes expected return for a given level of risk, or equivalently minimizes risk for a given level of expected return. This approach was pioneered by Harry Markowitz and forms the foundation of Modern Portfolio Theory (MPT).