Cross-Asset Market Analysis
Use this skill when the user asks to compare equities, ETFs, mutual funds, indices, or exchanges against cryptocurrencies, or when a prompt mixes stock and crypto symbols in one market question.
Workflow
- Use
octagon_cross_asset_research when the answer needs both stock-data and crypto-data context.
- Put equity, ETF, fund, index, or exchange symbols in
stockSymbols.
- Put cryptocurrency symbols or pairs in
cryptoPairs.
- Include
startDate, endDate, and metrics when comparing performance, volatility, volume, market cap, momentum, or news catalysts.
- Treat the returned stock and crypto sections as separate source views. Synthesize them only after noting which agent provided which data.
- If the user asks only about stocks or only about crypto, use the narrower tool instead of cross-asset research.
Output Pattern
Prefer concise answers with:
- Stock-data agent result.
- Crypto-agent result.
- Cross-asset comparison: performance, volatility, liquidity, catalysts, and data caveats.
- Clear statement of symbols, date range, and metrics used.
Avoid implying that stock and crypto fields are perfectly comparable when the underlying market structure differs.
1---2name: cross-asset-market-analysis3description: Compare stocks, ETFs, indices, funds, and cryptocurrencies with separate Octagon stock-data and crypto-agent views.4---56# Cross-Asset Market Analysis78Use this skill when the user asks to compare equities, ETFs, mutual funds, indices, or exchanges against cryptocurrencies, or when a prompt mixes stock and crypto symbols in one market question.910## Workflow11121. Use `octagon_cross_asset_research` when the answer needs both stock-data and crypto-data context.132. Put equity, ETF, fund, index, or exchange symbols in `stockSymbols`.143. Put cryptocurrency symbols or pairs in `cryptoPairs`.154. Include `startDate`, `endDate`, and `metrics` when comparing performance, volatility, volume, market cap, momentum, or news catalysts.165. Treat the returned stock and crypto sections as separate source views. Synthesize them only after noting which agent provided which data.176. If the user asks only about stocks or only about crypto, use the narrower tool instead of cross-asset research.1819## Output Pattern2021Prefer concise answers with:22231. Stock-data agent result.242. Crypto-agent result.253. Cross-asset comparison: performance, volatility, liquidity, catalysts, and data caveats.264. Clear statement of symbols, date range, and metrics used.2728Avoid implying that stock and crypto fields are perfectly comparable when the underlying market structure differs.