Package org.isda.cdm
Class DisputeResolution
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.DisputeResolution
-
@RosettaClass public class DisputeResolution extends com.rosetta.model.lib.RosettaModelObject
A class to specify the election terms under which a party disputes (i) the Calculation Agent’s calculation of a Delivery Amount or a Return Amount, or (ii) the Value of any Transfer of Eligible Credit Support or Posted Credit Support. Parties can specify such election either through a business center time or through a custom election. ISDA 2016 English Law Credit Support Deed for Initial Margin, paragraph 13, General Principles, (g): Dispute Resolution. | ISDA 2016 Japanese Law Credit Support Annex for Initial Margin, paragraph 13, General Principles, (h): Dispute Resolution. | ISDA 2016 New York Law Credit Support Annex for Initial Margin, paragraph 13, General Principles, (g): Dispute Resolution.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DisputeResolution.DisputeResolutionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DisputeResolution.DisputeResolutionBuilder
builder()
boolean
equals(java.lang.Object o)
java.lang.String
getOtherTerms()
The custom Resolution Time election that might be specified by the parties.BusinessCenterTime
getResolutionTime()
The time by which the dispute needs to be resolved, failure of which would trigger a recalculation alongside a process that is specified as part of the agreement.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends DisputeResolution>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
DisputeResolution.DisputeResolutionBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getOtherTerms
public final java.lang.String getOtherTerms()
The custom Resolution Time election that might be specified by the parties.
-
getResolutionTime
public final BusinessCenterTime getResolutionTime()
The time by which the dispute needs to be resolved, failure of which would trigger a recalculation alongside a process that is specified as part of the agreement. ISDA 2016 Credit Support Annex for Initial Margin, paragraph 13, General Principles, (g)(i): Resolution Time. | ISDA 2016 Credit Support Annex for Variation Margin, paragraph 13, (g)(i): Resolution Time.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends DisputeResolution> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public DisputeResolution.DisputeResolutionBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static DisputeResolution.DisputeResolutionBuilder 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
-
-