Interface Restructuring

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
Restructuring.RestructuringBuilder
All Known Implementing Classes:
Restructuring.RestructuringBuilderImpl, Restructuring.RestructuringImpl

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

  • Method Details

    • getApplicable

      Boolean getApplicable()
      Indicates whether the restructuring provision is applicable.
    • getRestructuringType

      FieldWithMetaRestructuringEnum getRestructuringType()
      Specifies the type of restructuring that is applicable.
    • getMultipleHolderObligation

      Boolean getMultipleHolderObligation()
      In relation to a restructuring credit event, unless multiple holder obligation is not specified restructurings are limited to multiple holder obligations. A multiple holder obligation means an obligation that is held by more than three holders that are not affiliates of each other and where at least two thirds of the holders must agree to the event that constitutes the restructuring credit event. ISDA 2003 Term: Multiple Holder Obligation.
    • getMultipleCreditEventNotices

      Boolean getMultipleCreditEventNotices()
      Presence of this element and value set to 'true' indicates that Section 3.9 of the 2003 Credit Derivatives Definitions shall apply. Absence of this element indicates that Section 3.9 shall not apply. NOTE: Not allowed under ISDA Credit 1999.
    • build

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

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