mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
Corrected the currency mismatch in the example trade.
This commit is contained in:
parent
9e32d62d0f
commit
6b62f33c46
@ -3,7 +3,7 @@
|
||||
"fixedRatePayer": "Bank A",
|
||||
"notional": {
|
||||
"quantity": 2500000000,
|
||||
"token": "USD"
|
||||
"token": "EUR"
|
||||
},
|
||||
"paymentFrequency": "SemiAnnual",
|
||||
"effectiveDate": "2016-03-11",
|
||||
@ -28,7 +28,7 @@
|
||||
"floatingRatePayer": "Bank B",
|
||||
"notional": {
|
||||
"quantity": 2500000000,
|
||||
"token": "USD"
|
||||
"token": "EUR"
|
||||
},
|
||||
"paymentFrequency": "Quarterly",
|
||||
"effectiveDate": "2016-03-11",
|
||||
|
Loading…
Reference in New Issue
Block a user