Uses of Class
org.isda.cdm.IndependentAmount
-
Packages that use IndependentAmount Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of IndependentAmount in org.isda.cdm
Methods in org.isda.cdm that return IndependentAmount Modifier and Type Method Description IndependentAmount
IndependentAmount.IndependentAmountBuilder. build()
IndependentAmount
Collateral. getIndependentAmount()
Independent Amount is an amount that usually less creditworthy counterparties are asked to provide.Methods in org.isda.cdm that return types with arguments of type IndependentAmount Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends IndependentAmount>
IndependentAmount.IndependentAmountBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends IndependentAmount>
IndependentAmount. metaData()
Methods in org.isda.cdm with parameters of type IndependentAmount Modifier and Type Method Description Collateral.CollateralBuilder
Collateral.CollateralBuilder. setIndependentAmount(IndependentAmount independentAmount)
-
Uses of IndependentAmount in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type IndependentAmount Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super IndependentAmount>>
IndependentAmountMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super IndependentAmount>>
IndependentAmountMeta. dataRules()
java.util.List<java.util.function.Function<? super IndependentAmount,com.rosetta.model.lib.qualify.QualifyResult>>
IndependentAmountMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super IndependentAmount,java.lang.String>
IndependentAmountMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super IndependentAmount>
IndependentAmountMeta. validator()
-
Uses of IndependentAmount in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type IndependentAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<IndependentAmount>
IndependentAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<IndependentAmount>
IndependentAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, IndependentAmount o)
Methods in org.isda.cdm.validation with parameters of type IndependentAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<IndependentAmount>
IndependentAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, IndependentAmount o)
-
Uses of IndependentAmount in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type IndependentAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<IndependentAmount>
IndependentAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<IndependentAmount>
IndependentAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, IndependentAmount o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type IndependentAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<IndependentAmount>
IndependentAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, IndependentAmount o, java.lang.String field)
-