Interface PercentageRule

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
PercentageRule.PercentageRuleBuilder
All Known Implementing Classes:
PercentageRule.PercentageRuleBuilderImpl, PercentageRule.PercentageRuleImpl

@RosettaDataType(value="PercentageRule", builder=PercentageRuleBuilderImpl.class, version="5.30.0") @RuneDataType(value="PercentageRule", model="cdm", builder=PercentageRuleBuilderImpl.class, version="5.30.0") public interface PercentageRule extends com.rosetta.model.lib.RosettaModelObject
A class defining a content model for a calculation rule defined as percentage of the notional amount.
Version:
5.30.0
  • Field Details

  • Method Details

    • getPaymentPercent

      BigDecimal getPaymentPercent()
      A percentage of the notional amount.
    • getNotionalAmountReference

      ReferenceWithMetaMoney getNotionalAmountReference()
      A reference to the notional amount.
    • 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 PercentageRule> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends PercentageRule> 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