diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/dawn.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index 97f8d5e2..242aca79 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -133,6 +133,9 @@ CREATE TABLE cds(id serial primary key, termination_date date DEFAULT NULL, termination_amount float DEFAULT NULL, initial_margin_percentage float DEFAULT NULL, + index_ref float DEFAULT NULL, + corr_attach float DEFAULT NULL, + corr_detach float DEFAULT NULL, CONSTRAINT tranche_check CHECK (swap_type != 'CD_INDEX_TRANCHE' OR (attach IS NOT NULL AND detach IS NOT NULL AND clearing_facility IS NULL)) |
