Property | Type | Description |
---|
description_of_product_or_service | String | Description of the main product or service provided by the company. |
nature_of_the_business | Enum | ADVERTISING, 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_operation | List of String | List of the company’s countries of operation ISO codes. |
top_clients | List of String | List of company’s top clients names (B2B only). |
user_case | Enum | B2B, B2C, B2B_B2C. |
sanctioned_country | Boolean | Does the company operate in a Sanctioned Country? |
"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
}