Package org.isda.cdm
Class DividendCurrency
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.DividendCurrency
-
@RosettaClass public class DividendCurrency extends com.rosetta.model.lib.RosettaModelObject
A class to specify the currency in which the dividends will be denominated, i.e. either in the dividend currency or in a currency specified as part of the contract.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DividendCurrency.DividendCurrencyBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DividendCurrency.DividendCurrencyBuilder
builder()
boolean
equals(java.lang.Object o)
FieldWithMetaString
getCurrency()
The currency in which the dividend is denominated.BasicReferenceWithMetaString
getCurrencyReference()
Reference to a currency specified elsewhere in the documentDeterminationMethodEnum
getDeterminationMethod()
Specifies the method according to which the dividend is determined, e.g.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends DividendCurrency>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
DividendCurrency.DividendCurrencyBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getCurrency
@RosettaSynonym(value="currency", source="FpML_5_10") public final FieldWithMetaString getCurrency()
The currency in which the dividend is denominated. The list of valid currencies is not presently positioned as an enumeration as part of the CDM because that scope is limited to the values specified by ISDA and FpML. As a result, implementers have to make reference to the relevant standard, such as the ISO 4217 standard for currency codes.
-
getCurrencyReference
@RosettaSynonym(value="currencyReference", source="FpML_5_10") public final BasicReferenceWithMetaString getCurrencyReference()
Reference to a currency specified elsewhere in the document
-
getDeterminationMethod
@RosettaSynonym(value="determinationMethod", source="FpML_5_10") public final DeterminationMethodEnum getDeterminationMethod()
Specifies the method according to which the dividend is determined, e.g. the dividend currency.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends DividendCurrency> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public DividendCurrency.DividendCurrencyBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static DividendCurrency.DividendCurrencyBuilder 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
-
-