Package cdm.product.collateral
Interface ListingExchange
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ListingExchange.ListingExchangeBuilder
- All Known Implementing Classes:
ListingExchange.ListingExchangeBuilderImpl,ListingExchange.ListingExchangeImpl
@RosettaDataType(value="ListingExchange",
builder=ListingExchangeBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="ListingExchange",
model="cdm",
builder=ListingExchangeBuilderImpl.class,
version="7.0.0-dev.105")
public interface ListingExchange
extends com.rosetta.model.lib.RosettaModelObject
Specifies a filter based on a stock exchange.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ListingExchangestatic classImmutable Implementation of ListingExchange -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends FieldWithMetaString> 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.default Class<? extends ListingExchange> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ListingExchange> 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
List<? extends 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. -
build
ListingExchange build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ListingExchange.ListingExchangeBuilder 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
-