@@ -111,7 +111,7 @@ class Venue(StringyMixin, str, Enum):
111111 EQUS
112112 Databento US Equities - Consolidated.
113113 IFUS
114- ICE US.
114+ ICE Futures US.
115115 IFLL
116116 ICE Europe Financials.
117117 XEUR
@@ -490,7 +490,7 @@ def description(self) -> str:
490490 if self == Venue .EQUS :
491491 return "Databento US Equities - Consolidated"
492492 if self == Venue .IFUS :
493- return "ICE US"
493+ return "ICE Futures US"
494494 if self == Venue .IFLL :
495495 return "ICE Europe Financials"
496496 if self == Venue .XEUR :
@@ -577,7 +577,7 @@ class Dataset(StringyMixin, str, Enum):
577577 EQUS_MINI
578578 Databento US Equities Mini.
579579 IFUS_IMPACT
580- ICE US iMpact.
580+ ICE Futures US iMpact.
581581 IFLL_IMPACT
582582 ICE Europe Financials iMpact.
583583 XEUR_EOBI
@@ -872,7 +872,7 @@ def description(self) -> str:
872872 if self == Dataset .EQUS_MINI :
873873 return "Databento US Equities Mini"
874874 if self == Dataset .IFUS_IMPACT :
875- return "ICE US iMpact"
875+ return "ICE Futures US iMpact"
876876 if self == Dataset .IFLL_IMPACT :
877877 return "ICE Europe Financials iMpact"
878878 if self == Dataset .XEUR_EOBI :
@@ -1081,9 +1081,9 @@ class Publisher(StringyMixin, str, Enum):
10811081 XNYS_TRADES_EQUS
10821082 NYSE Trades - Consolidated.
10831083 IFUS_IMPACT_IFUS
1084- ICE US.
1084+ ICE Futures US.
10851085 IFUS_IMPACT_XOFF
1086- ICE US - Off-Market Trades.
1086+ ICE Futures US - Off-Market Trades.
10871087 IFLL_IMPACT_IFLL
10881088 ICE Europe Financials.
10891089 IFLL_IMPACT_XOFF
@@ -2261,9 +2261,9 @@ def description(self) -> str:
22612261 if self == Publisher .XNYS_TRADES_EQUS :
22622262 return "NYSE Trades - Consolidated"
22632263 if self == Publisher .IFUS_IMPACT_IFUS :
2264- return "ICE US"
2264+ return "ICE Futures US"
22652265 if self == Publisher .IFUS_IMPACT_XOFF :
2266- return "ICE US - Off-Market Trades"
2266+ return "ICE Futures US - Off-Market Trades"
22672267 if self == Publisher .IFLL_IMPACT_IFLL :
22682268 return "ICE Europe (Financials)"
22692269 if self == Publisher .IFLL_IMPACT_XOFF :
0 commit comments