Uses of Interface
cdm.observable.asset.Curve
Packages that use Curve
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of Curve in cdm.observable.asset
Subinterfaces of Curve in cdm.observable.assetClasses in cdm.observable.asset that implement CurveModifier and TypeClassDescriptionstatic classBuilder Implementation of Curvestatic classImmutable Implementation of CurveMethods in cdm.observable.asset that return CurveModifier and TypeMethodDescriptionCurve.build()Build MethodsCurve.CurveBuilderImpl.build()Curve.CurveImpl.build()ObservationSource.getCurve()Getter MethodsObservationSource.ObservationSourceImpl.getCurve()Methods in cdm.observable.asset that return types with arguments of type CurveModifier and TypeMethodDescriptionCurve.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Curve> Curve.metaData()Utility MethodsMethods in cdm.observable.asset with parameters of type CurveModifier and TypeMethodDescription -
Uses of Curve in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type CurveModifier and TypeMethodDescriptionCurveMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) CurveMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) CurveMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Curve> CurveMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Curve> CurveMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Curve> CurveMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Curve> CurveMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Curve in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type CurveModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CurveTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Curve o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CurveValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Curve o) -
Uses of Curve in cdm.observable.asset.validation.datarule
Methods in cdm.observable.asset.validation.datarule with parameters of type CurveModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CurveCurve.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Curve curve) List<com.rosetta.model.lib.validation.ValidationResult<?>> CurveCurve.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Curve curve) -
Uses of Curve in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type CurveModifier and TypeMethodDescriptionCurveOnlyExistsValidator.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 Curve