Interface PriceSource

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
PriceSource.PriceSourceBuilder
All Known Implementing Classes:
PriceSource.PriceSourceBuilderImpl, PriceSource.PriceSourceImpl

@RosettaDataType(value="PriceSource", builder=PriceSourceBuilderImpl.class, version="5.30.0") @RuneDataType(value="PriceSource", model="cdm", builder=PriceSourceBuilderImpl.class, version="5.30.0") public interface PriceSource extends com.rosetta.model.lib.RosettaModelObject
Specifies a publication that provides the commodity price, including, where applicable, the details of where in the publication the price is published.
Version:
5.30.0
  • Field Details

  • Method Details

    • getPricePublisher

      FieldWithMetaString getPricePublisher()
      Defines a publication in which the price can be found. (e.g Gas Daily, Platts Bloomberg. Commodity publishers can be found at this URL: http://www.fpml.org/coding-scheme/commodity-information-provider>
    • getPriceSourceLocation

      String getPriceSourceLocation()
      Specifies the location of the price which may be a specific page, electornic screen name, or a code (e.g. a RIC code) where the price can be found.
    • getPriceSourceHeading

      String getPriceSourceHeading()
      Specifies the heading or field name for the price on a given page or screen, where applicable.
    • getPriceSourceTime

      LocalTime getPriceSourceTime()
      Specifies the time at which the price should be observed.
    • build

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

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