N

number_banking_au.ecr
Entity Description
number/bsb/au Australian bank state branch number. For example, 34 or 985.
number_banking_ca.ecr
Entity Description
number/cpa_transit_micr/ca Canadian Payments Association MICR transit number, in the format BBBBB-AAA, where BBBB is a five-digit code that identifies the branch, and AAA is a three-digit code that identifies the institution. For example, 25539-001.
number/cpa_transit_eft/ca Canadian Payments Association EFT transit number, in the format 0AAABBBBB, where AAA is a three-digit code that identifies the institution, and BBBB is a five-digit code that identifies the branch. The first digit is always a leading zero. For example, 000125539.
number/cpa_transit/ca Canadian Payments Association transit number.
number/bankaccount/ca Canadian bank account number. The entity recognizes known account number formats for particular banks, and generic seven- or 12-digit numbers, but assigns higher scores to known formats. This entity does not include the CPA transit numbers.
number_banking_de.ecr
Entity Description
number/sort_code/de 8-digit German bank sort code. For example, 10019610.
number/bank_number/de German bank account number.
number_banking_fr.ecr
Entity Description
number/bankaccount/fr French bank account number.
number_banking_gb.ecr
Entity Description
number/sortcode/gb United Kingdom bank sort code. For example, 301007, 30-10-07, or 30 10 07. This entity recognizes any valid sort code, but assigns higher scores to known formats from several banks.
number/bankaccount/gb United Kingdom bank account number, including the sort code. The sort code and account number must be separated by white space. The account number can be any eight-digit number.
number_banking_ie.ecr
Entity Description
number/sortcode/ie Ireland bank sort code. For example, 906005, 90-60-05, or 90 60 05.
number/bankaccount/ie Ireland bank account number.
number_banking_us.ecr
Entity Description
number/aba_micr/us

American Bankers Association MICR transit number, in the format XXXXYYYYC, where XXXX is the Federal Reserve Routing Symbol, YYYY is the ABA Institution Identifier, and C is the check digit. For example, 129131673.

The checksum_aba_rtn.lua post-processing script can verify the MICR check digit.

number/aba_fraction/us American Bankers Association fraction transit number, in the format PP-YYYY/XXXX, where PP is a one-digit or two-digit prefix that represents the bank's check processing center location, YYYY is the ABA Institution identifier, and XXXX is the Federal Reserve Routing Symbol.
number/aba_routing/us

American Bankers Association transit number.

The checksum_aba_rtn.lua post-processing script can verify the MICR check digit.

number/bankaccount/us

United States bank account number, including the American Bankers Association routing number, in fraction or MICR format. The routing information and account information must be separated by a single space. The account number can be four to 17 digits, but nine-, ten-, and 12-digit numbers are given higher scores.

The checksum_aba_rtn.lua post-processing script can verify the MICR check digit.

number_bsn_nl.ecr
Entity Description
number/bsn/nl

Dutch Citizen Service Numbers (burgerservicenummer). BSNs always consist of nine digits.

The number_bsn_nl.lua post-processing script performs validation for this entity.

number_cc.ecr
Entity Description
number/cc12dn 12-digit credit card numbers with no delimiters.
number/cc12dh 12-digit credit card numbers with hyphen delimiters.
number/cc12ds 12-digit credit card numbers with space delimiters.
number/cc12 All 12-digit credit card numbers.
number/cc13dn 13-digit credit card numbers with no delimiters.
number/cc13dh 13-digit credit card numbers with hyphen delimiters.
number/cc13ds 13-digit credit card numbers with space delimiters.
number/cc13 All 13-digit credit card numbers.
number/cc14dn 14-digit credit card numbers with no delimiters.
number/cc14dh 14-digit credit card numbers with hyphen delimiters.
number/cc14ds 14-digit credit card numbers with space delimiters.
number/cc14 All 14-digit credit card numbers.
number/cc15dn 15-digit credit card numbers with no delimiters.
number/cc15dh 15-digit credit card numbers with hyphen delimiters.
number/cc15ds 15-digit credit card numbers with space delimiters.
number/cc15 All 15-digit credit card numbers.
number/cc16dn 16-digit credit card numbers with no delimiters.
number/cc16dh 16-digit credit card numbers with hyphen delimiters.
number/cc16ds 16-digit credit card numbers with space delimiters.
number/cc16 All 16-digit credit card numbers.
number/cc17dn 17-digit credit card numbers with no delimiters.
number/cc17dh 17-digit credit card numbers with hyphen delimiters.
number/cc17ds 17-digit credit card numbers with space delimiters.
number/cc17 All 17-digit credit card numbers.
number/cc18dn 18-digit credit card numbers with no delimiters.
number/cc18dh 18-digit credit card numbers with hyphen delimiters.
number/cc18ds 18-digit credit card numbers with space delimiters.
number/cc18 All 18-digit credit card numbers.
number/cc19dn 19-digit credit card numbers with no delimiters.
number/cc19dh 19-digit credit card numbers with hyphen delimiters.
number/cc19ds 19-digit credit card numbers with space delimiters.
number/cc19 All 19-digit credit card numbers.
number/ccdn All credit card numbers with no delimiters.
number/ccdh All credit card numbers with hyphen delimiters.
number/ccds All credit card numbers with space delimiters.
number/cc

