Interface CashPrice

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
CashPrice.CashPriceBuilder
All Known Implementing Classes:
CashPrice.CashPriceBuilderImpl, CashPrice.CashPriceImpl

@RosettaDataType(value="CashPrice", builder=CashPriceBuilderImpl.class, version="5.30.0") @RuneDataType(value="CashPrice", model="cdm", builder=CashPriceBuilderImpl.class, version="5.30.0") public interface CashPrice extends com.rosetta.model.lib.RosettaModelObject
Specifies the nature of a cash price either as a fee type, cash price type, or premium expression.
Version:
5.30.0
  • Field Details

  • Method Details

    • getCashPriceType

      CashPriceTypeEnum getCashPriceType()
      Specifies the type of Cash Price.
    • getPremiumExpression

      PremiumExpression getPremiumExpression()
      Specifies a premium when expressed in a way other than an amount, and any required forward starting price definition.
    • getFeeType

      FeeTypeEnum getFeeType()
      Specifies the event type associated with a fee.
    • build

      CashPrice 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

      static CashPrice.CashPriceBuilder builder()
    • metaData

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

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