Package org.isda.cdm
Class CalculationDateLocationElection
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.CalculationDateLocationElection
-
@RosettaClass public class CalculationDateLocationElection extends com.rosetta.model.lib.RosettaModelObject
A class to specify each of the party elections with respect to the Calculation Date Location. ISDA 2016 English Law Credit Support Deed for Initial Margin, paragraph 13, General Principles, (d)(i): Calculation Date Location. | ISDA 2016 Japanese Law Credit Support Annex for Initial Margin, paragraph 13, General Principles, (e)(i): Calculation Date Location. | ISDA 2016 New York Law Credit Support Annex for Initial Margin, paragraph 13, General Principles, (d)(i): Calculation Date Location.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CalculationDateLocationElection.CalculationDateLocationElectionBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CalculationDateLocationElection.CalculationDateLocationElectionBuilder
builder()
boolean
equals(java.lang.Object o)
FieldWithMetaBusinessCenterEnum
getBusinessCenter()
The Calculation Date Location when specified as a business center which corresponds to the FpML list of business centers or can be mapped to it.java.lang.String
getCustomLocation()
The Calculation Date Location when specified a location which doesn't correspond to the FpML list of business centers or cannot be mapped to it.java.lang.String
getParty()
The elective party.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends CalculationDateLocationElection>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
CalculationDateLocationElection.CalculationDateLocationElectionBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getBusinessCenter
@RosettaSynonym(value="partyA_location",source="ISDA_Create_1_0") @RosettaSynonym(value="partyB_location",source="ISDA_Create_1_0") public final FieldWithMetaBusinessCenterEnum getBusinessCenter()
The Calculation Date Location when specified as a business center which corresponds to the FpML list of business centers or can be mapped to it.
-
getCustomLocation
@RosettaSynonym(value="partyA_specify",source="ISDA_Create_1_0") @RosettaSynonym(value="partyB_specify",source="ISDA_Create_1_0") public final java.lang.String getCustomLocation()
The Calculation Date Location when specified a location which doesn't correspond to the FpML list of business centers or cannot be mapped to it.
-
getParty
@RosettaSynonym(value="",source="ISDA_Create_1_0") @RosettaSynonym(value="",source="ISDA_Create_1_0") public final java.lang.String getParty()
The elective party.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends CalculationDateLocationElection> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public CalculationDateLocationElection.CalculationDateLocationElectionBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static CalculationDateLocationElection.CalculationDateLocationElectionBuilder 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
-
-