About entity types in Textual

Tonic Textual comes with built-in models to identify a range of sensitive values, such as:

  • Locations and addresses

  • Names of people and organizations

  • Identifiers and account numbers

The built-in entity types are:

Entity type nameIdentifier (for API)Description

CC Exp

CC_EXP

The expiration date of a credit card.

Credit Card

CREDIT_CARD

A credit card number.

CVV

CVV

The card verification value for a credit card.

Date Time

DATE_TIME

A date or timestamp.

Email Address

EMAIL_ADDRESS

An email address.

Event

EVENT

The name of an event.

IBAN Code

IBAN_CODE

An international bank account number used to identify an overseas bank account.

IP Address

IP_ADDRESS

An IP address.

Language

LANGUAGE

The name of a spoken language.

Law

LAW

A title of a law.

Location

LOCATION

A value related to a location. Can include any part of a mailing address.

Street address

LOCATION_ADDRESS

A street address.

City

LOCATION_CITY

The name of a city.

State

LOCATION_STATE

A state name or abbreviation.

Zip

LOCATION_ZIP

A postal code.

Medical License

MEDICAL_LICENSE

The identifier of a medical license.

Money

MONEY

A monetary value.

Given name

NAME_GIVEN

A given name or first name.

Family name

NAME_FAMILY

A family name or surname.

NRP

NRP

A nationality, religion, or political group.

Numeric Value

NUMERIC_VALUE

A numeric value.

Organization

ORGANIZATION

The name of an organization.

Password

PASSWORD

A password associated with an account.

Person

PERSON

The name of a person.

Phone Number

PHONE_NUMBER

A telephone number.

Product

PRODUCT

The name of a product.

Project Name

PROJECT_NAME

The name of a project.

URL

URL

A URL to a web page.

US Bank Number

US_BANK_NUMBER

The routing number of a bank in the United States.

US Driver License

US_DRIVER_LICENSE

An identifier of a United States driver's license.

US ITIN

US_ITIN

An Individual Taxpayer Identification Number in the United States.

US Passport

US_PASSPORT

A United States passport identifier.

US SSN

US_SSN

A United States Social Security number.

Username

USERNAME

A username associated with an account.

Work of Art

WORK_OF_ART

A name or title of a work of art such as a book or painting.

Last updated