diff options
| -rw-r--r-- | sql/dawn.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index 09e50ab8..f45c5b3f 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -2473,7 +2473,7 @@ CREATE TABLE strategy_im( PRIMARY KEY (date, fund, broker, strategy, currency) ) -CREATE TYPE cash_rate AS ENUM('FED_FUND', '1M_LIBOR', '3M_LIBOR'); +CREATE TYPE cash_rate AS ENUM('FED_FUND', '1M_LIBOR', '3M_LIBOR', 'SOFR_RATE'); CREATE OR REPLACE VIEW swaption_trades AS SELECT swaptions.id, |
