Package cdm.event.common.functions
Class Create_OnDemandRateChangePrimitiveInstruction.Create_OnDemandRateChangePrimitiveInstructionDefault
java.lang.Object
cdm.event.common.functions.Create_OnDemandRateChangePrimitiveInstruction
cdm.event.common.functions.Create_OnDemandRateChangePrimitiveInstruction.Create_OnDemandRateChangePrimitiveInstructionDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Create_OnDemandRateChangePrimitiveInstruction
public static class Create_OnDemandRateChangePrimitiveInstruction.Create_OnDemandRateChangePrimitiveInstructionDefault
extends Create_OnDemandRateChangePrimitiveInstruction
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Create_OnDemandRateChangePrimitiveInstruction
Create_OnDemandRateChangePrimitiveInstruction.Create_OnDemandRateChangePrimitiveInstructionDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Create_OnDemandRateChangePrimitiveInstruction
conditionValidator, create_OnDemandRateChangePriceChangeInstruction, create_OnDemandRateChangeTermsChangeInstruction, create_TerminationInstruction, objectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, AdjustableOrRelativeDate effectiveDate, BigDecimal agreedRate) doEvaluate(TradeState tradeState, AdjustableOrRelativeDate effectiveDate, BigDecimal agreedRate) Methods inherited from class cdm.event.common.functions.Create_OnDemandRateChangePrimitiveInstruction
evaluateMethods 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
-
Constructor Details
-
Create_OnDemandRateChangePrimitiveInstructionDefault
public Create_OnDemandRateChangePrimitiveInstructionDefault()
-
-
Method Details
-
doEvaluate
protected PrimitiveInstruction.PrimitiveInstructionBuilder doEvaluate(TradeState tradeState, AdjustableOrRelativeDate effectiveDate, BigDecimal agreedRate) - Specified by:
doEvaluatein classCreate_OnDemandRateChangePrimitiveInstruction
-
assignOutput
protected PrimitiveInstruction.PrimitiveInstructionBuilder assignOutput(PrimitiveInstruction.PrimitiveInstructionBuilder instruction, TradeState tradeState, AdjustableOrRelativeDate effectiveDate, BigDecimal agreedRate)
-