aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/Dawn/templates/cds_blotter.html2
-rw-r--r--sql/dawn.sql2
2 files changed, 4 insertions, 0 deletions
diff --git a/python/Dawn/templates/cds_blotter.html b/python/Dawn/templates/cds_blotter.html
index 66ddd29c..0ef93e2c 100644
--- a/python/Dawn/templates/cds_blotter.html
+++ b/python/Dawn/templates/cds_blotter.html
@@ -15,6 +15,7 @@
<td>Detach</td>
<td>Counterparty</td>
<td>Trade Type</td>
+ <td>Fund</td>
<td>Strategy</td>
</tr>
</thead>
@@ -33,6 +34,7 @@
<td><a href="{{url_for('edit_counterparty',
cpcode=trade.cp_code)}}">{{trade.name}}</a></td>
<td>{{trade.trade_type}}</td>
+ <td>{{trade.fund}}</td>
<td>{{trade.folder}}</td>
</tr>
{% endfor %}
diff --git a/sql/dawn.sql b/sql/dawn.sql
index d8bf769c..f825557b 100644
--- a/sql/dawn.sql
+++ b/sql/dawn.sql
@@ -1754,6 +1754,7 @@ SELECT id,
'Assignment'
END AS trade_type,
folder,
+ fund,
termination_cp AS cp_code,
name,
orig_attach,
@@ -1777,6 +1778,7 @@ SELECT id,
security_id,
'New',
folder,
+ fund,
cp_code,
name,
orig_attach,