Interface ListedDerivative

All Superinterfaces:
AssetBase, InstrumentBase, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ListedDerivative.ListedDerivativeBuilder
All Known Implementing Classes:
ListedDerivative.ListedDerivativeBuilderImpl, ListedDerivative.ListedDerivativeImpl

@RosettaDataType(value="ListedDerivative", builder=ListedDerivativeBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="ListedDerivative", model="cdm", builder=ListedDerivativeBuilderImpl.class, version="7.0.0-dev.105") public interface ListedDerivative extends InstrumentBase
A securitized derivative on another asset.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getDeliveryTerm

      String getDeliveryTerm()
      Also called contract month or delivery month. However, it's not always a month. It is usually expressed using a code, e.g. Z23 would be the Dec 2023 contract, (Z = December). For crude oil, the corresponding contract might be called CLZ23. Optional as this can be uniquely identified in the identifier.
    • getOptionType

      PutCallEnum getOptionType()
      The type of option, ie Put or Call. Left empty if it is a Future.
    • getStrike

      BigDecimal getStrike()
      Specifies the strike of the option.
    • build

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

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

    • metaData

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

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