Interface TermsChangeInstruction

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
TermsChangeInstruction.TermsChangeInstructionBuilder
All Known Implementing Classes:
TermsChangeInstruction.TermsChangeInstructionBuilderImpl, TermsChangeInstruction.TermsChangeInstructionImpl

@RosettaDataType(value="TermsChangeInstruction", builder=TermsChangeInstructionBuilderImpl.class, version="5.30.0") @RuneDataType(value="TermsChangeInstruction", model="cdm", builder=TermsChangeInstructionBuilderImpl.class, version="5.30.0") public interface TermsChangeInstruction extends com.rosetta.model.lib.RosettaModelObject
Specifies instructions for terms change consisting of the new transaction terms, and the renegotiation fee.
Version:
5.30.0
  • Field Details

  • Method Details

    • getProduct

      Product getProduct()
      product to be changed
    • getAncillaryParty

      List<? extends AncillaryParty> getAncillaryParty()
      ancillary party to be changed
    • getAdjustment

      NotionalAdjustmentEnum getAdjustment()
    • 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 TermsChangeInstruction> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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