Cash Use of the Taiwan Dollar: Is It Efficient? †
Abstract
:1. Introduction
2. Method
3. Results
4. Conclusions
Author Contributions
Funding
Acknowledgments
Conflicts of Interest
Appendix A. Computer Code
# Initialize D_set, A_set are column vectors that hold the currency denominations and amounts to be taken into account, respectively. P_mat is a three-dimensional array of zeros that will hold the efficient payment schemes in its columns. Each row corresponds to one token (from D_set, in that order), so each cell is a token counter, where negative numbers are change. Only the number of non-zero columns will correspond to the number of efficient payment schemes for a given amount.
## Step 1: for every amount in A_set: Cover all amounts that can be covered with only one token. Always start to fill the columns in the corresponding first column. end(for)
## Step 2: for every amount in A_set: if the first column of this iteration’s contains nonzero elements: continue; end(if) for i,j in D_set: # All tokens given by customer: if (D_set[i] + D_set[j] == amount): Increment corresponding token counters of this amount’s matrix. end(if) # Situation with change: if (amount − D_set[i]) == D_set[j] * (−1) Increment or decrement (change) corresponding token counters of this amount’s matrix. end(if) end(for) end(for) Replace all duplicate columns by zero columns.
## Steps 3 and 4: prv_tokens = 2; # number of tokens used in previous step, so 2 here. while there is a first column in P_mat that holds only zeros: for every amount in A_set: if there was no efficient number of tokens found in previous step: continue; end(if) add_token_mat = zeros(D, 2D); # to hold the additional tokens for every column that holds prv_tokens in P_mat: Add each token once, both with positive and negative sign to add_token_mat. Make sure to consider only valid columns of add_token_mat from here on (valid columns are columns that do not lead to an amount that is either lower or higher than the minimum or maximum, respectively, amount we consider). Find the corresponding amount of each valid column and add this column to that amount’s matrix in P_mat provided that it is not already there. end(for) end(for) Update prv_tokens; end(while)
References
- Cramer, Jan S. 1983. Currency by denomination. Economics Letters 12: 299–303. [Google Scholar] [CrossRef]
- Kippers, Jeanine, Erjen van Nierop, Richard Paap, and Philip Hans Franses. 2003. An empirical study of cash payments. Statistica Neerlandica 57: 484–508. [Google Scholar] [CrossRef]
- Franses, Philip Hans, and Jeanine Kippers. 2007. An empirical analysis of euro cash payments. European Economic Review 51: 1985–97. [Google Scholar] [CrossRef]
- Franses, Philip Hans, and Jeanine Kippers. 2010. How do we pay with euro notes when some notes are missing? Empirical evidence from Monopoly experiments. Applied Financial Economics 20: 459–64. [Google Scholar] [CrossRef]
- Hasan, Iftekhar, Heiko Schmiedel, and Liang Song. 2012. Return from retail banking and payments. Journal of Financial Services Research 41: 163–95. [Google Scholar] [CrossRef]
- Khan, Jashim, Russell W. Belk, and Margaret Craig-Lees. 2015. Measuring consumer perceptions of payment mode. Journal of Economic Psychology 47: 34–49. [Google Scholar] [CrossRef]
- Segendorf, Bjorn, and Thomas Jansson. 2012. The Cost of Consumer Payments in Sweden. Sveriges Riksbank Working Paper No. 262. Stockholm: Sveriges Riksbank. [Google Scholar]
- Van der Cruijsen, Carin, Lola Hernandez, and Nicole Jonker. 2017. In love with the debit card but still married to cash. Applied Economics 49: 2989–3004. [Google Scholar] [CrossRef]
Statistic | All Tokens | Excluded Tokens Are NT$0.50, 20, 200, and 2000 |
---|---|---|
Amount of efficient schemes | 195,659 | 47,073 |
Amount of tokens exchanged | ||
Average | 14.030 | 22.546 (60.7%) |
Median | 13 | 22 (69.2%) |
Minimum | 1 | 1 |
Maximum | 25 | 43 (72.0%) |
Statistic | All Tokens | Excluded Tokens Are 200 and 500 Euro | Excluded Tokens Are 0.01, 0.02, 200, and 500 Euro |
---|---|---|---|
Amount of efficient schemes | 577,066 | 365,910 | |
Amount of tokens exchanged | |||
Average | 7.534 | 10.333 (37.2%) | 9.429 (25.3%) |
Median | 6 | 10 (66.7%) | 9 (50%) |
Minimum | 1 | 1 | 1 |
Maximum | 11 | 17 (54.5%) | 16 (45.5%) |
© 2019 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).
Share and Cite
Franses, P.H.; Welz, M. Cash Use of the Taiwan Dollar: Is It Efficient? †. J. Risk Financial Manag. 2019, 12, 13. https://doi.org/10.3390/jrfm12010013
Franses PH, Welz M. Cash Use of the Taiwan Dollar: Is It Efficient? †. Journal of Risk and Financial Management. 2019; 12(1):13. https://doi.org/10.3390/jrfm12010013
Chicago/Turabian StyleFranses, Philip Hans, and Max Welz. 2019. "Cash Use of the Taiwan Dollar: Is It Efficient? †" Journal of Risk and Financial Management 12, no. 1: 13. https://doi.org/10.3390/jrfm12010013
APA StyleFranses, P. H., & Welz, M. (2019). Cash Use of the Taiwan Dollar: Is It Efficient? †. Journal of Risk and Financial Management, 12(1), 13. https://doi.org/10.3390/jrfm12010013