Package org.isda.cdm
Class DividendDateReference
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.DividendDateReference
-
@RosettaClass public class DividendDateReference extends com.rosetta.model.lib.RosettaModelObject
A class to specify the dividend date by reference to another date, with the ability to apply and offset. This class doesn't exist in FpML and is meant to simplify the choice constraint associated with the DividendPaymentDate class.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DividendDateReference.DividendDateReferenceBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DividendDateReference.DividendDateReferenceBuilder
builder()
boolean
equals(java.lang.Object o)
DividendDateReferenceEnum
getDateReference()
Specification of the dividend date using an enumeration, with values such as the pay date, the ex-date or the record date.Offset
getPaymentDateOffset()
Only to be used when SharePayment has been specified in the dividendDateReference element.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends DividendDateReference>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
DividendDateReference.DividendDateReferenceBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getDateReference
@RosettaSynonym(value="dateReference", source="FpML_5_10") public final DividendDateReferenceEnum getDateReference()
Specification of the dividend date using an enumeration, with values such as the pay date, the ex-date or the record date.
-
getPaymentDateOffset
@RosettaSynonym(value="paymentDateOffset", source="FpML_5_10") public final Offset getPaymentDateOffset()
Only to be used when SharePayment has been specified in the dividendDateReference element. The number of Currency Business Days following the day on which the Issuer of the Shares pays the relevant dividend to holders of record of the Shares.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends DividendDateReference> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public DividendDateReference.DividendDateReferenceBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static DividendDateReference.DividendDateReferenceBuilder 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
-
-