Interface ListingSector

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ListingSector.ListingSectorBuilder
All Known Implementing Classes:
ListingSector.ListingSectorBuilderImpl, ListingSector.ListingSectorImpl

@RosettaDataType(value="ListingSector", builder=ListingSectorBuilderImpl.class, version="6.19.0") @RuneDataType(value="ListingSector", model="cdm", builder=ListingSectorBuilderImpl.class, version="6.19.0") public interface ListingSector extends com.rosetta.model.lib.RosettaModelObject
Specifies a filter based on an industry sector.
Version:
6.19.0
  • Field Details

  • Method Details

    • getSector

      List<? extends FieldWithMetaString> getSector()
      Represents a filter based on an industry sector defined under a system for classifying industry types such as Global Industry Classification Standard (GICS) and North American Industry Classification System (NAICS)
    • build

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

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