aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/dawn.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 55a6446e..02432d0c 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -55,7 +55,7 @@ CREATE TYPE repo_type AS ENUM('REPO', 'REVERSE REPO');
CREATE TYPE option_type AS ENUM('PAYER', 'RECEIVER');
CREATE TYPE isda AS ENUM('ISDA2014', 'ISDA2003Cred');
-CREATE TYPE protection AS ENUM('Buyer', 'Seller');
+CREATE TYPE protection AS ENUM('Buy', 'Sell');
CREATE TYPE call_notice AS ENUM('24H', '48H', '3D', '4D', '5D', '6D',
'1W', '8D', '9D', '10D', '2W', '1M', '2M');