Interface ThresholdFixedAmount

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ThresholdFixedAmount.ThresholdFixedAmountBuilder
All Known Implementing Classes:
ThresholdFixedAmount.ThresholdFixedAmountBuilderImpl, ThresholdFixedAmount.ThresholdFixedAmountImpl

@RosettaDataType(value="ThresholdFixedAmount", builder=ThresholdFixedAmountBuilderImpl.class, version="6.19.0") @RuneDataType(value="ThresholdFixedAmount", model="cdm", builder=ThresholdFixedAmountBuilderImpl.class, version="6.19.0") public interface ThresholdFixedAmount extends com.rosetta.model.lib.RosettaModelObject
Defines that the Threshold is based on a Fixed Amount.
Version:
6.19.0
  • Field Details

  • Method Details

    • getParty

      The party to which the threshold applies.
    • getAmount

      Integer getAmount()
      The amount value applicable to the Threshold.
    • getCurrency

      ISOCurrencyCodeEnum getCurrency()
      The Threshold currency code.
    • getAmountIsInfinity

      Boolean getAmountIsInfinity()
      Flag detailing whether the collateral Threshold Amount is set to infinity for a particular party.
    • 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 ThresholdFixedAmount> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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