Interface AverageTradingVolume

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
AverageTradingVolume.AverageTradingVolumeBuilder
All Known Implementing Classes:
AverageTradingVolume.AverageTradingVolumeBuilderImpl, AverageTradingVolume.AverageTradingVolumeImpl

@RosettaDataType(value="AverageTradingVolume", builder=AverageTradingVolumeBuilderImpl.class, version="5.30.0") @RuneDataType(value="AverageTradingVolume", model="cdm", builder=AverageTradingVolumeBuilderImpl.class, version="5.30.0") public interface AverageTradingVolume extends com.rosetta.model.lib.RosettaModelObject
Represents the average trading volume of an Equity product upon an exchange or set of exchanges.
Version:
5.30.0
  • Field Details

  • Method Details

    • getPeriod

      Period getPeriod()
      Represents the period of the equities average trading volume on the exchange/s.
    • getMethodology

      Indicates the type of equity average trading volume being stated (single) the highest amount on one exchange, or (consolidated) volumes across multiple exchanges.
    • 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 AverageTradingVolume> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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