Package cdm.event.common.functions
Class Create_CashflowTermsChangeInstruction
java.lang.Object
cdm.event.common.functions.Create_CashflowTermsChangeInstruction
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
Create_CashflowTermsChangeInstruction.Create_CashflowTermsChangeInstructionDefault
public abstract class Create_CashflowTermsChangeInstruction
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract TermsChangeInstruction.TermsChangeInstructionBuilderdoEvaluate(ContractualProduct contractualProduct, Cashflow cashFlow) evaluate(ContractualProduct contractualProduct, Cashflow cashFlow) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Field Details
-
objectValidator
@Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator
-
-
Constructor Details
-
Create_CashflowTermsChangeInstruction
public Create_CashflowTermsChangeInstruction()
-
-
Method Details
-
evaluate
- Parameters:
contractualProduct-cashFlow-- Returns:
- termsChangeInstruction
-
doEvaluate
protected abstract TermsChangeInstruction.TermsChangeInstructionBuilder doEvaluate(ContractualProduct contractualProduct, Cashflow cashFlow)
-