aboutsummaryrefslogtreecommitdiffstats
path: root/python/api_quotes
diff options
context:
space:
mode:
Diffstat (limited to 'python/api_quotes')
-rw-r--r--python/api_quotes/quotes.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/api_quotes/quotes.py b/python/api_quotes/quotes.py
index 599ef493..7899529a 100644
--- a/python/api_quotes/quotes.py
+++ b/python/api_quotes/quotes.py
@@ -20,8 +20,8 @@ def maturity_dt(d):
class MarkitQuoteKind:
- def __class_getitem__(cls, trade_type: str):
- match trade_type:
+ def __class_getitem__(cls, quote_type: str):
+ match quote_type:
case "CD":
return Quote