Renamed notional amount to notional.

This commit is contained in:
Clinton Alexander 2016-07-26 10:40:42 +01:00
parent d5ca4590d8
commit 250dbaa45d

View File

@ -53,7 +53,7 @@
<td>{{deal.fixedLeg.fixedRatePayer}}</td>
</tr>
<tr class="center aligned">
<td>Notional Amount</td>
<td>Notional</td>
<td>{{deal.fixedLeg.notional.quantity | number}} {{deal.fixedLeg.notional.token}}</td>
</tr>
<tr class="center aligned">
@ -122,7 +122,7 @@
<td>{{deal.floatingLeg.floatingRatePayer}}</td>
</tr>
<tr class="center aligned">
<td>Notional Amount</td>
<td>Notional</td>
<td>{{deal.floatingLeg.notional.quantity | number}} {{deal.floatingLeg.notional.token}}</td>
</tr>
<tr class="center aligned">