Package org.isda.cdm
Class RegimeElection
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.RegimeElection
-
@RosettaClass public class RegimeElection extends com.rosetta.model.lib.RosettaModelObject
A class to specify the parties' respective elections with respect to the applicable regulatory regime(s) in their capacity as Secured Party (English Law & New York Law) or Obligee (Japanese Law).- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RegimeElection.RegimeElectionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegimeElection.RegimeElectionBuilder
builder()
boolean
equals(java.lang.Object o)
java.util.List<AdditionalRegime>
getAdditionalRegime()
The additional regulatory regime(s) that might be specified by the parties to a legal agreement.java.util.List<ApplicableRegime>
getApplicableRegime()
The set of regulatory regimes and associated provisions applicable to the respective parties to the legal agreement.ReferenceWithMetaParty
getParty()
The elective party.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends RegimeElection>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
RegimeElection.RegimeElectionBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getAdditionalRegime
@RosettaSynonym(value="additional_regimes", source="ISDA_Create_1_0") public final java.util.List<AdditionalRegime> getAdditionalRegime()
The additional regulatory regime(s) that might be specified by the parties to a legal agreement. ISDA 2016 Credit Support Annex for Initial Margin paragraph 13, General Principles, (ll): The parties may from time to time agree in writing that other regimes also comprise `Regimes` and that the General Principles be adopted and/or amended to accommodate such additional Regimes.
-
getApplicableRegime
@RosettaSynonym(value="canada",source="ISDA_Create_1_0") @RosettaSynonym(value="sec",source="ISDA_Create_1_0") @RosettaSynonym(value="cftc",source="ISDA_Create_1_0") @RosettaSynonym(value="emir",source="ISDA_Create_1_0") @RosettaSynonym(value="japan",source="ISDA_Create_1_0") @RosettaSynonym(value="switzerland",source="ISDA_Create_1_0") @RosettaSynonym(value="prudential",source="ISDA_Create_1_0") public final java.util.List<ApplicableRegime> getApplicableRegime()
The set of regulatory regimes and associated provisions applicable to the respective parties to the legal agreement.
-
getParty
@RosettaSynonym(value="party", source="AcadiaSoft_AM_1_0") public final ReferenceWithMetaParty getParty()
The elective party.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends RegimeElection> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public RegimeElection.RegimeElectionBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static RegimeElection.RegimeElectionBuilder 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
-
-