if(data.amountRepaid) {
      $scope.amountRepaid = data.amountRepaid / 100;
    } else {
      $scope.amountRepaid = 'N/A';
    }