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
Signatory: instructor, consenters, signedSenders, signedReceivers
Field Type Description instructor Party Party instructing settlement (and the creation of the Instruction
).consenters Parties Parties consenting with the creation of the Instruction
.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.
Choice Archive
Controller: instructor, consenters, signedSenders, signedReceivers
Returns: ()
(no fields)
interface instance I for Instruction
interface instance I for Instruction