Uses of Class
org.isda.cdm.InterestAdjustment
-
Packages that use InterestAdjustment Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of InterestAdjustment in org.isda.cdm
Methods in org.isda.cdm that return InterestAdjustment Modifier and Type Method Description InterestAdjustment
InterestAdjustment.InterestAdjustmentBuilder. build()
InterestAdjustment
DistributionAndInterestPayment. getInterestAdjustment()
To election to specify whether the Interest Adjustment is applicable and what its periodicity is.Methods in org.isda.cdm that return types with arguments of type InterestAdjustment Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestAdjustment>
InterestAdjustment.InterestAdjustmentBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestAdjustment>
InterestAdjustment. metaData()
Methods in org.isda.cdm with parameters of type InterestAdjustment Modifier and Type Method Description DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder
DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder. setInterestAdjustment(InterestAdjustment interestAdjustment)
-
Uses of InterestAdjustment in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type InterestAdjustment Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super InterestAdjustment>>
InterestAdjustmentMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super InterestAdjustment>>
InterestAdjustmentMeta. dataRules()
java.util.List<java.util.function.Function<? super InterestAdjustment,com.rosetta.model.lib.qualify.QualifyResult>>
InterestAdjustmentMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super InterestAdjustment,java.lang.String>
InterestAdjustmentMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super InterestAdjustment>
InterestAdjustmentMeta. validator()
-
Uses of InterestAdjustment in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type InterestAdjustment Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<InterestAdjustment>
InterestAdjustmentValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<InterestAdjustment>
InterestAdjustmentValidator. validate(com.rosetta.model.lib.path.RosettaPath path, InterestAdjustment o)
Methods in org.isda.cdm.validation with parameters of type InterestAdjustment Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<InterestAdjustment>
InterestAdjustmentValidator. validate(com.rosetta.model.lib.path.RosettaPath path, InterestAdjustment o)
-
Uses of InterestAdjustment in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type InterestAdjustment Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<InterestAdjustment>
InterestAdjustmentOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<InterestAdjustment>
InterestAdjustmentOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, InterestAdjustment o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type InterestAdjustment Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<InterestAdjustment>
InterestAdjustmentOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, InterestAdjustment o, java.lang.String field)
-