Package org.isda.cdm
Class AdjustableOrRelativeDates
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.AdjustableOrRelativeDates
-
- All Implemented Interfaces:
com.rosetta.model.lib.GlobalKey
@RosettaClass public class AdjustableOrRelativeDates extends com.rosetta.model.lib.RosettaModelObject implements com.rosetta.model.lib.GlobalKey
A class giving the choice between defining a series of dates as an explicit list of dates together with applicable adjustments or as relative to some other series of (anchor) dates.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder
builder()
boolean
equals(java.lang.Object o)
AdjustableDates
getAdjustableDates()
A series of dates that shall be subject to adjustment if they 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.MetaFields
getMeta()
RelativeDates
getRelativeDates()
A series of dates specified as some offset to another series of dates (the anchor dates).int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableOrRelativeDates>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getAdjustableDates
@RosettaSynonym(value="adjustableDates",source="FpML_5_10") @RosettaSynonym(value="adjustableDates",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="adjustableDates",source="DTCC_11_0") @RosettaSynonym(value="adjustableDates",source="DTCC_9_0") @RosettaSynonym(value="adjustableDates",source="CME_ClearedConfirm_1_17") public final AdjustableDates getAdjustableDates()
A series of dates that shall be subject to adjustment if they 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.
-
getMeta
public final MetaFields getMeta()
- Specified by:
getMeta
in interfacecom.rosetta.model.lib.GlobalKey
-
getRelativeDates
@RosettaSynonym(value="relativeDates",source="FpML_5_10") @RosettaSynonym(value="relativeDates",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="relativeDates",source="DTCC_11_0") @RosettaSynonym(value="relativeDates",source="DTCC_9_0") @RosettaSynonym(value="relativeDates",source="CME_ClearedConfirm_1_17") @RosettaSynonym(value="relativeDateSequence",source="FpML_5_10") public final RelativeDates getRelativeDates()
A series of dates specified as some offset to another series of dates (the anchor dates).
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableOrRelativeDates> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder 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
-
-