Skip to content

florian-kalisch/business-model-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Business Model Analysis

This project aims to explore known or lesser-known companies for their underlying business model patterns. To do this, the BMI Lab's Business Model Innovation Patterns are used to establish a common reference for the patterns. This allows different companies to be compared.

The data format used is JSON (JSON schema validation exists) so that the results can be further processed by machine (thinking of some nice graphic visualisations or some data science projects).

For visual editing you can use this great tool json editor

I am looking forward to community support. Forks and pull requests are very welcome.

Notes: In the file schema.json you will find the JSON-Schema in which the JSON data should be in. You can validate you input by using this Link. Feel free to suggest some changes. Try to stick to the Wikipedia Industries for the sector field. For example: Industries -> Service_industries -> E-commerce

One imaginary example:

[
  {
    "companyName": "Example Company",
    "stockSymbol": "NASDAQ:EXAMPLE",
    "url": "https://example.org/",
    "sector": [
      "E-commerce"
    ],
    "patterns": [
      {
        "name": "E-COMMERCE",
        "description": "The main company pattern."
      }
    ],
    "products": [
      {
        "name": "SomeProduct",
        "sector": "E-COMMERCE",
        "patterns": [
          {
            "name": "OBJECT-AS-POINT-OF-SALE",
            "description": "Maybe something like a Buy-Button :D"
          }
        ]
      }
    ]
  }
]

This example looks like a big E-Commerce company.

So, please help to support this project and add some companies under companyAnalysis.json.

About

This project aims to explore companies for their underlying business model patterns (referencing the BMI 55+ Business Model Innovation Patterns).

Topics

Resources

Stars

Watchers

Forks