Daml.Finance.Settlement.Hierarchy

Data Types

data Hierarchy

Data type that describes a hierarchical account structure among multiple parties for holdings on an instrument.

Hierarchy

Field Type Description
rootCustodian Party Root custodian of the instrument.
pathsToRootCustodian [[Party]] Paths from "leaf" owners to the root custodian of the instrument.

instance Eq Hierarchy

instance Show Hierarchy