Skip to content

Commit d26124d

Browse files
committed
Notebook 'efficient frontier single period' is edited
1 parent 03ed090 commit d26124d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/03 efficient frontier single period.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
],
5151
"source": [
5252
"ls2 = ['SPY.US', 'BND.US']\n",
53-
"ccy='USD'\n",
53+
"curr='USD'\n",
5454
"two_assets = ok.EfficientFrontier(symbols=ls2, ccy=curr, n_points=100) # n_points - specifies a number of points in the Efficient Frontier chart (default is 20)\n",
5555
"two_assets"
5656
]

0 commit comments

Comments
 (0)