diff options
Diffstat (limited to 'sql/dawn.sql')
| -rw-r--r-- | sql/dawn.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index cdd66334..ab3476d2 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -140,6 +140,7 @@ CREATE TABLE cds(id serial primary key, index_ref float DEFAULT NULL, corr_attach float DEFAULT NULL, corr_detach float DEFAULT NULL, + account_code varchar(5) NOT 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)) |
