# 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
- 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
- value
null | string
- code
null | string
- standard
null | business_purpose_standard_enum
# 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
- value
string
- type
null | contact_type_enum
# Country
An affiliation of an entity with a given country through residence, nationality, etc.
# Fields
- value
country_enum
- context
null | country_context_enum
- state
null | string
# 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
- value
gender_enum
# Identifier
An ID number that uniquely identifies one entity when value and type are taken into account.
# Fields
- value
string
- type
identifier_type_enum
# 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
- value
string
- language
null | language_enum
- context
null | name_context_enum
# 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
# 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
- value
null | company_status_enum
- text
null | string
- context
null | status_context_enum
# Translated Name
A name that has been translated to English
# Fields
- value
string
- original
null | string
- context
null | translation_context_enum
# 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
- value
string
- type
weak_identifier_type_enum