Corrected the currency mismatch in the example trade.

This commit is contained in:
Clinton Alexander 2016-06-06 10:21:27 +01:00 committed by Andras Slemmer
parent 0788e8d64c
commit 9639768069

View File

@ -96,7 +96,7 @@
"addressForTransfers": "",
"exposure": {},
"localBusinessDay": [ "London" , "NewYork" ],
"dailyInterestAmount": "(CashAmount * InterestRate ) / (fixedLeg.notional.token.currencyCode.equals('GBP')) ? 365 : 360",
"dailyInterestAmount": "(CashAmount * InterestRate ) / (fixedLeg.notional.currency.currencyCode.equals('GBP')) ? 365 : 360",
"tradeID": "tradeXXX",
"hashLegalDocs": "put hash here"
}