Uses of Class
org.isda.cdm.Threshold
-
Packages that use Threshold Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of Threshold in org.isda.cdm
Methods in org.isda.cdm that return Threshold Modifier and Type Method Description Threshold
Threshold.ThresholdBuilder. build()
Threshold
CreditSupportObligationsInitialMargin. getThreshold()
The amount of net exposure that a party is willing to bear in relation to the other party before it requires asking for collateral.Methods in org.isda.cdm that return types with arguments of type Threshold Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends Threshold>
Threshold. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Threshold>
Threshold.ThresholdBuilder. metaData()
Methods in org.isda.cdm with parameters of type Threshold Modifier and Type Method Description CreditSupportObligationsInitialMargin.CreditSupportObligationsInitialMarginBuilder
CreditSupportObligationsInitialMargin.CreditSupportObligationsInitialMarginBuilder. setThreshold(Threshold threshold)
-
Uses of Threshold in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Threshold Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Threshold>>
ThresholdMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Threshold>>
ThresholdMeta. dataRules()
java.util.List<java.util.function.Function<? super Threshold,com.rosetta.model.lib.qualify.QualifyResult>>
ThresholdMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Threshold,java.lang.String>
ThresholdMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Threshold>
ThresholdMeta. validator()
-
Uses of Threshold in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Threshold Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Threshold>
ThresholdValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Threshold>
ThresholdValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Threshold o)
Methods in org.isda.cdm.validation with parameters of type Threshold Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Threshold>
ThresholdValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Threshold o)
-
Uses of Threshold in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Threshold Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Threshold>
ThresholdOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Threshold>
ThresholdOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Threshold o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Threshold Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Threshold>
ThresholdOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Threshold o, java.lang.String field)
-