Package cdm.base.staticdata.asset.common
Interface Listing
- All Superinterfaces:
ProductBase,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Commodity,Commodity.CommodityBuilder,Listing.ListingBuilder,Security,Security.SecurityBuilder
- All Known Implementing Classes:
Commodity.CommodityBuilderImpl,Commodity.CommodityImpl,Listing.ListingBuilderImpl,Listing.ListingImpl,Security.SecurityBuilderImpl,Security.SecurityImpl
@RosettaDataType(value="Listing",
builder=ListingBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="Listing",
model="cdm",
builder=ListingBuilderImpl.class,
version="5.30.0")
public interface Listing
extends ProductBase
Specifies the exchange where the asset is listed.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Listingstatic classImmutable Implementation of ListingNested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.ProductBase
ProductBase.ProductBaseBuilder, ProductBase.ProductBaseBuilderImpl, ProductBase.ProductBaseImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Listing.ListingBuilderbuilder()Exchange refers to the principal financial market where the asset is listed.List<? extends LegalEntity> Related Exchange denotes any additional exchange or trading platform where the asset is listed.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Listing> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.base.staticdata.asset.common.ProductBase
getProductIdentifier, getProductTaxonomyMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getExchange
LegalEntity getExchange()Exchange refers to the principal financial market where the asset is listed. This is the main venue for the buying and selling of the asset, such as a stock exchange for equities or a futures exchange for commodities. -
getRelatedExchange
List<? extends LegalEntity> getRelatedExchange()Related Exchange denotes any additional exchange or trading platform where the asset is listed. For instance, if the asset is a particular stock, the related exchange might be the exchange where the stock is listed. -
build
Listing build()Build Methods- Specified by:
buildin interfaceProductBase- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Listing.ListingBuilder toBuilder()- Specified by:
toBuilderin interfaceProductBase- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfaceProductBase- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfaceProductBase- 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 interfaceProductBase- Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-