{
    "transactionCharges" : {
      "cash_in" : {
          "PaystackCharge" : {
              "include" : true,
                "percantage" : 2
            },

            "GvtCharge" : {
                "include" : true,
                "percantage" : 2
            },

            "SystemCharge" : {
                "include" : true,
                "percantage" : 2
            },

            "cash_in_limit" : 500
        },

      "cash_out" : {
            "PaystackCharge" : {
                "include" : true,
                "percantage" : 2
            },

            "GvtCharge" : {
            "include" : true,
            "percantage" : 2
            },

            "SystemCharge" : {
            "include" : true,
            "percantage" : 2
            }
        }

    },

    "loanRequestSettings" : {
        "loanRequestExpiryDays" : 30,
        "approveOnRequest" : true
    },


    "loanInterestRateSettings" : {
        "RiskProfiles" : {
            "OPEN" : {
                "interestRate" : 20,
                "loanAmountLimit" : 45000,
                "rating" : "Bad"
            },
            "HIGH" : {
                "interestRate" : 16,
                "loanAmountLimit" : 75000,
                "rating" : "Bad"
            },
            "MEDIUM" : {
                "interestRate" : 12,
                "loanAmountLimit" : 100000,
                "rating" : "Good"
            },
            "LOW": {
                "interestRate" : 10,
                "loanAmountLimit" : 300000,
                "rating" : "Excellent"
            }
        }
    },

    "investmentGainsSettings" : {
        "RiskProfiles" : {
            "OPEN" : {
                "profitMargins" : 65
            },
            "HIGH" : {
                "profitMargins" : 55
            },
            "MEDIUM" : {
                "profitMargins" : 45
            },
            "LOW": {
                "profitMargins" : 35
            }
        }
    },

    "repaymentSubscriptionPlans" : [
        {
    
            "period" : 3,
            "planName" : "",
            "description" : "",
            "paystackKey" : ""
  
        },

        {
    
            "period" : 6,
            "planName" : "",
            "description" : "",
            "paystackKey" : ""
  
        },

        {
    
            "period" : 12,
            "planName" : "",
            "description" : "",
            "paystackKey" : ""
  
        },

        {
    
            "period" : 24,
            "planName" : "",
            "description" : "",
            "paystackKey" : ""
  
        }
    ]


}