aboutsummaryrefslogtreecommitdiffstats
path: root/python/cds_curve.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/cds_curve.py')
-rw-r--r--python/cds_curve.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/cds_curve.py b/python/cds_curve.py
index 3a4f04ed..ea9c39f2 100644
--- a/python/cds_curve.py
+++ b/python/cds_curve.py
@@ -96,6 +96,7 @@ if __name__ == "__main__":
(index, series),
)
(start_date,) = c.fetchone()
+ start_date = pd.Timestamp(start_date)
else:
start_date = None