aboutsummaryrefslogtreecommitdiffstats
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/dawn.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 2b6a4f04..0415a8c8 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -3115,11 +3115,11 @@ CREATE TABLE public.trs (
price float8 NOT NULL,
accrued float8 NOT NULL,
funding_freq frequency NOT NULL,
- funding_daycount frequency NOT NULL,
+ funding_daycount day_count NOT NULL,
funding_payment_roll_convention bus_day_convention NOT NULL,
funding_arrears bool NOT NULL,
asset_freq frequency NOT NULL,
- asset_daycount frequency NOT NULL,
+ asset_daycount day_count NOT NULL,
asset_payment_roll_convention bus_day_convention NOT NULL,
initial_margin_percentage float8 NOT NULL,
notional float8 NOT NULL,