LogoLogo
Release notesDocs homeFabricateTonic.ai
  • Tonic Fabricate User Guide
  • Fabricate workflow
  • Tutorial videos
  • Fabricate account
    • Getting started with Fabricate
    • Fabricate license plans
    • Managing your Fabricate account and profile
    • Managing users in your account
  • Databases
    • Supported database types
    • Creating and managing databases
  • Backing up and restoring the database definition
  • Configuring database variables
  • Exporting data from a database
  • Tables and columns
    • Managing database tables
      • Configuring table settings
      • Adding a table to a database
      • Removing a table from a database
      • Attaching static data to a table
      • Regenerating table data
  • Managing table columns
    • Adding and removing columns
    • Configuring a column
    • Generator reference
      • Calculated or related values
      • Unstructured Data
      • Data type and specific values
      • Names and other identifying information
      • Telephone numbers and email addresses
      • Geographic locations
      • Air travel
      • Natural science
      • Networks and files
      • Banking and finance
      • Dates and times
      • Vehicles
      • Companies and products
      • Healthcare and health insurance
      • Languages
      • Movies
      • Education
    • Fabricate custom SQLite functions
  • Views
    • Creating and managing views
    • Views reference
  • Workspaces
    • About workspaces
  • Creating and managing workspaces
  • Database mock API
    • About mock APIs
    • Defining a mock API
    • Creating and querying database snapshots
  • Mock API reference
  • Fabricate API and CLI
    • Managing Fabricate API keys
    • Daily limits on generated data
    • Using the Fabricate API
      • Authentication for the API
      • Data model
        • Database attributes
        • Entity (table) attributes
        • Constraint attributes
        • Column attributes
          • General column configuration
          • Calculated or related values
          • Unstructured Data
          • Data type and specific values
          • Names and other identifying information
          • Telephone numbers and email addresses
          • Geographic locations
          • Air travel
          • Natural science
          • Networks and files
          • Banking and finance
          • Dates and times
          • Vehicles
          • Companies and products
          • Healthcare and health insurance
          • Languages
          • Movies
          • Education
      • Managing databases from the API
      • Generating data from the API
    • Using the Fabricate CLI
      • Setting up CLI access
      • Using the CLI to load data
  • Self-hosted Fabricate
    • Fabricate architecture
    • Setting up the Fabricate components
    • Limiting login attempts
    • Starting a Fabricate instance
    • Upgrading a Fabricate instance
Powered by GitBook
On this page
  • Bank City
  • Bank Country Code
  • Bank LEI
  • Bank Name
  • Bank RIAD Code
  • Bank Routing Number
  • Bank State
  • Bank Street Address
  • Bank Swift Code
  • Credit Card Number
  • Credit Card Type
  • Currency Code (Global)
  • Currency Code (US)
  • Currency Name (Global)
  • Currency Name (US)
Export as PDF
  1. Fabricate API and CLI
  2. Using the Fabricate API
  3. Data model
  4. Column attributes

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 20 hours ago