Registry
No registered components match these filters.
- Registry key
communications.card-system - Feature key
alerts.create - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/communication-card-system-component-spec.md
Parameters
| Name | Type | Default | Description |
family | CommunicationCardFamily | equity_fill | Registered product-card family. |
variant | string | — | Family-owned presentation variant. |
channel | web | discord | email | social | x | reddit | notification | web | Adapter preview. |
Data contract
| Source | Cache | Freshness |
Persisted CardModel artifact | Immutable by idempotency key and visual version | Captured timestamp on every model |
0 estimated requestsPreview remains dormant until activated.
Routes and usage
Import
import CommunicationCardCatalog from '@/components/CommunicationCardCatalog';
Embed
<iframe
src="https://intraalpha.com/cards/embed?family=equity_fill"
title="CommunicationCardCatalog"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Communication Cards
Available One market event, adapted consistently for web, Discord, email, social, X, Reddit, and alerts.
- Product
- CommunicationCardCatalog
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
research.execution-replay - Feature key
backtest.member - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/execution-replay-component-spec.md
Parameters
| Name | Type | Default | Description |
sessionId* | string | — | Immutable replay session identifier. |
minute | number | — | Recorded gate minute. |
view | playback | ledger | evidence | risk | playback | Replay inspection pane. |
Data contract
| Source | Cache | Freshness |
/api/v1/workflows/replay/{id}/playback + research session artifacts | Immutable session revision cache | Persisted artifact |
3 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/replay/{sessionId}/viewOpen Iframe/replay/{sessionId}/embedOpen Import
import ExecutionReplay from '@/components/ExecutionReplay';
Embed
<iframe
src="https://intraalpha.com/replay/fixture/embed"
title="ExecutionReplay"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Execution Replay
Available Inspect a frozen trading session minute by minute, including decisions, evidence, risk, and outcome.
- Product
- ExecutionReplay
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
market.macro-regime-surface - Feature key
catalysts.market - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/macro-regime-surface-component-spec.md
Parameters
| Name | Type | Default | Description |
window | 1m | 3m | 6m | 1y | 5y | 1y | Observation window. |
horizon | number | 45 | Economic calendar horizon. |
focus | MacroFocus | overview | Focused reading group. |
Data contract
| Source | Cache | Freshness |
Macro cached endpoints + heatmap + economic calendar | Shared aggregate adapter | Source-specific |
8 estimated requestsPreview remains dormant until activated.
Routes and usage
Import
import MacroRegimeSurface from '@/components/MacroRegimeSurface';
Embed
<iframe
src="https://intraalpha.com/macro/embed?window=1y&horizon=45"
title="MacroRegimeSurface"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Track rates, inflation, liquidity, volatility, and scheduled economic catalysts in one market view.
- Product
- MacroRegimeSurface
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
options.strategy-payoff-explorer - Feature key
backtest.basic - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/strategy-payoff-explorer-component-spec.md
Parameters
| Name | Type | Default | Description |
ticker* | string | — | Underlying symbol. |
expiration* | YYYY-MM-DD | — | Shared leg expiration. |
legs* | StrategyLeg[] | — | Signed strategy legs. |
Data contract
| Source | Cache | Freshness |
Options Chain Explorer state | Shared upstream chain cache | Inherited |
0 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/strategies/viewOpen Iframe/strategies/embedOpen Import
import StrategyPayoffExplorer from '@/components/StrategyPayoffExplorer';
Embed
<iframe
src="https://intraalpha.com/strategies/embed?ticker=SPY&expiration=2026-10-16&spot=650"
title="StrategyPayoffExplorer"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Strategy Payoff Explorer
Available Model multi-leg option payoffs, break-evens, risk, reward, and Greeks before expiration.
- Product
- StrategyPayoffExplorer
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
portfolio.performance-surface - Feature key
portfolio.performance - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/portfolio-performance-surface-component-spec.md
Parameters
| Name | Type | Default | Description |
period | PerformancePeriod | ytd | Selected history window. |
display | value | performance | contributions | value | Chart semantic. |
Data contract
| Source | Cache | Freshness |
/api/v1/portfolio/value-series | Shared period client cache | Latest daily snapshot |
/api/v1/portfolio/returns | Shared period KPI cache | Latest calculated return |
2 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/portfolio/performance/viewOpen Iframe/portfolio/performance/embedOpen Import
import PortfolioPerformanceSurface from '@/components/PortfolioPerformanceSurface';
Embed
<iframe
src="https://intraalpha.com/portfolio/performance/embed?period=ytd&display=value"
title="PortfolioPerformanceSurface"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Portfolio Performance
Available Measure portfolio performance across time while separating market returns from external cash flows.
- Product
- PortfolioPerformanceSurface
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
portfolio.ntra-portfolio - Feature key
portfolio.weights - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/ntra-portfolio-product-component-spec.md
Parameters
| Name | Type | Default | Description |
presentation | surface | view | embed | surface | Product rendering context. |
Data contract
| Source | Cache | Freshness |
/api/v1/portfolio/positions + options + trades + pending orders + covered calls | Shared portfolio query and quote caches | Latest portfolio snapshot with live quote overlays |
7 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/portfolio/holdings/viewOpen Iframe/portfolio/holdings/embedOpen Import
import NtraPortfolioProduct from '@/components/NtraPortfolioProduct';
Embed
<iframe
src="https://intraalpha.com/portfolio/holdings/embed?presentation=surface"
title="NtraPortfolioProduct"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
See portfolio weights, holdings, option exposure, working orders, and recent activity together.
- Product
- NtraPortfolioProduct
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
brokerage.agentic-account - Feature key
agentic - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/agentic-account-component-spec.md
Parameters
| Name | Type | Default | Description |
account | agentic Robinhood account | Agentic | The single Robinhood account accessible to this agent. |
Data contract
| Source | Cache | Freshness |
/api/v1/agentic/account | Sanitized broker snapshot plus local value-history snapshots | Manual now; scheduled market-hours sync planned |
1 estimated requestsPreview remains dormant until activated.
Routes and usage
Import
import AgenticAccountSurface from '@/components/AgenticAccountSurface';
Embed
<iframe
src="https://intraalpha.com/agentic/embed?slug=agentic"
title="AgenticAccountSurface"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Agentic Account
Available Monitor the autonomous brokerage mandate, its positions, activity, access state, and performance.
- Product
- AgenticAccountSurface
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
market.comparative-ticker-chart - Feature key
coverage.member - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/comparative-ticker-chart-component-spec.md
Parameters
| Name | Type | Default | Description |
tickers* | string[] | — | Comma-separated symbols. |
benchmark | string | — | Optional benchmark symbol. |
range | CompareRange | 1y | Historical window. |
normalize | indexed | percent-change | raw-price | indexed | Y-axis normalization. |
Data contract
| Source | Cache | Freshness |
/api/v1/market/bars/{ticker} | Shared complete-key client cache; server 5 minutes | Latest historical bars |
9 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/compare/viewOpen Import
import ComparativeTickerChart from '@/components/ComparativeTickerChart';
Embed
<iframe
src="https://intraalpha.com/compare/embed?tickers=SPY%2CQQQ&range=1y"
title="ComparativeTickerChart"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Ticker Comparison
Available Compare normalized performance for multiple securities and a benchmark across the same period.
- Product
- ComparativeTickerChart
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
options.chain-explorer - Feature key
delta.full - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/options-chain-explorer-component-spec.md
Parameters
| Name | Type | Default | Description |
ticker* | string | — | Canonical uppercase symbol in the route. |
expiry | YYYY-MM-DD | — | Selected listed expiration. |
side | both | calls | puts | both | Visible option side. |
columns | ChainColumn[] | bid,ask,mid,volume,oi,iv,delta | Visible market-data columns. |
Data contract
| Source | Cache | Freshness |
/api/v1/market/options/chain | Shared keyed chain bus; server 5 minutes | Latest available snapshot |
/api/v1/market/options/expirations | Shared request cache | One hour |
3 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/companies/{ticker}/options/viewOpen Iframe/companies/{ticker}/options/embedOpen Import
import OptionsChainExplorer from '@/components/OptionsChainExplorer';
Embed
<iframe
src="https://intraalpha.com/companies/SPY/options/embed?side=both"
title="OptionsChainExplorer"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Explore calls and puts by expiration with execution, volatility, open-interest, and delta context.
- Product
- OptionsChainExplorer
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
options.option-graph - Feature key
delta.full - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/option-contract-spread-chart-component-spec.md
Parameters
| Name | Type | Default | Description |
ticker* | string | SPY | Underlying symbol. |
expiration* | YYYY-MM-DD | — | One shared expiration for every leg. |
legs* | OptionSpreadLeg[] | — | One to four signed legs selected by 5Δ bucket. |
range | 1d | 5d | 10d | 1m | 3m | 10d | Historical window. |
timeframe | OptionSpreadTimeframe | 15Min | Observed bar interval. |
Data contract
| Source | Cache | Freshness |
/api/v1/market/options/bars | One batched complete-key request; server 60 seconds | Latest available OPRA bars |
/api/v1/market/bars/{ticker} | Shared equity bars cache | Latest available underlying bars |
/api/v1/market/options/chain | One shared keyed snapshot per unique expiration | Current leg Greeks and IV |
6 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/companies/{ticker}/options/graph/viewOpen Iframe/companies/{ticker}/options/graph/embedOpen Import
import OptionGraph from '@/components/OptionGraph';
Embed
<iframe
src="https://intraalpha.com/companies/SPY/options/graph/embed?range=10d&timeframe=15Min"
title="OptionGraph"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Build a spread from delta buckets and follow its price, Greeks, volume, collateral, and underlying.
- Product
- OptionGraph
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
options.best-options-report - Feature key
bor.current - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/best-options-report-component-spec.md
Parameters
| Name | Type | Default | Description |
expiration | YYYY-MM-DD | — | Reviewed report expiration. |
view | ViewKey | most-bullish | Active ranking view. |
Data contract
| Source | Cache | Freshness |
/api/v1/market/heatmap | Reviewed artifact | Daily issue |
1 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/bor/report/viewOpen Iframe/bor/report/embedOpen Import
import BestOptionsReport from '@/components/BestOptionsReport';
Embed
<iframe
src="https://intraalpha.com/bor/report/embed?expiration=2026-10-16&view=highest-premium"
title="BestOptionsReport"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Best Options Report
Available Review ranked bullish, bearish, premium, efficiency, and earnings opportunities for one expiration.
- Product
- BestOptionsReport
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
research.bor-archive - Feature key
bor.archive - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/bor-research-lab-spec.md
Parameters
| Name | Type | Default | Description |
filters | BorArchiveFilters | — | URL-serialized date, table, ticker, numeric range, sort, and page state. |
Data contract
| Source | Cache | Freshness |
/api/v1/bor/research/summary + facets + ideas | Database-backed paginated reads | Latest spreadsheet import |
3 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/bor/results/viewOpen Iframe/bor/results/embedOpen Import
import BorResearchExplorer from '@/components/BorResearchExplorer';
Embed
<iframe
src="https://intraalpha.com/bor/results/embed?sort=report_date&order=desc"
title="BorResearchExplorer"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Search and compare every historical Best Options Report idea across dates, views, and outcomes.
- Product
- BorResearchExplorer
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
delta.surface - Feature key
delta.full - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/delta-surface-component-spec.md
Parameters
| Name | Type | Default | Description |
ticker* | string | SPY | Canonical uppercase symbol in the route. |
expiry | YYYY-MM-DD | — | Selected option expiration. |
calls | number[] | 20…80 | Enabled call delta buckets. |
puts | number[] | 20…80 | Enabled put delta buckets. |
secondary | SecondaryMetric | underlying | Y2 metric. |
Data contract
| Source | Cache | Freshness |
/api/v1/market/options | Last good market snapshot | Live when market is open |
2 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/companies/{ticker}/delta/viewOpen Iframe/companies/{ticker}/delta/embedOpen Import
import DeltaSurface from '@/components/DeltaSurface';
Embed
<iframe
src="https://intraalpha.com/companies/SPY/delta/embed?secondary=underlying"
title="DeltaSurface"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Compare option pricing and volatility consistently across quantized call and put delta buckets.
- Product
- DeltaSurface
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
market.heatmap - Feature key
heatmap.market - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/market-heatmap-component-spec.md
Parameters
| Name | Type | Default | Description |
metric | HeatmapMetric | change_pct | Color lens. |
group | sector | industry | sector | Tile grouping. |
size | equal | volume | equal | Tile sizing method. |
Data contract
| Source | Cache | Freshness |
/api/v1/market/heatmap | Shared market artifact | Latest cached market snapshot |
1 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/heatmap/viewOpen Import
import MarketHeatmap from '@/components/MarketHeatmap';
Embed
<iframe
src="https://intraalpha.com/heatmap/embed?metric=change_pct&group=sector&size=equal"
title="MarketHeatmap"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
See market leadership, weakness, volatility, and options opportunity across the full universe.
- Product
- MarketHeatmap
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
company.trade-chart - Feature key
coverage.trade_chart - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/company-trade-chart-component-spec.md
Parameters
| Name | Type | Default | Description |
ticker* | string | LUNR | Canonical uppercase symbol in the route. |
range | activity | 2y | 1y | 6m | 3m | 1m | activity | Visible history window. |
Data contract
| Source | Cache | Freshness |
Company page payload | Server-rendered company cache | Latest saved bars and trades |
1 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/companies/{ticker}/trades/viewOpen Iframe/companies/{ticker}/trades/embedOpen Import
import CompanyTradeChart from '@/components/CompanyTradeChart';
Embed
<iframe
src="https://intraalpha.com/companies/LUNR/trades/embed?range=6m"
title="CompanyTradeChart"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Place portfolio activity on the company price history to see every adjustment in market context.
- Product
- CompanyTradeChart
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
portfolio.trade-timeline - Feature key
coverage.trade_chart - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/trade-timeline-component-spec.md
Parameters
| Name | Type | Default | Description |
ticker | string | — | Optional ticker scope. |
instrument | all | equity | option | all | Instrument filter. |
mode | execution | changes | execution | Unified fills or detected position changes. |
Data contract
| Source | Cache | Freshness |
/api/v1/portfolio/trades | Shared portfolio trade cache | Latest saved records |
1 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/companies/{ticker}/trades/timeline/viewOpen Iframe/companies/{ticker}/trades/timeline/embedOpen Import
import TradeTimelineProduct from '@/components/TradeTimelineProduct';
Embed
<iframe
src="https://intraalpha.com/companies/SPY/trades/timeline/embed?mode=execution&instrument=all"
title="TradeTimelineProduct"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Review equity and option executions as one privacy-safe chronological portfolio record.
- Product
- TradeTimelineProduct
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
company.signal-surface - Feature key
signals.today - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/signal-surface-component-spec.md
Parameters
| Name | Type | Default | Description |
ticker* | string | SPY | Ticker scope. |
horizon | intraday | 1d | 1w | 1m | 1d | Signal horizon. |
Data contract
| Source | Cache | Freshness |
/api/v1/spx/predictions | Persisted prediction artifact | Artifact timestamp |
1 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/companies/{ticker}/signals/viewOpen Iframe/companies/{ticker}/signals/embedOpen Import
import SignalSurface from '@/components/SignalSurface';
Embed
<iframe
src="https://intraalpha.com/companies/SPY/signals/embed?horizon=1d"
title="SignalSurface"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Inspect persisted market signals with explicit horizon, confidence, evidence, and provenance.
- Product
- SignalSurface
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
options.opportunity-screener - Feature key
screener.full - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/opportunity-screener-component-spec.md
Parameters
| Name | Type | Default | Description |
mode | option | equity | option | Primary data mode. |
type | all | stock | fund | reit | all | Security classification. |
side | both | calls | puts | both | Option side. |
expiration | YYYY-MM-DD | — | Reviewed options expiration. |
sort | SortKey | efficiency | Ranking field. |
dir | asc | desc | desc | Ranking direction. |
Data contract
| Source | Cache | Freshness |
/api/v1/market/heatmap | Reviewed artifact | Latest complete cache |
/api/v1/market/sparklines | One hour | 30-day bars |
2 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/screener/viewOpen Iframe/screener/embedOpen Import
import OpportunityScreener from '@/components/OpportunityScreener';
Embed
<iframe
src="https://intraalpha.com/screener/embed?mode=option&sort=efficiency&dir=desc"
title="OpportunityScreener"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Opportunity Screener
Available Filter and rank the equity and options universe with reproducible presets and sortable market data.
- Product
- OpportunityScreener
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
market.catalyst-calendar - Feature key
catalysts.market - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/catalyst-calendar-component-spec.md
Parameters
| Name | Type | Default | Description |
ticker | string | — | Optional company scope. |
days | 7 | 14 | 30 | 60 | 90 | 7 | Forward schedule horizon. |
impact | 0 | 50 | 70 | 85 | 50 | Minimum story impact. |
category | string | all | Catalyst category. |
tab | schedule | news | schedule | Active mobile pane. |
Data contract
| Source | Cache | Freshness |
/api/v1/market/news/stories | Story-cluster cache | Rolling 36 hours |
/api/v1/market/economic-calendar | Scheduled-event cache | Forward calendar |
3 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/catalysts/view or /companies/{ticker}/catalysts/viewOpen Iframe/catalysts/embed or /companies/{ticker}/catalysts/embedOpen Import
import CatalystCalendar from '@/components/CatalystCalendar';
Embed
<iframe
src="https://intraalpha.com/catalysts/embed?days=7&impact=50"
title="CatalystCalendar"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Catalyst Calendar
Available Track company events, economic releases, and market-moving news in one forward schedule.
- Product
- CatalystCalendar
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested. - Registry key
market.watchlist - Feature key
watchlist.full - Heading policy
title-only - Presentations
- surface · view · embed
- Specification
docs/specs/watchlist-product-component-spec.md
Parameters
| Name | Type | Default | Description |
view | saved view | — | Optional locally saved layout. |
display | table | heatmap | table | Primary presentation. |
Data contract
| Source | Cache | Freshness |
/api/v1/watchlist | Shared request cache | Live and cached enrichment |
Market stream | Shared socket | Session dependent |
12 estimated requestsPreview remains dormant until activated.
Routes and usage
Full view/watchlist/viewOpen Iframe/watchlist/embedOpen Import
import WatchlistProduct from '@/components/WatchlistProduct';
Embed
<iframe
src="https://intraalpha.com/watchlist/embed?display=table"
title="WatchlistProduct"
width="100%"
height="640"
loading="lazy"
></iframe>
Marketing card
Follow the covered universe with rich market columns, portfolio weights, saved views, alerts, and heatmaps.
- Product
- WatchlistProduct
- Access
- live
- Formats
- surface · view · embed
Opt-in embed preview
No product data has been requested.