Package cdm.product.asset
Enum DiscountingTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<DiscountingTypeEnum>
@RosettaEnum("DiscountingTypeEnum")
public enum DiscountingTypeEnum
extends Enum<DiscountingTypeEnum>
The enumerated values to specify the method of calculating discounted payment amounts. This enumerations combines the FpML DiscountingTypeEnum and FraDiscountingEnum enumerations.
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAs specified by the Australian Financial Markets Association (AFMA) OTC Financial Product Conventions.As specified by the 2006 ISDA Definitions, Section 8.4.As specified by the 2006 ISDA Definitions, Section 8.4.As specified by the 2006 ISDA Definitions, Section 8.4. -
Method Summary
Modifier and TypeMethodDescriptionstatic DiscountingTypeEnumfromDisplayName(String name) toString()static DiscountingTypeEnumReturns the enum constant of this type with the specified name.static DiscountingTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
STANDARD
As specified by the 2006 ISDA Definitions, Section 8.4. Discounting, paragraph (a). -
FRA
As specified by the 2006 ISDA Definitions, Section 8.4. Discounting, paragraph (b). -
FRA_YIELD
As specified by the 2006 ISDA Definitions, Section 8.4. Discounting, paragraph (e). -
AFMA
As specified by the Australian Financial Markets Association (AFMA) OTC Financial Product Conventions. This discounting method should not be used for a trade documented under a legal framework where the 2006 ISDA Definitions have been incorporated.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<DiscountingTypeEnum>
-
toDisplayString
-