Uses of Class
org.drip.simm.rates.IRThreshold

Packages that use IRThreshold
Package Description
org.drip.simm.rates
SIMM IR Risk Factor Settings
  • Uses of IRThreshold in org.drip.simm.rates

    Methods in org.drip.simm.rates that return IRThreshold
    Modifier and Type Method Description
    static IRThreshold IRThresholdContainer20.Threshold​(int groupNumber)
    Retrieve the Interest Rate Threshold denoted by the Group Number
    static IRThreshold IRThresholdContainer20.Threshold​(java.lang.String currency)
    Retrieve the Interest Rate Threshold denoted by the Currency
    static IRThreshold IRThresholdContainer21.Threshold​(int groupNumber)
    Retrieve the Interest Rate Threshold denoted by the Group Number
    static IRThreshold IRThresholdContainer21.Threshold​(java.lang.String currency)
    Retrieve the Interest Rate Threshold denoted by the Currency
    static IRThreshold IRThresholdContainer24.Threshold​(int groupNumber)
    Retrieve the Interest Rate Threshold denoted by the Group Number
    static IRThreshold IRThresholdContainer24.Threshold​(java.lang.String currency)
    Retrieve the Interest Rate Threshold denoted by the Currency
    Methods in org.drip.simm.rates that return types with arguments of type IRThreshold
    Modifier and Type Method Description
    static java.util.Map<java.lang.Integer,​IRThreshold> IRThresholdContainer20.ThresholdMap()
    Retrieve the Interest Rate Threshold Map
    static java.util.Map<java.lang.Integer,​IRThreshold> IRThresholdContainer21.ThresholdMap()
    Retrieve the Interest Rate Threshold Map
    static java.util.Map<java.lang.Integer,​IRThreshold> IRThresholdContainer24.ThresholdMap()
    Retrieve the Interest Rate Threshold Map