diff options
| -rw-r--r-- | sql/dawn.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql index 7c047539..48a9b622 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -3084,8 +3084,8 @@ CREATE TABLE irs ( float_bdc bus_day_convention NOT NULL, float_arrears bool NOT NULL, "currency" "currency" NOT NULL, - float_fixing_freq text NOT NULL, - pay_interest_calc_method text NOT NULL, + float_fixing_freq frequency NOT NULL, + pay_interest_calc_method interest_calc_method NOT NULL, clearing_facility clearing_cp NOT NULL DEFAULT 'LCH-LTD'::clearing_cp, swap_type swap_type NOT NULL, cleared_trade_id text NULL, |
