diff options
Diffstat (limited to 'sql')
| -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 ca77595d..480a0da8 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -1572,7 +1572,7 @@ JOIN (SELECT a.security_id, a.maturity, sum(endbooknav) AS globeop_nav, USING (security_id, maturity)', and_clause); -- ELSIF p_fund = 'BOWDST' THEN -- sqlquery := 'SELECT a.*, bowdst_index.admin_clean_nav, bowdst_index.admin_notional FROM list_cds_marks_pre($1, $2, $3) a LEFT JOIN bowdst_index USING (p_index, p_series, maturity) WHERE as_of_date=$1'; -ELSIF p_fund = 'BRINKER' THEN +ELSIF p_fund = 'BRINKER' OR p_fund = 'ISOSEL' THEN sqlquery := 'SELECT *, 0::double precision, 0::double precision FROM list_cds_marks_pre($1, $2, $3)'; END IF; RETURN QUERY EXECUTE sqlquery USING p_date, strat, p_fund; |
