# 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](https://docs.tonic.ai/fabricate/rule-based-tables-and-columns/table-columns/generator-reference/banking-and-finance "mention") in the generator reference.

## Bank City

Populates the column with the name of a city.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Bank Country Code

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

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Bank LEI

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

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Bank Name

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

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Bank RIAD Code

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

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Bank Routing Number

Populates the column with a United States bank routing number.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Bank State

Populates the column with the name of a US state.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Bank Street Address

Populates the column with a street address.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Bank Swift Code

Populates the column with a bank Swift code.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Credit Card Number

Populates the column with a credit card number.

```json
{ 
  "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.

```json
{ 
  "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](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Currency Code (US)

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

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## 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](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").

## Currency Name (US)

Populates the column with Dollar.

Uses the [general-column-configuration](https://docs.tonic.ai/fabricate/fabricate-api-and-cli/using-the-fabricate-api/data-model/api-column-attributes/general-column-configuration "mention").
