ExecutionAnalytics
stableExecution quality analytics with fill rate, VWAP deviation, and venue breakdown
import { ExecutionAnalytics } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
metricsreq | ExecutionMetrics | — | Execution quality metrics |
venues | VenueBreakdown[] | — | Venue-level breakdown |
currency | string | — | Currency code |
locale | string | — | BCP 47 locale override |
label | string | — | Section label |
metricsrequiredType
ExecutionMetricsDefault —Execution quality metrics
venuesType
VenueBreakdown[]Default —Venue-level breakdown
currencyType
stringDefault —Currency code
localeType
stringDefault —BCP 47 locale override
labelType
stringDefault —Section label
MobileStacks / Scroll
Analytics dashboard collapses to single-column on mobile. Chart panels activate h-scroll.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?