Uses of Interface
cdm.observable.asset.ValuationPostponement
Packages that use ValuationPostponement
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of ValuationPostponement in cdm.observable.asset
Subinterfaces of ValuationPostponement in cdm.observable.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.observable.asset that implement ValuationPostponementModifier and TypeClassDescriptionstatic classBuilder Implementation of ValuationPostponementstatic classImmutable Implementation of ValuationPostponementMethods in cdm.observable.asset that return ValuationPostponementModifier and TypeMethodDescriptionValuationPostponement.build()Build MethodsValuationPostponement.ValuationPostponementBuilderImpl.build()ValuationPostponement.ValuationPostponementImpl.build()FallbackReferencePrice.FallbackReferencePriceImpl.getValuationPostponement()FallbackReferencePrice.getValuationPostponement()Specifies how long to wait to get a quote from a settlement rate option upon a price source disruption.Methods in cdm.observable.asset that return types with arguments of type ValuationPostponementModifier and TypeMethodDescriptiondefault Class<? extends ValuationPostponement> ValuationPostponement.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ValuationPostponement> ValuationPostponement.metaData()Utility MethodsMethods in cdm.observable.asset with parameters of type ValuationPostponementModifier and TypeMethodDescriptionFallbackReferencePrice.FallbackReferencePriceBuilder.setValuationPostponement(ValuationPostponement valuationPostponement) FallbackReferencePrice.FallbackReferencePriceBuilderImpl.setValuationPostponement(ValuationPostponement _valuationPostponement) -
Uses of ValuationPostponement in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type ValuationPostponementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ValuationPostponement>> ValuationPostponementMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ValuationPostponement, com.rosetta.model.lib.qualify.QualifyResult>> ValuationPostponementMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ValuationPostponement, Set<String>> ValuationPostponementMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ValuationPostponement> ValuationPostponementMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ValuationPostponement> ValuationPostponementMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ValuationPostponement> ValuationPostponementMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ValuationPostponement> ValuationPostponementMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ValuationPostponement in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type ValuationPostponementModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ValuationPostponementTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ValuationPostponement o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ValuationPostponementValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ValuationPostponement o) -
Uses of ValuationPostponement in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type ValuationPostponementModifier and TypeMethodDescription<T2 extends ValuationPostponement>
com.rosetta.model.lib.validation.ValidationResult<ValuationPostponement> ValuationPostponementOnlyExistsValidator.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 ValuationPostponementModifier and TypeMethodDescription<T2 extends ValuationPostponement>
com.rosetta.model.lib.validation.ValidationResult<ValuationPostponement> ValuationPostponementOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)