Updates to benchmark and investing_style choices input (#40)
Browse files- Updates to benchmark and investing_style choices input (942584d788c5faf67eef0b084d2470a7d22241aa)
Co-authored-by: Warren Borders <wborders@users.noreply.huggingface.co>
ef.py
CHANGED
@@ -14,7 +14,7 @@ def ef_viz(stock_df,choices):
|
|
14 |
#st.write("EF Visualization KOI EDITS")
|
15 |
# st.header('CAPM Model and the Efficient Frontier')
|
16 |
|
17 |
-
symbols, weights,
|
18 |
tickers = symbols
|
19 |
|
20 |
#tickers.append('sp500')
|
|
|
14 |
#st.write("EF Visualization KOI EDITS")
|
15 |
# st.header('CAPM Model and the Efficient Frontier')
|
16 |
|
17 |
+
symbols, weights, benchmark, investing_style, rf, A_coef = choices.values()
|
18 |
tickers = symbols
|
19 |
|
20 |
#tickers.append('sp500')
|