# Companies and products

The following generators produce values related to business organizations and products.

For more information about these generators and how to configure them in the application, go to [companies-and-products](https://docs.tonic.ai/fabricate/rule-based-tables-and-columns/table-columns/generator-reference/companies-and-products "mention") in the generator reference.

## Company Domain Name

Populates the column with the domain name for a company. For example, apple.com or tonic.ai.

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").

## Company Industry

Populates the column with a company industry. For example, Consumer Electronics or Computer Software.

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").

## Company IPO Year

Populates the column with a year to represent when the company IPO occurred.

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").

## Company Last Sale

Populates the column with a monetary value to represent the amount of the company's most recent sale. For example 150.25.

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").

## Company Market

Populates the column with the stock exchange where the company stock is traded. For example, NASDAQ or NYSE.

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").

## Company Market Cap

Populates the column with the market cap for the company. For example, 1.5B.

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").

## Company Name

Populates the column with the name of a company.

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").

## Company Sector

Populates the column with the sector that the company belongs to. For example, Technology.

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").

## Company Stock Quote URL

Populates the column with the URL where the company's stock quote can be found. For example, <https://www.nasdaq.com/market-activity/stocks/aapl>.

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").

## Company Stock Ticker Symbol

Populates the column with the ticker symbol for the company. For example, aapl.

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").

## EIN

Populates the column with valid United States employer identification number (EIN).

```json
{ 
  "name": string,
  "data_type": string,
  "generator": "EIN",
  "percent_null": integer,
  "virtual": boolean,
  // Advanced options
  "primary_key": boolean,
  "index": boolean,
  "seed": string,
  "postprocessing_sql": string
}
```

## Product Category

Populates the column with a category of product. For example, Health or Electronics.

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").

## Product Description

Populates the column with a description of a product.

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").

## Product Name

Populates the column with the name of a product.

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").

## Product Price

Populates the column with the price of the product.

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").

## Product Subcategory

Populates the column with the subcategory that the product belongs to. For example, Oral Care and Hygiene.

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").
