Transaction Types
Description
This attribute identifies whether a business has accepted debit or credit (or both) card transactions within the latest 12M period.
Child attributes (and data file structure)
Column Name | Data Type | Description | Example |
---|---|---|---|
credit_present | Boolean | A boolean flag indicating whether the business has accepted credit card transactions within the last 12M. | true |
debit_present | Boolean | A boolean flag indicating whether the business has accepted debit card transactions within the last 12M. | false |
JSON sample
"transaction_types": ["debit","credit"]
Coverage
Businesses: 100% for businesses with latest 12M transaction presence
Locations: 100% for locations with latest 12M transaction presence
Time structure
Current point in time (for the latest 12M period). No historical information.
Data sources
Enigma’s panel of card transactions
Methodology
Enigma identifies the presence of credit and debit card transactions within the latest 12M period using our panel of card transactions
Hints and tips
This attribute is helpful for marketing and sales use cases that require segmentation of “debit-only” businesses from those that accept both credit and debit transactions
Updated 2 months ago