Skip to content

Commit 3af54da

Browse files
author
rob
committed
remove unused arg in setup spread data
1 parent 15067fb commit 3af54da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/futures/csvconfig/spreadcosts.csv

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Instrument,SpreadCost
1+
Instrument,0
22
AEX,0.063
33
AEX_mini,2.4
44
ALUMINIUM,1.8
@@ -63,7 +63,7 @@ CHFJPY-ICE,0.022000000000000002
6363
CHF_micro,0.00011
6464
CHINA120,0.0
6565
CHINAA-CON,0.0
66-
CLP,5.4000000000000005e-05
66+
CLP,1.6e-05
6767
CNH,0.00022999999999999998
6868
CNH-CME,0.0
6969
CNH-CME_micro,0.0
@@ -304,7 +304,7 @@ LEANHOG,0.026000000000000002
304304
LIBOR1,0.01
305305
LIVECOW,0.018000000000000002
306306
LUMBER,2.1
307-
LUMBER-new,13.0
307+
LUMBER-new,9.1
308308
MARS-ARGUS,0.0
309309
MIB,0.0
310310
MIB-DIVI,0.0

sysinit/futures/repocsv_spread_costs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
def copy_spread_costs_from_csv_to_mongo(data: dataBlob):
14-
data_out = mongoSpreadCostData(data.mongo_db, check_for_empty_db=False)
14+
data_out = mongoSpreadCostData(data.mongo_db)
1515
data_in = csvSpreadCostData()
1616

1717
print("Transferring from %s to %s" % (str(data_in), str(data_out)))

0 commit comments

Comments
 (0)