Package cdm.product.collateral
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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ListingTypestatic classImmutable Implementation of ListingType -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()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.getIndex()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> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ListingType> metaData()Utility Methodsdefault voidprocess(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
-
metaData
-
-
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:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ListingType.ListingTypeBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-