Package cdm.event.common
Interface Transfer
- All Superinterfaces:
AssetFlowBase,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Transfer.TransferBuilder
- All Known Implementing Classes:
Transfer.TransferBuilderImpl,Transfer.TransferImpl
@RosettaDataType(value="Transfer",
builder=TransferBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="Transfer",
model="cdm",
builder=TransferBuilderImpl.class,
version="6.19.0")
public interface Transfer
extends AssetFlowBase
Defines the movement of an Asset (eg cash, securities or commodities) between two parties on a date.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Transferstatic classImmutable Implementation of TransferNested classes/interfaces inherited from interface cdm.product.common.settlement.AssetFlowBase
AssetFlowBase.AssetFlowBaseBuilder, AssetFlowBase.AssetFlowBaseBuilderImpl, AssetFlowBase.AssetFlowBaseImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Transfer.TransferBuilderbuilder()List<? extends FieldWithMetaIdentifier> Represents a unique reference to the transfer.Represents the parties to the transfer and their role.Represents the reset and observation values that were used to determine the transfer amount.Represents the origin to the transfer as a reference for lineage purposes, whether it originated from trade level settlement terms or from payment terms on an economic payout.Specifies a transfer expression (cash price, performance amount, scheduled payment amount, etc.) to define the nature of the transfer amount and its source.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Transfer> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.product.common.settlement.AssetFlowBase
getAsset, getQuantity, getSettlementDateMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getIdentifier
List<? extends FieldWithMetaIdentifier> getIdentifier()Represents a unique reference to the transfer. -
getPayerReceiver
PartyReferencePayerReceiver getPayerReceiver()Represents the parties to the transfer and their role. -
getSettlementOrigin
ReferenceWithMetaPayout getSettlementOrigin()Represents the origin to the transfer as a reference for lineage purposes, whether it originated from trade level settlement terms or from payment terms on an economic payout. -
getResetOrigin
Reset getResetOrigin()Represents the reset and observation values that were used to determine the transfer amount. -
getTransferExpression
TransferExpression getTransferExpression()Specifies a transfer expression (cash price, performance amount, scheduled payment amount, etc.) to define the nature of the transfer amount and its source. -
build
Transfer build()Build Methods- Specified by:
buildin interfaceAssetFlowBase- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Transfer.TransferBuilder toBuilder()- Specified by:
toBuilderin interfaceAssetFlowBase- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfaceAssetFlowBase- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfaceAssetFlowBase- 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 interfaceAssetFlowBase- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-