Package org.isda.cdm
Class AdjustableOrAdjustedDate
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.AdjustableOrAdjustedDate
-
- All Implemented Interfaces:
com.rosetta.model.lib.GlobalKey
@RosettaClass @RosettaSynonym(value="AdjustableOrAdjustedDate",source="FpML_5_10") @RosettaSynonym(value="AdjustableOrAdjustedDate",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="AdjustableOrAdjustedDate",source="DTCC_11_0") @RosettaSynonym(value="AdjustableOrAdjustedDate",source="DTCC_9_0") @RosettaSynonym(value="AdjustableOrAdjustedDate",source="CME_ClearedConfirm_1_17") public class AdjustableOrAdjustedDate extends com.rosetta.model.lib.RosettaModelObject implements com.rosetta.model.lib.GlobalKey
A class for defining a date that shall be subject to adjustment if it would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AdjustableOrAdjustedDate.AdjustableOrAdjustedDateBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdjustableOrAdjustedDate.AdjustableOrAdjustedDateBuilder
builder()
boolean
equals(java.lang.Object o)
FieldWithMetaDate
getAdjustedDate()
The date once the adjustment has been performed.BusinessDayAdjustments
getDateAdjustments()
The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.MetaFields
getMeta()
com.rosetta.model.lib.records.Date
getUnadjustedDate()
A date subject to adjustment.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableOrAdjustedDate>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
AdjustableOrAdjustedDate.AdjustableOrAdjustedDateBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getAdjustedDate
@RosettaSynonym(value="adjustedDate",source="FpML_5_10") @RosettaSynonym(value="adjustedDate",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="adjustedDate",source="DTCC_11_0") @RosettaSynonym(value="adjustedDate",source="DTCC_9_0") @RosettaSynonym(value="adjustedDate",source="CME_ClearedConfirm_1_17") public final FieldWithMetaDate getAdjustedDate()
The date once the adjustment has been performed. (Note that this date may change if the business center holidays change).
-
getDateAdjustments
@RosettaSynonym(value="dateAdjustments",source="FpML_5_10") @RosettaSynonym(value="dateAdjustments",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="dateAdjustments",source="DTCC_11_0") @RosettaSynonym(value="dateAdjustments",source="DTCC_9_0") @RosettaSynonym(value="dateAdjustments",source="CME_ClearedConfirm_1_17") public final BusinessDayAdjustments getDateAdjustments()
The business day convention and financial business centers used for adjusting the date if it would otherwise fall on a day that is not a business date in the specified business centers.
-
getMeta
public final MetaFields getMeta()
- Specified by:
getMeta
in interfacecom.rosetta.model.lib.GlobalKey
-
getUnadjustedDate
@RosettaSynonym(value="unadjustedDate",source="FpML_5_10") @RosettaSynonym(value="unadjustedDate",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="unadjustedDate",source="DTCC_11_0") @RosettaSynonym(value="unadjustedDate",source="DTCC_9_0") @RosettaSynonym(value="unadjustedDate",source="CME_ClearedConfirm_1_17") public final com.rosetta.model.lib.records.Date getUnadjustedDate()
A date subject to adjustment.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableOrAdjustedDate> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public AdjustableOrAdjustedDate.AdjustableOrAdjustedDateBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static AdjustableOrAdjustedDate.AdjustableOrAdjustedDateBuilder 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
-
-