Interface Underlier

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
Underlier.UnderlierBuilder
All Known Implementing Classes:
Underlier.UnderlierBuilderImpl, Underlier.UnderlierImpl

@RosettaDataType(value="Underlier", builder=UnderlierBuilderImpl.class, version="6.19.0") @RuneDataType(value="Underlier", model="cdm", builder=UnderlierBuilderImpl.class, version="6.19.0") public interface Underlier extends com.rosetta.model.lib.RosettaModelObject
The underlying financial product that will be physically or cash settled, which can be of any type, eg an asset such as cash or a security, a product, or the cash settlement of an index rate. Conditions are usually applied when used in a data type, such as a payout, to ensure this aligns with the use case.
Version:
6.19.0
  • Field Details

  • Method Details

    • getObservable

      Specifies the object to be observed for a price, it could be an asset or a reference.
    • getProduct

      Product getProduct()
      Enables either a TransferableProduct or a NonTransferableProduct to be used in an underlier.
    • build

      Underlier 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 Underlier.UnderlierBuilder builder()
    • metaData

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

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