Skip to content

Commit

Permalink
Merge branch 'develop' into better_split_import
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Oct 23, 2024
2 parents d7eb700 + 65f662d commit 7a9cfe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/futures/csvconfig/spreadcosts.csv
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ GOLD-mini,0.24
GOLD_micro,0.08800000000000001
HANG,1.5
HANG-DIV,0.0
HANG-TECH,0.0
HANGTECH,0.0
HANGENT,1.0
HANGENT-GTR,0.0
HANGENT-NTR,0.0
Expand Down Expand Up @@ -266,7 +266,7 @@ HSCEI-DIV,0.0
HUF,6.5000000000000004e-06
HUFEUR,0.0
IBEX_mini,2.5
IBXEX,0.0
IBEX,0.0
IG,0.029
IND-BANK,0.0
IND-FIN,0.0
Expand Down
2 changes: 1 addition & 1 deletion sysproduction/reporting/report_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,5 @@ def modify_kwargs(self, **kwargs):
remove_markets_report=remove_markets_report_config,
market_monitor_report=market_monitor_report_config,
account_curve_report=account_curve_report_config,
commission_report_config=commission_report_config,
commission_report=commission_report_config,
)

0 comments on commit 7a9cfe4

Please sign in to comment.