Module Daml.Finance.Settlement.Instruction

Templates

template Instruction

Instruction is used to settle a single settlement Step. In order to settle the instruction,

  • the sender must allocate a suitable holding
  • the receiver must define the receiving account
Field Type Description
requestors Parties Parties requesting the settlement.
settlers Parties Any of the parties can trigger the settlement.
batchId Id Trade identifier.
id Id Instruction identifier.
routedStep RoutedStep Routed settlement step.
settlementTime Optional Time Settlement time (if any).
allocation Allocation Allocation from the sender.
approval Approval Approval from the receiver.
signedSenders Parties Additional signatories, used to collect authorization.
signedReceivers Parties Additional signatories, used to collect authorization.
observers PartiesMap Observers.

Data Types

type T

= Instruction

Type synonym for Instruction.