Fruad SVM
Fruad SVM
presents the validation of the proposed solutions ability of financial institutions to automatic
by testing them on bank databases. We conclude processing of suspect data. However, the search
the article by a conclusion and envisaged for efficient methods for identifying suspicious
perspectives. transactional behaviors of money laundering
remains a very active research field.
2 FORMS AND INDICES OF BANK FRAUD Nowadays, it is difficult to determine all the
indices and variables characterizing a money
Fraud in banks has many forms; it can be internal laundering operation, because generally such
i.e. committed by employees of the bank itself or unofficial activities are generated by complex
external, committed by clients, persons or social and economic conditions. Among the
institutions foreign to the bank. We are interested money bleaching indices used in the literature
in this paper to external fraud that may exist in include:
three main forms: The amount of the transaction
(withdrawal/payment) if it exceeds a
2.1 Fraud by credit cards predetermined amount by the bank, the
transaction not justified, is then suspicious.
The remote use of credit cards is a very For example, in Algeria this amount is set
fashionable fraud tool. It is sufficient to have just at 10,000 Euros,
some information to make a purchase by the card Billing: If the customer in his profession,
of others via the Internet. The detection of credit has no accounting as in public works,
card fraud is often based on a number of forecast agriculture, ... etc, then a transaction with
indicators that are generally concluded from the large amount is considered suspicious,
transaction information retrieved from the The source of transfer,
historical database [15]. We calculate from this The date of the transaction,
base, indices such as: frequency of use, the
Type of customer: a transaction with a
remaining unpaid balance of each cycle, the
high amount of
passenger customer is
frequency of the uncovered, the maximum number
suspected,
of late days, shopping frequency, average number
The change of address,
of consumption, daily transactions, the largest
number of transactions in historic database ... etc. The speed of circulation of money in the
account,
These indices or features are extracted for each
transaction and are recorded for discovering The time of the transaction: transactions
patterns of fraudulent transactions. made at night
with a large amount are
suspect.
2.2 Money laundering ... etc.
method is to find a linear function f (equation 1) This technique is also used for the detection of
called hyperplane, which allows to separate the outliers through a version called single class SVM.
two classes: We provides to the method a set of examples with
the same class, it produces a decision function that
f(x)=(x•w)+b (1) is positive for examples resembling to the training
ones and negative for strange ones.
Where x is an example to classify, w is a vector
and b is a bias. We must therefore find the widest 4.2 Credit card fraud and money laundering
margin between the two classes, which is
equivalent to minimizing ½w2. In the case where If the bank has a historical database on fraudulent
the training data are not linearly separable, we transactions and those sane, the system given in
allow deviations ξi of examples relative to the Figure 3 is used. In cases where the bank has no
boundaries of the margin of separation with a such historical database and all transactions are
penalty parameter C, and the problem becomes a considered sane, single class learning is only
convex quadratic programming problem: appropriate. In both cases, the construction of the
decision model involves three steps:
1. Features Extraction: allows to convert all
transactions of each account in a features
vector (vectors which will be used by the
training and testing phases). The feature
vector contains statistics on customer
The problem of the equation 2 can be solved by behavior such as the number of transactions,
introducing Lagrange multipliers in the following the amount handled, times and dates of
dual problem: transaction per day, week, month and year.
This phase concerns the credit card fraud
and money laundering.