Any credit card number.

This grammar attempts to match credit card numbers based on a list of known Issuer Identification Numbers (IINs), which represent up to the first six digits of the number. Each issuer uses IINs within particular ranges, so these IIN ranges identify the issuer (or bank) that each card number is associated with.

The number_cc grammar matches credit card numbers that are between 12 and 19 digits long. The number of digits differs for each issuer. 15 and 16 digit credit card numbers are most common, but more issuers include the possibility for 17-19 digit credit card numbers.

The grammar can also match numbers with no delimiter, space delimiters, or hyphen delimiters.

For delimited numbers, the grammar accepts several formats. For 16 digit numbers, it accepts four blocks of four digits, separated by the delimiter. For 17 digit numbers, it accepts multiple formats, where any one of the three final blocks can be five digits long.

Most issuers use a Luhn checksum algorithm, where the final digit is determined by the preceding digits. Eduction checks this value in post-processing of the matches.

A few issuers do not use any checksum (and are excluded from checksum validation): Diners Club Enroute, UzCard, Humo and Napas cards.

NOTE: ChinaUnionPay cards were previously excluded from checksum validation, but these cards do use the Luhn algorithm. For backwards compatibility, cards that match a ChinaUnionPay pattern but do not pass checksum validation do match the grammar, but with a lower score.

OpenText Eduction supports the following credit card formats:

  • American Express
  • Bankcard
  • BORICA
  • China_T_Union
  • China Union Pay
  • Dankort
  • Diners Club Carte Blanche
  • Diners Club International
  • Diners Club enRoute
  • Discover
  • GPN
  • Humo
  • InstaPayment
  • InterPayment
  • JCB
  • LankaPay
  • Laser
  • Maestro
  • Mastercard
  • Mir
  • Napas
  • NPS Pridnestrovie
  • RuPay
  • Solo
  • Switch
  • Troy
  • UATP
  • UkrCard
  • UzCard
  • Verve
  • Visa

The individual entities for these credit card types include details of the IINs and digit requirements.

number/cc_amex American Express credit card number. American Express credit card account numbers are 15 digits in length, and start with either 34 or 37. For example, 378124403602370.
number/cc_bankcard Bankcard credit card number (discontinued in 2006). Bankcard numbers are 16 digits in length, and start with either 5610, or values between 560221 and 560225.
number/cc_borica BORICA (Bulgarian national payment system) credit card number. BORICA credit card numbers are 16 digits long and start with 2205. For example, 2205238479827383.
number/cc_china_T_union China T-Union credit card number. China T-Union credit card numbers are 19 digits long and start with 31. For example 3138922093929320898.
number/cc_china_union_pay

China UnionPay credit card number. China UnionPay card numbers are between 16 and 19 digits long and start with either 62, or values between 8100 and 8171.

NOTE: ChinaUnionPay cards were previously excluded from checksum validation, but these cards do use the Luhn algorithm. For backwards compatibility, cards that match a ChinaUnionPay pattern but do not pass checksum validation do match the grammar, but with a lower score.

number/cc_dankort Dankort credit card number. Dankort credit card numbers are 16 digits long and start with 5019 or 4571. For example, 5019283498292382.
number/cc_diners_club

Diners Club credit card number.

  • Diners Club Carte Blanche cards are 14 digits long and start with a value between 3000 and 3059. For example, 30544726571210 .

  • Diners Club International cards are between 14 and 19 digits long:

    • 14-digit numbers start with values between 3600 and 3999.

    • 15-digit numbers start with values between 3600 and 3699, or values between 3800 and 3999.

    • 16-19 digit numbers start with values between 3600 and 3699, or values between 3800 and 3999.

    For example, 36072371463677.

  • Diners Club enRoute cards are 15 digits long and start with either 1800, 2014, or 2149.

    NOTE: Diners Club Enroute cards do not use Luhn checksum validation.

