aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/dawn.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 8c73ee04..b2f30cdb 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -3092,3 +3092,8 @@ CREATE TABLE public.irs (
swaptype text NOT NULL,
"fund" public."fund" NOT NULL DEFAULT 'SERCGMAST'::fund
);
+
+CREATE TYPE public."bbg_code_type" AS ENUM (
+ 'BOND',
+ 'CDX',
+ 'FX'); \ No newline at end of file