Interface BasketConstituent

All Superinterfaces:
com.rosetta.model.lib.GlobalKey, Product, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
BasketConstituent.BasketConstituentBuilder
All Known Implementing Classes:
BasketConstituent.BasketConstituentBuilderImpl, BasketConstituent.BasketConstituentImpl

@RosettaDataType(value="BasketConstituent", builder=BasketConstituentBuilderImpl.class, version="5.30.0") @RuneDataType(value="BasketConstituent", model="cdm", builder=BasketConstituentBuilderImpl.class, version="5.30.0") public interface BasketConstituent extends Product
Identifies the constituents of the basket
Version:
5.30.0
  • Field Details

  • Method Details

    • getQuantity

      Specifies a quantity schedule to be associated to an individual underlier that is a basket constituent. The multiple cardinality is aligned to the one of the PriceQuantity->quantity that this quantity is referencing.
    • getInitialValuationPrice

      List<? extends ReferenceWithMetaPriceSchedule> getInitialValuationPrice()
      Specifies an initial price schedule to be associated to an individual underlier that is a basket constituent. The multiple cardinality is aligned to the one of the PriceQuantity->price that this price is referencing.
    • getInterimValuationPrice

      List<? extends ReferenceWithMetaPriceSchedule> getInterimValuationPrice()
      Specifies an interim price schedule to be associated to an individual underlier that is a basket constituent. The multiple cardinality is aligned to the one of the PriceQuantity->price that this price is referencing.
    • getFinalValuationPrice

      List<? extends ReferenceWithMetaPriceSchedule> getFinalValuationPrice()
      Specifies a final price schedule to be associated to an individual underlier that is a basket constituent. The multiple cardinality is aligned to the one of the PriceQuantity->price that this price is referencing.
    • build

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

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

    • metaData

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

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