cryman38 commited on
Commit
74a62c2
·
verified ·
1 Parent(s): 991b1eb

Upload rebalancing_interface.py

Browse files
Files changed (1) hide show
  1. interface/rebalancing_interface.py +1 -1
interface/rebalancing_interface.py CHANGED
@@ -3,7 +3,7 @@ from modules.rebalancing import rebalancing_tool
3
  from modules.utils import currency_codes, current_time
4
 
5
  examples = [
6
- ["KRW", "458730 KRW 881 [8],\n368590 KRW 133 [2],\n458730 KRW 64 [8],\n368590 KRW 9 [2],", 0],
7
  ["KRW", "SCHD USD 44.023315 [8],\nQQQ USD 0.664435 [2],",0],
8
  ["USD", "AAPL USD 500 [20], \nMSFT USD 300 [15], \nGOOGL USD 400 [10], \nAMZN USD 50 [5], \nTSLA USD 200 [10], \nNVDA USD 250 [10], \nNFLX USD 150 [10], \nQQQ USD 450 [5], \nADBE USD 100 [10], \nPYPL USD 50 [5]", 10000]
9
  ]
 
3
  from modules.utils import currency_codes, current_time
4
 
5
  examples = [
6
+ ["KRW", "458730 KRW 921 [8],\n368590 KRW 134 [2],\n458730 KRW 95 [8],\n368590 KRW 14 [2],", 0],
7
  ["KRW", "SCHD USD 44.023315 [8],\nQQQ USD 0.664435 [2],",0],
8
  ["USD", "AAPL USD 500 [20], \nMSFT USD 300 [15], \nGOOGL USD 400 [10], \nAMZN USD 50 [5], \nTSLA USD 200 [10], \nNVDA USD 250 [10], \nNFLX USD 150 [10], \nQQQ USD 450 [5], \nADBE USD 100 [10], \nPYPL USD 50 [5]", 10000]
9
  ]