Transaction Pattern Analysis
This is a collection of variables associated with the customer’s transaction pattern analysis.
Variable Name | Type | Description |
---|---|---|
highestMAWOCredit |
| Indicates the month and week with the highest amount of credits within the statement period. Returns an object containing the month (String) and week (Int). |
highestMAWODebit |
| Indicates the month and week with the highest amount of debits within the statement period. Returns an object containing the month (String) and week (Int). |
lastDateOfCredit |
| The date when the last credit transaction was made to the account. |
lastDateOfDebit |
| The date when the last debit transaction was made from the account. |
MAWWZeroBalanceInAccount |
| The month and week in the bank statement where the account was in zero balance. |
mostFrequentBalanceRange |
| The band of which the account balance most frequently falls. |
mostFrequentTransactionRange |
| The band of which transaction amount most frequently falls within the statement period. |
NODWBalanceLess5000 |
| The number of days where the account had a balance lower than 5,000. |
recurringExpense |
| The top 3 recurring expenses (debit) within the customer's bank statement. |
transactionsBetween100000And500000 |
| Indicates the number of transactions that occurred and that have a value between 100,000 and 500,000. |
transactionsBetween10000And100000 |
| The number of transactions occurred that has a value between 10,000 and 100,000. |
transactionsGreater500000 |
| The number of transactions that occurred with a value greater than 500,000. |
transactionsLess10000 |
| Indicates the number of transactions that occurred, with a value less than 10,000. |
transactionRanges |
| Array of transaction ranges representing the number of transactions that fall within that range |
NODWBalanceLess |
| number of days with balance less than a certain amount. |