Package org.isda.cdm
Class RightsEvent
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.RightsEvent
-
@RosettaClass public class RightsEvent extends com.rosetta.model.lib.RosettaModelObject
A class to specify the Pledgor/Obligor/Chargor Rights Event election. ISDA 2016 English Law Credit Support Deed for Initial Margin, paragraph 13, General Principles, (j): Chargor Rights Event. | ISDA 2016 Japanese Law Credit Support Annex for Initial Margin, paragraph 13, General Principles, (j): Obligor Rights Event. | ISDA 2016 New York Law Credit Support Annex for Initial Margin, paragraph 13, General Principles, (j): Pledgor Rights Event.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RightsEvent.RightsEventBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RightsEvent.RightsEventBuilder
builder()
boolean
equals(java.lang.Object o)
java.lang.String
getCustomElection()
A custom Pledgor/Obligor/Chargor Rights Event election might be specified by the parties.java.lang.Boolean
getIncludeCoolingOffLanguage()
The Pledgor/Obligor/Chargor Rights Event election includes cooling off language when the attribute is set of True.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends RightsEvent>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
RightsEvent.RightsEventBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getCustomElection
@RosettaSynonym(value="specify", source="ISDA_Create_1_0") public final java.lang.String getCustomElection()
A custom Pledgor/Obligor/Chargor Rights Event election might be specified by the parties.
-
getIncludeCoolingOffLanguage
@RosettaSynonym(value="", source="ISDA_Create_1_0") public final java.lang.Boolean getIncludeCoolingOffLanguage()
The Pledgor/Obligor/Chargor Rights Event election includes cooling off language when the attribute is set of True.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends RightsEvent> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public RightsEvent.RightsEventBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static RightsEvent.RightsEventBuilder builder()
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
- Specified by:
process
in classcom.rosetta.model.lib.RosettaModelObject
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-