For the complete documentation index, see llms.txt. This page is also available as Markdown.

Selling Assets

Definition (short). You earn money by selling a product once and transferring ownership. After that upfront payment, obligations are limited (warranty, support). Classic manufacturing/retail: revenue = units × price.

Recent examples. Apple Inc. exemplifies asset sales: 51% of Apple’s ~$391 billion FY 2024 revenue came from iPhone hardware, a one-time purchase product line. Automakers like Toyota and consumer electronics giants such as Samsung also rely on outright product sales as their core revenue engines.

Historical example. The Ford Model T sold over 15 million units between 1908 and 1927, proving that scale manufacturing plus a single upfront price could transform affordability—and a company’s economics.

KPI Definitions (matches the nodes above)

  1. Profitable Growth (composite)

    EN: Balanced growth in revenue with healthy profitability.

    Pseudo: w1 * Revenue_Growth% + w2 * Net_Profit_Margin% or Grow revenue while NPM ≥ threshold.

    Why: Forces trade-off clarity—no growth-at-all-costs or margin-at-all-costs blind spots.

    Benchmark: Exec teams often set explicit weights or guardrails (e.g., “≥10% growth AND NPM ≥20%”).

  2. Revenue Growth % &#xNAN;EN: YoY % change in product revenue. &#xNAN;Pseudo: (Rev_t − Rev_{t−1}) / Rev_{t−1} * 100 &#xNAN;Why: First read on demand, pricing power, and market share shifts. Sustained high growth buys strategic optionality. &#xNAN;Benchmark: Mature manufacturers often grow ~5–8% YoY, while top-decile durables can exceed 20% in expansion phases.

  3. Gross Margin % &#xNAN;EN: Share of revenue retained after COGS. &#xNAN;Pseudo: (Revenue − COGS) / Revenue * 100 &#xNAN;Why: Core unit economics; funds SG&A, R&D, profit. &#xNAN;Benchmark: Consumer electronics median ≈ 30%; Apple’s overall gross margin hit ~46.9% in Q1 FY25.

  4. Units Sold &#xNAN;EN: Total items delivered in period. &#xNAN;Pseudo: Σ units_sold &#xNAN;Why: Volume driver; reveals penetration and lifecycle stage. &#xNAN;Benchmark: Flagship auto models sell ~1 M units/year; niche B2B devices sell in the thousands.

  5. Average Selling Price (ASP) &#xNAN;EN: Realized average price per unit after discounts. &#xNAN;Pseudo: Revenue / Units_Sold &#xNAN;Why: Signals pricing power and mix (premium vs entry). Rising ASP can offset flat volume. &#xNAN;Benchmark: iPhone ASP ≈ $800, while global smartphone ASP sits near $285–300.

  6. Net Profit Margin % &#xNAN;EN: Net income as % of revenue. &#xNAN;Pseudo: Net_Income / Revenue * 100 &#xNAN;Why: Bottom-line health; compresses strategy + execution into one number. &#xNAN;Benchmark: Premium hardware firms ~15–25%; big-box retail often 2–4%. Apple FY 24 ~24–25%.

  7. Operating Expense Ratio % &#xNAN;EN: SG&A + R&D as % of revenue. &#xNAN;Pseudo: Opex / Revenue * 100 &#xNAN;Why: Cost leverage; shows whether scale translates to profit. &#xNAN;Benchmark: Lean manufacturers 10–15%; many tech-heavy hardware players hover ~20%.

  8. Inventory Turnover (x) &#xNAN;EN: Times inventory turns per year. &#xNAN;Pseudo: COGS / Avg_Inventory &#xNAN;Why: Working-capital efficiency; slow turns trap cash and risk obsolescence. &#xNAN;Benchmark: Durable goods 5–8x; fast fashion >10x.

  9. Number of Customers &#xNAN;EN: Distinct purchasing customers in period. &#xNAN;Pseudo: COUNT(DISTINCT customer_id) &#xNAN;Why: Market breadth and concentration risk indicator. &#xNAN;Benchmark: B2C brands = millions; capital equipment vendors = dozens/hundreds.

  10. Units per Customer &#xNAN;EN: Average quantity each customer buys. &#xNAN;Pseudo: Units_Sold / Customers &#xNAN;Why: Captures repeat purchase and bundle depth. &#xNAN;Benchmark: Big-ticket durables ≈1; consumables/accessories 3–5+.

  11. List Price &#xNAN;EN: MSRP before discounts. &#xNAN;Pseudo: MSRP_value &#xNAN;Why: Psychological anchor; defines promo headroom. &#xNAN;Benchmark: Premium brands often list 20–50% above category medians.

  12. Discount Rate % &#xNAN;EN: Average markdown from list to realized price. &#xNAN;Pseudo: (List − Realized) / List * 100 &#xNAN;Why: Tracks promo dependency and margin leakage. &#xNAN;Benchmark: Consumer electronics promos 10–15%; luxury <5% except controlled clearance.

  13. COGS per Unit &#xNAN;EN: Direct cost per unit. &#xNAN;Pseudo: COGS / Units_Sold &#xNAN;Why: Every dollar saved drops to gross margin; core lean initiative. &#xNAN;Benchmark: Targets of 2–5% YoY reduction are common in best-in-class ops.

  14. Days of Inventory (DOI) &#xNAN;EN: Average days inventory sits before sale. &#xNAN;Pseudo: 365 / Inventory_Turnover &#xNAN;Why: Cash velocity and obsolescence risk measure. &#xNAN;Benchmark: Best-in-class electronics <45 days; typical manufacturers 60–90 days.

Last updated