POS Transaction Analyzer User and Installation Guide, SST Version 1.2

Appendix H 164
Appendix H
Transaction Filter Expressions
POS/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:
acctType = “31”
This expression will enable only entities with account type equal to 31 to be displayed.
acctType = “31” and responseSource = “1
This expression will enable only entities with account type equal to 31 and origin of transaction equal to 1 to be
displayed.
Field Reference
Field Name Field Type Description
acctType String Account Type
Bin String Bank Identification Number
terminalID String Terminal ID where the transaction has taken place.
terminalLN String Logical network with which the terminal is associated.
issuerFIID String Financial Institution ID of the card issuer of the transaction.
UserField1 String User customizable field
UserField2 String User customizable field
UserField3 String User customizable field
nonStopNode String NSK system name
cardType String Card type
cardSubType String Card sub-type
locationState String The State in which the Terminal located.
responseCode String Transaction Response Code
responseSource String Transaction Response source
transcode String Transaction message type
transtype String The type of transaction
seqNum String The sequence number associated with this transaction
cardNum String The card number
mbrNum String Card Holder Member Number
NOTE: The user-defined custom fields can also be used for creating transaction filter expressions.