Daml.Finance.Instrument.Token.Instrument

Templates

template Instrument

Implementation of a Token Instrument, which is a simple instrument whose economic terms on the ledger are represented by an id and a textual description.

Signatory: depository, issuer

Field Type Description
depository Party The instrument’s depository.
issuer Party The instrument’s issuer.
id Id The intrument’s identifier.
version Text A textual instrument version.
holdingStandard HoldingStandard The holding standard for holdings referencing this instrument.
description Text A description of the instrument.
validAsOf Time Timestamp as of which the instrument is valid. This usually coincides with the timestamp of the event that creates the instrument. It usually does not coincide with ledger time.
observers PartiesMap Observers.
  • Choice Archive

    Controller: depository, issuer

    Returns: ()

    (no fields)

  • interface instance I for Instrument

  • interface instance I for Instrument

  • interface instance I for Instrument

Data Types

type T

= Instrument

Type synonym for Instrument.