aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/enums.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/enums.py')
-rw-r--r--python/report_ops/enums.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/report_ops/enums.py b/python/report_ops/enums.py
new file mode 100644
index 00000000..e2c1e38d
--- /dev/null
+++ b/python/report_ops/enums.py
@@ -0,0 +1,7 @@
+from enum import Enum
+
+
+class FundEnum(Enum):
+ Serenitas = "SERCGMAST"
+ BowdSt = "BOWDST"
+ Selene = "ISOSEL"