aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dawn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dawn.sql')
-rw-r--r--sql/dawn.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 3a8c0e4d..c30759ea 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -172,6 +172,7 @@ CREATE TABLE swaptions(id serial PRIMARY KEY,
strike float NOT NULL,
price float NOT NULL,
expiration_date date NOT NULL,
+ initial_margin_percentage float,
security_id varchar(12) NOT NULL,
security_desc varchar(32) NOT NULL,
maturity date NOT NULL,