Skip to content

FXExposureHeatmap

stable

Currency pair × business unit exposure matrix. Blue = long, red = short, intensity = magnitude. Row/column totals. Click-to-drill support

FinanceInteractive/Storybook ↗
import { FXExposureHeatmap } from "@nodus/design-system/finance"
Loading demo…

Props

cellsrequired
Type FXExposureCell[]Default

Exposure cells (pair, unit, exposure, notional?)

pairs
Type string[]Default

Explicit currency pair order

units
Type string[]Default

Explicit business unit order

title
Type stringDefault

Chart title

asOf
Type stringDefault

As-of date string

currency
Type stringDefault

Reporting currency

domain
Type numberDefault

Max absolute exposure for color domain

cellWidth
Type numberDefault

Cell width in pixels (default: 96)

cellHeight
Type numberDefault

Cell height in pixels (default: 40)

onDrilldown
Type (cell: FXExposureCell) => voidDefault

Click handler for cell drilldown

Metadatasemantictypetemporalagencyspacefin
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?