Uses of Interface
cdm.observable.asset.ReferenceSwapCurve
Packages that use ReferenceSwapCurve
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
Template feature concepts to define payouts.
-
Uses of ReferenceSwapCurve in cdm.observable.asset
Subinterfaces of ReferenceSwapCurve in cdm.observable.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.observable.asset that implement ReferenceSwapCurveModifier and TypeClassDescriptionstatic classBuilder Implementation of ReferenceSwapCurvestatic classImmutable Implementation of ReferenceSwapCurveMethods in cdm.observable.asset that return ReferenceSwapCurveModifier and TypeMethodDescriptionReferenceSwapCurve.build()Build MethodsReferenceSwapCurve.ReferenceSwapCurveBuilderImpl.build()ReferenceSwapCurve.ReferenceSwapCurveImpl.build()Methods in cdm.observable.asset that return types with arguments of type ReferenceSwapCurveModifier and TypeMethodDescriptiondefault Class<? extends ReferenceSwapCurve> ReferenceSwapCurve.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ReferenceSwapCurve> ReferenceSwapCurve.metaData()Utility Methods -
Uses of ReferenceSwapCurve in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type ReferenceSwapCurveModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ReferenceSwapCurve>> ReferenceSwapCurveMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ReferenceSwapCurve, com.rosetta.model.lib.qualify.QualifyResult>> ReferenceSwapCurveMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ReferenceSwapCurve, Set<String>> ReferenceSwapCurveMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ReferenceSwapCurve> ReferenceSwapCurveMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ReferenceSwapCurve> ReferenceSwapCurveMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ReferenceSwapCurve> ReferenceSwapCurveMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ReferenceSwapCurve> ReferenceSwapCurveMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ReferenceSwapCurve in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type ReferenceSwapCurveModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ReferenceSwapCurveTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReferenceSwapCurve o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ReferenceSwapCurveValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ReferenceSwapCurve o) -
Uses of ReferenceSwapCurve in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type ReferenceSwapCurveModifier and TypeMethodDescription<T2 extends ReferenceSwapCurve>
com.rosetta.model.lib.validation.ValidationResult<ReferenceSwapCurve> ReferenceSwapCurveOnlyExistsValidator.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 ReferenceSwapCurveModifier and TypeMethodDescription<T2 extends ReferenceSwapCurve>
com.rosetta.model.lib.validation.ValidationResult<ReferenceSwapCurve> ReferenceSwapCurveOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of ReferenceSwapCurve in cdm.product.template
Methods in cdm.product.template that return ReferenceSwapCurveModifier and TypeMethodDescriptionOptionStrike.getReferenceSwapCurve()Defines the strike of an option when expressed by reference to a swap curve (Typically the case for a convertible bond option).OptionStrike.OptionStrikeImpl.getReferenceSwapCurve()Methods in cdm.product.template with parameters of type ReferenceSwapCurveModifier and TypeMethodDescriptionOptionStrike.OptionStrikeBuilder.setReferenceSwapCurve(ReferenceSwapCurve referenceSwapCurve) OptionStrike.OptionStrikeBuilderImpl.setReferenceSwapCurve(ReferenceSwapCurve _referenceSwapCurve)