Package org.isda.cdm
Class MasterConfirmation
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.MasterConfirmation
-
@RosettaClass @RosettaSynonym(value="MasterConfirmation", source="FpML_5_10") public class MasterConfirmation extends com.rosetta.model.lib.RosettaModelObject
A class for defining the master confirmation agreement executed between the parties.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MasterConfirmation.MasterConfirmationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MasterConfirmation.MasterConfirmationBuilder
builder()
boolean
equals(java.lang.Object o)
com.rosetta.model.lib.records.Date
getMasterConfirmationAnnexDate()
The date that an annex to the master confirmation was executed between the parties.FieldWithMetaMasterConfirmationAnnexTypeEnum
getMasterConfirmationAnnexType()
The type of master confirmation annex executed between the parties.com.rosetta.model.lib.records.Date
getMasterConfirmationDate()
The date of the confirmation executed between the parties and intended to govern all relevant transactions between those parties.FieldWithMetaMasterConfirmationTypeEnum
getMasterConfirmationType()
The type of master confirmation executed between the parties.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends MasterConfirmation>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
MasterConfirmation.MasterConfirmationBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getMasterConfirmationAnnexDate
@RosettaSynonym(value="masterConfirmationAnnexDate",source="FpML_5_10") @RosettaSynonym(value="masterConfirmationAnnexDate",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="masterConfirmationAnnexDate",source="DTCC_11_0") @RosettaSynonym(value="masterConfirmationAnnexDate",source="DTCC_9_0") @RosettaSynonym(value="masterConfirmationAnnexDate",source="CME_ClearedConfirm_1_17") public final com.rosetta.model.lib.records.Date getMasterConfirmationAnnexDate()
The date that an annex to the master confirmation was executed between the parties.
-
getMasterConfirmationAnnexType
@RosettaSynonym(value="masterConfirmationAnnexType",source="FpML_5_10") @RosettaSynonym(value="masterConfirmationAnnexType",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="masterConfirmationAnnexType",source="DTCC_11_0") @RosettaSynonym(value="masterConfirmationAnnexType",source="DTCC_9_0") @RosettaSynonym(value="masterConfirmationAnnexType",source="CME_ClearedConfirm_1_17") public final FieldWithMetaMasterConfirmationAnnexTypeEnum getMasterConfirmationAnnexType()
The type of master confirmation annex executed between the parties.
-
getMasterConfirmationDate
@RosettaSynonym(value="masterConfirmationDate",source="FpML_5_10") @RosettaSynonym(value="masterConfirmationDate",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="masterConfirmationDate",source="DTCC_11_0") @RosettaSynonym(value="masterConfirmationDate",source="DTCC_9_0") @RosettaSynonym(value="masterConfirmationDate",source="CME_ClearedConfirm_1_17") public final com.rosetta.model.lib.records.Date getMasterConfirmationDate()
The date of the confirmation executed between the parties and intended to govern all relevant transactions between those parties.
-
getMasterConfirmationType
@RosettaSynonym(value="masterConfirmationType",source="FpML_5_10") @RosettaSynonym(value="masterConfirmationType",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="masterConfirmationType",source="DTCC_11_0") @RosettaSynonym(value="masterConfirmationType",source="DTCC_9_0") @RosettaSynonym(value="masterConfirmationType",source="CME_ClearedConfirm_1_17") public final FieldWithMetaMasterConfirmationTypeEnum getMasterConfirmationType()
The type of master confirmation executed between the parties.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends MasterConfirmation> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public MasterConfirmation.MasterConfirmationBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static MasterConfirmation.MasterConfirmationBuilder 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
-
-