number/cc_discover

Discover credit card number. Discover credit cards are between 16 and 19 digits long, and start with 3905, 6011, or values between 6221 and 6229 (associated with ChinaUnionPay), 6440 and 6499, or 6500 and 6599. For example, 6011541256841963.

number/cc_gpn GPN credit card number. GPN credit cards are 16, 18, or 19 digits long, and start with 1946 (BNI version), 50, 56, 58, or values between 6000 and 6399.
number/cc_humo

Humo credit card number. Humo credit card numbers are 16 digits long and start with 9860. For example, 9860327840103939.

NOTE: Humo cards do not use Luhn checksum validation.

number/cc_instapayment InstaPayment credit card number. InstaPayment credit card numbers are 16 digits long and start with a value between 6370 and 6399. For example, 6393519709142682.
number/cc_interpayment Interpayment credit card number. InterPayment credit card numbers are between 16 and 19 digits long and start with 636. For example, 6363287498237230.
number/cc_jcb

JCB credit card number. JCB credit card numbers are between 16 and 19 digits long, and start with either 2131, or values in the ranges 3088-3102, 3112-3120, 3158-3159, 3337-3349, or 3528-3589. For example, 3158745776935953.

number/cc_lankapay LankaPay credit card number. LankaPay credit card numbers are 16 digits long and start with 357111. For example, 3571117236428731.
number/cc_laser Laser credit card number (discontinued in 2014). Laser credit card numbers are between 16 and 19 digits long, and start with 6304, 6706, 6709, or 6771. For example, 6709682431878947.
number/cc_maestro Maestro credit card number. Maestro credit card numbers are between 12 and 19 digits long, an start with 0605, 5018, 5020, 5038, 5893, 6304, 6759, 6761, 6762, 6763, 676770, or 676774. For example, 5018452935461261.
number/cc_mastercard Mastercard credit card number. Mastercard credit card numbers are 16 digits long, and start with values in the ranges 2221-2720, or 5100-5599.
number/cc_mir Mir credit card number. Mir credit card numbers are between 16 and 19 digits long, and start with numbers in the range 2200-2204. For example 2202263487236370.
number/cc_napas Napas credit card number. Napas credit card numbers are either 16 or 19 digits long, and start with 9704.
number/cc_nps_pridnestrovie NPS Pridnestrovie credit card number. NPS Pridnestrovie credit card numbers are 16 digits long, and start with numbers in the range 60547406054744. For example, 6054740234233891.
number/cc_rupay RuPay credit card number. RuPay credit card numbers are 16 digits long and start with 60, 65, 81, 82, 508, 353 (JCB co-branded), or 356 (JCB co-branded). For example, 5081273872817824.
number/cc_solo Solo credit card number (discontinued in 2011). Solo credit card numbers are 16, 18, or 19 digits long, and start with 6334 or 6767.
number/cc_switch Switch credit card number (rebranded as Maestro). Switch credit card numbers are 16, 18, or 19 digits long, and start with 4903, 4905, 4911, 4936, 6333, 6759, 564182, or 633110. For example, 6331101999990016.
number/cc_troy Troy credit card number. Troy credit card numbers are 16 digits long and start with 65 or 9792. For example, 9792237482368926.
number/cc_uatp UATP credit card number. UATP credit card numbers are 15 digits long and start with 1. For example, 139248729302397.
number/cc_ukrcard UkrCard credit card number. UkrCard credit card numbers are 16-19 digits long, and start with numbers in the range 604001–604200. For example, 6040010037281738.
number/cc_uzcard

UzCard credit card number. UzCard credit card numbers are 16 digits long, and start with 8600. For example, 8600234892749881.

NOTE: UzCard credit cards do not use Luhn checksum validation.

number/cc_verve Verve credit card number. Verve credit card numbers are 16, 18, or 19 digits long, and start with numbers in the ranges 506099–506198, 507865-507964, or 650002–650027. For example, 5060993428473286.
number/cc_visa

Visa credit card number. Visa credit card numbers can be 13, 16, or 19 digits long.

  • 13-digit numbers start with values in the ranges 4010-4099, 4010-4099, 4110-4199, 4210-4299, 4310-4399, 4410-4499, 4610-4699, 4910-4999, 4800-4809, or 4820-4899.

  • 16- and 19-digit numbers start with a value between 4000 and 4999. For example, 4929 8198 5006 5312.

number_dni_es.ecr
Entity Description
number/dni/es

Spanish DNI (national identity card).

NOTE: You must set EnableComponents to True for the provided post-processing Lua script to work.

number_driverlic_ca.ecr
Entity Description

