Interface RetrospectiveEffect

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
RetrospectiveEffect.RetrospectiveEffectBuilder
All Known Implementing Classes:
RetrospectiveEffect.RetrospectiveEffectBuilderImpl, RetrospectiveEffect.RetrospectiveEffectImpl

@RosettaDataType(value="RetrospectiveEffect", builder=RetrospectiveEffectBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="RetrospectiveEffect", model="cdm", builder=RetrospectiveEffectBuilderImpl.class, version="7.0.0-dev.105") public interface RetrospectiveEffect extends com.rosetta.model.lib.RosettaModelObject
A class to specify the retrospective effect exception to the regulatory regime clause of Initial Margin documents as either a normalized value specified as part of an enumeration or a customized value specified of type string.
Version:
7.0.0-dev.105
  • 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.
    • getAsSpecified

      String getAsSpecified()
      The Standard Initial Margin Model exception when specified as a customized approach by the 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 RetrospectiveEffect> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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