Package cdm.observable.event
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Restructuringstatic classImmutable Implementation of Restructuring -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Indicates whether the restructuring provision is applicable.Presence of this element and value set to 'true' indicates that Section 3.9 of the 2003 Credit Derivatives Definitions shall apply.In relation to a restructuring credit event, unless multiple holder obligation is not specified restructurings are limited to multiple holder obligations.Specifies the type of restructuring that is applicable.default Class<? extends Restructuring> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Restructuring> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
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:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Restructuring.RestructuringBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-