Class RiskConfigProperties


  • public class RiskConfigProperties
    extends Object
    Properties used in MRA config
    • Field Detail

      • VAR_CONFIDENCE_DEFAULT_VALUE

        public static final String VAR_CONFIDENCE_DEFAULT_VALUE
        Default value of VaR confidence level
        See Also:
        Constant Field Values
      • WEIGHTED_VAR_LAMBDA_DEFAULT_VALUE

        public static final String WEIGHTED_VAR_LAMBDA_DEFAULT_VALUE
        Default value of weighted VaR lambda value
        See Also:
        Constant Field Values
      • VAE_CONFIDENCE_DEFAULT_VALUE

        public static final String VAE_CONFIDENCE_DEFAULT_VALUE
        Default value of VaE confidence level
        See Also:
        Constant Field Values
      • ES_CONFIDENCE_DEFAULT_VALUE

        public static final String ES_CONFIDENCE_DEFAULT_VALUE
        Default value of ES confidence level
        See Also:
        Constant Field Values
      • ETG_CONFIDENCE_DEFAULT_VALUE

        public static final String ETG_CONFIDENCE_DEFAULT_VALUE
        Default value of ETG confidence level
        See Also:
        Constant Field Values
      • CVAR_REGRESSION_LENGTH

        public static final String CVAR_REGRESSION_LENGTH
        Default value of regression length for component VaR
        See Also:
        Constant Field Values
      • AVAILABLE_TENOR_SETS_PROPERTY

        public static final String AVAILABLE_TENOR_SETS_PROPERTY
        Property defining the available sets of tenors for dynamic bucketing. Must match input in DynamicTenors.csv
        See Also:
        Constant Field Values
      • AVAILABLE_MATURITY_SETS_PROPERTY

        public static final String AVAILABLE_MATURITY_SETS_PROPERTY
        Property defining the available sets of maturities for dynamic bucketing. Must match input in DynamicMaturities.csv
        See Also:
        Constant Field Values
      • AVAILABLE_MONEYNESS_SETS_PROPERTY

        public static final String AVAILABLE_MONEYNESS_SETS_PROPERTY
        Property defining the available sets of maturities for dynamic bucketing. Must match input in DynamicMaturities.csv
        See Also:
        Constant Field Values
      • DAYS_IN_WEEK_PROPERTY

        public static final String DAYS_IN_WEEK_PROPERTY
        Property defining the number of days in a week for bucketing purposes.
        See Also:
        Constant Field Values
      • MARKET_DATA_SET_PROPERTY

        public static final String MARKET_DATA_SET_PROPERTY
        Property defining the default market data set.
        See Also:
        Constant Field Values
      • ROUNDING_DEFAULT_VALUE_PROPERTY

        public static final String ROUNDING_DEFAULT_VALUE_PROPERTY
        Property defining the default rounding method
        See Also:
        Constant Field Values
      • QUANTILE_2_RANK_DEFAULT_VALUE_PROPERTY

        public static final String QUANTILE_2_RANK_DEFAULT_VALUE_PROPERTY
        Property defining the default quantile2Rank
        See Also:
        Constant Field Values
      • DAYS_IN_MONTH_PROPERTY

        public static final String DAYS_IN_MONTH_PROPERTY
        Property defining the number of days in a month for bucketing purposes.
        See Also:
        Constant Field Values
      • DAYS_IN_YEAR_PROPERTY

        public static final String DAYS_IN_YEAR_PROPERTY
        Property defining the number of days in a year for bucketing purposes.
        See Also:
        Constant Field Values
      • PNL_VECTOR_SIZE

        public static final String PNL_VECTOR_SIZE
        Property defining the PnL vector size for setting context value maximum values.
        See Also:
        Constant Field Values
      • WEIGHTED_VAR_PNL_OLDEST_FIRST

        public static final String WEIGHTED_VAR_PNL_OLDEST_FIRST
        Flag for weighted measures to specify whether the historical PnL vectors input contain the oldest PnL data at index 0 (in that case the flag is set to: true) or whether it contains the most recent PnL data at index 0 (in that case the flag is set to: false)
        See Also:
        Constant Field Values
      • INTERPOLATE_MARKET_SHIFTS

        public static final String INTERPOLATE_MARKET_SHIFTS
        Flag used to enable or disable interpolation of market data for Taylor VaR
        See Also:
        Constant Field Values
    • Constructor Detail

      • RiskConfigProperties

        public RiskConfigProperties()