Package cdm.product.common.settlement
Interface AssetFlowBase
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AssetFlow,AssetFlow.AssetFlowBuilder,AssetFlowBase.AssetFlowBaseBuilder,ScheduledTransfer,ScheduledTransfer.ScheduledTransferBuilder,TransferBase,TransferBase.TransferBaseBuilder,UnscheduledTransfer,UnscheduledTransfer.UnscheduledTransferBuilder
- All Known Implementing Classes:
AssetFlow.AssetFlowBuilderImpl,AssetFlow.AssetFlowImpl,AssetFlowBase.AssetFlowBaseBuilderImpl,AssetFlowBase.AssetFlowBaseImpl,ScheduledTransfer.ScheduledTransferBuilderImpl,ScheduledTransfer.ScheduledTransferImpl,TransferBase.TransferBaseBuilderImpl,TransferBase.TransferBaseImpl,UnscheduledTransfer.UnscheduledTransferBuilderImpl,UnscheduledTransfer.UnscheduledTransferImpl
@RosettaDataType(value="AssetFlowBase",
builder=AssetFlowBaseBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="AssetFlowBase",
model="cdm",
builder=AssetFlowBaseBuilderImpl.class,
version="7.0.0-dev.105")
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:
- 7.0.0-dev.105
-
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.FpML specifies the FpML PaymentDiscounting.model group for representing the discounting elements that can be associated with a payment.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. -
getPaymentDiscounting
PaymentDiscounting getPaymentDiscounting()FpML specifies the FpML PaymentDiscounting.model group for representing the discounting elements that can be associated with a payment. -
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
-