aboutsummaryrefslogtreecommitdiffstats
path: root/sql/dawn.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/dawn.sql')
-rw-r--r--sql/dawn.sql7
1 files changed, 5 insertions, 2 deletions
diff --git a/sql/dawn.sql b/sql/dawn.sql
index 364e7374..2ca73012 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -769,7 +769,8 @@ CREATE FOREIGN TABLE index_desc(
redindexcode text,
tenor tenor,
maturity date,
- coupon integer)
+ coupon integer,
+ issue_date date)
SERVER postgresql_server;
CREATE FOREIGN TABLE index_version(
@@ -787,7 +788,9 @@ CREATE FOREIGN TABLE index_maturity(
index index_type,
series smallint,
tenor tenor,
- maturity date)
+ maturity date,
+ coupon integer,
+ issue_date date)
SERVER postgresql_server;
CREATE FOREIGN TABLE index_quotes(