The Company Activity Object

The Company Activity Object

PropertyTypeDescription
description_of_product_or_serviceStringDescription of the main product or service provided by the company.
nature_of_the_businessEnumADVERTISING, ANTIVIRUS, DELIVERY, DONATIONS, ENTERTAINMENT, EDUCATION, GAMING, HEALTHCARE, HOSTING, INVESTING, IT_SERVICES, MARKETPLACE, MONEY REMITTANCE, PAYROLL, PREPAID_CARDS, PSP, RETAIL_OFFLINE, RETAIL_ONLINE, RIDESHARING, SAAS, SOCIAL, SOFTWARE_APPS, STREAMING, TRANSPORT, TRAVEL, WALLET, DATING, CRYPTO, OTHERS.
countries_of_operationList of StringList of the company’s countries of operation ISO codes.
top_clientsList of StringList of company’s top clients names (B2B only).
user_caseEnumB2B, B2C, B2B_B2C.
sanctioned_countryBooleanDoes the company operate in a Sanctioned Country?

Example Object

   "company_activity": {
      "description_of_product_or_service": "Selling of furniture online",
      "nature_of_the_business": "RETAIL_ONLINE",
      "countries_of_operation": [
         "UY",
         "AR",
         "BR"
      ],
      "top_clients" :[
         "Client Company 1",
         "Client Company 2"
      ],
      "user_case": "B2B_B2C",
      "sanctioned_country": false
   }