Package cdm.event.common
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of TermsChangeInstructionstatic classImmutable Implementation of TermsChangeInstruction -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends AncillaryParty> ancillary party to be changedproduct to be changeddefault Class<? extends TermsChangeInstruction> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends TermsChangeInstruction> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getProduct
Product getProduct()product to be changed -
getAncillaryParty
List<? extends AncillaryParty> getAncillaryParty()ancillary party to be changed -
getAdjustment
NotionalAdjustmentEnum getAdjustment() -
build
TermsChangeInstruction build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-