Uses of Interface
cdm.observable.asset.SwapCurveValuation
Packages that use SwapCurveValuation
Package
Description
Observable asset concepts: schedule, settlement, price and quantity notation etc.
-
Uses of SwapCurveValuation in cdm.observable.asset
Subinterfaces of SwapCurveValuation in cdm.observable.assetModifier and TypeInterfaceDescriptioninterfaceA class to specify the amount to be paid by the buyer of the option if the option is exercised prior to the Early Call Date (typically applicable to the convertible bond options).static interfaceBuilder Interfacestatic interfaceBuilder InterfaceClasses in cdm.observable.asset that implement SwapCurveValuationModifier and TypeClassDescriptionstatic classBuilder Implementation of MakeWholeAmountstatic classImmutable Implementation of MakeWholeAmountstatic classBuilder Implementation of SwapCurveValuationstatic classImmutable Implementation of SwapCurveValuationMethods in cdm.observable.asset that return SwapCurveValuationModifier and TypeMethodDescriptionSwapCurveValuation.build()Build MethodsSwapCurveValuation.SwapCurveValuationBuilderImpl.build()SwapCurveValuation.SwapCurveValuationImpl.build()ReferenceSwapCurve.getSwapUnwindValue()Getter MethodsReferenceSwapCurve.ReferenceSwapCurveImpl.getSwapUnwindValue()Methods in cdm.observable.asset that return types with arguments of type SwapCurveValuationModifier and TypeMethodDescriptiondefault Class<? extends SwapCurveValuation> SwapCurveValuation.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends SwapCurveValuation> SwapCurveValuation.metaData()Utility MethodsMethods in cdm.observable.asset with parameters of type SwapCurveValuationModifier and TypeMethodDescriptionReferenceSwapCurve.ReferenceSwapCurveBuilder.setSwapUnwindValue(SwapCurveValuation swapUnwindValue) ReferenceSwapCurve.ReferenceSwapCurveBuilderImpl.setSwapUnwindValue(SwapCurveValuation _swapUnwindValue) -
Uses of SwapCurveValuation in cdm.observable.asset.meta
Methods in cdm.observable.asset.meta that return types with arguments of type SwapCurveValuationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super SwapCurveValuation>> SwapCurveValuationMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super SwapCurveValuation, com.rosetta.model.lib.qualify.QualifyResult>> SwapCurveValuationMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super SwapCurveValuation, Set<String>> SwapCurveValuationMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super SwapCurveValuation> SwapCurveValuationMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super SwapCurveValuation> SwapCurveValuationMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super SwapCurveValuation> SwapCurveValuationMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super SwapCurveValuation> SwapCurveValuationMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of SwapCurveValuation in cdm.observable.asset.validation
Methods in cdm.observable.asset.validation with parameters of type SwapCurveValuationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> SwapCurveValuationTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SwapCurveValuation o) List<com.rosetta.model.lib.validation.ValidationResult<?>> SwapCurveValuationValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, SwapCurveValuation o) -
Uses of SwapCurveValuation in cdm.observable.asset.validation.exists
Methods in cdm.observable.asset.validation.exists with type parameters of type SwapCurveValuationModifier and TypeMethodDescription<T2 extends SwapCurveValuation>
com.rosetta.model.lib.validation.ValidationResult<SwapCurveValuation> SwapCurveValuationOnlyExistsValidator.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 SwapCurveValuationModifier and TypeMethodDescription<T2 extends SwapCurveValuation>
com.rosetta.model.lib.validation.ValidationResult<SwapCurveValuation> SwapCurveValuationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)