{
    "modelSettings" : {
      "context" : "user",
      "strictModel" : false,
      "modelName" : "investorPortfolio",
      "service" : "portfolio",
      "access_roles" : {"admin": ["READ","WRITE", "ALL"], "owner": ["READ","WRITE"]},
      "controlAccess" : false
    },
  
    "modelData" : {
      "systemManagedEntities" : {
  
        "borrowerDetails" : {
          "first_name": "",
          "email" : "",
          "userId" : 0,
          "laonRequestId" : 0,
          "lastName": ""
        },

        "loanDetails" : {
          "loan_amount" : "",
          "paymentPeriod" : 0, 
          "interestRate" : 0,
          "riskLevel" : "",
          "creditPoints" : 0,
          "creditRating" : "Good Credit",
          "raisedToDate" : 0,
          "loanPurposeTitle" : "",
          "loanPurposeDescription" : "",
          "percantageFunded" : 0,
          "timeRemaining" : ""
        },

        "InvestmentDetails" : {
            "InvestmentAmount" : 0,
            "interestRate" : 0,
            "investmentPercantageReturns" : 0,
            "outStandingPayments" : 0,
            "paymentsToDate" : 0,
            "monthlyPayment" : 0
        },

        "portfolioDetails" : {
            "status" : "pending, open, issued",
            "fundedPercantage" : 0,
            "loanRequestId" : 0,
            "investmentType" : "Safe, Open, Risk",
            "investmentRefunded" : false,
            "RefundedTotal" : 0
        }
      }
    }
  
  }