Uses of Interface
cdm.observable.asset.ForeignExchangeRateIndex
Packages that use ForeignExchangeRateIndex
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of ForeignExchangeRateIndex in cdm.observable.asset
Subinterfaces of ForeignExchangeRateIndex in cdm.observable.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.observable.asset that implement ForeignExchangeRateIndexModifier and TypeClassDescriptionstatic classBuilder Implementation of ForeignExchangeRateIndexstatic classImmutable Implementation of ForeignExchangeRateIndexMethods in cdm.observable.asset that return ForeignExchangeRateIndexModifier and TypeMethodDescriptionForeignExchangeRateIndex.build()Build MethodsForeignExchangeRateIndex.ForeignExchangeRateIndexBuilderImpl.build()ForeignExchangeRateIndex.ForeignExchangeRateIndexImpl.build()Index.getForeignExchangeRateIndex()A rate based on the exchange of a pair of cash assets in specific currencies, e.g.Index.IndexImpl.getForeignExchangeRateIndex()Methods in cdm.observable.asset that return types with arguments of type ForeignExchangeRateIndexModifier and TypeMethodDescriptiondefault Class<? extends ForeignExchangeRateIndex> ForeignExchangeRateIndex.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ForeignExchangeRateIndex> ForeignExchangeRateIndex.metaData()Utility MethodsMethods in cdm.observable.asset with parameters of type ForeignExchangeRateIndexModifier and TypeMethodDescriptionIndex.IndexBuilder.setForeignExchangeRateIndex(ForeignExchangeRateIndex _ForeignExchangeRateIndex) Index.IndexBuilderImpl.setForeignExchangeRateIndex(ForeignExchangeRateIndex _foreignExchangeRateIndex) -
Uses of ForeignExchangeRateIndex in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type ForeignExchangeRateIndexModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ForeignExchangeRateIndex>> ForeignExchangeRateIndexMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ForeignExchangeRateIndex, com.rosetta.model.lib.qualify.QualifyResult>> ForeignExchangeRateIndexMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ForeignExchangeRateIndex, Set<String>> ForeignExchangeRateIndexMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ForeignExchangeRateIndex> ForeignExchangeRateIndexMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ForeignExchangeRateIndex> ForeignExchangeRateIndexMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ForeignExchangeRateIndex> ForeignExchangeRateIndexMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ForeignExchangeRateIndex> ForeignExchangeRateIndexMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ForeignExchangeRateIndex in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type ForeignExchangeRateIndexModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ForeignExchangeRateIndexTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ForeignExchangeRateIndex o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ForeignExchangeRateIndexValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ForeignExchangeRateIndex o) -
Uses of ForeignExchangeRateIndex in cdm.observable.asset.validation.datarule
Methods in cdm.observable.asset.validation.datarule with parameters of type ForeignExchangeRateIndexModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ForeignExchangeRateIndexFXAssetClass.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ForeignExchangeRateIndex foreignExchangeRateIndex) List<com.rosetta.model.lib.validation.ValidationResult<?>> ForeignExchangeRateIndexFXAssetClass.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ForeignExchangeRateIndex foreignExchangeRateIndex) -
Uses of ForeignExchangeRateIndex in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type ForeignExchangeRateIndexModifier and TypeMethodDescription<T2 extends ForeignExchangeRateIndex>
com.rosetta.model.lib.validation.ValidationResult<ForeignExchangeRateIndex> ForeignExchangeRateIndexOnlyExistsValidator.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 ForeignExchangeRateIndexModifier and TypeMethodDescription<T2 extends ForeignExchangeRateIndex>
com.rosetta.model.lib.validation.ValidationResult<ForeignExchangeRateIndex> ForeignExchangeRateIndexOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)