Uses of Class
org.isda.cdm.Composite
-
Packages that use Composite Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of Composite in org.isda.cdm
Methods in org.isda.cdm that return Composite Modifier and Type Method Description Composite
Composite.CompositeBuilder. build()
Composite
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.Composite
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 org.isda.cdm that return types with arguments of type Composite Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends Composite>
Composite.CompositeBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Composite>
Composite. metaData()
Methods in org.isda.cdm with parameters of type Composite Modifier and Type Method Description FxFeature.FxFeatureBuilder
FxFeature.FxFeatureBuilder. setComposite(Composite composite)
FxFeature.FxFeatureBuilder
FxFeature.FxFeatureBuilder. setCrossCurrency(Composite crossCurrency)
-
Uses of Composite in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Composite Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Composite>>
CompositeMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Composite>>
CompositeMeta. dataRules()
java.util.List<java.util.function.Function<? super Composite,com.rosetta.model.lib.qualify.QualifyResult>>
CompositeMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Composite,java.lang.String>
CompositeMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Composite>
CompositeMeta. validator()
-
Uses of Composite in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Composite Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Composite>
CompositeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Composite>
CompositeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Composite o)
Methods in org.isda.cdm.validation with parameters of type Composite Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Composite>
CompositeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Composite o)
-
Uses of Composite in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Composite Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Composite>
CompositeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Composite>
CompositeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Composite o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Composite Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Composite>
CompositeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Composite o, java.lang.String field)
-