diff options
Diffstat (limited to 'python/Dawn/templates/cds_blotter.html')
| -rw-r--r-- | python/Dawn/templates/cds_blotter.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Dawn/templates/cds_blotter.html b/python/Dawn/templates/cds_blotter.html index a1734f0f..ee7abc39 100644 --- a/python/Dawn/templates/cds_blotter.html +++ b/python/Dawn/templates/cds_blotter.html @@ -10,6 +10,7 @@ <td>Red Code</td> <td>Notional</td> <td>Upfront</td> + <td>Ref</td> <td>Attach</td> <td>Detach</td> <td>Counterparty</td> @@ -25,6 +26,7 @@ <td>{{trade.security_id}}</td> <td>{{"{0:,.2f}".format(trade.notional)}}</td> <td>{{"{0:,.2f}".format(trade.upfront)}}</td> + <td style="text-align:right">{{"{0:,.4f}".format(trade.ref) if trade.ref else "-"}}</td> <td>{{trade.orig_attach if trade.attach is not none}}</td> <td>{{trade.orig_detach if trade.detach is not none}}</td> <td><a href="{{url_for('edit_counterparty', |
