Uses of Interface
cdm.observable.asset.CrossRate
Packages that use CrossRate
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of CrossRate in cdm.observable.asset
Subinterfaces of CrossRate in cdm.observable.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.observable.asset that implement CrossRateModifier and TypeClassDescriptionstatic classBuilder Implementation of CrossRatestatic classImmutable Implementation of CrossRateMethods in cdm.observable.asset that return CrossRateModifier and TypeMethodDescriptionCrossRate.build()Build MethodsCrossRate.CrossRateBuilderImpl.build()CrossRate.CrossRateImpl.build()Methods in cdm.observable.asset that return types with arguments of type CrossRateModifier and TypeMethodDescriptionExchangeRate.ExchangeRateImpl.getCrossRate()ExchangeRate.getCrossRate()An optional element that allow for definition of the currency exchange rates used to cross between the traded currencies for non-base currency FX contracts.CrossRate.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends CrossRate> CrossRate.metaData()Utility MethodsMethods in cdm.observable.asset with parameters of type CrossRateModifier and TypeMethodDescriptionExchangeRate.ExchangeRateBuilder.addCrossRate(CrossRate crossRate) ExchangeRate.ExchangeRateBuilder.addCrossRate(CrossRate crossRate, int idx) ExchangeRate.ExchangeRateBuilderImpl.addCrossRate(CrossRate _crossRate) ExchangeRate.ExchangeRateBuilderImpl.addCrossRate(CrossRate _crossRate, int idx) Method parameters in cdm.observable.asset with type arguments of type CrossRateModifier and TypeMethodDescriptionExchangeRate.ExchangeRateBuilder.addCrossRate(List<? extends CrossRate> crossRate) ExchangeRate.ExchangeRateBuilderImpl.addCrossRate(List<? extends CrossRate> crossRates) ExchangeRate.ExchangeRateBuilder.setCrossRate(List<? extends CrossRate> crossRate) ExchangeRate.ExchangeRateBuilderImpl.setCrossRate(List<? extends CrossRate> crossRates) -
Uses of CrossRate in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type CrossRateModifier and TypeMethodDescriptionCrossRateMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) CrossRateMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) CrossRateMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super CrossRate> CrossRateMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CrossRate> CrossRateMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super CrossRate> CrossRateMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super CrossRate> CrossRateMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of CrossRate in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type CrossRateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CrossRateTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CrossRate o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CrossRateValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CrossRate o) -
Uses of CrossRate in cdm.observable.asset.validation.datarule
Methods in cdm.observable.asset.validation.datarule with parameters of type CrossRateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CrossRateCrossRate.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CrossRate crossRate) List<com.rosetta.model.lib.validation.ValidationResult<?>> CrossRateCrossRate.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, CrossRate crossRate) -
Uses of CrossRate in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type CrossRateModifier and TypeMethodDescriptionCrossRateOnlyExistsValidator.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 CrossRate