Exchange Rate.
| name | data type | constraints | description |
|---|---|---|---|
| sourceCurrency | string | required, regex: [A-Z]{3} | ISO 4217 Alpha 3 currency code. |
| exchangeRate | string | required | Get exchangeRate |
| unitCurrency | string | required | Get unitCurrency |
| targetCurrency | string | required, regex: [A-Z]{3} | ISO 4217 Alpha 3 currency code. |
| quotationDate | string | required | Get quotationDate |
| contractIdentification | string | Get contractIdentification |
Example
{
"sourceCurrency" : "...",
"exchangeRate" : "...",
"unitCurrency" : "...",
"targetCurrency" : "...",
"quotationDate" : "...",
"contractIdentification" : "..."
}