aboutsummaryrefslogtreecommitdiffstats
path: root/python/risk/tranches.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/risk/tranches.py')
-rw-r--r--python/risk/tranches.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/risk/tranches.py b/python/risk/tranches.py
index 7f1169fd..be09b9d2 100644
--- a/python/risk/tranches.py
+++ b/python/risk/tranches.py
@@ -1,4 +1,4 @@
-from analytics import Portfolio, DualCorrTranche
+from serenitas.analytics import Portfolio, DualCorrTranche
import logging
logger = logging.getLogger(__name__)