Skip to content

Enum: BusinessSizeClassificationEnum

Size classifications for business entities

URI: valuesets:BusinessSizeClassificationEnum

Permissible Values

Value Meaning Description
MICRO_BUSINESS None Very small business with minimal employees and revenue
SMALL_BUSINESS None Small business as defined by SBA standards
MEDIUM_BUSINESS None Mid-sized business between small and large classifications
LARGE_BUSINESS None Major corporation with significant operations
MULTINATIONAL_CORPORATION None Large corporation operating in multiple countries
FORTUNE_500 None Among the 500 largest US corporations by revenue

Slots

Name Description
business_size_classification Size classification of business entity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: BusinessSizeClassificationEnum
description: Size classifications for business entities
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  MICRO_BUSINESS:
    text: MICRO_BUSINESS
    description: Very small business with minimal employees and revenue
    annotations:
      employees:
        tag: employees
        value: typically 1-9 employees
      revenue:
        tag: revenue
        value: very low revenue
      characteristics:
        tag: characteristics
        value: home-based or small office
      support:
        tag: support
        value: minimal administrative support
    title: Micro Business
  SMALL_BUSINESS:
    text: SMALL_BUSINESS
    description: Small business as defined by SBA standards
    annotations:
      employees:
        tag: employees
        value: varies by industry (typically <500)
      revenue:
        tag: revenue
        value: varies by industry
      sba_definition:
        tag: sba_definition
        value: meets SBA size standards
      characteristics:
        tag: characteristics
        value: independently owned and operated
    title: Small Business
  MEDIUM_BUSINESS:
    text: MEDIUM_BUSINESS
    description: Mid-sized business between small and large classifications
    annotations:
      employees:
        tag: employees
        value: typically 500-1500 employees
      revenue:
        tag: revenue
        value: moderate revenue levels
      characteristics:
        tag: characteristics
        value: regional or specialized market presence
      structure:
        tag: structure
        value: more formal organizational structure
    title: Medium Business
  LARGE_BUSINESS:
    text: LARGE_BUSINESS
    description: Major corporation with significant operations
    annotations:
      employees:
        tag: employees
        value: '>1500 employees'
      revenue:
        tag: revenue
        value: high revenue levels
      market_presence:
        tag: market_presence
        value: national or international presence
      structure:
        tag: structure
        value: complex organizational structure
    title: Large Business
  MULTINATIONAL_CORPORATION:
    text: MULTINATIONAL_CORPORATION
    description: Large corporation operating in multiple countries
    annotations:
      geographic_scope:
        tag: geographic_scope
        value: multiple countries
      complexity:
        tag: complexity
        value: high operational complexity
      structure:
        tag: structure
        value: global organizational structure
      coordination:
        tag: coordination
        value: international coordination
    title: Multinational Corporation
  FORTUNE_500:
    text: FORTUNE_500
    description: Among the 500 largest US corporations by revenue
    annotations:
      ranking:
        tag: ranking
        value: Fortune 500 list
      revenue:
        tag: revenue
        value: highest revenue levels
      market_position:
        tag: market_position
        value: market leadership positions
      recognition:
        tag: recognition
        value: prestigious business recognition
    title: Fortune 500 Company