Daml.Finance.Data.Time.DateClockUpdate

Templates

template DateClockUpdateEvent

Event signalling the update of a DateClock. It can trigger the execution of lifecycle rules for some instruments.

Signatory: providers

Field Type Description
providers Parties Providers of the event.
date Date The updated clock data.
eventTime Time The event time.
id Id Event identifier.
description Text Event description.
observers Parties The clock’s observers.

Data Types

type T

= DateClockUpdateEvent

Type synonym for DateClockUpdateEvent.