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
  • Field Details

  • 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

      Represents the date on which the transfer to due.
    • build

      AssetFlowBase build()
      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

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

    • metaData

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

      @RuneAttribute("@type") default Class<? extends AssetFlowBase> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • 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