diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/Dawn/templates/blotter.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/python/Dawn/templates/blotter.html b/python/Dawn/templates/blotter.html index e62819f9..619c4109 100644 --- a/python/Dawn/templates/blotter.html +++ b/python/Dawn/templates/blotter.html @@ -12,8 +12,7 @@ <td>Trade Date</td> <td>Settle Date</td> <td>Buy/Sell</td> - <td>CUSIP</td> - <td>ISIN</td> + <td>Identifier</td> <td>Description</td> <td>Notional</td> <td>Price</td> @@ -30,8 +29,7 @@ <td>{{trade.trade_date}}</td> <td>{{trade.settle_date}}</td> <td>{% if trade.buysell %}Buy{% else %}Sell{% endif %}</td> - <td>{{trade.cusip if trade.cusip}}</td> - <td>{{trade.isin if trade.isin}}</td> + <td>{{trade.identifier}}</td> <td>{{trade.description}}</td> <td>{{"{0:,.0f}".format(trade.faceamount)}}</td> <td>{{trade.price|round(3)}}</td> |
