Banking and finance

The following generators produce values related to banks and credit cards.

For more information about these generators and how to configure them in the application, go to Banking and finance in the generator reference.

Bank City

Populates the column with the name of a city.

Uses the General column configuration.

Bank Country Code

Populates the column with a 2-character country code. For example, ES, FR, US.

Uses the General column configuration.

Bank LEI

Populates the column with a legal entity identifier (LEI) for a bank.

Uses the General column configuration.

Bank Name

Populates the column with the name of a bank in the United States.

Uses the General column configuration.

Bank RIAD Code

Populates the column with a bank Register of Institutions and Affiliates Data (RIAD) code.

Uses the General column configuration.

Bank Routing Number

Populates the column with a United States bank routing number.

Uses the General column configuration.

Bank State

Populates the column with the name of a US state.

Uses the General column configuration.

Bank Street Address

Populates the column with a street address.

Uses the General column configuration.

Bank Swift Code

Populates the column with a bank Swift code.

Uses the General column configuration.

Credit Card Number

Populates the column with a credit card number.

{ 
  "name": string,
  "data_type": string,
  "generator": "Credit Card Number",
  "percent_null": integer,
  "virtual": boolean,
  "group_key": string,
  // Advanced options
  "primary_key": boolean,
  "index": boolean,
  "seed": string,
  "postprocessing_sql": string
}

Credit Card Type

Populates the column with a credit card type. For example, Visa, MasterCard, American Express.

{ 
  "name": string,
  "data_type": string,
  "generator": "Credit Card Type",
  "percent_null": integer,
  "group_key": string,
  "virtual": boolean,
  // Advanced options
  "primary_key": boolean,
  "index": boolean,
  "seed": string,
  "postprocessing_sql": string
}

Currency Code (Global)

Populates the column with a 3-character currency code for a currency from anywhere in the world. For example, EUR, AUD, JPY.

Uses the General column configuration.

Currency Code (US)

Populates the column with the 3-character currency code for the United States, USD.

Uses the General column configuration.

Currency Name (Global)

Populates the column with the name of a currency from anywhere in the world. For example, Euro, Mexican Peso, Yen.

Uses the General column configuration.

Currency Name (US)

Populates the column with Dollar.

Uses the General column configuration.

Last updated