Skip to content

BreakAnalysisPanel

stable

Root-cause analysis panel for a single reconciliation break. Shows break metadata, field-level diff view between internal and counterparty records, a chronological history timeline, and a resolution notes editor.

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

Props

breakIdrequired
Type stringDefault

Break reference identifier

entityrequired
Type stringDefault

Entity or instrument name

amountrequired
Type numberDefault

Break amount (difference)

sourcerequired
Type stringDefault

Internal source system name

counterpartyrequired
Type stringDefault

Counterparty or custodian name

statusrequired
Type BreakResolutionStatusDefault

Current resolution status

criteriaDiffrequired
Type BreakCriteriaDiff[]Default

Field-level differences to display

historyrequired
Type BreakHistoryEvent[]Default

Ordered event history (oldest first)

resolutionNotes
Type stringDefault

Current resolution notes

onNotesChange
Type (notes: string) => voidDefault

Fired when resolution notes are edited

Metadatasemanticoutcometemporalvalidation
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?