Share of Turnover

<- Back

The turnover share of categories and the share of the area of residence of a card(holder) is estimated, and can be used to see the preferred category of a certain segment. It can also be used to see from where people are coming, who use money in a certain category. The purpose of this is to show where people are coming from and what they are spending money on and where they spend their money.

The issuing country "share-of-wallet", which shows peoples nationality, based on where cards are issued, and again it is possible to get an overview of where people come from and what the are spending money on.

FAQ

What do consumers from the capitol region spend money on in Odense Kommune in vacation weeks?

  •  Filter out weeks, issuer card and see the values for the industries.

Who spends the most money on Eating Places in Stockholm besides people from Stockholm?  

  • Look at only eating places and filter all areas without Stockholm, and see how many is from the different areas

Responses

Turnover share-of-wallet by merchant municipality

{

    "result": [

        {

            "merchant_municipality"{municipality},

            "percentage_share"{percentage of share for given area (%)}

        } ...       

    ],

    "status"{Response status code},

    "errorMessage"{Error message, if any error otherwise null}

}

Turnover share-of-wallet by merchant region

{

    "result": [

        {

            "merchant_region"{region},

            "percentage_share"{percentage of share for given region (%)}

        } ...       

    ],

    "status"{Response status code},

    "errorMessage"{Error message, if any error otherwise null}

}

Turnover share-of-wallet by cardholder municipality

{

    "result": [

        {

            "card_municipality"{area},

            "percentage_share"{percentage of share for given area (%)}

        } ...       

    ],

    "status"{Response status code},

    "errorMessage"{Error message, if any error otherwise null}

}

Turnover share-of-wallet by cardholder region

{

    "result": [

        {

            "card_region"{region},

            "percentage_share": {percentage of share for given region (%)}

        } ...       

    ],

    "status"{Response status code},

    "errorMessage"{Error message, if any error otherwise null}

}

Turnover share-of-wallet by category

{

    "result": [

        {

            "category"{category},

            "percentage_share"{percentage of share for given category(%)}

        } ...       

    ],

    "status"{Response status code},

    "errorMessage"{Error message, if any error otherwise null}

}

Turnover share-of-wallet by issuer country

{

    "result": [

        {

            "issuer_country"{Country},

            "percentage_share"{percentage of share for given issuer country(%)}

        } ...       

    ],

    "status"{Response status code},

    "errorMessage"{Error message, if any error otherwise null}

}