ATM Transaction Anayzer User and Installation Guide

Appendix H 169
Appendix H
Transaction Filter Expressions
ATM/TA also supports using Boolean expressions to filter the transactions that are used to evaluate thresholds. If
the Boolean expression evaluates to true, the transaction is added to the result set that will be used to evaluate
the threshold, otherwise the transaction is ignored.
Some examples of valid transaction filter Boolean expressions:
cardIssuerFIID = “B021”
This expression will enable only entities with Card issuer FIID equal to B021 to be displayed.
cardIssuerFIID = “B021” and transResponseCode = “00
This expression will enable only entities with Card issuer FIID equal to B021 and the transaction response code
equal to 00 (Approved with Balances) to be displayed.
Field Reference
Field Name Field Type Description
termLN String Logical network with which the Terminal is associated.
termFIID String Financial institution FIID of the Transaction Terminal.
termID String Terminal ID where the transaction has taken place.
termBranchID String Branch ID of the of the Transaction Terminal.
termRegionID String Region ID of the of the Transaction Terminal.
recordType String Type of TLF record.
authProcess String Authorization process that logged the record.
cardIssuerLN String Logical network with which the card issuer is associated.
cardIssuerFIID String Financial Institution ID of the card issuer of the transaction.
cardHoldPAN String Card Holder Permanent Account Number.
cardHoldMemNum String Card Holder Member Number.
transModeType String The Transaction Mode Code.
transCode String Transaction message type.
msgRTEStatus String Routing status
originator String Transaction originator
responder String Response message generator
seqNum String The sequence number associated with this transaction.
termType String Type of the Terminal.
acquirerRoutingNum String The routing or transit number of the Terminal owner.
issuerRoutingNum String The card Issuer routing or identification number.
transTypeCode String The type of transaction.
transFromAccType String The type of from account.
transToAccType String The type of to account
fromAccNum String The account number of the from account for the transaction.
toAccNum String The account number of the to account for the transaction.
transResponseCode String Transaction Response Code
cardReturnStatusFlag String Card returned or not
acquirerTermLoc String Terminal name and location
Appendix H