Spaces:
Sleeping
Sleeping
Bhanu Prasanna
commited on
Commit
•
d8ae909
1
Parent(s):
d5de817
Update README.md
Browse files
README.md
CHANGED
@@ -41,38 +41,18 @@ Follow these steps to get started with the project:
|
|
41 |
## Technique used (Version 2)
|
42 |
|
43 |
1) Efficient Frontier
|
44 |
-
- Parameters used
|
45 |
-
|
46 |
|
47 |
1.1) Maximum Sharpe Ratio\
|
48 |
1.2) Efficient Risk\
|
49 |
1.3) Efficient Return\
|
50 |
-
1.4) Minimum Volatility
|
51 |
|
52 |
2) Hierarchical Risk Parity
|
53 |
-
Overview
|
54 |
|
55 |
-
|
56 |
-
Methodology
|
57 |
-
1. Basic Concepts
|
58 |
|
59 |
-
|
60 |
-
|
61 |
-
Risk (Variance): A measure of the dispersion of returns. In portfolio optimization, we seek to minimize the variance of the portfolio returns.
|
62 |
-
|
63 |
-
3. Optimization Algorithm
|
64 |
-
|
65 |
-
Our implementation utilizes the following steps:
|
66 |
-
|
67 |
-
Input Data: Historical returns for each asset in the portfolio.
|
68 |
-
|
69 |
-
Objective Function: Construct an objective function that combines the expected return and variance.
|
70 |
-
|
71 |
-
Optimization Algorithm: We employ a mean-variance optimization algorithm that iteratively adjusts the weights to find the optimal combination.
|
72 |
-
|
73 |
-
Convergence Criteria: The algorithm iterates over a specified number of iterations (e.g., 5000) or until convergence is achieved.
|
74 |
-
|
75 |
-
4. Implementation
|
76 |
|
77 |
In our project, we have implemented the Mean-Variance Portfolio Optimization method with 5000 iterations. The process involves:
|
78 |
|
|
|
41 |
## Technique used (Version 2)
|
42 |
|
43 |
1) Efficient Frontier
|
44 |
+
- Parameters used:
|
|
|
45 |
|
46 |
1.1) Maximum Sharpe Ratio\
|
47 |
1.2) Efficient Risk\
|
48 |
1.3) Efficient Return\
|
49 |
+
1.4) Minimum Volatility
|
50 |
|
51 |
2) Hierarchical Risk Parity
|
|
|
52 |
|
53 |
+
# Overview
|
|
|
|
|
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 |
|