Daml.Finance.Interface.Instrument.Token.Types

Data Types

data Token

Describes the attributes of a Token Instrument.

Token

Field Type Description
instrument InstrumentKey The instrument’s key.
description Text A description of the instrument.
validAsOf Time Timestamp as of which the instrument is valid.

instance Eq Token

instance Show Token