Package org.isda.cdm
Class OtherAgreement
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.OtherAgreement
-
@RosettaClass @RosettaSynonym(value="OtherAgreement", source="FpML_5_10") public class OtherAgreement extends com.rosetta.model.lib.RosettaModelObject
A class for defining an agreement executed between parties.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OtherAgreement.OtherAgreementBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OtherAgreement.OtherAgreementBuilder
builder()
boolean
equals(java.lang.Object o)
com.rosetta.model.lib.records.Date
getDate()
The date on which the agreement was signed.FieldWithMetaString
getIdentifier()
An identifier that has been created to identify the agreement.FieldWithMetaString
getType()
The agreement executed between the parties and intended to govern product-specific derivatives transactions between those parties.FieldWithMetaString
getVersion()
The version of the agreement.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends OtherAgreement>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
OtherAgreement.OtherAgreementBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getDate
@RosettaSynonym(value="date",source="FpML_5_10") @RosettaSynonym(value="date",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="date",source="DTCC_11_0") @RosettaSynonym(value="date",source="DTCC_9_0") @RosettaSynonym(value="date",source="CME_ClearedConfirm_1_17") public final com.rosetta.model.lib.records.Date getDate()
The date on which the agreement was signed.
-
getIdentifier
@RosettaSynonym(value="identifier",source="FpML_5_10") @RosettaSynonym(value="identifier",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="identifier",source="DTCC_11_0") @RosettaSynonym(value="identifier",source="DTCC_9_0") @RosettaSynonym(value="identifier",source="CME_ClearedConfirm_1_17") public final FieldWithMetaString getIdentifier()
An identifier that has been created to identify the agreement.
-
getType
@RosettaSynonym(value="type",source="FpML_5_10") @RosettaSynonym(value="type",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="type",source="DTCC_11_0") @RosettaSynonym(value="type",source="DTCC_9_0") @RosettaSynonym(value="type",source="CME_ClearedConfirm_1_17") public final FieldWithMetaString getType()
The agreement executed between the parties and intended to govern product-specific derivatives transactions between those parties.
-
getVersion
@RosettaSynonym(value="version",source="FpML_5_10") @RosettaSynonym(value="version",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="version",source="DTCC_11_0") @RosettaSynonym(value="version",source="DTCC_9_0") @RosettaSynonym(value="version",source="CME_ClearedConfirm_1_17") public final FieldWithMetaString getVersion()
The version of the agreement.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends OtherAgreement> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public OtherAgreement.OtherAgreementBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static OtherAgreement.OtherAgreementBuilder 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
-
-