number/driverlic/AB/ca

number/driverlic/BC/ca

number/driverlic/MB/ca

number/driverlic/NB/ca

number/driverlic/NL/ca

number/driverlic/NS/ca

number/driverlic/NT/ca

number/driverlic/NU/ca

number/driverlic/ON/ca

number/driverlic/PE/ca

number/driverlic/QC/ca

number/driverlic/SK/ca

number/driverlic/YT/ca

Driver’s licence number for each Canadian province and territory. The two-letter codes are defined by ISO 3166-2.
number/driverlic/ca All Canadian driver’s licence numbers.
number_driverlic_de.ecr
Entity Description
number/driverlic/de German driver’s licence number.
number_driverlic_fr.ecr
Entity Description
number/driverlic/fr French driver’s licence number.
number_driverlic_gb.ecr
Entity Description
number/driverlic/gb United Kingdom driving licence number.
number_driverlic_us.ecr
Entity Description

number/driverlic/AL/us

number/driverlic/AK/us

number/driverlic/AR/us

number/driverlic/AZ/us

number/driverlic/CA/us

number/driverlic/CO/us

number/driverlic/CT/us

number/driverlic/DC/us

number/driverlic/DE/us

number/driverlic/FL/us

number/driverlic/GA/us

number/driverlic/HI/us

number/driverlic/IA/us

number/driverlic/ID/us

number/driverlic/IL/us

number/driverlic/IN/us

number/driverlic/KS/us

number/driverlic/KY/us

number/driverlic/LA/us

number/driverlic/MA/us

number/driverlic/MD/us

number/driverlic/ME/us

number/driverlic/MI/us

number/driverlic/MN/us

number/driverlic/MO/us

number/driverlic/MS/us

number/driverlic/MT/us

number/driverlic/NC/us

number/driverlic/ND/us

number/driverlic/NE/us

number/driverlic/NH/us

number/driverlic/NJ/us

number/driverlic/NM/us

number/driverlic/NV/us

number/driverlic/NY/us

number/driverlic/OH/us

number/driverlic/OK/us

number/driverlic/OR/us

number/driverlic/PA/us

number/driverlic/RI/us

number/driverlic/SC/us

number/driverlic/SD/us

number/driverlic/TN/us

number/driverlic/TX/us

number/driverlic/UT/us

number/driverlic/VA/us

number/driverlic/VT/us

number/driverlic/WA/us

number/driverlic/WV/us

number/driverlic/WI/us

number/driverlic/WY/us

Driver’s licence number for each U.S. state.
number/driverlic/us All U.S. driver’s licence numbers.
number_fuel.ecr
Entity Description
number/fuel_voyager A Voyager fleet card number, with various permitted number groupings and delimiters.
number_iban.ecr
Entity Description

number/ibandn/albania

number/ibands/albania

number/ibandn/andorra

number/ibands/andorra

number/ibandn/austria

number/ibands/austria

number/ibandn/azerbaijan

number/ibands/azerbaijan

number/ibandn/bahrain

number/ibands/bahrain

number/ibandn/belarus

number/ibands/belarus

number/ibandn/belgium

number/ibands/belgium

number/ibandn/bosniaherzegovina

number/ibands/bosniaherzegovina

number/ibandn/bulgaria

number/ibands/bulgaria

number/ibandn/brazil

number/ibands/brazil

number/ibandn/costarica

number/ibands/costarica

number/ibandn/croatia

number/ibands/croatia

number/ibandn/cyprus

number/ibands/cyprus

number/ibandn/czechrepublic

number/ibands/czechrepublic

number/ibandn/denmark

number/ibands/denmark

number/ibandn/dominicanrepublic

number/ibands/dominicanrepublic

number/ibandn/egypt

number/ibands/egypt

number/ibandn/elsalvador

number/ibands/elsalvador

number/ibandn/estonia

number/ibands/estonia

number/ibandn/faroeislands

number/ibands/faroeislands

number/ibandn/finland

number/ibands/finland

number/ibandn/france

number/ibands/france

number/ibandn/georgia

number/ibands/georgia

number/ibandn/germany

number/ibands/germany

number/ibandn/gibraltar

number/ibands/gibraltar

number/ibandn/greece

number/ibands/greece

number/ibandn/greenland

number/ibands/greenland

number/ibandn/guatemala

number/ibands/guatemala

number/ibandn/holysee

number/ibands/holysee

number/ibandn/hungary

number/ibands/hungary

number/ibandn/iceland

number/ibands/iceland

number/ibandn/iraq

number/ibands/iraq

number/ibandn/ireland

