Generators
finance
IBANs, card numbers, account numbers, currencies, transactions.
var faker = Faker(seed: 1337, locale: DecoyLocaleEN.locale)faker.finance.accountType()| Method | Example output |
|---|---|
accountType() |
Home LoanCredit CardInvestment |
transactionType() |
invoicewithdrawalpayment |
transactionDescription() |
deposit transaction at Reed PLLC using card ending with 4982 for 241.40deposit transaction at Mcdowell CORP using card ending with 6734 for 115.65deposit transaction at Battle, Wilder and Gosselin using card ending with 2996 for 295.45 |
accountNumber(digits: Int = 8) |
737885088959539382885223 |
routingNumber() |
051406501010 |
currency() |
["code": "VUV", "name": "Vanuatu Vatu", "numericCode": "548", "symbol": "VUV"]["code": "AZN", "name": "Azerbaijani Manat", "numericCode": "944", "symbol": "AZN"]["code": "FJD", "name": "Fijian Dollar", "numericCode": "242", "symbol": "FJD"] |
currencyName() |
New Zealand DollarLiberian DollarOmani Rial |
currencyCode() |
XAFLBPEUR |
currencySymbol() |
CFPFMADLKR |
creditCardNumber(issuer: String? = nil) |
65860933699936583410116440981183014753238920 |
iban(country: String = "GB") |
GB14OFCI94368810097049GB63NOZG46701700074781GB27IOUT34909215275068 |
bitcoinAddress() |
1JYzRY6zjJHXqQpybZGW6rxozC8PkJegmM1BbDTEFyHn9TFcXd1yJzscMfzCijWE8Y3q1H3nJpNKAydjNuw5JqXziuie9QJz2ugtnJ |
ein() |
23-701026481-877234503-3126324 |
Examples are real output from three different seeds, captured when this page was built, using each method’s default arguments. Where a signature shows parameters, pass your own to change the size, gender, length or format.