mirror of
https://github.com/corda/corda.git
synced 2024-12-25 07:31:10 +00:00
Fixed a change resulting from an incorrect merge.
This commit is contained in:
parent
9973f8a33e
commit
5a4215a312
@ -96,7 +96,7 @@
|
|||||||
"addressForTransfers": "",
|
"addressForTransfers": "",
|
||||||
"exposure": {},
|
"exposure": {},
|
||||||
"localBusinessDay": [ "London" , "NewYork" ],
|
"localBusinessDay": [ "London" , "NewYork" ],
|
||||||
"dailyInterestAmount": "(CashAmount * InterestRate ) / (fixedLeg.notional.currency.currencyCode.equals('GBP')) ? 365 : 360",
|
"dailyInterestAmount": "(CashAmount * InterestRate ) / (fixedLeg.notional.token.currencyCode.equals('GBP')) ? 365 : 360",
|
||||||
"tradeID": "tradeXXX",
|
"tradeID": "tradeXXX",
|
||||||
"hashLegalDocs": "put hash here"
|
"hashLegalDocs": "put hash here"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user