number/ibands/ireland

number/ibandn/israel

number/ibands/israel

number/ibandn/italy

number/ibands/italy

number/ibandn/jordan

number/ibands/jordan

number/ibandn/kazakhstan

number/ibands/kazakhstan

number/ibandn/kosovo

number/ibands/kosovo

number/ibandn/kuwait

number/ibands/kuwait

number/ibandn/latvia

number/ibands/latvia

number/ibandn/lebanon

number/ibands/lebanon

number/ibandn/liechtenstein

number/ibands/liechtenstein

number/ibandn/lithuania

number/ibands/lithuania

number/ibandn/luxembourg

number/ibands/luxembourg

number/ibandn/macedonia

number/ibands/macedonia

number/ibandn/malta

number/ibands/malta

number/ibandn/mauritania

number/ibands/mauritania

number/ibandn/mauritius

number/ibands/mauritius

number/ibandn/moldova

number/ibands/moldova

number/ibandn/monaco

number/ibands/monaco

number/ibandn/montenegro

number/ibands/montenegro

number/ibandn/netherlands

number/ibands/netherlands

number/ibandn/northmacedonia

number/ibands/northmacedonia

number/ibandn/norway

number/ibands/norway

number/ibandn/pakistan

number/ibands/pakistan

number/ibandn/palestine

number/ibands/palestine

number/ibandn/poland

number/ibands/poland

number/ibandn/portugal

number/ibands/portugal

number/ibandn/qatar

number/ibands/qatar

number/ibandn/romania

number/ibands/romania

number/ibandn/saintlucia

number/ibands/saintlucia

number/ibandn/sanmarino

number/ibands/sanmarino

number/ibandn/saotomeprincipe

number/ibands/saotomeprincipe

number/ibandn/saudiarabia

number/ibands/saudiarabia

number/ibandn/serbia

number/ibands/serbia

number/ibandn/seychelles

number/ibands/seychelles

number/ibandn/slovakrepublic

number/ibands/slovakrepublic

number/ibandn/slovenia

number/ibands/slovenia

number/ibandn/spain

number/ibands/spain

number/ibandn/sweden

number/ibands/sweden

number/ibandn/switzerland

number/ibands/switzerland

number/ibandn/timorleste

number/ibands/timorleste

number/ibandn/tunisia

number/ibands/tunisia

number/ibandn/turkey

number/ibands/turkey

number/ibandn/ukraine

number/ibands/ukraine

number/ibandn/unitedarabemirates

number/ibands/unitedarabemirates

number/ibandn/unitedkingdom

number/ibands/unitedkingdom

number/ibandn/virginislandsbritish

number/ibands/virginislandsbritish

Undelimited (dn) or space-delimited (ds) International Bank Account Number (IBAN) for each country. For more information on IBAN formatting requirements for each country, see https://www.iban.com/structure.html.

NOTE: North Macedonia is the name for Macedonia since February 2019. The Macedonia entity remains in the grammar for compatibility. It matches the same patterns as North Macedonia.

number/ibandn All IBAN numbers without delimiters.
number/ibands All IBAN numbers with space delimiters.
number_insee_fr.ecr
Entity Description
number/insee/fr

French INSEE number. INSEE numbers are composed of 13 digits and a two-digit key.

Score="0.2" is used for examples with unspecified months.

number_licenseplate_ca.ecr
Entity Description

number/licenseplate/AB/ca

number/licenseplate/BC/ca

number/licenseplate/MB/ca

number/licenseplate/NB/ca

number/licenseplate/NL/ca

number/licenseplate/NT/ca

number/licenseplate/NS/ca

number/licenseplate/NU/ca

number/licenseplate/ON/ca

number/licenseplate/PE/ca

number/licenseplate/QC/ca

number/licenseplate/SK/ca

number/licenseplate/YT/ca

Licence plate numbers for each Canadian province and territory.
number/licenseplate/ca All Canadian licence plate numbers.
number_licenseplate_de.ecr
Entity Description
number/licenseplate/de German vehicle number plate.
number_licenseplate_es.ecr
Entity Description
number/licenseplate/es Spanish vehicle number plate.
number_licenseplate_fr.ecr
Entity Description
number/licenseplate/fr French vehicle registration number.
number_licenseplate_gb.ecr
Entity Description
number/licenseplate/gb United Kingdom vehicle registration number.
number_licenseplate_us.ecr
Entity Description

number/licenseplate/AL/us

number/licenseplate/AK/us

number/licenseplate/AR/us

number/licenseplate/AZ/us

number/licenseplate/CA/us

number/licenseplate/CO/us

