Enum NegativeInterestRateTreatmentEnum

java.lang.Object
java.lang.Enum<NegativeInterestRateTreatmentEnum>
cdm.product.asset.NegativeInterestRateTreatmentEnum
All Implemented Interfaces:
Serializable, Comparable<NegativeInterestRateTreatmentEnum>

@RosettaEnum("NegativeInterestRateTreatmentEnum") public enum NegativeInterestRateTreatmentEnum extends Enum<NegativeInterestRateTreatmentEnum>
The enumerated values to specify the method of calculating payment obligations when a floating rate is negative (either due to a quoted negative floating rate or by operation of a spread that is subtracted from the floating rate).
Version:
5.30.0
  • Enum Constant Details

    • NEGATIVE_INTEREST_RATE_METHOD

      @RosettaEnumValue("NegativeInterestRateMethod") public static final NegativeInterestRateTreatmentEnum NEGATIVE_INTEREST_RATE_METHOD
      Negative Interest Rate Method. Per 2000 ISDA Definitions, Section 6.4 Negative Interest Rates, paragraphs (b) and (c).
    • ZERO_INTEREST_RATE_METHOD

      @RosettaEnumValue("ZeroInterestRateMethod") public static final NegativeInterestRateTreatmentEnum ZERO_INTEREST_RATE_METHOD
      Zero Interest Rate Method. Per 2000 ISDA Definitions, Section 6.4. Negative Interest Rates, paragraphs (d) and (e).
    • ZERO_INTEREST_RATE_EXCLUDING_SPREAD_METHOD

      @RosettaEnumValue("ZeroInterestRateExcludingSpreadMethod") public static final NegativeInterestRateTreatmentEnum ZERO_INTEREST_RATE_EXCLUDING_SPREAD_METHOD
      Per 2021 ISDA Definitions section 6.8.6
  • Method Details