Package org.isda.cdm
Class EligibleCurrencyInterestRate
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.EligibleCurrencyInterestRate
-
@RosettaClass public class EligibleCurrencyInterestRate extends com.rosetta.model.lib.RosettaModelObject
A class to specify the interest rate associated with initial margin collateral. ISDA 2016 Japanese Law Credit Support Annex for Initial Margin, paragraph 13, General Principles, (n): Distributions and Interest Payment (IM).- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EligibleCurrencyInterestRate.EligibleCurrencyInterestRateBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EligibleCurrencyInterestRate.EligibleCurrencyInterestRateBuilder
builder()
boolean
equals(java.lang.Object o)
java.lang.String
getActual365Currency()
FieldWithMetaString
getCurrency()
The eligible currency.java.math.BigDecimal
getInterestRate()
The interest rate associated with the eligible currency.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends EligibleCurrencyInterestRate>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
EligibleCurrencyInterestRate.EligibleCurrencyInterestRateBuilder
toBuilder()
java.lang.String
toString()
-
-
-
Method Detail
-
getActual365Currency
@RosettaSynonym(value="a365_currency", source="ISDA_Create_1_0") public final java.lang.String getActual365Currency()
-
getCurrency
@RosettaSynonym(value="eligible_currency", source="ISDA_Create_1_0") public final FieldWithMetaString getCurrency()
The eligible currency.
-
getInterestRate
@RosettaSynonym(value="interest_rate", source="ISDA_Create_1_0") public final java.math.BigDecimal getInterestRate()
The interest rate associated with the eligible currency.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends EligibleCurrencyInterestRate> metaData()
- Specified by:
metaData
in classcom.rosetta.model.lib.RosettaModelObject
-
toBuilder
public EligibleCurrencyInterestRate.EligibleCurrencyInterestRateBuilder toBuilder()
- Specified by:
toBuilder
in classcom.rosetta.model.lib.RosettaModelObject
-
builder
public static EligibleCurrencyInterestRate.EligibleCurrencyInterestRateBuilder 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
-
-