number/licenseplate/CT/us

number/licenseplate/DE/us

number/licenseplate/DC/us

number/licenseplate/FL/us

number/licenseplate/GA/us

number/licenseplate/HI/us

number/licenseplate/IA/us

number/licenseplate/ID/us

number/licenseplate/IL/us

number/licenseplate/IN/us

number/licenseplate/KS/us

number/licenseplate/KY/us

number/licenseplate/LA/us

number/licenseplate/MA/us

number/licenseplate/MD/us

number/licenseplate/ME/us

number/licenseplate/MI/us

number/licenseplate/MN/us

number/licenseplate/MO/us

number/licenseplate/MS/us

number/licenseplate/MT/us

number/licenseplate/NC/us

number/licenseplate/ND/us

number/licenseplate/NE/us

number/licenseplate/NH/us

number/licenseplate/NJ/us

number/licenseplate/NM/us

number/licenseplate/NV/us

number/licenseplate/NY/us

number/licenseplate/OH/us

number/licenseplate/OK/us

number/licenseplate/OR/us

number/licenseplate/PA/us

number/licenseplate/RI/us

number/licenseplate/SC/us

number/licenseplate/SD/us

number/licenseplate/TN/us

number/licenseplate/TX/us

number/licenseplate/UT/us

number/licenseplate/VA/us

number/licenseplate/VT/us

number/licenseplate/WA/us

number/licenseplate/WV/us

number/licenseplate/WI/us

number/licenseplate/WY/us

