Skip to content

Activity

The Activity object represents a business activity or industry classification associated with an entity.

Fields

Field Type Description
activityCode string Industry classification code (e.g. NACE code)
activityCodeType string Classification system (NACE, SIC, ISIC, …)
activityDescription string Human-readable description
mainActivity boolean true if this is the primary activity

Example

{
  "activityCode": "64.19",
  "activityCodeType": "NACE",
  "activityDescription": "Other monetary intermediation",
  "mainActivity": true
}