Module Daml.Finance.Data.Numeric.Observation

Templates

template Factory

Implementation of the corresponding Observation Factory.

Field Type Description
provider Party The factory’s provider.
observers PartiesMap The factory’s observers.
  • Choice Archive

    (no fields)

  • interface instance F for Factory

  • interface instance I for 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.

Data Types

type T

= Observation

Type synonym for Observation.