Finance
{{$finance.amount}}
.{{$finance.accountNumber}}
, {{$finance.accountName}}
, {{$finance.bic}}
, {{$finance.iban}}
, {{$finance.pin}}
and {{$finance.routingNumber}}
.{{$finance.creditCardNumber}}
, {{$finance.creditCardCVV}}
, {{$finance.creditCardIssuer}}
, {{$finance.transactionDescription}}
and {{$finance.transactionType}}
.{{$finance.bitcoinAddress}}
, {{$finance.ethereumAddress}}
and {{$finance.litecoinAddress}}
.accountName
accountNumber
Name | Type | Default | Description |
---|---|---|---|
length | number | 8 | The length of the account number. |
amount
Name | Type | Default | Description |
---|---|---|---|
autoFormat | boolean | false | |
dec | number | 2 | The number of decimal places for the amount. |
max | number | 1000 | The upper bound for the amount. |
min | number | 0 | The lower bound for the amount. |
symbol | string | '' | The symbol used to prefix the amount. |
bic
Name | Type | Default | Description |
---|---|---|---|
includeBranchCode | boolean | {{$datatype.boolean}} | Whether to include a three-digit branch code at the end of the generated code. |
bitcoinAddress
Name | Type | Default | Description |
---|---|---|---|
network | 'mainnet' | 'testnet' | mainnet | The bitcoin network ('mainnet' or 'testnet' ). |
type | 'legacy' | 'segwit' | 'bech32' | 'taproot'| faker.helpers.arrayElement(['legacy','sewgit','bech32','taproot']) | The bitcoin address type ('legacy' , 'sewgit' , 'bech32' or 'taproot' ). |
creditCardCVV
creditCardIssuer
creditCardNumber
Name | Type | Default | Description |
---|---|---|---|
issuer | string | | The name of the issuer (case-insensitive) or the format used to generate one. |
currencyCode
US Dollar
-> USD
))
currencyName
currencySymbol
ethereumAddress
iban
Name | Type | Default | Description |
---|---|---|---|
countryCode | string | The country code from which you want to generate an IBAN, if none is provided a random country will be used. | |
formatted | boolean | false | Return a formatted version of the generated IBAN. |
maskedNumber
Name | Type | Default | Description |
---|---|---|---|
ellipsis | boolean | true | Whether to prefix the numbers with an ellipsis. |
length | number | 4 | The length of the unmasked number. |
parens | boolean | true | Whether to use surrounding parenthesis. |
pin
Name | Type | Default | Description |
---|---|---|---|
length | number | 4 | The length of the PIN to generate. |
routingNumber
transactionDescription
transactionType