Transaction Matchers

Transaction Matchers provide a mechanism for filtering Transactions in a generic way. These matchers can be used easily in other areas of the system to aggregate certain Transactions such as in Blending Transactions configuration.

Transaction Matchers Features

Transaction Matchers provide an easy and powerful way to generically specify attributes of Transactions to match on. These can easily be re-used throughout the application in algorithms and configuration.

Configuration

Transaction Matchers consist of a set of 0 or more "Matcher On" lines. To create a Matcher that matches on all Transactions in the system it simply needs 0 "Matcher On" lines.

Each "Matcher On" line can match on the following:

  • Transaction Code
  • Ledger

Each attribute to match are evaluated together as an "And" operator. In other words matching on the TransactionCode and Ledger requires them both to match.

You can have as many "Matcher On" lines of these as you require, each line is evaluated as an "Or" together. So to match on a Transaction Code or a Ledger, you would need two "Matcher On" lines.


Integration

Transaction Matchers are often used in conjunction with Transaction Aggregators to provide a simple but effective mechanism to aggregate values for transactions across a certain set of Transactions.

This can easily be re-used in algorithms and other areas of configuration.


Views

Transaction Matchers use the following views: