Package org.isda.cdm
Class Substitution
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.Substitution
-
@RosettaClass public class Substitution extends com.rosetta.model.lib.RosettaModelObject
A class to specify the conditions under which the Pledgor can substitute posted collateral. ISDA 2016 Credit Support Annex for Initial Margin, paragraph 13, General Principles, (f): Substitution. | ISDA 2016 Credit Support Annex for Variation Margin, paragraph 13, (f): Substitutions.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Substitution.SubstitutionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Substitution.SubstitutionBuilder
builder()
boolean
equals(java.lang.Object o)
java.lang.Boolean
getNeedsConsent()
The election as to whether the Pledgor/Obligor/Chargor must obtain the Secured Party’s consent for any collateral substitution.java.lang.String
getSpecificConsentLanguage()
Specific consent language might be specified by the parties.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends Substitution>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
Substitution.SubstitutionBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getNeedsConsent
@RosettaSynonym(value="", source="ISDA_Create_1_0") public final java.lang.Boolean getNeedsConsent()
The election as to whether the Pledgor/Obligor/Chargor must obtain the Secured Party’s consent for any collateral substitution. ISDA 2016 Credit Support Annex for Initial Margin, paragraph 13, General Principles, (f)(ii): Consent. | ISDA 2016 Credit Support Annex for Variation Margin, paragraph 13, (f)(ii): Consent.
-
getSpecificConsentLanguage
@RosettaSynonym(value="specify", source="ISDA_Create_1_0") public final java.lang.String getSpecificConsentLanguage()
Specific consent language might be specified by the parties.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends Substitution> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public Substitution.SubstitutionBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static Substitution.SubstitutionBuilder 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
-
-