Package cdm.product.collateral
Interface ListingExchange.ListingExchangeBuilder
- All Superinterfaces:
ListingExchange,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
ListingExchange.ListingExchangeBuilderImpl
- Enclosing interface:
ListingExchange
public static interface ListingExchange.ListingExchangeBuilder
extends ListingExchange, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.collateral.ListingExchange
ListingExchange.ListingExchangeBuilder, ListingExchange.ListingExchangeBuilderImpl, ListingExchange.ListingExchangeImpl -
Field Summary
Fields inherited from interface cdm.product.collateral.ListingExchange
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddExchange(FieldWithMetaString exchange) addExchange(FieldWithMetaString exchange, int idx) addExchange(List<? extends FieldWithMetaString> exchange) addExchangeValue(String exchange) addExchangeValue(String exchange, int idx) addExchangeValue(List<? extends String> exchange) 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.getOrCreateExchange(int index) default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setExchange(List<? extends FieldWithMetaString> exchange) setExchangeValue(List<? extends String> exchange) Methods inherited from interface cdm.product.collateral.ListingExchange
build, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateExchange
-
getExchange
List<? extends FieldWithMetaString.FieldWithMetaStringBuilder> getExchange()Description copied from interface:ListingExchangeRepresents 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.- Specified by:
getExchangein interfaceListingExchange
-
addExchange
-
addExchange
-
addExchangeValue
-
addExchangeValue
-
addExchange
-
setExchange
-
addExchangeValue
-
setExchangeValue
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-