Package cdm.product.common.settlement
Interface CashflowType
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
CashflowType.CashflowTypeBuilder
- All Known Implementing Classes:
CashflowType.CashflowTypeBuilderImpl,CashflowType.CashflowTypeImpl
@RosettaDataType(value="CashflowType",
builder=CashflowTypeBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="CashflowType",
model="cdm",
builder=CashflowTypeBuilderImpl.class,
version="5.30.0")
public interface CashflowType
extends com.rosetta.model.lib.RosettaModelObject
Characterises the type of cashflow, which can result from either a scheduled or a non-scheduled lifecycle event.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of CashflowTypestatic classImmutable Implementation of CashflowType -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Type of cashflow corresponding to a scheduled event.Type of cashflow corresponding to a non-scheduled event, where a price must be agreed between the parties.default Class<? extends CashflowType> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CashflowType> 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
-
getCashflowType
ScheduledTransferEnum getCashflowType()Type of cashflow corresponding to a scheduled event. -
getCashPrice
CashPrice getCashPrice()Type of cashflow corresponding to a non-scheduled event, where a price must be agreed between the parties. -
getPriceExpression
PriceExpressionEnum getPriceExpression() -
build
CashflowType build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
CashflowType.CashflowTypeBuilder 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
-