Credit Check
Perform credit analysis and get detailed reports
Introduction
Credit check API services provide businesses access to tools and data to perform credit assessments on individuals or businesses. These APIs facilitate the retrieval of credit-related information and analysis to assess creditworthiness, financial stability, and potential risks associated with lending or providing services to a customer.
Consent
User consent is the primary requirement to access any services in Open Banking. The user or account holder grants explicit consent to a Third-Party to access their financial data. This consent is given through a secure, multi-factor authentication process to verify the user's identity.
The consent request must include the following details:
Endpoint | useCaseType Value | permissions Value |
---|---|---|
/v1/api/observice/connect | CREDITCHECK | ReadAccountsBasic ReadAccountsDetail ReadBalances ReadTransactionsBasic ReadTransactionsCredits ReadTransactionsDebits ReadTransactionsDetail |
Check Consent Management for more details to create, view, and revoke consents.
Get Credit Check Services
Endpoint details
Endpoint URL | Method | Authentication requirements |
---|---|---|
/v1/api/observice/allAccountsTransactions | POST | 1. clientId 2. clientCode 3. signature 4. Authorization Bearer: Token |
Sample request
{
"dateTimeStamp": "YYYY-MM-DDTHH:MM:SS",
"requestID": "Enter_Request_Id",
"merchantId": "Enter_Merchant_Id",
"fromDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"toDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"creditCheck" : true,
"banks": [
{
"code": "Enter_Bank_Code",
"consentId":"Enter_Consent_Id"
}
]
}
Request description
JSON Tag | Description | Data type |
---|---|---|
DateTimeStamp Mandatory | Stamp denoting the date and time of the request | String |
RequestID Mandatory | Unique request identification | String |
merchantId Mandatory | Unique merchant identification | String |
fromDate Mandatory | Initial date of transaction period | String |
toDate Mandatory | Final date of transaction period | String |
creditCheck Mandatory | Credit check service tag to be denoted as true | Boolean |
banks Mandatory | Array of banks and consents | Object |
code Mandatory | Unique bank identification code | String |
consentId Mandatory | Unique consent identification | String |
Sample response
{
"success": true,
"payload": [
{
"code": "Bank_Code",
"data": {
"account": [
{
"accountId": "Account_Id",
"accountHolderName": "Account_Holder_Name",
"accountHolderShortName": "Account_Holder_Short_Name",
"status": "Account_Status",
"currency": "Currency",
"nickname": "Account_Nickname",
"accountType": "Account_Type",
"accountSubType": "Account_Sub_Type",
"accountIdentifiers": [
{
"identificationType": "Identification_Type",
"identification": "Identification_Details",
"name": "Name"
},
{
"identificationType": "Identification_Type",
"identification": "Identification_Details",
"name": "Name"
}
],
"servicer": {
"identificationType": "Servicer_Identification_Type",
"identification": "Servicer_Identification"
},
"statusUpdateDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"description": "Account_Description",
"openingDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"maturityDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"firstTxnsDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"lastTxnsDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"creditAnalysis": [
{
"date": "MMM YY",
"noOfCredit": 00,
"valueOfCredit": 0000.000000000000,
"noOfCashDeposits": 0,
"valueOfCashDeposits": 0,
"noOfExceptionalCredits": 0,
"valueOfExceptionalCredits": 0,
"noOfInwardTransferFromOwnAccounts": 0,
"valueOfInwardTransferFromOwnAccounts": 0,
"noOfInwardTransferFromGroupAccounts": 0,
"valueOfInwardTransferGroupOwnAccounts": 0,
"noOfOutwardReturn": 0,
"valueOfOutwardReturn": 0,
"noOfNetCredits": 00,
"valueOfNetCredits": 0000.000000000000,
"noOutwardReturnPercentOfTotalCredits": 0,
"valueOutwardReturnPercentOfTotalCredits": 0
}
],
"debitAnalysis": [],
"balanceReport": [
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0.000000000000,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0.00000000000
}
],
"otherConductAnalysis": [
{
"date": "MMM YY",
"noOfOverdrawingInTheMonth": 0,
"noOfEmiReturn": 0,
"valueOfEmiReturn": 0,
"noOfPosTransactions": 0,
"valueOfPosTransactions": 0,
"drawing": 0,
"noOfEmiChequeReturn": 0
}
],
"incomeReport": [
{
"date": "MMM YY",
"categories": [
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
}
],
"totalIncome": 0000.000000000000,
"noOfTxns": 00
}
],
"expenseReport": [
{
"date": "MMM YY",
"categories": [
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
}
],
"totalExpense": 0,
"noOfTxns": 0
}
],
"creditCardReport": [
{
"date": "MMM YY",
"avgOutstandingOn5th10th15th20th25thLastDayOfMonth": 0,
"avgOutstandingOn4th6th7th10th15th25thOfMonth": 0,
"avgPercentUsageLimit": 0,
"totalCreditLine": 0,
"totalOutstanding": 0
}
],
"loanReport": [
{
"date": "MMM YY",
"noOfConsumerLoans": 0,
"valueOfConsumerLoans": 0,
"noOfPrincipalPaymentConsumerLoans": 0,
"valueOfPrincipalPaymentConsumerLoans": 0,
"noOfFixedTermLoans": 0,
"valueOfFixedTermLoans": 0,
"noOfPrincipalPaymentFixedTermLoans": 0,
"valueOfPrincipalPaymentFixedTermLoans": 0,
"noOfMortgageLoans": 0,
"valueOfMortgageLoans": 0,
"noOfPrincipalPaymentMortgageLoans": 0,
"valueOfPrincipalPaymentMortgageLoans": 0,
"noOfNoticeLoans": 0,
"valueOfNoticeLoans": 0,
"noOfPrincipalPaymentNoticeLoans": 0,
"valueOfPrincipalPaymentNoticeLoans": 0,
"noOfSyndications": 0,
"valueOfSyndications": 0,
"noOfPrincipalPaymentSyndications": 0,
"valueOfPrincipalPaymentSyndications": 0,
"totalNoOfLoans": 0,
"totalValueOfLoans": 0,
"totalNoOfPrincipalPayments": 0,
"totalValueOfPrincipalPayments": 0
}
]
},
{
"accountId": "Account_Id",
"accountHolderName": "Account_Holder_Name",
"accountHolderShortName": "Account_Holder_Short_Name",
"status": "Account_Status",
"currency": "Currency",
"nickname": "Account_Nickname",
"accountType": "Account_Type",
"accountSubType": "Account_Sub_Type",
"accountIdentifiers": [
{
"identificationType": "Identification_Type",
"identification": "Identification_Details",
"name": "Name"
},
{
"identificationType": "Identification_Type",
"identification": "Identification_Details",
"name": "Name"
}
],
"servicer": {
"identificationType": "Servicer_Identification_Type",
"identification": "Servicer_Identification"
},
"statusUpdateDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"description": "Account_Description",
"openingDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"maturityDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"firstTxnsDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"lastTxnsDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"creditAnalysis": [
{
"date": "MMM YY",
"noOfCredit": 00,
"valueOfCredit": 0000.000000000000,
"noOfCashDeposits": 0,
"valueOfCashDeposits": 0,
"noOfExceptionalCredits": 0,
"valueOfExceptionalCredits": 0,
"noOfInwardTransferFromOwnAccounts": 0,
"valueOfInwardTransferFromOwnAccounts": 0,
"noOfInwardTransferFromGroupAccounts": 0,
"valueOfInwardTransferGroupOwnAccounts": 0,
"noOfOutwardReturn": 0,
"valueOfOutwardReturn": 0,
"noOfNetCredits": 00,
"valueOfNetCredits": 0000.000000000000,
"noOutwardReturnPercentOfTotalCredits": 0,
"valueOutwardReturnPercentOfTotalCredits": 0
}
],
"debitAnalysis": [],
"balanceReport": [
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0.000000000000,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0.00000000000
}
],
"otherConductAnalysis": [
{
"date": "MMM YY",
"noOfOverdrawingInTheMonth": 0,
"noOfEmiReturn": 0,
"valueOfEmiReturn": 0,
"noOfPosTransactions": 0,
"valueOfPosTransactions": 0,
"drawing": 0,
"noOfEmiChequeReturn": 0
}
],
"incomeReport": [
{
"date": "MMM YY",
"categories": [
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
}
],
"totalIncome": 0000.000000000000,
"noOfTxns": 00
}
],
"expenseReport": [
{
"date": "MMM YY",
"categories": [
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
}
],
"totalExpense": 0,
"noOfTxns": 0
}
],
"creditCardReport": [
{
"date": "MMM YY",
"avgOutstandingOn5th10th15th20th25thLastDayOfMonth": 0,
"avgOutstandingOn4th6th7th10th15th25thOfMonth": 0,
"avgPercentUsageLimit": 0,
"totalCreditLine": 0,
"totalOutstanding": 0
}
],
"loanReport": [
{
"date": "MMM YY",
"noOfConsumerLoans": 0,
"valueOfConsumerLoans": 0,
"noOfPrincipalPaymentConsumerLoans": 0,
"valueOfPrincipalPaymentConsumerLoans": 0,
"noOfFixedTermLoans": 0,
"valueOfFixedTermLoans": 0,
"noOfPrincipalPaymentFixedTermLoans": 0,
"valueOfPrincipalPaymentFixedTermLoans": 0,
"noOfMortgageLoans": 0,
"valueOfMortgageLoans": 0,
"noOfPrincipalPaymentMortgageLoans": 0,
"valueOfPrincipalPaymentMortgageLoans": 0,
"noOfNoticeLoans": 0,
"valueOfNoticeLoans": 0,
"noOfPrincipalPaymentNoticeLoans": 0,
"valueOfPrincipalPaymentNoticeLoans": 0,
"noOfSyndications": 0,
"valueOfSyndications": 0,
"noOfPrincipalPaymentSyndications": 0,
"valueOfPrincipalPaymentSyndications": 0,
"totalNoOfLoans": 0,
"totalValueOfLoans": 0,
"totalNoOfPrincipalPayments": 0,
"totalValueOfPrincipalPayments": 0
}
]
},
{
"accountId": "Account_Id",
"accountHolderName": "Account_Holder_Name",
"accountHolderShortName": "Account_Holder_Short_Name",
"status": "Account_Status",
"currency": "Currency",
"nickname": "Account_Nickname",
"accountType": "Account_Type",
"accountSubType": "Account_Sub_Type",
"accountIdentifiers": [
{
"identificationType": "Identification_Type",
"identification": "Identification_Details",
"name": "Name"
},
{
"identificationType": "Identification_Type",
"identification": "Identification_Details",
"name": "Name"
}
],
"servicer": {
"identificationType": "Servicer_Identification_Type",
"identification": "Servicer_Identification"
},
"statusUpdateDateTime": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"description": "Account_Description",
"openingDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"maturityDate": "YYYY-MM-DDTHH:MM:SS.SSSZ",
"transactions": []
}
]
},
"links": {
"self": "https://"
},
"meta": {
"totalPages": 0
},
"bankBalanceReport": [
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0.000000000000000,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 00,
"monthendBalance": 0,
"avgBalanceOfMonth": 0.000000000000000
}
],
"bankCreditAnalysis": [
{
"date": "MMM YY",
"noOfCredit": 00,
"valueOfCredit": 0000.000000000000,
"noOfCashDeposits": 0,
"valueOfCashDeposits": 0,
"noOfExceptionalCredits": 0,
"valueOfExceptionalCredits": 0,
"noOfInwardTransferFromOwnAccounts": 0,
"valueOfInwardTransferFromOwnAccounts": 0,
"noOfInwardTransferFromGroupAccounts": 0,
"valueOfInwardTransferGroupOwnAccounts": 0,
"noOfOutwardReturn": 0,
"valueOfOutwardReturn": 0,
"noOfNetCredits": 00,
"valueOfNetCredits": 0000.000000000000,
"noOutwardReturnPercentOfTotalCredits": 0,
"valueOutwardReturnPercentOfTotalCredits": 0
}
],
"bankCreditCardReport": [
{
"date": "MMM YY",
"avgOutstandingOn5th10th15th20th25thLastDayOfMonth": 0,
"avgOutstandingOn4th6th7th10th15th25thOfMonth": 0,
"totalCreditLine": 0,
"totalOutstanding": 0,
"avgPercentUsageLimit": 0
}
],
"bankExpenseReport": [
{
"date": "MMM YY",
"categories": [
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
}
],
"totalExpense": 0,
"noOfTxns": 0
}
],
"bankIncomeReport": [
{
"date": "MMM YY",
"categories": [
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
}
],
"totalIncome": 0000.00,
"noOfTxns": 00
}
],
"bankLoanReport": [
{
"date": "MMM YY",
"noOfConsumerLoans": 0,
"valueOfConsumerLoans": 0,
"noOfPrincipalPaymentConsumerLoans": 0,
"valueOfPrincipalPaymentConsumerLoans": 0,
"noOfFixedTermLoans": 0,
"valueOfFixedTermLoans": 0,
"noOfPrincipalPaymentFixedTermLoans": 0,
"valueOfPrincipalPaymentFixedTermLoans": 0,
"noOfMortgageLoans": 0,
"valueOfMortgageLoans": 0,
"noOfPrincipalPaymentMortgageLoans": 0,
"valueOfPrincipalPaymentMortgageLoans": 0,
"noOfNoticeLoans": 0,
"valueOfNoticeLoans": 0,
"noOfPrincipalPaymentNoticeLoans": 0,
"valueOfPrincipalPaymentNoticeLoans": 0,
"noOfSyndications": 0,
"valueOfSyndications": 0,
"noOfPrincipalPaymentSyndications": 0,
"valueOfPrincipalPaymentSyndications": 0,
"totalNoOfLoans": 0,
"totalValueOfLoans": 0,
"totalNoOfPrincipalPayments": 0,
"totalValueOfPrincipalPayments": 0
}
]
}
],
"overAllBalanceReport": {
"monthlyReport": [
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0.000000000000000,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 00,
"monthendBalance": 0,
"avgBalanceOfMonth": 0.000000000000000
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
}
],
"totalMonthEndBalance": {
"totalAmount": 0
},
"avgBalance": {
"totalAmount": 0.06451612903225806
}
},
"overAllCreditCardReport": {
"monthlyReport": [
{
"date": "MMM YY",
"avgOutstandingOn5th10th15th20th25thLastDayOfMonth": 0,
"avgOutstandingOn4th6th7th10th15th25thOfMonth": 0,
"totalCreditLine": 0,
"totalOutstanding": 0,
"avgPercentUsageLimit": 0
},
{
"date": "MMM YY",
"avgOutstandingOn5th10th15th20th25thLastDayOfMonth": 0,
"avgOutstandingOn4th6th7th10th15th25thOfMonth": 0,
"totalCreditLine": 0,
"totalOutstanding": 0,
"avgPercentUsageLimit": 0
},
{
"date": "MMM YY",
"avgOutstandingOn5th10th15th20th25thLastDayOfMonth": 0,
"avgOutstandingOn4th6th7th10th15th25thOfMonth": 0,
"totalCreditLine": 0,
"totalOutstanding": 0,
"avgPercentUsageLimit": 0
},
{
"date": "MMM YY",
"avgOutstandingOn5th10th15th20th25thLastDayOfMonth": 0,
"avgOutstandingOn4th6th7th10th15th25thOfMonth": 0,
"totalCreditLine": 0,
"totalOutstanding": 0,
"avgPercentUsageLimit": 0
}
],
"totalCreditLine": {
"totalAmount": 0
},
"totalOutStanding": {
"totalAmount": 0
},
"avgPercentUsageLimit": {
"percentage": null
}
},
"overAllCreditsReport": {
"totalAmount": 0000.000000000000,
"totalCount": 00,
"topFiveCredits": [
{
"count": 00,
"identification": "string",
"amount": 0000.000000000000,
"identificationType": "Identification_Type",
"name": "string"
}
],
"cashDeposits": {
"totalAmount": 0,
"totalCount": 0
},
"exceptionalCredits": {
"totalAmount": 0,
"totalCount": 0
},
"inwardTransfer": {
"totalAmount": 0,
"totalCount": 0
},
"outwardReturn": {
"totalAmount": 0,
"totalCount": 0
},
"monthlyReport": [
{
"date": "MMM YY",
"noOfCredit": 00,
"valueOfCredit": 0000.000000000000,
"noOfCashDeposits": 0,
"valueOfCashDeposits": 0,
"noOfExceptionalCredits": 0,
"valueOfExceptionalCredits": 0,
"noOfInwardTransferFromOwnAccounts": 0,
"valueOfInwardTransferFromOwnAccounts": 0,
"noOfInwardTransferFromGroupAccounts": 0,
"valueOfInwardTransferGroupOwnAccounts": 0,
"noOfOutwardReturn": 0,
"valueOfOutwardReturn": 0,
"noOfNetCredits": 00,
"valueOfNetCredits": 0000.000000000000,
"noOutwardReturnPercentOfTotalCredits": 0,
"valueOutwardReturnPercentOfTotalCredits": 0
},
{
"date": "MMM YY",
"noOfCredit": 0,
"valueOfCredit": 0,
"noOfCashDeposits": 0,
"valueOfCashDeposits": 0,
"noOfExceptionalCredits": 0,
"valueOfExceptionalCredits": 0,
"noOfInwardTransferFromOwnAccounts": 0,
"valueOfInwardTransferFromOwnAccounts": 0,
"noOfInwardTransferFromGroupAccounts": 0,
"valueOfInwardTransferGroupOwnAccounts": 0,
"noOfOutwardReturn": 0,
"valueOfOutwardReturn": 0,
"noOfNetCredits": 0,
"valueOfNetCredits": 0,
"noOutwardReturnPercentOfTotalCredits": 0,
"valueOutwardReturnPercentOfTotalCredits": 0
},
{
"date": "MMM YY",
"noOfCredit": 0,
"valueOfCredit": 0,
"noOfCashDeposits": 0,
"valueOfCashDeposits": 0,
"noOfExceptionalCredits": 0,
"valueOfExceptionalCredits": 0,
"noOfInwardTransferFromOwnAccounts": 0,
"valueOfInwardTransferFromOwnAccounts": 0,
"noOfInwardTransferFromGroupAccounts": 0,
"valueOfInwardTransferGroupOwnAccounts": 0,
"noOfOutwardReturn": 0,
"valueOfOutwardReturn": 0,
"noOfNetCredits": 0,
"valueOfNetCredits": 0,
"noOutwardReturnPercentOfTotalCredits": 0,
"valueOutwardReturnPercentOfTotalCredits": 0
},
{
"date": "MMM YY",
"noOfCredit": 0,
"valueOfCredit": 0,
"noOfCashDeposits": 0,
"valueOfCashDeposits": 0,
"noOfExceptionalCredits": 0,
"valueOfExceptionalCredits": 0,
"noOfInwardTransferFromOwnAccounts": 0,
"valueOfInwardTransferFromOwnAccounts": 0,
"noOfInwardTransferFromGroupAccounts": 0,
"valueOfInwardTransferGroupOwnAccounts": 0,
"noOfOutwardReturn": 0,
"valueOfOutwardReturn": 0,
"noOfNetCredits": 0,
"valueOfNetCredits": 0,
"noOutwardReturnPercentOfTotalCredits": 0,
"valueOutwardReturnPercentOfTotalCredits": 0
}
],
"incomeReport": [
{
"date": "MMM YY",
"categories": [
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
}
],
"totalIncome": 0000.00,
"noOfTxns": 00
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalIncome": 0,
"noOfTxns": 0
}
]
},
"overAllDebitsReport": {
"totalAmount": 0,
"totalCount": 0,
"topFiveDebits": [],
"cashWithDrawls": {
"totalAmount": 0,
"totalCount": 0
},
"inwardReturn": {
"totalAmount": 0,
"totalCount": 0
},
"monthlyReport": [
{
"date": "MMM YY",
"noOfDebit": 0,
"valueOfDebit": 0,
"noOfCashWithdrawls": 0,
"valueOfCashWithdrawls": 0,
"noOfInwardReturn": 0,
"valueOfInwardReturn": 0,
"noOfNetDebits": 0,
"valueOfNetDebits": 0,
"noInwardReturnPercentOfTotalCredits": 0,
"valueInwardReturnPercentOfTotalCredits": 0
},
{
"date": "MMM YY",
"noOfDebit": 0,
"valueOfDebit": 0,
"noOfCashWithdrawls": 0,
"valueOfCashWithdrawls": 0,
"noOfInwardReturn": 0,
"valueOfInwardReturn": 0,
"noOfNetDebits": 0,
"valueOfNetDebits": 0,
"noInwardReturnPercentOfTotalCredits": 0,
"valueInwardReturnPercentOfTotalCredits": 0
},
{
"date": "MMM YY",
"noOfDebit": 0,
"valueOfDebit": 0,
"noOfCashWithdrawls": 0,
"valueOfCashWithdrawls": 0,
"noOfInwardReturn": 0,
"valueOfInwardReturn": 0,
"noOfNetDebits": 0,
"valueOfNetDebits": 0,
"noInwardReturnPercentOfTotalCredits": 0,
"valueInwardReturnPercentOfTotalCredits": 0
},
{
"date": "MMM YY",
"noOfDebit": 0,
"valueOfDebit": 0,
"noOfCashWithdrawls": 0,
"valueOfCashWithdrawls": 0,
"noOfInwardReturn": 0,
"valueOfInwardReturn": 0,
"noOfNetDebits": 0,
"valueOfNetDebits": 0,
"noInwardReturnPercentOfTotalCredits": 0,
"valueInwardReturnPercentOfTotalCredits": 0
},
{
"date": "MMM YY",
"noOfDebit": 0,
"valueOfDebit": 0,
"noOfCashWithdrawls": 0,
"valueOfCashWithdrawls": 0,
"noOfInwardReturn": 0,
"valueOfInwardReturn": 0,
"noOfNetDebits": 0,
"valueOfNetDebits": 0,
"noInwardReturnPercentOfTotalCredits": 0,
"valueInwardReturnPercentOfTotalCredits": 0
},
{
"date": "MMM YY",
"noOfDebit": 0,
"valueOfDebit": 0,
"noOfCashWithdrawls": 0,
"valueOfCashWithdrawls": 0,
"noOfInwardReturn": 0,
"valueOfInwardReturn": 0,
"noOfNetDebits": 0,
"valueOfNetDebits": 0,
"noInwardReturnPercentOfTotalCredits": 0,
"valueInwardReturnPercentOfTotalCredits": 0
},
{
"date": "MMM YY",
"noOfDebit": 0,
"valueOfDebit": 0,
"noOfCashWithdrawls": 0,
"valueOfCashWithdrawls": 0,
"noOfInwardReturn": 0,
"valueOfInwardReturn": 0,
"noOfNetDebits": 0,
"valueOfNetDebits": 0,
"noInwardReturnPercentOfTotalCredits": 0,
"valueInwardReturnPercentOfTotalCredits": 0
},
{
"date": "MMM YY",
"noOfDebit": 0,
"valueOfDebit": 0,
"noOfCashWithdrawls": 0,
"valueOfCashWithdrawls": 0,
"noOfInwardReturn": 0,
"valueOfInwardReturn": 0,
"noOfNetDebits": 0,
"valueOfNetDebits": 0,
"noInwardReturnPercentOfTotalCredits": 0,
"valueInwardReturnPercentOfTotalCredits": 0
},
{
"date": "MMM YY",
"noOfDebit": 0,
"valueOfDebit": 0,
"noOfCashWithdrawls": 0,
"valueOfCashWithdrawls": 0,
"noOfInwardReturn": 0,
"valueOfInwardReturn": 0,
"noOfNetDebits": 0,
"valueOfNetDebits": 0,
"noInwardReturnPercentOfTotalCredits": 0,
"valueInwardReturnPercentOfTotalCredits": 0
},
{
"date": "MMM YY",
"noOfDebit": 0,
"valueOfDebit": 0,
"noOfCashWithdrawls": 0,
"valueOfCashWithdrawls": 0,
"noOfInwardReturn": 0,
"valueOfInwardReturn": 0,
"noOfNetDebits": 0,
"valueOfNetDebits": 0,
"noInwardReturnPercentOfTotalCredits": 0,
"valueInwardReturnPercentOfTotalCredits": 0
},
{
"date": "MMM YY",
"noOfDebit": 0,
"valueOfDebit": 0,
"noOfCashWithdrawls": 0,
"valueOfCashWithdrawls": 0,
"noOfInwardReturn": 0,
"valueOfInwardReturn": 0,
"noOfNetDebits": 0,
"valueOfNetDebits": 0,
"noInwardReturnPercentOfTotalCredits": 0,
"valueInwardReturnPercentOfTotalCredits": 0
}
],
"expenseReport": [
{
"date": "MMM YY",
"categories": [
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
},
{
"category": "Category",
"value": 00.00,
"count": 0
}
],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM DD",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
},
{
"date": "MMM YY",
"categories": [],
"totalExpense": 0,
"noOfTxns": 0
}
]
},
"overAllLoanReport": {
"monthlyReport": [
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0.000000000000000,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 00,
"monthendBalance": 0,
"avgBalanceOfMonth": 0.000000000000000
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
},
{
"date": "MMM YY",
"avgBalanceOn5th10th15th20th25thLastDayOfMonth": 0,
"avgBalanceOn4th6th7th10th15th25thOfMonth": 0,
"monthendBalance": 0,
"avgBalanceOfMonth": 0
}
],
"totalMonthEndBalance": {
"totalAmount": 0
},
"avgBalance": {
"totalAmount": 0.0000000000000000
}
},
"overAllOtherConductReport": {
"monthlyReport": [
{
"date": "MMM YY",
"noOfOverdrawingInTheMonth": 0,
"noOfEmiReturn": 0,
"valueOfEmiReturn": 0,
"noOfPosTransactions": 0,
"valueOfPosTransactions": 0,
"drawing": 0,
"noOfEmiChequeReturn": 0
},
{
"date": "MMM YY",
"noOfOverdrawingInTheMonth": 0,
"noOfEmiReturn": 0,
"valueOfEmiReturn": 0,
"noOfPosTransactions": 0,
"valueOfPosTransactions": 0,
"drawing": 0,
"noOfEmiChequeReturn": 0
},
{
"date": "MMM YY",
"noOfOverdrawingInTheMonth": 0,
"noOfEmiReturn": 0,
"valueOfEmiReturn": 0,
"noOfPosTransactions": 0,
"valueOfPosTransactions": 0,
"drawing": 0,
"noOfEmiChequeReturn": 0
},
{
"date": "MMM YY",
"noOfOverdrawingInTheMonth": 0,
"noOfEmiReturn": 0,
"valueOfEmiReturn": 0,
"noOfPosTransactions": 0,
"valueOfPosTransactions": 0,
"drawing": 0,
"noOfEmiChequeReturn": 0
},
{
"date": "MMM YY",
"noOfOverdrawingInTheMonth": 0,
"noOfEmiReturn": 0,
"valueOfEmiReturn": 0,
"noOfPosTransactions": 0,
"valueOfPosTransactions": 0,
"drawing": 0,
"noOfEmiChequeReturn": 0
},
{
"date": "MMM YY",
"noOfOverdrawingInTheMonth": 0,
"noOfEmiReturn": 0,
"valueOfEmiReturn": 0,
"noOfPosTransactions": 0,
"valueOfPosTransactions": 0,
"drawing": 0,
"noOfEmiChequeReturn": 0
},
{
"date": "MMM YY",
"noOfOverdrawingInTheMonth": 0,
"noOfEmiReturn": 0,
"valueOfEmiReturn": 0,
"noOfPosTransactions": 0,
"valueOfPosTransactions": 0,
"drawing": 0,
"noOfEmiChequeReturn": 0
},
{
"date": "MMM YY",
"noOfOverdrawingInTheMonth": 0,
"noOfEmiReturn": 0,
"valueOfEmiReturn": 0,
"noOfPosTransactions": 0,
"valueOfPosTransactions": 0,
"drawing": 0,
"noOfEmiChequeReturn": 0
}
],
"overDrawing": {
"totalCount": 0
},
"drawing": {
"totalCount": 0
},
"emiReturn": {
"totalAmount": 0,
"totalCount": 0
},
"emiChequeReturn": {
"totalCount": 0
},
"posTransactions": {
"totalAmount": 0,
"totalCount": 0
}
}
}
Response description
JSON Tag | Description |
---|---|
success | Process success status represented as true or false |
payload | Tag carrying the response information |
code | Unique bank identification code |
data | Tag carrying the response data of the accounts |
account | Tag carrying a specific account information |
accountId | Unique bank account identification code |
accountHolderName | Full name of the account holder |
accountHolderShortName | Short name of the account holder |
status | Current status of the account as active or inactive |
currency | Default currency of the account |
nickname | Nickname of the account holder |
accountType | Type of the account |
accountSubType | Sub-type of the account |
accountIdentifiers | Account identifiers information tag |
identificationType | Type of account identification |
identification | Unique identification details |
name | Name of the account as per identification |
servicer | Account servicer details tag |
identificationType | Type of servicer account identification |
identification | Unique servicer identification details |
statusUpdateDateTime | Effective date and time of the last update of account information |
description | Description of the account information |
openingDate | Date of opening of the bank account |
maturityDate | Date of maturity of the bank account |
firstTxnsDate | Date of the first transaction included in the response |
lastTxnsDate | Date of the last transaction included in the response |
creditAnalysis | Tag carrying information about credit analysis of the accounts |
date | Credit analysis for the month |
noOfCredit | Number of credits to the account during the mentioned time |
valueOfCredit | Value of credits to the account for the mentioned time |
noOfCashDeposits | Number of cash deposits occurred during the mentioned time |
valueOfCashDeposits | Value of cash deposits for the mentioned time |
noOfExceptionalCredits | Number of exceptional credits for the month |
valueOfExceptionalCredits | Value of exceptional credits for the month |
noOfInwardTransferFromOwnAccounts | Number of inward transfers from own accounts during the month |
valueOfInwardTransferFromOwnAccounts | Value of inward transactions from own accounts during the month |
noOfInwardTransferFromGroupAccounts | Number of inwards transfers from group accounts during the month |
valueOfInwardTransferGroupOwnAccounts | Value of inward transfers from the group accounts during the month |
noOfOutwardReturn | Number of outward returns during the month |
valueOfOutwardReturn | Value of outward returns during the month |
noOfNetCredits | Number of net credits during the month |
valueOfNetCredits | Value of net credits during the month |
noOutwardReturnPercentOfTotalCredits | Number of outward return percent of total credits during the month |
valueOutwardReturnPercentOfTotalCredits | Value of outward return percent of total credits during the month |
debitAnalysis | Tag carrying information on debit analysis of the user |
balanceReport | Tag carrying information and report of the account balances |
date | Mentioned month and year |
avgBalanceOn5th10th15th20th25thLastDayOfMonth | Average balance maintained in the bank account during the dates 5, 10, 15, 20 and 25 of the month |
avgBalanceOn4th6th7th10th15th25thOfMonth | Average balance maintained in the bank account during the dates 4, 6, 7, 10, 15, and 25 of the month |
monthendBalance | Account balances during the month end |
avgBalanceOfMonth | Average balance in the account for the mentioned month |
otherConductAnalysis | Tag carrying information on other conduct analysis |
date | Mentioned month and year |
noOfOverdrawingInTheMonth | Total number of over-withdraws for the month |
noOfEmiReturn | Total number of EMI returns for the month |
valueOfEmiReturn | Total value of EMI returned during the month |
noOfPosTransactions | Number of POS transactions occurred during the mentioned month |
valueOfPosTransactions | Total value of POS transactions occurred during the month |
drawing | Total drawings for the month |
noOfEmiChequeReturn | Total number of cheque returns for the account during the month |
incomeReport | Tag carrying information on income |
date | Income of the mentioned month and year |
categories | Tag carrying information divided into categories of income |
category | Category of the income |
value | Value of the income |
count | Total counts of the specific income category for the month |
totalIncome | Total income for the month |
noOfTxns | Total number of income transactions for the month |
expenseReport | Tag carrying information on expenses for the month |
date | Month of the expense report |
categories | Tag carrying information on categories in the expense report |
category | Name of the specific category included in the report |
value | Category expense value for the month |
count | Number of expense counts for the specified category |
totalExpense | Total expenses amount for the month |
noOfTxns | Total number of transactions occurred for expenses during the month |
creditCardReport | Tag carrying information and report on credit card analysis |
date | Month and year of the analysis |
avgOutstandingOn5th10th15th20th25thLastDayOfMonth | Average outstanding credit on 5, 10, 15, 20 and 25 of the month |
avgOutstandingOn4th6th7th10th15th25thOfMonth | Average outstanding credit on 4, 6, 7, 10, 15 and 25 of the month |
avgPercentUsageLimit | Average percentage of credit usage for the month |
totalCreditLine | Total available credit line for the month |
totalOutstanding | Total billed outstanding for the month |
loanReport | Tag carrying information and report on loan analysis |
date | Month and year of the analysis |
noOfConsumerLoans | Number of consumer loans for the month |
valueOfConsumerLoans | Value of consumer loans for the month |
noOfPrincipalPaymentConsumerLoans | Number of principal payment consumer loans for the month |
valueOfPrincipalPaymentConsumerLoans | value of principal payment consumer loans for the month |
noOfFixedTermLoans | Number of fixed term loans for the month |
valueOfFixedTermLoans | Value of fixed terms loans for the month |
noOfPrincipalPaymentFixedTermLoans | Number of principal payment fixed term loans for the month |
valueOfPrincipalPaymentFixedTermLoans | Value of principal payment fixed terms loans for the month |
noOfMortgageLoans | Number of mortgage loans for the month |
valueOfMortgageLoans | Value of mortgage loans for the month |
noOfPrincipalPaymentMortgageLoans | Number of principal payment mortgage loans for the month |
valueOfPrincipalPaymentMortgageLoans | Value of principal payment mortgage loans for the month |
noOfNoticeLoans | Number of notice loans for the month |
valueOfNoticeLoans | Value of notice loans for the month |
noOfPrincipalPaymentNoticeLoans | Number of principal payment notice loans for the month |
valueOfPrincipalPaymentNoticeLoans | Value of principal payment notice loans for the month |
noOfSyndications | Number of syndications for the month |
valueOfSyndications | Value of syndications for the month |
noOfPrincipalPaymentSyndications | Number of principal payment syndications for the month |
valueOfPrincipalPaymentSyndications | Value of principal payment syndications for the month |
totalNoOfLoans | Total number of loans active for the month |
totalValueOfLoans | Total value of loans active for the month |
totalNoOfPrincipalPayments | Total number of principal payments active for the month |
totalValueOfPrincipalPayments | Total value of principal payments active for the month |
links | Redirect link |
self | Own redirect link/URL |
meta | Meta tag |
totalPages | Response information displayed in terms of page length |
bankBalanceReport | Tag carrying information and report on bank balances |
date | Month and year of the analysis |
avgBalanceOn5th10th15th20th25thLastDayOfMonth | Average bank account balance on 5, 10, 15, 20 and 25 of the month |
avgBalanceOn4th6th7th10th15th25thOfMonth | Average bank account balance on 4, 6, 7, 10, 15 and 25 of the month |
monthendBalance | Balance available during month end |
avgBalanceOfMonth | Average balance for the month |
bankCreditAnalysis | Tag carrying information on bank credit analysis |
date | Month and year of the analysis |
noOfCredit | Number of credits for the month |
valueOfCredit | Value of credits for the month |
noOfCashDeposits | Number of cash deposits occurred during the month |
valueOfCashDeposits | Value of cash deposits occurred during the month |
noOfExceptionalCredits | Number of exceptional credits for the month |
valueOfExceptionalCredits | Value of exceptional credits for the month |
noOfInwardTransferFromOwnAccounts | Number of inward transfers from own accounts during the month |
valueOfInwardTransferFromOwnAccounts | Value of inward transactions from own accounts during the month |
noOfInwardTransferFromGroupAccounts | Number of inwards transfers from group accounts during the month |
valueOfInwardTransferGroupOwnAccounts | Value of inward transfers from the group accounts during the month |
noOfOutwardReturn | Number of outward returns during the month |
valueOfOutwardReturn | Value of outward returns during the month |
noOfNetCredits | Number of net credits during the month |
valueOfNetCredits | Value of net credits during the month |
noOutwardReturnPercentOfTotalCredits | Number of outward return percent of total credits during the month |
valueOutwardReturnPercentOfTotalCredits | Value of outward return percent of total credits during the month |
bankCreditCardReport | Tag carrying information and report on bank credit card analysis |
date | Month and year of the analysis |
avgOutstandingOn5th10th15th20th25thLastDayOfMonth | Average outstanding credit on 5, 10, 15, 20 and 25 of the month |
avgOutstandingOn4th6th7th10th15th25thOfMonth | Average outstanding credit on 4, 6, 7, 10, 15 and 25 of the month |
avgPercentUsageLimit | Average percentage of credit usage for the month |
totalCreditLine | Total available credit line for the month |
totalOutstanding | Total billed outstanding for the month |
bankExpenseReport | Tag carrying information and report on bank expense analysis |
date | Month of the expense report |
categories | Tag carrying information on categories in the expense report |
category | Name of the specific category included in the report |
value | Category expense value for the month |
count | Number of expense counts for the specified category |
totalExpense | Total expenses amount for the month |
noOfTxns | Total number of transactions occurred for expenses during the month |
bankIncomeReport | Tag carrying information and report on bank income analysis |
date | Income of the mentioned month and year |
categories | Tag carrying information divided into categories of income |
category | Category of the income |
value | Value of the income |
count | Total counts of the specific income category for the month |
totalIncome | Total income for the month |
noOfTxns | Total number of income transactions for the month |
bankLoanReport | Tag carrying information and report of bank loan analysis |
date | Month and year of the analysis |
noOfConsumerLoans | Number of consumer loans for the month |
valueOfConsumerLoans | Value of consumer loans for the month |
noOfPrincipalPaymentConsumerLoans | Number of principal payment consumer loans for the month |
valueOfPrincipalPaymentConsumerLoans | value of principal payment consumer loans for the month |
noOfFixedTermLoans | Number of fixed term loans for the month |
valueOfFixedTermLoans | Value of fixed terms loans for the month |
noOfPrincipalPaymentFixedTermLoans | Number of principal payment fixed term loans for the month |
valueOfPrincipalPaymentFixedTermLoans | Value of principal payment fixed terms loans for the month |
noOfMortgageLoans | Number of mortgage loans for the month |
valueOfMortgageLoans | Value of mortgage loans for the month |
noOfPrincipalPaymentMortgageLoans | Number of principal payment mortgage loans for the month |
valueOfPrincipalPaymentMortgageLoans | Value of principal payment mortgage loans for the month |
noOfNoticeLoans | Number of notice loans for the month |
valueOfNoticeLoans | Value of notice loans for the month |
noOfPrincipalPaymentNoticeLoans | Number of principal payment notice loans for the month |
valueOfPrincipalPaymentNoticeLoans | Value of principal payment notice loans for the month |
noOfSyndications | Number of syndications for the month |
valueOfSyndications | Value of syndications for the month |
noOfPrincipalPaymentSyndications | Number of principal payment syndications for the month |
valueOfPrincipalPaymentSyndications | Value of principal payment syndications for the month |
totalNoOfLoans | Total number of loans active for the month |
totalValueOfLoans | Total value of loans active for the month |
totalNoOfPrincipalPayments | Total number of principal payments active for the month |
totalValueOfPrincipalPayments | Total value of principal payments active for the month |
overallBalanceReport | Tag carrying information and report on overall balances |
monthlyReport | Tag carrying monthly analysis of overall balances |
date | Month and year of the analysis |
avgBalanceOn5th10th15th20th25thLastDayOfMonth | Average bank account balance on 5, 10, 15, 20 and 25 of the month |
avgBalanceOn4th6th7th10th15th25thOfMonth | Average bank account balance on 4, 6, 7, 10, 15 and 25 of the month |
monthendBalance | Balance available during month end |
avgBalanceOfMonth | Average balance for the month |
totalMonthEndBalance | Tag carrying information on total balance during month end |
totalAmount | Amount representing total balance during month end |
avgBalance | Tag carrying information on average balance |
totalAmount | Amount representing total average bank balance |
creditCardReport | Tag carrying information and report on credit card analysis |
date | Month and year of the analysis |
avgOutstandingOn5th10th15th20th25thLastDayOfMonth | Average outstanding credit on 5, 10, 15, 20 and 25 of the month |
avgOutstandingOn4th6th7th10th15th25thOfMonth | Average outstanding credit on 4, 6, 7, 10, 15 and 25 of the month |
avgPercentUsageLimit | Average percentage of credit usage for the month |
totalCreditLine | Total available credit line for the month |
totalOutstanding | Total billed outstanding for the month |
totalCreditLine | Tag carrying information on total credit line available during the month |
totalAmount | Amount representing total credit line for the month |
totalOutStanding | Tag carrying information on total outstanding for the month |
totalAmount | Amount representing total outstanding for the month |
avgPercentUsageLimit | Tag carrying information on average percentage use of available credit limit |
percentage | Percentage representing usage of average credit limit |
overallCreditsReport | Tag carrying information on overall credit analysis |
totalCount | Total count of credits |
totalAmount | Total amount in credits |
topFiveCredits | Tag carrying information on top five credits for the bank |
count | Count of credits by a party/beneficiary |
identification | Unique identification of the creditor |
amount | Credited amount |
identificationType | Identification type for creditor |
name | Name of the creditor |
cashDeposits | Tag carrying information on cash deposits during the period |
totalAmount | Total amount deposited via cash deposits |
totalCount | Number of total cash deposits occurred during the period |
exceptionalCredits | Tag carrying information on exceptional credits |
totalAmount | Total amount for exceptional credits |
totalCount | Total count of exceptional credits |
inwardTransfer | Tag carrying information on inward transfers |
totalAmount | Total amount transferred via inward transfers |
totalCount | Total count of inward transfers occurred during the period |
outwardReturn | Tag carrying information on the outward returns |
totalAmount | Total amount for the outward returns |
totalCount | Total count of the outward returns |
monthlyReport | Tag carrying information on monthly credit analysis |
date | Month and year of the analysis |
noOfCredit | Number of credits for the month |
valueOfCredit | Value of credits for the month |
noOfCashDeposits | Number of cash deposits occurred during the month |
valueOfCashDeposits | Value of cash deposits occurred during the month |
noOfExceptionalCredits | Number of exceptional credits for the month |
valueOfExceptionalCredits | Value of exceptional credits for the month |
noOfInwardTransferFromOwnAccounts | Number of inward transfers from own accounts during the month |
valueOfInwardTransferFromOwnAccounts | Value of inward transactions from own accounts during the month |
noOfInwardTransferFromGroupAccounts | Number of inwards transfers from group accounts during the month |
valueOfInwardTransferGroupOwnAccounts | Value of inward transfers from the group accounts during the month |
noOfOutwardReturn | Number of outward returns during the month |
valueOfOutwardReturn | Value of outward returns during the month |
noOfNetCredits | Number of net credits during the month |
valueOfNetCredits | Value of net credits during the month |
noOutwardReturnPercentOfTotalCredits | Number of outward return percent of total credits during the month |
valueOutwardReturnPercentOfTotalCredits | Value of outward return percent of total credits during the month |
incomeReport | Tag carrying information on income analysis |
date | Income of the mentioned month and year |
categories | Tag carrying information divided into categories of income |
category | Category of the income |
value | Value of the income |
count | Total counts of the specific income category for the month |
totalIncome | Total income for the month |
noOfTxns | Total number of income transactions for the month |
overallDebitsReport | Tag carrying information on overall debits analysis |
totalAmount | Total amount for overall debits |
totalCount | Total count of overall debits |
topFiveDebits | Tag carrying information about top five debits |
cashWithDrawls | Tag carrying information on cash withdrawals |
totalAmount | Total amount withdrawn through cash withdrawals |
totalCount | Total count of cash withdrawals |
inwardReturn | Tag carrying information on inward returns |
totalAmount | Total amount of inward returns |
totalCount | Total count of inward returns |
monthlyReport | Tag carrying information on monthly debit analysis |
date | Month and year of analysis |
noOfDebit | Total number of debits for the month |
valueOfDebit | Total value of debits for the month |
noOfCashWithdrawls | Total number of cash withdrawals for the month |
valueOfCashWithdrawls | Total value of cash withdrawals for the month |
noOfInwardReturn | Total number of inward returns for the month |
valueOfInwardReturn | Total value of inward returns for the month |
noOfNetDebits | Total number of net debits for the month |
valueOfNetDebits | Total value of net debits for the month |
noInwardReturnPercentOfTotalCredits | Total number of inward return percent of the total credits |
valueInwardReturnPercentOfTotalCredits | Total value of inward return percent of the total credits |
expenseReport | Tag carrying information on expense analysis |
date | Month of the expense report |
categories | Tag carrying information on categories in the expense report |
category | Name of the specific category included in the report |
value | Category expense value for the month |
count | Number of expense counts for the specified category |
totalExpense | Total expenses amount for the month |
noOfTxns | Total number of transactions occurred for expenses during the month |
overAllLoanReport | Tag carrying information on overall loan analysis |
monthlyReport | Tag carrying information on monthly basis |
date | Mentioned month and year |
avgBalanceOn5th10th15th20th25thLastDayOfMonth | Average balance maintained in the bank account during the dates 5, 10, 15, 20 and 25 of the month |
avgBalanceOn4th6th7th10th15th25thOfMonth | Average balance maintained in the bank account during the dates 4, 6, 7, 10, 15, and 25 of the month |
monthendBalance | Account balances during the month end |
avgBalanceOfMonth | Average balance in the account for the mentioned month |
totalMonthEndBalance | Tag carrying information on total balance during the month end |
totalAmount | Total amount representing the total month end balance |
avgBalance | Tag carrying information on average balance for the month |
totalAmount | Amount representing the average balance for the month |
overAllOtherConductReport | Tag carrying information on overall other conduct analysis |
monthlyReport | Tag carrying information on a monthly basis |
date | Month and year of analysis |
noOfOverdrawingInTheMonth | Total number of over-withdraws for the month |
noOfEmiReturn | Total number of EMI returns for the month |
valueOfEmiReturn | Total value of EMI returned during the month |
noOfPosTransactions | Number of POS transactions occurred during the mentioned month |
valueOfPosTransactions | Total value of POS transactions occurred during the month |
drawing | Total drawings for the month |
noOfEmiChequeReturn | Total number of cheque returns for the account during the month |
overDrawing | Tag carrying information on over-drawings |
totalCount | Total count of over-drawing |
drawing | Tag carrying information on drawing |
totalCount | Total count of drawing |
emiReturn | Tag carrying information on EMI return |
totalAmount | Total amount of the EMI returns |
totalCount | Total count of the EMI returns |
emiChequeReturn | Tag carrying information on EMI cheque returns |
totalCount | Total count of EMI cheque returns |
posTransactions | Tag carrying information on POS transactions |
totalAmount | Total amount of POS transactions |
totalCount | Total count of POS transactions |
Updated 6 months ago