Package cdm.product.common.settlement
Interface AssetFlowBase
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AssetFlowBase.AssetFlowBaseBuilder,Cashflow,Cashflow.CashflowBuilder,Transfer,Transfer.TransferBuilder
- All Known Implementing Classes:
AssetFlowBase.AssetFlowBaseBuilderImpl,AssetFlowBase.AssetFlowBaseImpl,Cashflow.CashflowBuilderImpl,Cashflow.CashflowImpl,Transfer.TransferBuilderImpl,Transfer.TransferImpl
@RosettaDataType(value="AssetFlowBase",
builder=AssetFlowBaseBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="AssetFlowBase",
model="cdm",
builder=AssetFlowBaseBuilderImpl.class,
version="6.19.0")
public interface AssetFlowBase
extends com.rosetta.model.lib.RosettaModelObject
Defines the basic parameters of an asset transfer, e.g. a cashflow: what (the asset), how much (the quantity) and when (the settlement date).
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AssetFlowBasestatic classImmutable Implementation of AssetFlowBase -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()getAsset()Represents the object that is subject to the transfer, it could be an asset or a reference.Represents the amount of the asset to be transferred.Represents the date on which the transfer to due.default Class<? extends AssetFlowBase> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AssetFlowBase> 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
-
getQuantity
NonNegativeQuantity getQuantity()Represents the amount of the asset to be transferred. The cashflow amount is always a positive number, as the cashflow direction is implied by the payer/receiver attribute. -
getAsset
Asset getAsset()Represents the object that is subject to the transfer, it could be an asset or a reference. -
getSettlementDate
AdjustableOrAdjustedOrRelativeDate getSettlementDate()Represents the date on which the transfer to due. -
build
AssetFlowBase build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
AssetFlowBase.AssetFlowBaseBuilder 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
-