Uses of Class
org.isda.cdm.PaymentDiscounting
-
Packages that use PaymentDiscounting Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of PaymentDiscounting in org.isda.cdm
Methods in org.isda.cdm that return PaymentDiscounting Modifier and Type Method Description PaymentDiscounting
PaymentDiscounting.PaymentDiscountingBuilder. build()
PaymentDiscounting
Cashflow. getPaymentDiscounting()
FpML specifies the FpML PaymentDiscounting.model group for representing the discounting elements that can be associated with a payment.Methods in org.isda.cdm that return types with arguments of type PaymentDiscounting Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends PaymentDiscounting>
PaymentDiscounting. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends PaymentDiscounting>
PaymentDiscounting.PaymentDiscountingBuilder. metaData()
Methods in org.isda.cdm with parameters of type PaymentDiscounting Modifier and Type Method Description Cashflow.CashflowBuilder
Cashflow.CashflowBuilder. setPaymentDiscounting(PaymentDiscounting paymentDiscounting)
-
Uses of PaymentDiscounting in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type PaymentDiscounting Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super PaymentDiscounting>>
PaymentDiscountingMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super PaymentDiscounting>>
PaymentDiscountingMeta. dataRules()
java.util.List<java.util.function.Function<? super PaymentDiscounting,com.rosetta.model.lib.qualify.QualifyResult>>
PaymentDiscountingMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super PaymentDiscounting,java.lang.String>
PaymentDiscountingMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super PaymentDiscounting>
PaymentDiscountingMeta. validator()
-
Uses of PaymentDiscounting in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type PaymentDiscounting Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PaymentDiscounting>
PaymentDiscountingValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<PaymentDiscounting>
PaymentDiscountingValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PaymentDiscounting o)
Methods in org.isda.cdm.validation with parameters of type PaymentDiscounting Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PaymentDiscounting>
PaymentDiscountingValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PaymentDiscounting o)
-
Uses of PaymentDiscounting in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type PaymentDiscounting Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PaymentDiscounting>
PaymentDiscountingOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<PaymentDiscounting>
PaymentDiscountingOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PaymentDiscounting o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type PaymentDiscounting Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PaymentDiscounting>
PaymentDiscountingOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PaymentDiscounting o, java.lang.String field)
-