Uses of Interface
cdm.observable.asset.OtherIndex
Packages that use OtherIndex
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of OtherIndex in cdm.observable.asset
Subinterfaces of OtherIndex in cdm.observable.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.observable.asset that implement OtherIndexModifier and TypeClassDescriptionstatic classBuilder Implementation of OtherIndexstatic classImmutable Implementation of OtherIndexMethods in cdm.observable.asset that return OtherIndexModifier and TypeMethodDescriptionOtherIndex.build()Build MethodsOtherIndex.OtherIndexBuilderImpl.build()OtherIndex.OtherIndexImpl.build()Index.getOtherIndex()An index created by a market participant which doesn't align with the other index types.Index.IndexImpl.getOtherIndex()Methods in cdm.observable.asset that return types with arguments of type OtherIndexModifier and TypeMethodDescriptiondefault Class<? extends OtherIndex> OtherIndex.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends OtherIndex> OtherIndex.metaData()Utility MethodsMethods in cdm.observable.asset with parameters of type OtherIndexModifier and TypeMethodDescriptionIndex.IndexBuilder.setOtherIndex(OtherIndex _OtherIndex) Index.IndexBuilderImpl.setOtherIndex(OtherIndex _otherIndex) -
Uses of OtherIndex in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type OtherIndexModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super OtherIndex>> OtherIndexMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super OtherIndex, com.rosetta.model.lib.qualify.QualifyResult>> OtherIndexMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super OtherIndex, Set<String>> OtherIndexMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super OtherIndex> OtherIndexMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super OtherIndex> OtherIndexMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super OtherIndex> OtherIndexMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super OtherIndex> OtherIndexMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of OtherIndex in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type OtherIndexModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> OtherIndexTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OtherIndex o) List<com.rosetta.model.lib.validation.ValidationResult<?>> OtherIndexValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OtherIndex o) -
Uses of OtherIndex in cdm.observable.asset.validation.datarule
Methods in cdm.observable.asset.validation.datarule with parameters of type OtherIndexModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> OtherIndexAssetClassRequired.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OtherIndex otherIndex) List<com.rosetta.model.lib.validation.ValidationResult<?>> OtherIndexAssetClassRequired.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, OtherIndex otherIndex) -
Uses of OtherIndex in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type OtherIndexModifier and TypeMethodDescription<T2 extends OtherIndex>
com.rosetta.model.lib.validation.ValidationResult<OtherIndex> OtherIndexOnlyExistsValidator.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 OtherIndexModifier and TypeMethodDescription<T2 extends OtherIndex>
com.rosetta.model.lib.validation.ValidationResult<OtherIndex> OtherIndexOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)