Package cdm.product.asset.floatingrate
Enum FloatingRateIndexProcessingTypeEnum
java.lang.Object
java.lang.Enum<FloatingRateIndexProcessingTypeEnum>
cdm.product.asset.floatingrate.FloatingRateIndexProcessingTypeEnum
- All Implemented Interfaces:
Serializable,Comparable<FloatingRateIndexProcessingTypeEnum>
@RosettaEnum("FloatingRateIndexProcessingTypeEnum")
public enum FloatingRateIndexProcessingTypeEnum
extends Enum<FloatingRateIndexProcessingTypeEnum>
This enumeration provides guidance on how to process a given floating rate index. It's based on the ISDA Floating Rate Index information, but transforms it into the specific categories needed for calculation
- Version:
- 5.30.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA published index calculated using compounding; the implied rate must be backed out.These are calculated by the calculation agent based on deal-specific parameters (e.g. lookback compound based on an RFR).These are calculated by the calculation agent based on a standard OIS FRO definition.These are calculated by the calculation agent based on a standard overnight averaging FRO definition.These must be looked up using a manual processThese values are just looked up from the screen and applied. -
Method Summary
Modifier and TypeMethodDescriptionfromDisplayName(String name) toString()Returns the enum constant of this type with the specified name.static FloatingRateIndexProcessingTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SCREEN
These values are just looked up from the screen and applied. -
COMPOUND_INDEX
@RosettaEnumValue("CompoundIndex") public static final FloatingRateIndexProcessingTypeEnum COMPOUND_INDEXA published index calculated using compounding; the implied rate must be backed out. -
OIS
These are calculated by the calculation agent based on a standard OIS FRO definition. -
OVERNIGHT_AVG
@RosettaEnumValue("OvernightAvg") public static final FloatingRateIndexProcessingTypeEnum OVERNIGHT_AVGThese are calculated by the calculation agent based on a standard overnight averaging FRO definition. -
MODULAR
These are calculated by the calculation agent based on deal-specific parameters (e.g. lookback compound based on an RFR). -
REF_BANKS
These must be looked up using a manual process
-
-
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<FloatingRateIndexProcessingTypeEnum>
-
toDisplayString
-