aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dawn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dawn.sql')
-rw-r--r--sql/dawn.sql5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 4564c152..4b5d2367 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -1736,6 +1736,7 @@ CREATE TABLE tranche_risk(
hy_equiv float,
theta_amount float,
ir_dv01 float,
+ index_factor float,
PRIMARY KEY (date, tranche_id));
CREATE TABLE ir_swaption_risk(
@@ -4140,7 +4141,7 @@ SELECT id,
maturity_date,
float_index,
'New',
- folder,
+ folder,
fund,
cp_code,
name,
@@ -4167,4 +4168,4 @@ AND trade_date = p_date) a WHERE a.account in ('V0NSCLMSPT', '6MZ20K79');
END;
$function$
-; \ No newline at end of file
+;