Uses of Interface
cdm.observable.asset.InterestRateCurve
Packages that use InterestRateCurve
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of InterestRateCurve in cdm.observable.asset
Subinterfaces of InterestRateCurve in cdm.observable.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.observable.asset that implement InterestRateCurveModifier and TypeClassDescriptionstatic classBuilder Implementation of InterestRateCurvestatic classImmutable Implementation of InterestRateCurveMethods in cdm.observable.asset that return InterestRateCurveModifier and TypeMethodDescriptionInterestRateCurve.build()Build MethodsInterestRateCurve.InterestRateCurveBuilderImpl.build()InterestRateCurve.InterestRateCurveImpl.build()Curve.CurveImpl.getInterestRateCurve()Curve.getInterestRateCurve()Getter MethodsMethods in cdm.observable.asset that return types with arguments of type InterestRateCurveModifier and TypeMethodDescriptiondefault Class<? extends InterestRateCurve> InterestRateCurve.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestRateCurve> InterestRateCurve.metaData()Utility MethodsMethods in cdm.observable.asset with parameters of type InterestRateCurveModifier and TypeMethodDescriptionCurve.CurveBuilder.setInterestRateCurve(InterestRateCurve interestRateCurve) Curve.CurveBuilderImpl.setInterestRateCurve(InterestRateCurve _interestRateCurve) -
Uses of InterestRateCurve in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type InterestRateCurveModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super InterestRateCurve>> InterestRateCurveMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super InterestRateCurve, com.rosetta.model.lib.qualify.QualifyResult>> InterestRateCurveMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super InterestRateCurve, Set<String>> InterestRateCurveMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super InterestRateCurve> InterestRateCurveMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super InterestRateCurve> InterestRateCurveMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super InterestRateCurve> InterestRateCurveMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super InterestRateCurve> InterestRateCurveMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of InterestRateCurve in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type InterestRateCurveModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> InterestRateCurveTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, InterestRateCurve o) List<com.rosetta.model.lib.validation.ValidationResult<?>> InterestRateCurveValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, InterestRateCurve o) -
Uses of InterestRateCurve in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type InterestRateCurveModifier and TypeMethodDescription<T2 extends InterestRateCurve>
com.rosetta.model.lib.validation.ValidationResult<InterestRateCurve> InterestRateCurveOnlyExistsValidator.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 InterestRateCurveModifier and TypeMethodDescription<T2 extends InterestRateCurve>
com.rosetta.model.lib.validation.ValidationResult<InterestRateCurve> InterestRateCurveOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)