apps / gestionfin / ch4 · ch4-l1
🎯
Chapitre IV — Fixation du prix de vente

Les 3 objectifs du prix

Pourquoi on fixe un prix ?

step 8 / 10 id: ch4-l1-s8
proto · kind=explain · color=emerald

🔀 Souvent combinés

Dans la vraie vie, c'est rarement un seul objectif

En vrai, les 3 objectifs sont rarement isolés. Une boîte les combine selon :

• sa stratégie globale (qu'est-ce qu'elle veut être à long terme ?)
• les conditions du marché (concurrence, demande…)

visuel à designer · type = brand_combos
données disponibles (2 clés)
{
  "items": [
    {
      "brand": "Apple",
      "breakdown": [
        {
          "obj": "IMAGE",
          "pct": 55
        },
        {
          "obj": "PROFIT",
          "pct": 40
        },
        {
          "obj": "VOLUME",
          "pct": 5
        }
      ],
      "combo": [
        "IMAGE",
        "PROFIT"
      ],
      "emoji": "\ud83c\udf4e",
      "example": "iPhone Pro \u00e0 1500 \u20ac \u00b7 [[marge]] ~58% \u00b7 ~230M unit\u00e9s/an",
      "why": "Luxe tech + grosses marges. Pas de guerre des prix."
    },
    {
      "brand": "Amazon",
      "breakdown": [
        {
          "obj": "VOLUME",
          "pct": 65
        },
        {
          "obj": "PROFIT",
          "pct": 30
        },
        {
          "obj": "IMAGE",
          "pct": 5
        }
      ],
      "combo": [
        "VOLUME",
        "PROFIT"
      ],
      "emoji": "\ud83d\udce6",
      "example": "Marketplace \u00b7 1,6 milliard de commandes/mois \u00b7 [[marge]] unitaire fine",
      "why": "Prix bas, \u00e9norme \u00e9chelle. Profit par accumulation."
    },
    {
      "brand": "Tesla",
      "breakdown": [
        {
          "obj": "IMAGE",
          "pct": 50
        },
        {
          "obj": "PROFIT",
          "pct": 40
        },
        {
          "obj": "VOLUME",
          "pct": 10
        }
      ],
      "combo": [
        "IMAGE",
        "PROFIT"
      ],
      "emoji": "\ud83d\ude97",
      "example": "Model S \u00e0 90 000 \u20ac \u00b7 perception \u00ab tech premium \u00bb \u00b7 ~1,8M ventes/an",
      "why": "Innovation = image. Marg\u00e9 sur Model S/X."
    }
  ],
  "type": "brand_combos"
}