Uses of Class
org.isda.cdm.DeliveryAmount
-
Packages that use DeliveryAmount Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.choicerule org.isda.cdm.validation.exists -
-
Uses of DeliveryAmount in org.isda.cdm
Methods in org.isda.cdm that return DeliveryAmount Modifier and Type Method Description DeliveryAmount
DeliveryAmount.DeliveryAmountBuilder. build()
DeliveryAmount
InterestAmount. getDeliveryAmount()
The application of Interest Amount with respect the Delivery Amount.Methods in org.isda.cdm that return types with arguments of type DeliveryAmount Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends DeliveryAmount>
DeliveryAmount.DeliveryAmountBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends DeliveryAmount>
DeliveryAmount. metaData()
Methods in org.isda.cdm with parameters of type DeliveryAmount Modifier and Type Method Description InterestAmount.InterestAmountBuilder
InterestAmount.InterestAmountBuilder. setDeliveryAmount(DeliveryAmount deliveryAmount)
-
Uses of DeliveryAmount in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type DeliveryAmount Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super DeliveryAmount>>
DeliveryAmountMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super DeliveryAmount>>
DeliveryAmountMeta. dataRules()
java.util.List<java.util.function.Function<? super DeliveryAmount,com.rosetta.model.lib.qualify.QualifyResult>>
DeliveryAmountMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super DeliveryAmount,java.lang.String>
DeliveryAmountMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super DeliveryAmount>
DeliveryAmountMeta. validator()
-
Uses of DeliveryAmount in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type DeliveryAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<DeliveryAmount>
DeliveryAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<DeliveryAmount>
DeliveryAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, DeliveryAmount o)
Methods in org.isda.cdm.validation with parameters of type DeliveryAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<DeliveryAmount>
DeliveryAmountValidator. validate(com.rosetta.model.lib.path.RosettaPath path, DeliveryAmount o)
-
Uses of DeliveryAmount in org.isda.cdm.validation.choicerule
Methods in org.isda.cdm.validation.choicerule that return types with arguments of type DeliveryAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<DeliveryAmount>
DeliveryAmountOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder builder)
com.rosetta.model.lib.validation.ValidationResult<DeliveryAmount>
DeliveryAmountOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, DeliveryAmount object)
Methods in org.isda.cdm.validation.choicerule with parameters of type DeliveryAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<DeliveryAmount>
DeliveryAmountOneOfRule. validate(com.rosetta.model.lib.path.RosettaPath path, DeliveryAmount object)
-
Uses of DeliveryAmount in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type DeliveryAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<DeliveryAmount>
DeliveryAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<DeliveryAmount>
DeliveryAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, DeliveryAmount o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type DeliveryAmount Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<DeliveryAmount>
DeliveryAmountOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, DeliveryAmount o, java.lang.String field)
-