Daml.Finance.Data.Numeric.Observation¶
Templates¶
template Factory
Implementation of the corresponding Observation Factory.
Signatory: provider
Field Type Description provider Party The factory’s provider. observers PartiesMap The factory’s observers.
template Observation
An implementation of
NumericObservable
that explicitly stores time-dependent numerical values. For example, it can be used for equity or rate fixings.Signatory: provider
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
Controller: provider
Returns: ()
(no fields)
interface instance I for Observation
interface instance I for Observation
interface instance I for Observation