Corrected the currency mismatch in the example trade.

This commit is contained in:
Clinton Alexander 2016-06-06 10:21:27 +01:00
parent 9e32d62d0f
commit 6b62f33c46

View File

@ -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",