TCAReport
stableTransaction cost analysis report with benchmark comparison and slippage metrics
import { TCAReport } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
instrumentreq | string | — | Traded instrument |
sidereq | 'buy' | 'sell' | — | Trade side |
executedPricereq | number | — | Execution price |
benchmarksreq | TCABenchmark[] | — | Benchmark comparisons |
quantityreq | number | — | Trade quantity |
currency | string | — | Currency code |
locale | string | — | BCP 47 locale override |
label | string | — | Report title |
instrumentrequiredType
stringDefault —Traded instrument
siderequiredType
'buy' | 'sell'Default —Trade side
executedPricerequiredType
numberDefault —Execution price
benchmarksrequiredType
TCABenchmark[]Default —Benchmark comparisons
quantityrequiredType
numberDefault —Trade quantity
currencyType
stringDefault —Currency code
localeType
stringDefault —BCP 47 locale override
labelType
stringDefault —Report title
MobileStacks / Scroll
TCA report table activates horizontal scroll on narrow viewports.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?