This setting indicates if the Customer has decided Opt Out of currency conversion and have the amount remain in the Merchants currency. If the customer does not opt out, the amount will be converted to currency associated with the card.
The Retrieval Reference Number (RRN) of the RateLookup or Incremental Authorization that provided the rate used for the calculations in this transaction, if it is different from the original Authorization.
<xs:complexTypename="CurrConversionDataType"xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:all><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway"><strong>Note:</strong> The Currency Conversion data block is required if customer does not opt out of currency conversion (i.e. have the sale presented in their currency). If the data block is omitted, it is assumed the customer opted out of currency conversion.
</p></xs:documentation></xs:annotation><xs:elementname="CurrConvOptOutFlag"type="booleanType"minOccurs="1"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">This setting indicates if the Customer has decided Opt Out of currency conversion and have the amount remain in the Merchants currency. If the customer does not opt out, the amount will be converted to currency associated with the card.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="RateLookupTxnId"type="guidType"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">The Retrieval Reference Number (RRN) of the RateLookup or Incremental Authorization that provided the rate used for the calculations in this transaction, if it is different from the original Authorization.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="CardHolderCurrCode"type="currCodeType"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Indicates the currency associated with the cardholder card.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="CardHolderAmt"type="amtTypeGlobal"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">The charge amount in the cardholder currency.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="ExchangeRateApplied"type="exchangeRateType"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">The exchange rate used for currency conversion.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="MarkupFee"minOccurs="0"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">The mark up percentage applied to the transaction, resulting in the commission fee.</p></xs:documentation></xs:annotation><xs:simpleType><xs:restrictionbase="xs:decimal"><xs:totalDigitsvalue="12"/><xs:fractionDigitsvalue="4"/><xs:minInclusivevalue="0"/></xs:restriction></xs:simpleType></xs:element></xs:all></xs:complexType>