Interface CashflowType

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
CashflowType.CashflowTypeBuilder
All Known Implementing Classes:
CashflowType.CashflowTypeBuilderImpl, CashflowType.CashflowTypeImpl

@RosettaDataType(value="CashflowType", builder=CashflowTypeBuilderImpl.class, version="5.30.0") @RuneDataType(value="CashflowType", model="cdm", builder=CashflowTypeBuilderImpl.class, version="5.30.0") public interface CashflowType extends com.rosetta.model.lib.RosettaModelObject
Characterises the type of cashflow, which can result from either a scheduled or a non-scheduled lifecycle event.
Version:
5.30.0
  • Field Details

  • Method Details

    • getCashflowType

      ScheduledTransferEnum getCashflowType()
      Type of cashflow corresponding to a scheduled event.
    • getCashPrice

      CashPrice getCashPrice()
      Type of cashflow corresponding to a non-scheduled event, where a price must be agreed between the parties.
    • getPriceExpression

      PriceExpressionEnum getPriceExpression()
    • build

      CashflowType 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 CashflowType> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends CashflowType> 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