Package cdm.observable.asset
Interface InformationSource.InformationSourceBuilder
- All Superinterfaces:
InformationSource,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Subinterfaces:
FxInformationSource.FxInformationSourceBuilder
- All Known Implementing Classes:
FxInformationSource.FxInformationSourceBuilderImpl,InformationSource.InformationSourceBuilderImpl
- Enclosing interface:
InformationSource
public static interface InformationSource.InformationSourceBuilder
extends InformationSource, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.asset.InformationSource
InformationSource.InformationSourceBuilder, InformationSource.InformationSourceBuilderImpl, InformationSource.InformationSourceImpl -
Field Summary
Fields inherited from interface cdm.observable.asset.InformationSource
metaData -
Method Summary
Modifier and TypeMethodDescriptionA specific page for the source for obtaining a market data point.An information source for obtaining a market data point.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setSourcePage(FieldWithMetaString sourcePage) setSourcePageHeading(String sourcePageHeading) setSourcePageValue(String sourcePage) setSourceProvider(FieldWithMetaInformationProviderEnum sourceProvider) setSourceProviderValue(InformationProviderEnum sourceProvider) Methods inherited from interface cdm.observable.asset.InformationSource
build, getSourcePageHeading, 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
-
getOrCreateSourceProvider
FieldWithMetaInformationProviderEnum.FieldWithMetaInformationProviderEnumBuilder getOrCreateSourceProvider() -
getSourceProvider
FieldWithMetaInformationProviderEnum.FieldWithMetaInformationProviderEnumBuilder getSourceProvider()Description copied from interface:InformationSourceAn information source for obtaining a market data point. For example Bloomberg, Reuters, Telerate, etc.- Specified by:
getSourceProviderin interfaceInformationSource
-
getOrCreateSourcePage
FieldWithMetaString.FieldWithMetaStringBuilder getOrCreateSourcePage() -
getSourcePage
FieldWithMetaString.FieldWithMetaStringBuilder getSourcePage()Description copied from interface:InformationSourceA specific page for the source for obtaining a market data point. In FpML, this is specified as a scheme, rateSourcePageScheme, for which no coding Scheme or URI is specified.- Specified by:
getSourcePagein interfaceInformationSource
-
setSourceProvider
InformationSource.InformationSourceBuilder setSourceProvider(FieldWithMetaInformationProviderEnum sourceProvider) -
setSourceProviderValue
InformationSource.InformationSourceBuilder setSourceProviderValue(InformationProviderEnum sourceProvider) -
setSourcePage
-
setSourcePageValue
-
setSourcePageHeading
-
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
-