diff options
Diffstat (limited to 'python/Dawn')
| -rw-r--r-- | python/Dawn/templates/swaption_blotter.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/Dawn/templates/swaption_blotter.html b/python/Dawn/templates/swaption_blotter.html index b4e04979..5f62b556 100644 --- a/python/Dawn/templates/swaption_blotter.html +++ b/python/Dawn/templates/swaption_blotter.html @@ -17,6 +17,7 @@ <td>Counterparty</td> <td>Trade Type</td> <td>Strategy</td> + <td>Fund</td> <td>Termination</td> </tr> </thead> @@ -37,6 +38,7 @@ cpcode=trade.cp_code)}}">{{trade.name}}</a></td> <td>{{trade.trade_type}}</td> <td>{{trade.folder}}</td> + <td>{{trade.fund}}</td> <td>{% if trade.trade_type == "New" %}<a href="{{url_for('terminate', dealid=trade.dealid, kind='swaption')}}">x</a>{% endif %}</td> </tr> {% endfor %} |
