revenue-geographic-segmentation
Retrieve detailed revenue breakdown by geographic segment for public companies. Use when analyzing regional exposure, geographic concentration, international expansion, or currency risk assessment.
What this skill does
# Revenue Geographic Segmentation
Retrieve detailed revenue breakdown by geographic segment for public companies using Octagon MCP.
## Prerequisites
Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See [references/mcp-setup.md](references/mcp-setup.md) for installation instructions.
## Query Format
```
Retrieve detailed revenue by geographic 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 geographic segment for AAPL, for the annual period with a flat response structure"
}
}
```
## Output Format
The agent returns a table with revenue by geographic segment across years:
| Fiscal Year | Americas Segment | Europe Segment | Greater China Segment | Japan Segment | Rest of Asia Pacific Segment |
|-------------|-----------------|----------------|----------------------|---------------|------------------------------|
| 2025 | $178,353.00M | $111,032.00M | $64,377.00M | $28,703.00M | $33,696.00M |
| 2024 | $167,045.00M | $101,328.00M | $66,952.00M | $25,052.00M | $30,658.00M |
| 2023 | $162,560.00M | $94,294.00M | $72,559.00M | $24,257.00M | $29,615.00M |
| 2022 | $169,658.00M | $95,118.00M | $74,200.00M | $25,977.00M | $29,375.00M |
| 2021 | $153,306.00M | $89,307.00M | $68,366.00M | $28,482.00M | $26,356.00M |
**Data Source:** octagon-financials-agent
## Key Observations Pattern
After receiving data, generate observations:
1. **Regional concentration**: Identify largest revenue regions
2. **Growth trends**: Track which regions are growing fastest
3. **Currency exposure**: Assess FX risk by region
4. **Emerging markets**: Monitor developing region growth
5. **Historical evolution**: Track geographic mix changes over time
## Analysis Tips
### Regional Share Calculation
```
Region Share = Region Revenue / Total Revenue × 100
```
Calculate for each region to understand geographic mix.
### Geographic Concentration
- Americas >50% = US-centric
- Single region >60% = high concentration
- Well balanced = no region >40%
### Growth Rate by Region
```
Region Growth = (Current Year - Prior Year) / Prior Year × 100
```
Identify fastest and slowest growing regions.
### Currency Implications
Regional exposure implies currency risk:
- Americas: USD (base currency typically)
- Europe: EUR, GBP exposure
- Greater China: CNY exposure
- Japan: JPY exposure
- Rest of Asia Pacific: Mixed currencies
### Geopolitical Risk
Consider regional risks:
- Trade tensions (US-China)
- Regulatory environment
- Economic cycles
- Political stability
## Strategic Analysis
### International Expansion
Track over time:
- Is international share growing?
- Which regions showing momentum?
- New market entries?
### Market Penetration
Compare to:
- Regional GDP or population
- Addressable market size
- Competitor regional presence
### Diversification Benefits
Balanced geographic mix provides:
- Currency hedging (natural)
- Economic cycle diversification
- Regulatory risk distribution
## Segment Evolution
### Long-term Trends
Observe over 10+ years:
- Americas: Typically stable, large base
- Europe: Steady growth
- Greater China: Rapid expansion then maturation
- Emerging Asia: High growth potential
### Inflection Points
Note significant changes:
- New market entries
- Trade policy impacts
- Pandemic effects
- Currency devaluations
## Follow-up Queries
Based on results, suggest deeper analysis:
- "What factors drove the Americas Segment's revenue growth from [YEAR1] to [YEAR2]?"
- "How has [COMPANY]'s product mix evolved across geographic segments?"
- "What percentage of total revenue does each geographic segment represent in [YEAR]?"
- "Compare [COMPANY]'s geographic revenue mix to [PEER1] and [PEER2]"
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.