Interface Transfer

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject, TransferBase
All Known Subinterfaces:
Transfer.TransferBuilder
All Known Implementing Classes:
Transfer.TransferBuilderImpl, Transfer.TransferImpl

@RosettaDataType(value="Transfer", builder=TransferBuilderImpl.class, version="5.30.0") @RuneDataType(value="Transfer", model="cdm", builder=TransferBuilderImpl.class, version="5.30.0") public interface Transfer extends TransferBase
Defines the movement of cash, securities or commodities between two parties on a date.
Version:
5.30.0
  • Field Details

  • Method Details

    • getSettlementOrigin

      SettlementOrigin 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:
      build in interface com.rosetta.model.lib.RosettaModelObject
      Specified by:
      build in interface TransferBase
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
      Specified by:
      toBuilder in interface TransferBase
    • builder

      static Transfer.TransferBuilder builder()
    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends Transfer> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
      Specified by:
      metaData in interface TransferBase
    • getType

      @RuneAttribute("@type") default Class<? extends Transfer> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
      Specified by:
      getType in interface TransferBase
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject
      Specified by:
      process in interface TransferBase