Uses of Class
org.isda.cdm.PercentageRule
-
Packages that use PercentageRule Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of PercentageRule in org.isda.cdm
Methods in org.isda.cdm that return PercentageRule Modifier and Type Method Description PercentageRule
PercentageRule.PercentageRuleBuilder. build()
PercentageRule
PaymentRule. getPercentageRule()
This attribute is not present as part of the FpML construct, as the payment rule is specialised by means of runtime type extension through the xsi:type.Methods in org.isda.cdm that return types with arguments of type PercentageRule Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends PercentageRule>
PercentageRule. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends PercentageRule>
PercentageRule.PercentageRuleBuilder. metaData()
Methods in org.isda.cdm with parameters of type PercentageRule Modifier and Type Method Description PaymentRule.PaymentRuleBuilder
PaymentRule.PaymentRuleBuilder. setPercentageRule(PercentageRule percentageRule)
-
Uses of PercentageRule in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type PercentageRule Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super PercentageRule>>
PercentageRuleMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super PercentageRule>>
PercentageRuleMeta. dataRules()
java.util.List<java.util.function.Function<? super PercentageRule,com.rosetta.model.lib.qualify.QualifyResult>>
PercentageRuleMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super PercentageRule,java.lang.String>
PercentageRuleMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super PercentageRule>
PercentageRuleMeta. validator()
-
Uses of PercentageRule in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type PercentageRule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PercentageRule>
PercentageRuleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<PercentageRule>
PercentageRuleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PercentageRule o)
Methods in org.isda.cdm.validation with parameters of type PercentageRule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PercentageRule>
PercentageRuleValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PercentageRule o)
-
Uses of PercentageRule in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type PercentageRule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PercentageRule>
PercentageRuleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<PercentageRule>
PercentageRuleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PercentageRule o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type PercentageRule Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<PercentageRule>
PercentageRuleOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, PercentageRule o, java.lang.String field)
-