Skip to content

Commit 32cb943

Browse files
committed
MOD: Change NYSE Chicago to NYSE Texas
1 parent 7de7eaf commit 32cb943

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

databento/common/publishers.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Venue(StringyMixin, str, Enum):
4141
ARCX
4242
NYSE Arca.
4343
XCHI
44-
NYSE Chicago, Inc..
44+
NYSE Texas, Inc..
4545
IEXG
4646
Investors Exchange.
4747
FINN
@@ -420,7 +420,7 @@ def description(self) -> str:
420420
if self == Venue.ARCX:
421421
return "NYSE Arca"
422422
if self == Venue.XCHI:
423-
return "NYSE Chicago, Inc."
423+
return "NYSE Texas, Inc."
424424
if self == Venue.IEXG:
425425
return "Investors Exchange"
426426
if self == Venue.FINN:
@@ -529,7 +529,7 @@ class Dataset(StringyMixin, str, Enum):
529529
XASE_PILLAR
530530
NYSE American Integrated.
531531
XCHI_PILLAR
532-
NYSE Chicago Integrated.
532+
NYSE Texas Integrated.
533533
XCIS_BBO
534534
NYSE National BBO.
535535
XCIS_TRADES
@@ -824,7 +824,7 @@ def description(self) -> str:
824824
if self == Dataset.XASE_PILLAR:
825825
return "NYSE American Integrated"
826826
if self == Dataset.XCHI_PILLAR:
827-
return "NYSE Chicago Integrated"
827+
return "NYSE Texas Integrated"
828828
if self == Dataset.XCIS_BBO:
829829
return "NYSE National BBO"
830830
if self == Dataset.XCIS_TRADES:
@@ -911,7 +911,7 @@ class Publisher(StringyMixin, str, Enum):
911911
XASE_PILLAR_XASE
912912
NYSE American Integrated.
913913
XCHI_PILLAR_XCHI
914-
NYSE Chicago Integrated.
914+
NYSE Texas Integrated.
915915
XCIS_BBO_XCIS
916916
NYSE National BBO.
917917
XCIS_TRADES_XCIS
@@ -965,7 +965,7 @@ class Publisher(StringyMixin, str, Enum):
965965
IEXG_TOPS_IEXG
966966
IEX TOPS.
967967
DBEQ_BASIC_XCHI
968-
DBEQ Basic - NYSE Chicago.
968+
DBEQ Basic - NYSE Texas.
969969
DBEQ_BASIC_XCIS
970970
DBEQ Basic - NYSE National.
971971
DBEQ_BASIC_IEXG
@@ -983,7 +983,7 @@ class Publisher(StringyMixin, str, Enum):
983983
XNAS_NLS_XNAS
984984
Nasdaq Trades.
985985
EQUS_PLUS_XCHI
986-
Databento US Equities Plus - NYSE Chicago.
986+
Databento US Equities Plus - NYSE Texas.
987987
EQUS_PLUS_XCIS
988988
Databento US Equities Plus - NYSE National.
989989
EQUS_PLUS_IEXG
@@ -1011,7 +1011,7 @@ class Publisher(StringyMixin, str, Enum):
10111011
OPRA_PILLAR_SPHR
10121012
OPRA - MIAX Sapphire.
10131013
EQUS_ALL_XCHI
1014-
Databento US Equities (All Feeds) - NYSE Chicago.
1014+
Databento US Equities (All Feeds) - NYSE Texas.
10151015
EQUS_ALL_XCIS
10161016
Databento US Equities (All Feeds) - NYSE National.
10171017
EQUS_ALL_IEXG
@@ -2069,7 +2069,7 @@ def description(self) -> str:
20692069
if self == Publisher.XASE_PILLAR_XASE:
20702070
return "NYSE American Integrated"
20712071
if self == Publisher.XCHI_PILLAR_XCHI:
2072-
return "NYSE Chicago Integrated"
2072+
return "NYSE Texas Integrated"
20732073
if self == Publisher.XCIS_BBO_XCIS:
20742074
return "NYSE National BBO"
20752075
if self == Publisher.XCIS_TRADES_XCIS:
@@ -2123,7 +2123,7 @@ def description(self) -> str:
21232123
if self == Publisher.IEXG_TOPS_IEXG:
21242124
return "IEX TOPS"
21252125
if self == Publisher.DBEQ_BASIC_XCHI:
2126-
return "DBEQ Basic - NYSE Chicago"
2126+
return "DBEQ Basic - NYSE Texas"
21272127
if self == Publisher.DBEQ_BASIC_XCIS:
21282128
return "DBEQ Basic - NYSE National"
21292129
if self == Publisher.DBEQ_BASIC_IEXG:
@@ -2141,7 +2141,7 @@ def description(self) -> str:
21412141
if self == Publisher.XNAS_NLS_XNAS:
21422142
return "Nasdaq Trades"
21432143
if self == Publisher.EQUS_PLUS_XCHI:
2144-
return "Databento US Equities Plus - NYSE Chicago"
2144+
return "Databento US Equities Plus - NYSE Texas"
21452145
if self == Publisher.EQUS_PLUS_XCIS:
21462146
return "Databento US Equities Plus - NYSE National"
21472147
if self == Publisher.EQUS_PLUS_IEXG:
@@ -2169,7 +2169,7 @@ def description(self) -> str:
21692169
if self == Publisher.OPRA_PILLAR_SPHR:
21702170
return "OPRA - MIAX Sapphire"
21712171
if self == Publisher.EQUS_ALL_XCHI:
2172-
return "Databento US Equities (All Feeds) - NYSE Chicago"
2172+
return "Databento US Equities (All Feeds) - NYSE Texas"
21732173
if self == Publisher.EQUS_ALL_XCIS:
21742174
return "Databento US Equities (All Feeds) - NYSE National"
21752175
if self == Publisher.EQUS_ALL_IEXG:

0 commit comments

Comments
 (0)