Daml.Finance.Interface.Instrument.Option.Dividend.Election.Factory

Interfaces

interface Factory

Factory interface to instantiate elections on generic instruments.

viewtype V

  • Choice Archive

    Controller: Signatories of implementing template

    Returns: ()

    (no fields)

  • Choice Create

    Create a new Election.

    Controller: actors

    Returns: ContractId I

    Field Type Description
    actors Parties Parties calling the Create choice.
    elector Party Parties on behalf of which the election is made.
    counterparty Party Faces the elector in the Holding.
    provider Party Party that signs the election (together with the elector).
    id Id The identifier for an election.
    description Text A description of the instrument.
    claimType ElectionTypeEnum The election type corresponding to the elected sub-tree.
    electorIsOwner Bool True if election is on behalf of the owner of the holding, False otherwise.
    electionTime Time Time at which the election is put forward.
    observers PartiesMap Observers of the election.
    amount Decimal Number of instrument units to which the election applies.
    instrument InstrumentKey The instrument to which the election applies.
  • Method create’ : Create -> Update (ContractId I)

    Implementation of Create choice.

Data Types

type F
= Factory
type I

= Factory

Type synonyms for Factory.

type V

= View

Type synonym for View.

instance HasFromAnyView Factory V

data View

View

Field Type Description
provider Party The provider of the Factory.

instance Eq View

instance Show View