Package cdm.event.common
Interface ValuationInstruction
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ValuationInstruction.ValuationInstructionBuilder
- All Known Implementing Classes:
ValuationInstruction.ValuationInstructionBuilderImpl,ValuationInstruction.ValuationInstructionImpl
@RosettaDataType(value="ValuationInstruction",
builder=ValuationInstructionBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="ValuationInstruction",
model="cdm",
builder=ValuationInstructionBuilderImpl.class,
version="5.30.0")
public interface ValuationInstruction
extends com.rosetta.model.lib.RosettaModelObject
Specifies inputs needed to process a valuation.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ValuationInstructionstatic classImmutable Implementation of ValuationInstruction -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Specifies whether the previous valuation tracks in the valuation history are removed (True) or kept (False).default Class<? extends ValuationInstruction> getType()Contains all information related to a valuation.default com.rosetta.model.lib.meta.RosettaMetaData<? extends ValuationInstruction> 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
-
getValuation
Contains all information related to a valuation. -
getReplace
Boolean getReplace()Specifies whether the previous valuation tracks in the valuation history are removed (True) or kept (False). -
build
ValuationInstruction build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ValuationInstruction.ValuationInstructionBuilder 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
-