Daml.Finance.Interface.Data.Numeric.Observation

Interfaces

interface Observation

Interface for a time-dependent numeric Observation, where the values are explicitly stored on-ledger.

viewtype V

  • Choice Archive

    Controller: Signatories of implementing template

    Returns: ()

    (no fields)

  • Choice GetView

    Retrieves the interface view.

    Controller: viewer

    Returns: View

    Field Type Description
    viewer Party The party fetching the view.

Data Types

type I

= Observation

Type synonym for Observation.

instance HasMethod Factory "create’" (Create -> Update (ContractId I))

type V

= View

Type synonym for View.

instance HasFromAnyView Observation V

data View

View for Observation.

View

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.