aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/Dawn/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Dawn/models.py b/python/Dawn/models.py
index 51246072..4e0c26a3 100644
--- a/python/Dawn/models.py
+++ b/python/Dawn/models.py
@@ -180,6 +180,7 @@ ASSET_CLASS = ENUM(
"Cash",
"FX",
"Cleared",
+ "CRT",
name="asset_class",
)
ACTION = ENUM("NEW", "UPDATE", "CANCEL", name="action")