aboutsummaryrefslogtreecommitdiffstats
path: root/python/new_index_series.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/new_index_series.py')
-rw-r--r--python/new_index_series.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/new_index_series.py b/python/new_index_series.py
index 7c2aea0d..a3fcd0b7 100644
--- a/python/new_index_series.py
+++ b/python/new_index_series.py
@@ -133,7 +133,7 @@ def add_missing_issuers(conn, session, df):
(
r.name,
r.company_id,
- data["cds_corp_tkr"],
+ data.get("cds_corp_tkr"),
r.currency,
r.seniority,
data["cds_restructuring_type"].replace("-", " "),