Package cdm.observable.event
Class Restructuring.RestructuringImpl
java.lang.Object
cdm.observable.event.Restructuring.RestructuringImpl
- All Implemented Interfaces:
Restructuring,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
Restructuring
Immutable Implementation of Restructuring
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.event.Restructuring
Restructuring.RestructuringBuilder, Restructuring.RestructuringBuilderImpl, Restructuring.RestructuringImpl -
Field Summary
Fields inherited from interface cdm.observable.event.Restructuring
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanIndicates 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.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.observable.event.Restructuring
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
RestructuringImpl
-
-
Method Details
-
getApplicable
@RosettaAttribute(value="applicable", isRequired=true) @RuneAttribute(value="applicable", isRequired=true) public Boolean getApplicable()Description copied from interface:RestructuringIndicates whether the restructuring provision is applicable.- Specified by:
getApplicablein interfaceRestructuring
-
getRestructuringType
@RosettaAttribute("restructuringType") @RuneAttribute("restructuringType") public FieldWithMetaRestructuringEnum getRestructuringType()Description copied from interface:RestructuringSpecifies the type of restructuring that is applicable.- Specified by:
getRestructuringTypein interfaceRestructuring
-
getMultipleHolderObligation
@RosettaAttribute("multipleHolderObligation") @RuneAttribute("multipleHolderObligation") public Boolean getMultipleHolderObligation()Description copied from interface:RestructuringIn 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.- Specified by:
getMultipleHolderObligationin interfaceRestructuring
-
getMultipleCreditEventNotices
@RosettaAttribute("multipleCreditEventNotices") @RuneAttribute("multipleCreditEventNotices") public Boolean getMultipleCreditEventNotices()Description copied from interface:RestructuringPresence 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.- Specified by:
getMultipleCreditEventNoticesin interfaceRestructuring
-
build
Description copied from interface:RestructuringBuild Methods- Specified by:
buildin interfaceRestructuring- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceRestructuring- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-