vibhorag101
commited on
Commit
•
e7c63a2
1
Parent(s):
b64a84d
Minor Changes
Browse files- indicators.py +1 -1
indicators.py
CHANGED
@@ -57,7 +57,7 @@ def get_investment_indicator_report(investment_df, start_date,end_date,SIP_date=
|
|
57 |
Standard Deviation: {investment_sd}
|
58 |
Sharpe Ratio: {investment_sharpe_ratio}
|
59 |
Beta: {investment_beta}
|
60 |
-
|
61 |
UTI NIFTY50 Standard Deviation: {benchmark_sd}
|
62 |
UTI NIFTY50 Sharpe Ratio: {benchmark_sharpe_ratio}""")
|
63 |
|
|
|
57 |
Standard Deviation: {investment_sd}
|
58 |
Sharpe Ratio: {investment_sharpe_ratio}
|
59 |
Beta: {investment_beta}
|
60 |
+
|
61 |
UTI NIFTY50 Standard Deviation: {benchmark_sd}
|
62 |
UTI NIFTY50 Sharpe Ratio: {benchmark_sharpe_ratio}""")
|
63 |
|