PnLAttributionSummary
stableP&L attribution breakdown by factor, desk, or strategy with diverging bar chart and totals
import { PnLAttributionSummary } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
entriesreq | PnLAttributionEntry[] | — | Attribution entries with name and P&L |
dimension | AttributionDimension | — | Grouping dimension: factor | desk | strategy | sector | currency | region |
totalPnL | number | — | Override total P&L (defaults to sum of entries) |
currency | string | — | ISO 4217 currency code |
entriesrequiredType
PnLAttributionEntry[]Default —Attribution entries with name and P&L
dimensionType
AttributionDimensionDefault —Grouping dimension: factor | desk | strategy | sector | currency | region
totalPnLType
numberDefault —Override total P&L (defaults to sum of entries)
currencyType
stringDefault —ISO 4217 currency code
MobileStacks / Scroll
Attribution metrics stack to single column on mobile.
Design Rationale
This component was designed to express:
Explore Related
BenchmarkComparisonChart→
Portfolio vs. benchmark cumulative return comparison with excess return (alpha) display
AttributionTable→
Performance attribution table with allocation, selection, and interaction effects
VaRDecomposition→
Value at Risk decomposition by risk driver with contribution bars and diversification benefit
Was this helpful?