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
  • 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.
    • 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:
      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