Interface ElectiveAmountElection

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ElectiveAmountElection.ElectiveAmountElectionBuilder
All Known Implementing Classes:
ElectiveAmountElection.ElectiveAmountElectionBuilderImpl, ElectiveAmountElection.ElectiveAmountElectionImpl

@RosettaDataType(value="ElectiveAmountElection", builder=ElectiveAmountElectionBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="ElectiveAmountElection", model="cdm", builder=ElectiveAmountElectionBuilderImpl.class, version="7.0.0-dev.105") public interface ElectiveAmountElection extends com.rosetta.model.lib.RosettaModelObject
A class to specify the party elective amounts which can be used for the purpose of specifying elections such as the ISDA CSA Threshold and Minimum Transfer Amount.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getParty

      The elective party.
    • getElectiveAmount

      ElectiveAmountEnum getElectiveAmount()
      Specifies an enumerated election to express the elective amount.
    • getAmount

      Money getAmount()
      The elective amount when expressed as a currency amount. The associated PartyElectiveAmount_amount data rule enforces that the currency amount is actually greater than 0.
    • getCustomElection

      String getCustomElection()
      The elective amount when expressed as a custom election by the party.
    • build

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends ElectiveAmountElection> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends ElectiveAmountElection> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject