Interface LimitApplicable

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
LimitApplicable.LimitApplicableBuilder, LimitApplicableExtended, LimitApplicableExtended.LimitApplicableExtendedBuilder
All Known Implementing Classes:
LimitApplicable.LimitApplicableBuilderImpl, LimitApplicable.LimitApplicableImpl, LimitApplicableExtended.LimitApplicableExtendedBuilderImpl, LimitApplicableExtended.LimitApplicableExtendedImpl

@RosettaDataType(value="LimitApplicable", builder=LimitApplicableBuilderImpl.class, version="5.30.0") @RuneDataType(value="LimitApplicable", model="cdm", builder=LimitApplicableBuilderImpl.class, version="5.30.0") public interface LimitApplicable extends com.rosetta.model.lib.RosettaModelObject
Version:
5.30.0
  • Field Details

  • Method Details

    • getLimitType

      Standard code to indicate which type of credit line is being referred to - i.e. IM, DV01, PV01, CS01, Notional, Clip Size, Notional, maximumOrderQuantity.
    • getClipSize

      Integer getClipSize()
      This element is required in FpML, optional in CDM for the purpose of accommodating the CME data representation while making reference to the FpML one.
    • getAmountUtilized

      BigDecimal getAmountUtilized()
      The limit utilised by all the cleared trades for the limit level and limit type. While the attribute is of type integer in FpML and the CME schema, it has been specified to be of type number in the CDM to take into consideration java size limits as well as for consistency purposes with the way most monetary amounts are expressed.
    • getUtilization

      CreditLimitUtilisation getUtilization()
    • getAmountRemaining

      BigDecimal getAmountRemaining()
      The limit remaining for the limit level and limit type. This does not take into account any pending trades. While the attribute is of type integer in FpML and the CME schema, it has been specified to be of type number in the CDM to take into consideration java size limits as well as for consistency purposes with the way most monetary amounts are expressed.
    • getCurrency

      FieldWithMetaString getCurrency()
      The currency in which the applicable limit is denominated. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.
    • getVelocity

      Velocity getVelocity()
    • 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 LimitApplicable> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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