# Attributes

All attributes include:

# Fields

  • from_date null | string start date of an attribute
  • date null | string as of date of an attribute
  • to_date null | string end date of an attribute

# Additional Information

A generic attribute used to hold miscellaneous information not covered by any other attribute. Includes 'value' (for the attribute itself), 'type' (a name, e.g. 'Real property description,') and 'extra' (a miscellaneous field to hold any other details) fields.

# Fields

  • value null | string
  • type null | string

# Address

A physical location description. Addresses may exist as a simple string ('123 South Main St., South Bend, IN 46556'), or may be in smaller chunks with separate fields ('Number: 123,' 'Street name: South Main...'). Where possible, these fields will be parsed using the Libpostal ontology (https://github.com/openvenues/libpostal#parser-labels), which facilitates more robust address analysis and comparison.

# Fields

  • value string
  • translated null | string
  • transliterated null | string
  • type null | address_type_enum
  • language null | language_enum
  • house null | string
  • house_number null | string
  • po_box null | string
  • building null | string
  • entrance null | string
  • staircase null | string
  • level null | string
  • unit null | string
  • road null | string
  • metro_station null | string
  • suburb null | string
  • city_district null | string
  • city null | string
  • state_district null | string
  • island null | string
  • state null | string
  • postcode null | string
  • country_region null | string
  • country null | string
  • world_region null | string
  • category null | string
  • near null | string
  • x null | double
  • y null | double
  • precision_code null | string

# Business Purpose

Text and/or a code (NAICS, NACE, ISIC, etc.) that describes what a company is legally allowed to do or produce

# Fields

# Company Type

A type of legal entity in a given jurisdiction (e.g. 'LLC,' 'Sociedad Anonima,' 'Private Company Limited by Shares')

# Fields

  • value string

# Contact

Contact information for an entity

# Fields

# Country

An affiliation of an entity with a given country through residence, nationality, etc.

# Fields

# Date Of Birth

Birth date of a person

# Fields

  • value string

# Financials

A summary of financial information at one point in time

# Fields

  • revenue null | double
  • net_income null | double
  • assets null | double
  • liabilities null | double
  • registered_capital null | double
  • paid_up_capital null | double
  • employees null | int
  • currency null | currency_enum

# Gender

A person's gender

# Fields

# Identifier

An ID number that uniquely identifies one entity when value and type are taken into account.

# Fields

# Measurement

A numerical representation in a standard unit of some dimension of an entity, for example, weight

# Fields

# Monetary Value

The financial value of an asset (e.g. FOB, CIF)

# Fields

# Name

An entity's name. The value may be straightforward (e.g. 'Acme LLC,' 'John Doe') or context-specific (e.g. 'Jones v. Smith' as a legal matter name).

# Fields

# Position

An attribute used for many different relationship types that allows for the inclusion of a title or designation (e.g. member_of_the_board_of, Position: 'Secretary of the Board,' or shareholder_of, Position: 'Minority shareholder')

# Fields

  • value string

# Risk Intelligence

Risk intelligence metadata

# Fields

  • type tag_enum
  • authority null | string
  • program null | string
  • list null | string
  • reason null | string

# Shares

Shares associated with an entity (e.g. its number of issued shares, or the number of shares held by a shareholder)

# Fields

  • num_shares null | double
  • monetary_value null | double
  • currency null | currency_enum
  • percentage null | double
  • type null | string

# Status

The status of an entity.

# Fields

# Translated Name

A name that has been translated to English

# Fields

# Weak Identifier

A non-unique ID number, like a partially redacted tax ID or a registry identifier whose value and type may be shared by multiple entities

# Fields