Uses of Interface
cdm.observable.asset.FallbackReferencePrice
Packages that use FallbackReferencePrice
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of FallbackReferencePrice in cdm.observable.asset
Subinterfaces of FallbackReferencePrice in cdm.observable.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.observable.asset that implement FallbackReferencePriceModifier and TypeClassDescriptionstatic classBuilder Implementation of FallbackReferencePricestatic classImmutable Implementation of FallbackReferencePriceMethods in cdm.observable.asset that return FallbackReferencePriceModifier and TypeMethodDescriptionFallbackReferencePrice.build()Build MethodsFallbackReferencePrice.FallbackReferencePriceBuilderImpl.build()FallbackReferencePrice.FallbackReferencePriceImpl.build()PriceSourceDisruption.getFallbackReferencePrice()The method, prioritised by the order it is listed in this element, to get a replacement rate for the disrupted settlement rate option.PriceSourceDisruption.PriceSourceDisruptionImpl.getFallbackReferencePrice()Methods in cdm.observable.asset that return types with arguments of type FallbackReferencePriceModifier and TypeMethodDescriptiondefault Class<? extends FallbackReferencePrice> FallbackReferencePrice.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FallbackReferencePrice> FallbackReferencePrice.metaData()Utility MethodsMethods in cdm.observable.asset with parameters of type FallbackReferencePriceModifier and TypeMethodDescriptionPriceSourceDisruption.PriceSourceDisruptionBuilder.setFallbackReferencePrice(FallbackReferencePrice fallbackReferencePrice) PriceSourceDisruption.PriceSourceDisruptionBuilderImpl.setFallbackReferencePrice(FallbackReferencePrice _fallbackReferencePrice) -
Uses of FallbackReferencePrice in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type FallbackReferencePriceModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super FallbackReferencePrice>> FallbackReferencePriceMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super FallbackReferencePrice, com.rosetta.model.lib.qualify.QualifyResult>> FallbackReferencePriceMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super FallbackReferencePrice, Set<String>> FallbackReferencePriceMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super FallbackReferencePrice> FallbackReferencePriceMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super FallbackReferencePrice> FallbackReferencePriceMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super FallbackReferencePrice> FallbackReferencePriceMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super FallbackReferencePrice> FallbackReferencePriceMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of FallbackReferencePrice in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type FallbackReferencePriceModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> FallbackReferencePriceTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FallbackReferencePrice o) List<com.rosetta.model.lib.validation.ValidationResult<?>> FallbackReferencePriceValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FallbackReferencePrice o) -
Uses of FallbackReferencePrice in cdm.observable.asset.validation.datarule
Methods in cdm.observable.asset.validation.datarule with parameters of type FallbackReferencePriceModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> FallbackReferencePriceFallbackCalculationAgent.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FallbackReferencePrice fallbackReferencePrice) List<com.rosetta.model.lib.validation.ValidationResult<?>> FallbackReferencePriceFallbackCalculationAgent.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FallbackReferencePrice fallbackReferencePrice) List<com.rosetta.model.lib.validation.ValidationResult<?>> FallbackReferencePriceMaximumDaysOfPostponement.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FallbackReferencePrice fallbackReferencePrice) List<com.rosetta.model.lib.validation.ValidationResult<?>> FallbackReferencePriceMaximumDaysOfPostponement.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FallbackReferencePrice fallbackReferencePrice) -
Uses of FallbackReferencePrice in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type FallbackReferencePriceModifier and TypeMethodDescription<T2 extends FallbackReferencePrice>
com.rosetta.model.lib.validation.ValidationResult<FallbackReferencePrice> FallbackReferencePriceOnlyExistsValidator.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 FallbackReferencePriceModifier and TypeMethodDescription<T2 extends FallbackReferencePrice>
com.rosetta.model.lib.validation.ValidationResult<FallbackReferencePrice> FallbackReferencePriceOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)