diff options
Diffstat (limited to 'sql/et_tables.sql')
| -rw-r--r-- | sql/et_tables.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/et_tables.sql b/sql/et_tables.sql index 05b5c1e3..c7e720e5 100644 --- a/sql/et_tables.sql +++ b/sql/et_tables.sql @@ -295,7 +295,7 @@ CREATE OR REPLACE FUNCTION historical_cusip_universe(p_cusip varchar(9), p_date coupon float, orig_balance float, curr_balance float, factor float, orig_moody text, curr_moody text, orig_attach float, orig_detach float, curr_attach float, curr_detach float, floater_index text, spread float, subordination float, - thickness float, updatedate date) AS $$ + thickness float, updatedate date, "Bloomberg Ticker" text) AS $$ DECLARE latestdate date; BEGIN SELECT max(cusip_universe.updatedate) INTO latestdate FROM cusip_universe |
