Uses of Interface
cdm.observable.asset.InformationSource
Packages that use InformationSource
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
Observable event concepts: extraordinary event, trigger event, disruption event etc.
-
Uses of InformationSource in cdm.observable.asset
Subinterfaces of InformationSource in cdm.observable.assetModifier and TypeInterfaceDescriptioninterfaceInformation source specific to Foreign Exchange products.static interfaceBuilder Interfacestatic interfaceBuilder InterfaceClasses in cdm.observable.asset that implement InformationSourceModifier and TypeClassDescriptionstatic classBuilder Implementation of FxInformationSourcestatic classImmutable Implementation of FxInformationSourcestatic classBuilder Implementation of InformationSourcestatic classImmutable Implementation of InformationSourceMethods in cdm.observable.asset that return InformationSourceModifier and TypeMethodDescriptionInformationSource.build()Build MethodsInformationSource.InformationSourceBuilderImpl.build()InformationSource.InformationSourceImpl.build()ObservationSource.getInformationSource()ObservationSource.ObservationSourceImpl.getInformationSource()FxRateObservable.FxRateObservableImpl.getPrimaryFxSpotRateSource()FxRateObservable.getPrimaryFxSpotRateSource()Specifies the primary source from which a rate should be observed.FxSpotRateSource.FxSpotRateSourceImpl.getPrimarySource()FxSpotRateSource.getPrimarySource()The primary source for where the rate observation will occur.FxRateObservable.FxRateObservableImpl.getSecondaryFxSpotRateSource()FxRateObservable.getSecondaryFxSpotRateSource()Specifies an alternative, or secondary, source from which a rate should be observed.FxSpotRateSource.FxSpotRateSourceImpl.getSecondarySource()FxSpotRateSource.getSecondarySource()An alternative, or secondary, source for where the rate observation will occur.Methods in cdm.observable.asset that return types with arguments of type InformationSourceModifier and TypeMethodDescriptiondefault Class<? extends InformationSource> InformationSource.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends InformationSource> InformationSource.metaData()Utility MethodsMethods in cdm.observable.asset with parameters of type InformationSourceModifier and TypeMethodDescriptionObservationSource.ObservationSourceBuilder.setInformationSource(InformationSource informationSource) ObservationSource.ObservationSourceBuilderImpl.setInformationSource(InformationSource _informationSource) FxRateObservable.FxRateObservableBuilder.setPrimaryFxSpotRateSource(InformationSource primaryFxSpotRateSource) FxRateObservable.FxRateObservableBuilderImpl.setPrimaryFxSpotRateSource(InformationSource _primaryFxSpotRateSource) FxSpotRateSource.FxSpotRateSourceBuilder.setPrimarySource(InformationSource primarySource) FxSpotRateSource.FxSpotRateSourceBuilderImpl.setPrimarySource(InformationSource _primarySource) FxRateObservable.FxRateObservableBuilder.setSecondaryFxSpotRateSource(InformationSource secondaryFxSpotRateSource) FxRateObservable.FxRateObservableBuilderImpl.setSecondaryFxSpotRateSource(InformationSource _secondaryFxSpotRateSource) FxSpotRateSource.FxSpotRateSourceBuilder.setSecondarySource(InformationSource secondarySource) FxSpotRateSource.FxSpotRateSourceBuilderImpl.setSecondarySource(InformationSource _secondarySource) -
Uses of InformationSource in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type InformationSourceModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super InformationSource>> InformationSourceMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super InformationSource, com.rosetta.model.lib.qualify.QualifyResult>> InformationSourceMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super InformationSource, Set<String>> InformationSourceMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super InformationSource> InformationSourceMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super InformationSource> InformationSourceMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super InformationSource> InformationSourceMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super InformationSource> InformationSourceMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of InformationSource in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type InformationSourceModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> InformationSourceTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, InformationSource o) List<com.rosetta.model.lib.validation.ValidationResult<?>> InformationSourceValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, InformationSource o) -
Uses of InformationSource in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type InformationSourceModifier and TypeMethodDescription<T2 extends InformationSource>
com.rosetta.model.lib.validation.ValidationResult<InformationSource> InformationSourceOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.observable.asset.validation.exists that return types with arguments of type InformationSourceModifier and TypeMethodDescription<T2 extends InformationSource>
com.rosetta.model.lib.validation.ValidationResult<InformationSource> InformationSourceOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of InformationSource in cdm.observable.event
Methods in cdm.observable.event that return InformationSourceModifier and TypeMethodDescriptionObservationIdentifier.getInformationSource()Represents where the market data published and should be observed.ObservationIdentifier.ObservationIdentifierImpl.getInformationSource()Methods in cdm.observable.event with parameters of type InformationSourceModifier and TypeMethodDescriptionObservationIdentifier.ObservationIdentifierBuilder.setInformationSource(InformationSource informationSource) ObservationIdentifier.ObservationIdentifierBuilderImpl.setInformationSource(InformationSource _informationSource)