|
ContinueToTrack
|
True if the ContinueToTrack flag is set for the subject. Otherwise false.
|
|
CountCTRForPeriod(length)
|
The number of CTR filings for the subject filed in the period from present day to the specified days back. length: How many days back to check for CTR filings.
|
|
CountForPast15Days
|
The number of wires sent (or recieved) by the subject in the past seven days.
|
|
CountForPast30Days
|
The number of wires sent / recieved by the subject in the past thirty days.
|
|
CountForPast90Days
|
The number of wires sent / recieved by the subject in the past ninety days.
|
|
CountForPeriod(startDaysAgo, length)
|
The number of wires sent / recieved by the subject in the specified period. startDaysAgo: The start of the period. length The length of the period in days. Example: startDaysAgo = 7, length = 7 means the period from 7 days ago to 14 days ago.
|
|
CountSARSForPeriod(length)
|
The number of SARS filings for the subject filed in the period from present day to the specified days back. length: How many days back to check for SARS filings.
|
|
CurrentAmount
|
The amount of the current wire.
|
|
GrowthInAmounts
|
(user defined expression) Unusual growth in amount sent per month.
|
|
matches
|
Tests if the following regular expression finds a match in the preceding string. Example: FareBaseCode matches "[12]$" -- Tests if FareBaseCode ends on '1' or '2'.
|
|
MaximumAmountInPeriod(length)
|
The maximum amount wired in a single wire in the period from present day to the specified days back. length: How many days back to check for wires.
|
|
PriorSARSFiled
|
True if there is at least one SARS filed for the subject ever. Otherwise false.
|
|
SameBeneficiaryInPeriod(startDaysAgo, length)
|
True if the beneficiary of all wires sent in the specified period is the same. Otherwise false. startDaysAgo: The start of the period. length The length of the period in days. Example: startDaysAgo = 7, length = 7 means the period from 7 days ago to 14 days ago.
|
|
SameLastRecipient
|
True if the beneficiary of current wire is the same as the beneficiary of the previous wire sent by the current sender
|
|
SuspiciousRolling7DaysInPast14Days(minCount, minTotal, maxIndividualAmount)
|
True if there is a rolling 7 days period in the past 14 days in which at least [minCount] wires were sent and all wires are less than the specified [maxIndividualAmount] and the total amount of all wires is greater than [minTotal] and all wires are to the same beneficiary.
|
|
TotalAmountForPast15Days
|
The total amount sent / recieved by the subject in the past seven days.
|
|
TotalAmountForPast30Days
|
The total amount sent / recieved by the subject in the past thirty days.
|
|
TotalAmountForPast90Days
|
The total amount sent / recieved by the subject in the past ninety days.
|
|
TotalAmountForPeriod(startDaysAgo, length)
|
The total amount sent/received by the subject in the specified period. startDaysAgo: The start of the period. length The length of the period in days. Example: startDaysAgo = 7, length = 7 means the period from 7 days ago to 14 days ago.
|