9.2 Sample Template

This appendix provides sample templates.

Note:

If the JSON is not properly formatted, it will result in an error within the application. To avoid this issue, you must download the template from the user interface (UI) for each upload. The provided examples must only be used as a reference.

Template for each risk category (RR, MR, HR)

Sample Template-1

     
     { 
          "scenario_name": 
          "custom_rmf_4", "jurisdiction_thresholds": 
         { "BCAP": { 
             "RR_Min_Credit_Amt":0.01,
             "RR_Max_Credit_Amt":100000000, "RR_Min_Credit_Ct":1, 
             "RR_Max_Credit_Ct":100000, "RR_Min_Debit_Ct":1,
             "RR_Max_Debit_Ct":100000, "RR_Min_Perc": 0.8, 
             "lookback_period": 14, 
             "rule_run_frequency": 7,
             "accts_monitored": "RBK, RBR"  
           }
        }
      }

Sample Template-2

     
     { 
          "scenario_name": 
          "custom_rmf_5", "jurisdiction_thresholds": 
         { "BCAP": { 
             "MR_Min_Credit_Amt":0.01,
             "MR_Max_Credit_Amt":100000000, "MR_Min_Credit_Ct":1, 
             "MR_Max_Credit_Ct":100000, "MR_Min_Debit_Ct":1,
             "MR_Max_Debit_Ct":100000, "MR_Min_Perc": 0.8, 
             "lookback_period": 14, 
             "rule_run_frequency": 7,
             "accts_monitored": "RBK, RBR"  
           }
        }
      }

Sample Template-3

     
     { 
          "scenario_name": 
          "custom_rmf_6", "jurisdiction_thresholds": 
         { "BCAP": { 
             "HR_Min_Credit_Amt":0.01,
             "HR_Max_Credit_Amt":100000000, "HR_Min_Credit_Ct":1, 
             "HR_Max_Credit_Ct":100000, "HR_Min_Debit_Ct":1,
             "HR_Max_Debit_Ct":100000, "HR_Min_Perc": 0.8, 
             "lookback_period": 14, 
             "rule_run_frequency": 7,
             "accts_monitored": "RBK, RBR"  
           }
        }
      }