Licence plate numbers for each U.S. state.
number/licenseplate/us United States license plate number.
number_mac_address.ecr
Entity Description
number/EUI48dh MAC address in EUI-48 format (hyphen-separated). For example, 01-23-45-67-89-Ab
number/EUI48dc MAC address in EUI-48 format (colon-separated). For example, 01:23:45:67:89:Ab
number/EUI48 MAC address in EUI-48 format. For example, 01-23-45-67-89-Ab
number/EUI64dh MAC address in EUI-64 format (hyphen-separated). For example, 01-23-45-67-89-ab-CD-eF
number/EUI64dc MAC address in EUI-64 format (colon-separated). For example, 01:23:45:67:89:ab:CD:eF
number/EUI64 MAC address in EUI-64 format. For example, 01-23-45-67-89-ab-CD-eF
number_ni_gb.ecr
Entity Description
number/nids/gb UK National Insurance number with space delimiters.
number/nidn/gb UK National Insurance number without delimiters.
number/nidh/gb UK National Insurance number with hyphen delimiters.
number/ni/gb Any UK National Insurance number. The format of the number is two prefix letters, six digits, and one suffix letter.
number_passport_engca.ecr
Entity Description
number/passport_number/engca Canadian passport number (in any context).
number/passport_context/engca Canadian passport number (when found in English-language context).
number_passport_enggb.ecr
Entity Description
number/passport_context/enggb UK passport number (when found in English-language context).
number_passport_engus.ecr
Entity Description
number/passport_context/engus U.S. passport number (when found in English-language context).
number_passport_freca.ecr
Entity Description
number/passport_number/freca French Canadian passport number (in any context).
number/passport_context/freca French Canadian passport number (when found in French-language context).
number_passport_frefr.ecr
Entity Description
number/passport_number/frefr French passport number (in any context).
number/passport_context/frefr French passport number (when found in French-language context).
number_passport_gerde.ecr
Entity Description
number/passport_context/gerde German passport number (when found in German-language context).
number_phone_au.ecr
Entity Description
phone/landline/au A complete landline phone number in Australia. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/mobile/au A complete mobile phone number in Australia. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/other/au A complete 08- or 09- phone number in Australia. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/all/au Any complete phone number in Australia. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
number_phone_be.ecr
Entity Description
phone/landline/be A complete landline phone number in Belgium. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/mobile/be A complete mobile phone number in Belgium. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/other/be A complete 08- or 09- phone number in Belgium. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/all/be Any complete phone number in Belgium. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
number_phone_ca.ecr
Entity Description
phone/numds/ca A numeric-only Canadian phone number, delimited by spaces. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/numdh/ca A numeric-only Canadian phone number, delimited by hyphens. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/numdd/ca A numeric-only Canadian phone number, delimited by dots. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/numdn/ca An undelimited, numeric-only Canadian phone number. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/num/ca Any numeric-only Canadian phone number. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/alphanumds/ca An alphanumeric Canadian phone number, delimited by spaces.
phone/alphanumdh/ca An alphanumeric Canadian phone number, delimited by hyphens. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/alphanumdd/ca An alphanumeric Canadian phone number, delimited by dots.
phone/alphanumdn/ca An undelimited, alphanumeric Canadian phone number.
phone/alphanum/ca Any alphanumeric Canadian phone number. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
number_phone_cn.ecr
Entity Description
phone/landline/cn A Chinese landline phone number. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/mobile/cn A Chinese mobile phone number. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/tollfree/cn A Chinese toll free phone number.
phone/all/cn Any Chinese phone number. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
number_phone_de.ecr
Entity Description
phone/landline/de A complete landline phone number in Germany. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/mobile/de A complete mobile phone number in Germany. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/other/de A complete freephone or premium phone number in Germany. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/all/de Any complete German phone number. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
number_phone_es.ecr
Entity Description
phone/landline/es A complete landline phone number in Spain. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/mobile/es A complete mobile phone number in Spain. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/other/es A complete freephone or premium phone number in Spain. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/all/es Any complete phone number in Spain. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
number_phone_fr.ecr
Entity Description
phone/landline/fr A complete landline phone number in France. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/mobile/fr A complete mobile phone number in France. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/other/fr A complete 08- or 09- phone number in France. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/all/fr Any complete phone number in France. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
number_phone_gb.ecr
Entity Description
phone/areacode/gb United Kingdom area code.
phone/landline/gb A complete landline phone number in the United Kingdom. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/mobile/gb A complete mobile phone number in the United Kingdom. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/freephone/gb A complete freephone phone number in the United Kingdom. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/business/gb A complete 08- or 09- phone number in the United Kingdom. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/non_geographic/gb A complete non-geographic phone number in the United Kingdom. For example, 0345 678 579 40.To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/personal/gb A complete 070- phone number in the United Kingdom. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/all/gb Any complete phone number in the United Kingdom. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
number_phone_it.ecr
Entity Description
phone/landline/it A complete landline phone number in Italy. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/mobile/it A complete mobile phone number in Italy. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/other/it A premium rate, freephone, or shared-cost phone number in Italy. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/all/it Any complete phone number in Italy. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
number_phone_lu.ecr
Entity Description
phone/landline/lu A complete landline phone number in Luxembourg. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/mobile/lu A complete mobile phone number in Luxembourg. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/all/lu Any complete phone number in Luxembourg. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
number_phone_nl.ecr
Entity Description
phone/landline/nl A complete landline phone number in the Netherlands. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/mobile/nl A complete mobile phone number in the Netherlands. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/other/nl A complete 08- or 09- phone number in the Netherlands. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/all/nl Any complete phone number in the Netherlands. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
number_phone_pt.ecr
Entity Description
phone/landline/pt A complete landline phone number in Portugal. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/mobile/pt A complete mobile phone number in Portugal. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/other/pt Other complete phone number in Portugal. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/all/pt Any complete phone number in Portugal. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
number_phone_us.ecr
Entity Description
phone/numds/us A numeric-only U.S. phone number, delimited by spaces. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/numdh/us A numeric-only U.S. phone number, delimited by hyphens. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/numdd/us A numeric-only U.S. phone number, delimited by dots. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/numdn/us An undelimited, numeric-only U.S. phone number. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/num/us Any numeric-only U.S. phone number. To ensure that this entity performs correctly, set TangibleCharacters to include '+' and '('.
phone/alphanumds/us An alphanumeric U.S. phone number, delimited by spaces.
phone/alphanumdh/us An alphanumeric U.S. phone number, delimited by hyphens.
phone/alphanumdd/us An alphanumeric U.S. phone number, delimited by dots.
phone/alphanumdn/us An undelimited, alphanumeric U.S. phone number.
phone/alphanum/us Any alphanumeric U.S. phone number.
number_sin_ca.ecr
Entity Description
number/sindh/ca Canadian social insurance number with dash delimiters.
number/sinds/ca Canadian social insurance number with space delimiters.
number/sindn/ca Canadian social insurance number without delimiters.
number/sin/ca Any Canadian social security number.
number_ss_us.ecr
Entity Description
number/ssdh/us Social Security number with dash delimiters.
number/ssdsh/us Social Security number with soft hyphen delimiters.
number/ssds/us Social Security number with space delimiters.
number/ssdnbs/us Social Security number with non-breaking space delimiters.
number/ssdn/us Social Security number without delimiters.
number/ss/us Any Social Security number.
number/medicareid/us Medicare ID.
number_swiftcode.ecr
Entity Description
number/swiftcode Swift code.
number_telecoms.ecr
Entity Description
number/imei International Mobile Station Equipment Identity number.
number/imeisv International Mobile Station Equipment Identity Software Version number.
number/meid_hex Mobile Equipment Identifier (hexadecimal format).
number/iccid Integrated Circuit Card Identifier number.
number/imsi International Mobile Subscriber Identity number.
number/plmn Public Land Mobile Network number.
number/msisdn Mobile Subscriber Integrated Services Digital Network number.
number_types_chi.ecr
Entity Description
number/one_to_nine/chi The numbers one to nine in Chinese.
number/zero_to_nine/chi The numbers zero to nine in Chinese.
number/zero_to_twelve/chi The numbers zero to 12 in Chinese.
number/zero_to_twenty_four/chi The numbers zero to 24 in Chinese.
number/one_to_thirty_one/chi The numbers one to 31 in Chinese.
number/zero_to_fifty_five/chi The numbers zero to 55 in steps of five in Chinese.
number/zero_to_fifty_nine/chi The numbers zero to 59 in Chinese.
number/one_to_ninety_nine/chi The numbers one to 99 in Chinese.
number/one_to_one_hundred/chi The numbers one to 100 in Chinese.
number/all/chi Large numbers in Chinese.
number/num/chi A simple string of digits that does not start with a zero in Chinese.
number/digits/chi String of digits in Chinese.
number/fraction/chi A simple fraction consisting of two strings of digits that do not start with a zero. For example, -12/13, 1/5.
number_types_eng.ecr
Entity Description
number/num/eng A simple string of digits that does not start with a zero. For example, 123.
number/ncomma/eng A number without commas. For example, 123456.
number/comma/eng A number with commas. For example, 123,456.
number/sign/eng A sign. For example +, -, plus, minus.
number/natural/eng A natural number. For example, 123,456.
number/int/eng An integer. For example, -123,456, minus 2, +20.
number/real/eng A real number. For example, 123.456, -123.456.
number/fraction/eng A simple fraction of two unsigned strings of digits that do not start with a zero. For example, 12/13.
number/fracalpha/eng An alphabetical fraction. For example, one half, three sixths, three and five ninths.
number/fracnum/eng Numeric fractions. For example, -12/13.
number/fracmixed/eng Mixed fractions. For example, 1 twelfth, 8 fourteenths, 3 and five ninths.
number/pcnt/eng Percent. For example, 100%, 100 percent, 12.78%.
number/suff/eng Numbers with a suffix. For example, 1st, 3rd.
number/suffalpha/eng Fractions with mixed alphabetical and numeric terms. For example, a 12th, three 3rds.
number/doz/eng Number based on dozen. For example, half a dozen, 2 dozen, three and a half dozen.
number/alpha/eng Alphabetical numbers less than 100. For example, one, ten, thirty-one.
number/bigalpha/eng Big alphabetical numbers.
number/bignum/eng Big numeric abbreviated numbers.
number/big/eng A big number, alphabetical or numeric abbreviated.
number/sci/eng A number in scientific notation. For example, 1.23x10^11, 1.23E+5, 6.1^-3.
number/fullalpha/eng A fully written out number up to 999,999,999,999,999. For example, one thousand two hundred and thirty four.
number/numord/eng An ordinal number up to 999. For example, thirty fourth.
number/num_plurals/eng Plural numbers. For example, dozens, millions.
number_types_fre.ecr
Entity Description
number/num/fre A simple string of digits that does not start with 0. For example, 123.
number/num_sep/fre A number with separators. For example, 123.456.789.
number/digits/fre A string of digits. For example, 00123.
number/natural/fre A natural number. For example, 123.456.789 or 123456789.
number/fraction/fre A simple fraction of two unsigned strings of digits that do not start with a zero. For example, 12/13.
number/int/fre An integer. For example, -123.456.789; moins 2; 20.
number/real/fre A real number. For example, 123.456, -123.456.
number/numalpha/fre A fully written out number up to 999. For example, deux cent trente-quatre.
number/numord/fre An ordinal number up to 999. For example, trente quatrième.
number_vin.ecr
Entity Description
number/vin/wmi The world manufacturer identifier section (3 characters) of a vehicle identification number.
number/vin/vds The vehicle descriptor section (6 characters) of a vehicle identification number.
number/vin/model_year The model year character of a vehicle identification number.
number/vin/plant_code The plant code character of a vehicle identification number.
number/vin/seq_number The vehicle identifier section sequential number (6 characters) of a vehicle identification number.
number/vin/vis The vehicle identifier section (8 characters) of a vehicle identification number.
number/vin A vehicle identification number (17 characters).
number/vin/anonymized An anonymized vehicle identification number (first 9 or 11 characters).