Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Feb 8, 2025
1 parent 0e406e2 commit 8162785
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions bcutils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,12 @@
"MILK": {"code": "DL", "cycle": "FGHJKMNQUVXZ", "exchange": "CME"},
"MILKDRY": {"code": "DF", "cycle": "FGHJKMNQUVXZ", "exchange": "CME"},
"MILKWET": {"code": "DK", "cycle": "FGHJKMNQUVXZ", "exchange": "CME"},
"MILLWHEAT": {"code": "ML", "cycle": "HKUZ", "days_count": 900, "exchange": "EuronextCom"},
"MILLWHEAT": {
"code": "ML",
"cycle": "HKUZ",
"days_count": 900,
"exchange": "EuronextCom",
},
"MSCIWORLD": {"code": "AC", "cycle": "HMUZ", "exchange": "EUREX"},
"MXP": {"code": "M6", "cycle": "HMUZ", "exchange": "CME"},
"MUMMY": {"code": "S.", "cycle": "HMUZ", "exchange": "JPX"},
Expand Down Expand Up @@ -216,7 +221,12 @@
"VIX": {"code": "VI", "cycle": "FGHJKMNQUVXZ", "exchange": "CFE"},
"VNKI": {"code": "Y.", "cycle": "FGHJKMNQUVXZ", "exchange": "JPX"},
"WHEAT": {"code": "ZW", "cycle": "HKNUZ", "exchange": "CBOT"},
"WHEAT_ICE": {"code": "LW", "cycle": "FHKNUX", "days_count": 900, "exchange": "ICE/EU/Com"},
"WHEAT_ICE": {
"code": "LW",
"cycle": "FHKNUX",
"days_count": 900,
"exchange": "ICE/EU/Com",
},
"WHEY": {"code": "DG", "cycle": "FGHJKMNQUVXZ", "exchange": "CME"},
"YENEUR": {"code": "RY", "cycle": "HMUZ", "exchange": "CME"},
"ZAR": {"code": "T6", "cycle": "HMUZ", "exchange": "CME"},
Expand Down

0 comments on commit 8162785

Please sign in to comment.