Interface MTAType

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
MTAType.MTATypeBuilder
All Known Implementing Classes:
MTAType.MTATypeBuilderImpl, MTAType.MTATypeImpl

@RosettaDataType(value="MTAType", builder=MTATypeBuilderImpl.class, version="6.19.0") @RuneDataType(value="MTAType", model="cdm", builder=MTATypeBuilderImpl.class, version="6.19.0") public interface MTAType extends com.rosetta.model.lib.RosettaModelObject
Details whether the Minimum Transfer Amount is rating based, a fixed amount, or infinity.
Version:
6.19.0
  • Field Details

  • Method Details

    • getFixedAmount

      MTAFixedAmount getFixedAmount()
      Defines that the Minimum Transfer Amount (MTA) is a Fixed Amount.
    • getRatingsBased

      MTARatingsBased getRatingsBased()
      Defines that the Minimum Transfer Amount (MTA) is based on a Ratings condition(s).
    • getOther

      String getOther()
      Utilised where the clause data structure is not able to capture a material aspect of the clause.
    • build

      MTAType 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

      static MTAType.MTATypeBuilder builder()
    • metaData

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

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