diff options
Diffstat (limited to 'sql/et_tables.sql')
| -rw-r--r-- | sql/et_tables.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/et_tables.sql b/sql/et_tables.sql index d403252a..c27ba00d 100644 --- a/sql/et_tables.sql +++ b/sql/et_tables.sql @@ -205,7 +205,7 @@ CREATE OR REPLACE FUNCTION et_historical_collateral(p_date date) grosscoupon float, spread float, frequency varchar(1), nextpaydate date, secondlien boolean, loanxid varchar(10), et_loanxid varchar(10), cusip varchar(9), et_cusip varchar(10), intexprice float, intexpricesource text, intexpricedate date, - userprice float, userparicedate date, fixedorfloat intex_fixedorfloat, + userprice float, userpricedate date, fixedorfloat intex_fixedorfloat, defaultedflag boolean, covlite text, iscdo boolean) AS $$ DECLARE latestdate date; BEGIN @@ -253,7 +253,7 @@ CREATE OR REPLACE FUNCTION et_latestdealinfo (p_dealname varchar(10), p_date dat grosscoupon float, spread float, frequency varchar(1), nextpaydate date, secondlien boolean, loanxid varchar(10), et_loanxid varchar(10), cusip varchar(9), et_cusip varchar(10), intexprice float, intexpricesource text, intexpricedate date, - userprice float, userparicedate date, fixedorfloat intex_fixedorfloat, + userprice float, userpricedate date, fixedorfloat intex_fixedorfloat, defaultedflag boolean, covlite text, iscdo boolean) AS $$ DECLARE latestdate date; BEGIN |
