Skip to content

Commit 8b3df6b

Browse files
committed
MOD: Update CFE description
1 parent a5ade46 commit 8b3df6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

databento/common/publishers.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ class Dataset(StringyMixin, str, Enum):
603603
XEEE_EOBI
604604
European Energy Exchange EOBI.
605605
XCBF_PITCH
606-
Cboe Futures Exchange PITCH.
606+
CFE Depth.
607607
OCEA_MEMOIR
608608
Blue Ocean ATS MEMOIR Depth.
609609
@@ -912,7 +912,7 @@ def description(self) -> str:
912912
if self == Dataset.XEEE_EOBI:
913913
return "European Energy Exchange EOBI"
914914
if self == Dataset.XCBF_PITCH:
915-
return "Cboe Futures Exchange PITCH"
915+
return "CFE Depth"
916916
if self == Dataset.OCEA_MEMOIR:
917917
return "Blue Ocean ATS MEMOIR Depth"
918918
raise ValueError("Unexpected Dataset value")
@@ -1133,9 +1133,9 @@ class Publisher(StringyMixin, str, Enum):
11331133
XEEE_EOBI_XOFF
11341134
European Energy Exchange EOBI - Off-Market Trades.
11351135
XCBF_PITCH_XCBF
1136-
Cboe Futures Exchange.
1136+
Cboe Futures Exchange (CFE).
11371137
XCBF_PITCH_XOFF
1138-
Cboe Futures Exchange - Off-Market Trades.
1138+
Cboe Futures Exchange (CFE) - Off-Market Trades.
11391139
OCEA_MEMOIR_OCEA
11401140
Blue Ocean ATS MEMOIR.
11411141
@@ -2346,9 +2346,9 @@ def description(self) -> str:
23462346
if self == Publisher.XEEE_EOBI_XOFF:
23472347
return "European Energy Exchange EOBI - Off-Market Trades"
23482348
if self == Publisher.XCBF_PITCH_XCBF:
2349-
return "Cboe Futures Exchange"
2349+
return "Cboe Futures Exchange (CFE)"
23502350
if self == Publisher.XCBF_PITCH_XOFF:
2351-
return "Cboe Futures Exchange - Off-Market Trades"
2351+
return "Cboe Futures Exchange (CFE) - Off-Market Trades"
23522352
if self == Publisher.OCEA_MEMOIR_OCEA:
23532353
return "Blue Ocean ATS MEMOIR"
23542354
raise ValueError("Unexpected Publisher value")

0 commit comments

Comments
 (0)