revenue-product-segmentation
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRevenue Product Segmentation
按产品细分的收入明细获取
Retrieve detailed revenue breakdown by product segment for public companies using Octagon MCP.
通过Octagon MCP获取上市公司按产品细分的详细收入明细。
Prerequisites
前置条件
Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions.
确保你的AI agent(Cursor、Claude Desktop、Windsurf等)中已配置Octagon MCP。安装说明请参考references/mcp-setup.md。
Query Format
查询格式
Retrieve detailed revenue by product segment for <TICKER>, for the annual period with a flat response structure.MCP Call:
json
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve detailed revenue by product segment for AAPL, for the annual period with a flat response structure"
}
}Retrieve detailed revenue by product segment for <TICKER>, for the annual period with a flat response structure.MCP调用示例:
json
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve detailed revenue by product segment for AAPL, for the annual period with a flat response structure"
}
}Output Format
输出格式
The agent returns a table with revenue by product segment:
| Product Segment | Revenue (USD Billion) |
|---|---|
| iPhone | $209.59 |
| Services | $109.16 |
| Wearables, Home and Accessories | $35.69 |
| Mac | $33.71 |
| iPad | $28.02 |
| Total | $416.17 |
Data Source: octagon-financials-agent
Agent会返回按产品细分的收入表格:
| 产品细分板块 | 收入(十亿美元) |
|---|---|
| iPhone | $209.59 |
| Services | $109.16 |
| Wearables, Home and Accessories | $35.69 |
| Mac | $33.71 |
| iPad | $28.02 |
| 总计 | $416.17 |
数据来源: octagon-financials-agent
Key Insights Pattern
关键洞察分析要点
After receiving data, generate insights:
- Revenue concentration: Calculate each segment as % of total
- Core business identification: Identify largest revenue driver
- Growth segments: Note high-growth or emerging segments
- Diversification assessment: Evaluate revenue balance across segments
- Strategic positioning: Understand product portfolio mix
获取数据后,可生成以下洞察:
- 收入集中度:计算各细分板块占总收入的百分比
- 核心业务识别:确定最大的收入驱动板块
- 增长型板块:标注高增长或新兴板块
- 多元化评估:评估各板块间的收入平衡情况
- 战略定位:理解产品组合结构
Analysis Tips
分析技巧
Revenue Concentration
收入集中度
Calculate segment share:
Segment Share = Segment Revenue / Total Revenue × 100Example: $209.59B / $416.17B = 50.36%
计算板块占比:
Segment Share = Segment Revenue / Total Revenue × 100示例:$209.59B / $416.17B = 50.36%
Concentration Risk
集中度风险
- Single segment >50% = high concentration
- Top 2 segments >80% = moderate concentration
- No segment >30% = well diversified
- 单一板块占比>50% = 高集中度
- 前两大板块占比>80% = 中度集中度
- 无板块占比>30% = 多元化良好
Segment Dynamics
板块动态
Compare to prior periods:
- Which segments are growing share?
- Which are declining?
- Any new segments emerging?
与往期数据对比:
- 哪些板块的占比在增长?
- 哪些在下降?
- 是否有新板块出现?
Margin Implications
利润率影响
Different segments often have different margins:
- Services typically higher margin than hardware
- Premium products vs commodity segments
- Recurring vs one-time revenue
不同板块通常具有不同的利润率:
- 服务板块的利润率通常高于硬件板块
- 高端产品 vs 大宗商品类板块
- 经常性收入 vs 一次性收入
Strategic Questions
战略问题
Based on segmentation:
- Is the company transitioning its business model?
- Are growth investments in high-margin segments?
- How does mix compare to competitors?
基于细分数据思考:
- 公司是否在转型商业模式?
- 增长投资是否集中在高利润率板块?
- 产品组合与竞争对手相比如何?
Segment Analysis Framework
细分板块分析框架
Hardware vs Services
硬件 vs 服务
For tech companies:
- Hardware: One-time, capital intensive
- Services: Recurring, higher margin, scalable
对于科技公司:
- 硬件:一次性收入,资本密集型
- 服务:经常性收入,利润率更高,可规模化
Geographic Implications
地域影响
Segments may have geographic skew:
- Some products stronger in certain regions
- Currency exposure by segment
- Regulatory considerations
板块可能存在地域偏向:
- 部分产品在特定地区表现更强
- 各板块的汇率风险
- 监管考量
Lifecycle Positioning
生命周期定位
Segment maturity assessment:
- Growth phase: High growth, lower margins
- Mature: Stable, optimized margins
- Decline: Shrinking, harvesting
板块成熟度评估:
- 增长阶段:高增长,利润率较低
- 成熟阶段:稳定,利润率优化
- 衰退阶段:规模收缩,收割利润
Follow-up Queries
后续查询建议
Based on results, suggest deeper analysis:
- "What are the year-over-year growth rates for each product segment?"
- "How do these revenue figures compare to [COMPANY]'s guidance?"
- "What are the regional breakdowns for [SEGMENT1] and [SEGMENT2] revenue?"
- "Compare [COMPANY]'s product segment mix to [PEER1] and [PEER2]"
基于结果,可进行更深入的分析:
- "各产品细分板块的同比增长率是多少?"
- "这些收入数据与[COMPANY]的业绩指引相比如何?"
- "[SEGMENT1]和[SEGMENT2]的收入地域分布明细是怎样的?"
- "对比[COMPANY]与[PEER1]、[PEER2]的产品细分组合"