Package org.isda.cdm
Class BusinessDayAdjustments
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.BusinessDayAdjustments
-
- All Implemented Interfaces:
com.rosetta.model.lib.GlobalKey
@RosettaClass @RosettaSynonym(value="BusinessDayAdjustments",source="FpML_5_10") @RosettaSynonym(value="BusinessDayAdjustments",source="CME_SubmissionIRS_1_0") @RosettaSynonym(value="BusinessDayAdjustments",source="DTCC_11_0") @RosettaSynonym(value="BusinessDayAdjustments",source="DTCC_9_0") @RosettaSynonym(value="BusinessDayAdjustments",source="CME_ClearedConfirm_1_17") public class BusinessDayAdjustments extends com.rosetta.model.lib.RosettaModelObject implements com.rosetta.model.lib.GlobalKey
A class defining the business day convention and financial business centers used for adjusting any relevant date if it would otherwise fall on a day that is not a business day in the specified business center.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BusinessDayAdjustments.BusinessDayAdjustmentsBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BusinessDayAdjustments.BusinessDayAdjustmentsBuilder
builder()
boolean
equals(java.lang.Object o)
BusinessCenters
getBusinessCenters()
The business center(s), specified either explicitly or by reference to those specified somewhere else in the instance document.BusinessDayConventionEnum
getBusinessDayConvention()
The convention for adjusting a date if it would otherwise fall on a day that is not a business day.MetaFields
getMeta()
int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends BusinessDayAdjustments>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
BusinessDayAdjustments.BusinessDayAdjustmentsBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getBusinessCenters
public final BusinessCenters getBusinessCenters()
The business center(s), specified either explicitly or by reference to those specified somewhere else in the instance document.
-
getBusinessDayConvention
@RosettaSynonym(value="businessDayConvention",source="FpML_5_10",maps=2) @RosettaSynonym(value="businessDayConvention",source="CME_SubmissionIRS_1_0",maps=2) @RosettaSynonym(value="businessDayConvention",source="DTCC_11_0",maps=2) @RosettaSynonym(value="businessDayConvention",source="DTCC_9_0",maps=2) @RosettaSynonym(value="businessDayConvention",source="CME_ClearedConfirm_1_17",maps=2) public final BusinessDayConventionEnum getBusinessDayConvention()
The convention for adjusting a date if it would otherwise fall on a day that is not a business day.
-
getMeta
public final MetaFields getMeta()
- Specified by:
getMeta
in interfacecom.rosetta.model.lib.GlobalKey
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends BusinessDayAdjustments> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public BusinessDayAdjustments.BusinessDayAdjustmentsBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static BusinessDayAdjustments.BusinessDayAdjustmentsBuilder 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
-
-