diff --git a/src/main/webdemo/www/index.html b/src/main/webdemo/www/index.html index 21e32d759f..8247eb9f48 100644 --- a/src/main/webdemo/www/index.html +++ b/src/main/webdemo/www/index.html @@ -1,19 +1,21 @@ - +
- - - - + + + + - -Trade Id | -Fixed Leg Payer | -Amount | -Floating Rate Payer | -Amount | -
---|---|---|---|---|
Trade Id | +Fixed Leg Payer | +Amount | +Floating Rate Payer | +Amount | +
1 | -Big Bank | -500 GBP | -Little Bank | -10 GBP | -
{{deal.ref}} | +{{deal.fixedLeg.fixedRatePayer}} | +{{deal.fixedLeg.notional.quantity}} {{deal.fixedLeg.notional.token}} | +{{deal.floatingLeg.floatingRatePayer}} | +{{deal.floatingLeg.notional.quantity}} {{deal.floatingLeg.notional.token}} | +