Interface SimmException

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
SimmException.SimmExceptionBuilder
All Known Implementing Classes:
SimmException.SimmExceptionBuilderImpl, SimmException.SimmExceptionImpl

@RosettaDataType(value="SimmException", builder=SimmExceptionBuilderImpl.class, version="6.19.0") @RuneDataType(value="SimmException", model="cdm", builder=SimmExceptionBuilderImpl.class, version="6.19.0") public interface SimmException extends com.rosetta.model.lib.RosettaModelObject
A class to specify the SIMM exception to the regulatory regime clause.
Version:
6.19.0 Body ISDA Corpus Annex CSA_IM_2016 ISDA 2016 Credit Support Annex for Initial Margin paragraph "13 General Principles" * name "Regime: SIMM Exception." Provision
  • Field Details

  • Method Details

    • getStandardisedException

      ExceptionEnum getStandardisedException()
      The Standard Initial Margin Model exception when specified by the party according to one of the enumerated values.
    • getSimmExceptionApplicable

      SimmExceptionApplicableEnum getSimmExceptionApplicable()
      The Standard Initial Margin model exception approach applicable when specified by the party according to one of the enumerated values.
    • getAsSpecified

      String getAsSpecified()
      The Standard Initial Margin Model exception when specified as a customized approach by the party.
    • build

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

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