Interface ListingType

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ListingType.ListingTypeBuilder
All Known Implementing Classes:
ListingType.ListingTypeBuilderImpl, ListingType.ListingTypeImpl

@RosettaDataType(value="ListingType", builder=ListingTypeBuilderImpl.class, version="5.30.0") @RuneDataType(value="ListingType", model="cdm", builder=ListingTypeBuilderImpl.class, version="5.30.0") public interface ListingType extends com.rosetta.model.lib.RosettaModelObject
Specifies a filter based on an underlying corporate financial official listing defined at a stock exchange.
Version:
5.30.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Builder Interface
    static class 
    Builder Implementation of ListingType
    static class 
    Immutable Implementation of ListingType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ListingTypeMeta
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Build Methods
     
    Represents a filter based on the Primary Stock Exchange facilitating the listing of companies, exchange of Stocks, Exchange traded Derivatives, Bonds, and other Securities expressed in ISO standard 10383.
    Represents a filter based on an index that measures a stock market, or a subset of a stock market.
    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)
    default Class<? extends ListingType>
     
    default com.rosetta.model.lib.meta.RosettaMetaData<? extends ListingType>
    Utility Methods
    default void
    process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
     
     

    Methods inherited from interface com.rosetta.model.lib.RosettaModelObject

    processRosetta, processRosetta
  • Field Details

  • Method Details

    • getExchange

      FieldWithMetaString getExchange()
      Represents a filter based on the Primary Stock Exchange facilitating the listing of companies, exchange of Stocks, Exchange traded Derivatives, Bonds, and other Securities expressed in ISO standard 10383.
    • getSector

      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)
    • getIndex

      Index getIndex()
      Represents a filter based on an index that measures a stock market, or a subset of a stock market.
    • build

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

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