aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/api_quotes/quotes.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/api_quotes/quotes.py b/python/api_quotes/quotes.py
index 28ca708b..3925ff9d 100644
--- a/python/api_quotes/quotes.py
+++ b/python/api_quotes/quotes.py
@@ -5,7 +5,6 @@ from typing import Literal
from serenitas.utils.db2 import dbconn
firmness = Literal["FIRM", "INDICATIVE"]
-asset_class = Literal["CD"]
def maturity_dt(d):
@@ -23,7 +22,6 @@ def maturity_dt(d):
@dataclass
class Quote(Deal, table_name="markit_singlename_quotes", deal_type=None):
quoteid: int
- assetclass: asset_class
msg_id: str
quotesource: str
confidence: int