Multicurrency

Claim Currency Code
Currency code of the claim associated with the transaction.
Report Currency Code
Due to current platform implementation, this value defaults to 'usd'.
Reserve Currency Code
Currency code of the reserve amount in the transaction.
Transaction Currency Code
Currency of the transaction amount.
Claim to Report Exchange Rate
Equals 1.
Claim Exchange Rate Adjustment Amount
Foreign exchange adjustment for the claim amount related to the transaction if the transaction subtype is payment, recovery, or transaction.
Otherwise, zero.
Report Exchange Rate Adjustment Amount
Foreign exchange adjustment for the report amount in the transaction if the transaction subtype is payment, recovery, or transaction.
Otherwise, zero.
Reserve Exchange Rate Adjustment Amount
Foreign exchange adjustment for the reserve amount in the transaction if the transaction subtype is payment, recovery, or transaction.
Otherwise, zero.
Transaction to Claim Exchange Rate
Exchange rate that converts the transaction currency to claim currency. Depends on the value of RateScale and NormalizedRate, which are available in the cc_exchangerate table.
Equal to 1 if the claim currency is the same as the transaction currency.
Otherwise, equals NormalizedRate * 10 ^ [(-1)*RateScale].
Transaction to Reserve Exchange Rate
Exchange rate that converts the reserve currency to transaction currency. Depends on the value of RateScale and NormalizedRate, which are available in the cc_exchangerate table.
Equal to 1 if the reserve currency is the same as the transaction currency.
Otherwise, equals NormalizedRate * 10 ^ [(-1)*RateScale].