Module Daml.Finance.Data.Numeric.Observation¶
Templates¶
template Factory
template Observation
An implementation of
NumericObservable
that explicitly stores time-dependent numerical values. For example, it can be used for equity or rate fixings.
Field Type Description provider Party The reference data provider. id Id A textual identifier. observations Map Time Decimal The time-dependent values. observers PartiesMap Observers.
Choice Archive
(no fields)
interface instance I for Observation
interface instance I for Observation
interface instance I for Observation