aboutsummaryrefslogtreecommitdiffstats
path: root/python/globeop_reports.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/globeop_reports.py')
-rw-r--r--python/globeop_reports.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/globeop_reports.py b/python/globeop_reports.py
index cb63a5c9..41d69ae6 100644
--- a/python/globeop_reports.py
+++ b/python/globeop_reports.py
@@ -1,6 +1,6 @@
-from utils.db import dbengine, dawn_engine
+from serenitas.utils.db import dbengine, dawn_engine
from pandas.tseries.offsets import DateOffset, MonthEnd
-from yieldcurve import YC
+from serenitas.analytics.yieldcurve import YC
from quantlib.time.api import Date, Months, Period
from quantlib.indexes.api import USDLibor
from quantlib.termstructures.yield_term_structure import YieldTermStructure