Interface TerminationCurrencyAmendment

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
TerminationCurrencyAmendment.TerminationCurrencyAmendmentBuilder
All Known Implementing Classes:
TerminationCurrencyAmendment.TerminationCurrencyAmendmentBuilderImpl, TerminationCurrencyAmendment.TerminationCurrencyAmendmentImpl

@RosettaDataType(value="TerminationCurrencyAmendment", builder=TerminationCurrencyAmendmentBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="TerminationCurrencyAmendment", model="cdm", builder=TerminationCurrencyAmendmentBuilderImpl.class, version="7.0.0-dev.105") public interface TerminationCurrencyAmendment extends com.rosetta.model.lib.RosettaModelObject
A class to specify the Amendment to Termination Currency elections by the parties to the agreement.
Version:
7.0.0-dev.105 Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" * clause "(t)" * name "Amendment to Termination Currency." Provision
  • Field Details

  • Method Details

    • getIsApplicable

      Boolean getIsApplicable()
      The qualification of whether the Amendment to Termination Currency is deemed applicable by the parties (True) or not (False).
    • getEffectiveDate

      AmendmentEffectiveDate getEffectiveDate()
      The effective date of the Amendment to Termination Currency. This date can be specified as either an actual date, a specific date (e.g. the annex date) or as a custom provision.
    • getPartyElection

      List<? extends TerminationCurrencyElection> getPartyElection()
      The parties' Amendment Currency election.
    • 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 TerminationCurrencyAmendment> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends TerminationCurrencyAmendment> 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