We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbca60 commit 40f9183Copy full SHA for 40f9183
databento/common/publishers.py
@@ -2265,9 +2265,9 @@ def description(self) -> str:
2265
if self == Publisher.IFUS_IMPACT_XOFF:
2266
return "ICE Futures US - Off-Market Trades"
2267
if self == Publisher.IFLL_IMPACT_IFLL:
2268
- return "ICE Europe (Financials)"
+ return "ICE Europe Financials"
2269
if self == Publisher.IFLL_IMPACT_XOFF:
2270
- return "ICE Europe (Financials) - Off-Market Trades"
+ return "ICE Europe Financials - Off-Market Trades"
2271
if self == Publisher.XEUR_EOBI_XEUR:
2272
return "Eurex EOBI"
2273
if self == Publisher.XEER_EOBI_XEER:
0 commit comments