Uses of Class
org.isda.cdm.Rounding
-
Packages that use Rounding Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of Rounding in org.isda.cdm
Methods in org.isda.cdm that return Rounding Modifier and Type Method Description Rounding
Rounding.RoundingBuilder. build()
Rounding
FloatingRateSpecification. getFinalRateRounding()
The rounding convention to apply to the final rate used in determination of a calculation period amount.Methods in org.isda.cdm that return types with arguments of type Rounding Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends Rounding>
Rounding. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Rounding>
Rounding.RoundingBuilder. metaData()
Methods in org.isda.cdm with parameters of type Rounding Modifier and Type Method Description FloatingRateSpecification.FloatingRateSpecificationBuilder
FloatingRateSpecification.FloatingRateSpecificationBuilder. setFinalRateRounding(Rounding finalRateRounding)
InflationRateSpecification.InflationRateSpecificationBuilder
InflationRateSpecification.InflationRateSpecificationBuilder. setFinalRateRounding(Rounding finalRateRounding)
-
Uses of Rounding in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type Rounding Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super Rounding>>
RoundingMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super Rounding>>
RoundingMeta. dataRules()
java.util.List<java.util.function.Function<? super Rounding,com.rosetta.model.lib.qualify.QualifyResult>>
RoundingMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super Rounding,java.lang.String>
RoundingMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super Rounding>
RoundingMeta. validator()
-
Uses of Rounding in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type Rounding Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Rounding>
RoundingValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<Rounding>
RoundingValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Rounding o)
Methods in org.isda.cdm.validation with parameters of type Rounding Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Rounding>
RoundingValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Rounding o)
-
Uses of Rounding in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type Rounding Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Rounding>
RoundingOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<Rounding>
RoundingOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Rounding o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type Rounding Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<Rounding>
RoundingOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, Rounding o, java.lang.String field)
-