|
Variable
|
Description
|
|---|---|
|
NODE_ID
|
Lists the names
of the customers and merchants. This variable serves as the Node ID
variable in the Edit Data Attributes dialog box.
|
|
CATEGORY
|
Classifies the
merchants (along with SUBCATEGORY).
|
|
SUBCATEGORY
|
Classifies the
customers. Provides a second-level classification for merchants.
|
|
TYPE
|
Indicates whether
the node is a customer (c) or merchant (m). This variable also determines
the colors of the node markers.
|
|
FRAUDULENT_TRANS_NUM
|
Provides the
number of fraudulent transactions.
|
|
TOTAL_TRANS_NUM
|
Provides the
total number of transactions.
|
|
GROUP
|
Provides an additional
grouping in order to facilitate examination of the data.
|
|
Variable
|
Description
|
|---|---|
|
CUST_ID
|
Serves as the
FROM variable in the Edit Data Attributes dialog box. Data values
can be found in the NODE_ID variable of the node data set.
|
|
CUST_CAT
|
Indicates the
customer classification data values. These values are taken from the
SUBCATEGORY variable of the node data set.
|
|
MERCH_ID
|
Serves as the
TO variable in the Edit Data Attributes dialog box. Data values can
be found in the NODE_ID variable of the node data set.
|
|
MERCH_CAT; MERCH_SUBCAT
|
Indicates the
merchant classification data values. These values are
taken from the CATEGORY and the SUBCATEGORY variables of the node
data set.
|
|
FRAUD
|
Indicates whether
the transaction is fraudulent (1) or not fraudulent (0). This variable
also determines link colors.
|
|
GROUP
|
Provides an additional
grouping in order to facilitate examination of the data.
|