Uses of Class
org.isda.cdm.InterestAmount
-
Packages that use InterestAmount Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of InterestAmount in org.isda.cdm
Methods in org.isda.cdm that return InterestAmount Modifier and Type Method Description InterestAmount
InterestAmount.InterestAmountBuilder. build()
InterestAmount
DistributionAndInterestPayment. getInterestAmount()
The application of Interest Amount with respect to the Delivery Amount and the Return Amount.Methods in org.isda.cdm that return types with arguments of type InterestAmount Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestAmount>
InterestAmount.InterestAmountBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestAmount>
InterestAmount. metaData()
Methods in org.isda.cdm with parameters of type InterestAmount Modifier and Type Method Description DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder
DistributionAndInterestPayment.DistributionAndInterestPaymentBuilder. setInterestAmount(InterestAmount interestAmount)
-
Uses of InterestAmount in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type InterestAmount Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super InterestAmount>>
InterestAmountMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super InterestAmount>>
InterestAmountMeta. dataRules()
java.util.List<java.util.function.Function<? super InterestAmount,com.rosetta.model.lib.qualify.QualifyResult>>
InterestAmountMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super InterestAmount,java.lang.String>
InterestAmountMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super InterestAmount>
InterestAmountMeta. validator()
-
Uses of InterestAmount in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type InterestAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<InterestAmount>
InterestAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<InterestAmount>
InterestAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, InterestAmount o)
Methods in org.isda.cdm.validation with parameters of type InterestAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<InterestAmount>
InterestAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, InterestAmount o)
-
Uses of InterestAmount in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type InterestAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<InterestAmount>
InterestAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<InterestAmount>
InterestAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, InterestAmount o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type InterestAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<InterestAmount>
InterestAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, InterestAmount o, java.lang.String field)
-