Package cdm.product.common.settlement
Interface PaymentRule
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PaymentRule.PaymentRuleBuilder
- All Known Implementing Classes:
PaymentRule.PaymentRuleBuilderImpl,PaymentRule.PaymentRuleImpl
@RosettaDataType(value="PaymentRule",
builder=PaymentRuleBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="PaymentRule",
model="cdm",
builder=PaymentRuleBuilderImpl.class,
version="5.30.0")
public interface PaymentRule
extends com.rosetta.model.lib.RosettaModelObject
A class defining the payment calculation rule. As of FpML 5.10, percentage rule is the only calculation rule that has been specified as part of the standard.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PaymentRulestatic classImmutable Implementation of PaymentRule -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()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.default Class<? extends PaymentRule> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PaymentRule> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getPercentageRule
PercentageRule 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. -
build
PaymentRule build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
PaymentRule.PaymentRuleBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-