Uses of Interface
cdm.product.template.Composite
Packages that use Composite
Package
Description
Template feature concepts to define payouts.
-
Uses of Composite in cdm.product.template
Subinterfaces of Composite in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement CompositeModifier and TypeClassDescriptionstatic classBuilder Implementation of Compositestatic classImmutable Implementation of CompositeMethods in cdm.product.template that return CompositeModifier and TypeMethodDescriptionComposite.build()Build MethodsComposite.CompositeBuilderImpl.build()Composite.CompositeImpl.build()FxFeature.FxFeatureImpl.getComposite()FxFeature.getComposite()If 'Composite' is specified as the Settlement Type in the relevant Transaction Supplement, an amount in the Settlement Currency, determined by the Calculation Agent as being equal to the number of Options exercised or deemed exercised, multiplied by: (Settlement Price – Strike Price) / (Strike Price – Settlement Price) x Multiplier provided that if the above is equal to a negative amount the Option Cash Settlement Amount shall be deemed to be zero.FxFeature.FxFeatureImpl.getCrossCurrency()FxFeature.getCrossCurrency()If 'Cross-Currency' is specified as the Settlement Type in the relevant Transaction Supplement, an amount in the Settlement Currency, determined by the Calculation Agent as being equal to the number of Options exercised or deemed exercised, multiplied by: (Settlement Price – Strike Price) / (Strike Price – Settlement Price) x Multiplier x one unit of the Reference Currency converted into an amount in the Settlement Currency using the rate of exchange of the Settlement Currency as quoted on the Reference Price Source on the Valuation Date, provided that if the above is equal to a negative amount the Option Cash Settlement Amount shall be deemed to be zero.Methods in cdm.product.template that return types with arguments of type CompositeModifier and TypeMethodDescriptionComposite.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Composite> Composite.metaData()Utility MethodsMethods in cdm.product.template with parameters of type CompositeModifier and TypeMethodDescriptionFxFeature.FxFeatureBuilder.setComposite(Composite composite) FxFeature.FxFeatureBuilderImpl.setComposite(Composite _composite) FxFeature.FxFeatureBuilder.setCrossCurrency(Composite crossCurrency) FxFeature.FxFeatureBuilderImpl.setCrossCurrency(Composite _crossCurrency) -
Uses of Composite in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type CompositeModifier and TypeMethodDescriptionCompositeMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) CompositeMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) CompositeMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Composite> CompositeMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Composite> CompositeMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Composite> CompositeMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Composite> CompositeMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Composite in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type CompositeModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> CompositeTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Composite o) List<com.rosetta.model.lib.validation.ValidationResult<?>> CompositeValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Composite o) -
Uses of Composite in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type CompositeModifier and TypeMethodDescriptionCompositeOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.template.validation.exists that return types with arguments of type Composite