Uses of Interface
cdm.observable.asset.IndexBase
Packages that use IndexBase
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of IndexBase in cdm.observable.asset
Subinterfaces of IndexBase in cdm.observable.assetModifier and TypeInterfaceDescriptioninterfaceSpecification of an index based on credit risk, typically composed using corporate debt instruments in a region or industry sector, e.g. the iTraxx indices.static interfaceBuilder InterfaceinterfaceSpecification of an index based on equity securities, e.g. the S&P 500..static interfaceBuilder InterfaceinterfaceSpecification of an interest rate index which can change over time, e.g. the SONIA (Sterling Overnight Index Average) in the UK.static interfaceBuilder InterfaceinterfaceSpecification of a rate based on the exchange of a pair of cash assets in specific currencies, e.g.static interfaceBuilder Interfacestatic interfaceBuilder InterfaceinterfaceSpecification of an index that measures inflation in a specific market, e.g. the US Consumer Price Index.static interfaceBuilder InterfaceinterfaceSpecification of a user-defined index that does not meet the criteria of other Index data types.static interfaceBuilder InterfaceClasses in cdm.observable.asset that implement IndexBaseModifier and TypeClassDescriptionstatic classBuilder Implementation of CreditIndexstatic classImmutable Implementation of CreditIndexstatic classBuilder Implementation of EquityIndexstatic classImmutable Implementation of EquityIndexstatic classBuilder Implementation of FloatingRateIndexstatic classImmutable Implementation of FloatingRateIndexstatic classBuilder Implementation of ForeignExchangeRateIndexstatic classImmutable Implementation of ForeignExchangeRateIndexstatic classBuilder Implementation of IndexBasestatic classImmutable Implementation of IndexBasestatic classBuilder Implementation of InflationIndexstatic classImmutable Implementation of InflationIndexstatic classBuilder Implementation of OtherIndexstatic classImmutable Implementation of OtherIndexMethods in cdm.observable.asset that return IndexBaseModifier and TypeMethodDescriptionIndexBase.build()Build MethodsIndexBase.IndexBaseBuilderImpl.build()IndexBase.IndexBaseImpl.build()Methods in cdm.observable.asset that return types with arguments of type IndexBase -
Uses of IndexBase in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type IndexBaseModifier and TypeMethodDescriptionIndexBaseMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) IndexBaseMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) IndexBaseMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super IndexBase> IndexBaseMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super IndexBase> IndexBaseMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super IndexBase> IndexBaseMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super IndexBase> IndexBaseMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of IndexBase in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type IndexBaseModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> IndexBaseTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, IndexBase o) List<com.rosetta.model.lib.validation.ValidationResult<?>> IndexBaseValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, IndexBase o) -
Uses of IndexBase in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type IndexBaseModifier and TypeMethodDescriptionIndexBaseOnlyExistsValidator.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 IndexBase