diff options
| -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 9e2df6d6..3d6aa8ad 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -3111,6 +3111,7 @@ CREATE TABLE trs ( trade_date date NOT NULL, effective_date date NOT NULL, maturity_date date NOT NULL, + settle_date date NOT NULL, funding_index cash_rate NOT NULL DEFAULT 'SOFRRATE'::cash_rate, buysell bool NOT NULL, underlying_security varchar(32) NOT NULL, |
