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
  • Field Details

  • 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:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends PaymentRule> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends PaymentRule> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject