Daml.Finance.Interface.Data.Reference.HolidayCalendar.Factory¶
Interfaces¶
interface Factory
Interface that allows implementing templates to create holiday calendars.
viewtype V
Choice Archive
Controller: Signatories of implementing template
Returns: ()
(no fields)
Choice Create
Create a new Holiday Calendar.
Controller: provider
Returns: ContractId I
Field Type Description calendar HolidayCalendarData Holiday Calendar Data used to define holidays. observers PartiesMap Observers. provider Party The calendar’s provider. Method create’ : Create -> Update (ContractId I)
Implementation of
Create
choice.