PaginationDtoClientCreditDto
Represents paginated results.
content object[]
The list of items in the current page.
Remaining capital to be paid, formatted
10,000.50Borrowed capital, formatted
15,000.00Overall credit rate, formatted
4.5%Installment with insurance, formatted
200.0Disbursement date, formatted
2023-12-01First installment date, formatted
2024-01-01Last installment date, formatted
2029-12-01Credit file number
CREDIT12345File order
1Agency code
AG123Client's unique identifier
CLIENT12345File title
Home LoanFile status
IN_PROGRESSBorrowed capital
15000Remaining capital
10000.5Total cost of the credit
25000Installment without insurance
180Number of installments
60Number of paid installments
10Number of upcoming installments
50Overall credit rate
4.5Installment with insurance
200New debt ratio
0.35Credit file fee
100Flat insurance premium
50Project cost
50000Personal contribution
10000Spouse's contribution
5000Self-financing rate of the project
0.2Loan amount
20000Deferred amount
5000Remaining interest
1500Type of loan
MortgageType of installment
MonthlyLoan duration in months
60Deferred duration in months
12Type of insurance
Life InsuranceInsurance rate
0.02Notary rate
0.01Notary and fees cost
500Disbursement date
First installment date
Last installment date
Account number
1234567890Subscriber's ID
SUBSCRIBER12345Interest periodicity
AnnualPrincipal periodicity
MonthlyStatus date
2024-01-01Outstanding amount
5000.0Penalty amount
200.0Advance amount
1000.0Charges and commissions amount
150.0Outstanding amount not formatted
5000Penalty amount not formatted
200Advance amount not formatted
1000Charges and commissions amount not formatted
150Next installment date
2024-02-01Unpaid amount
300.0Last disbursement date
2023-11-01Penalty rate
0.05Fixed rate
0.03Amortization mode
LinearCurrency
EURNext installment amount
250Credit client ID
123456Installment date
2024-01-01Outstanding loan amount
20000.0Disbursed loan amount
15000.0Start date
2023-12-01Installment periods
12Installment arrears
5Number of unpaid installments
3Remaining capital due
8000Disbursed capital
12000Amendment
500Remaining installments
48Next installment amount formatted
200.0Deferred amount formatted
1000.0Monthly Installment
1000Monthly installment formatted
200.0Disbursed capital formatted
12000.0Remaining interest formatted
1500.0Processing code
PC123State
ActiveThe total number of elements across all pages.
100The total number of pages available.
10The current page number (zero-based).
0The number of items per page.
10{
"content": [
{
"remainingCapitalFormatted": "10,000.50",
"borrowedCapitalFormatted": "15,000.00",
"overallCreditRateFormatted": "4.5%",
"installmentWithInsuranceFormatted": "200.0",
"disbursementDateFormatted": "2023-12-01",
"firstInstallmentDateFormatted": "2024-01-01",
"lastInstallmentDateFormatted": "2029-12-01",
"fileNumber": "CREDIT12345",
"order": "1",
"agencyCode": "AG123",
"identifier": "CLIENT12345",
"title": "Home Loan",
"status": "IN_PROGRESS",
"borrowedCapital": 15000,
"remainingCapital": 10000.5,
"totalCreditCost": 25000,
"installmentWithoutInsurance": 180,
"numberOfInstallments": 60,
"numberOfPaidInstallments": 10,
"numberOfUpcomingInstallments": 50,
"overallCreditRate": 4.5,
"installmentWithInsurance": 200,
"newDebtRatio": 0.35,
"creditFileFee": 100,
"flatInsurancePremium": 50,
"projectCost": 50000,
"personalContribution": 10000,
"spouseContribution": 5000,
"selfFinancingRate": 0.2,
"loanAmount": 20000,
"deferredAmount": 5000,
"remainingInterest": 1500,
"loanType": "Mortgage",
"installmentType": "Monthly",
"loanDuration": 60,
"deferredDuration": 12,
"insuranceType": "Life Insurance",
"insuranceRate": 0.02,
"notaryRate": 0.01,
"notaryAndFeeCost": 500,
"disbursementDate": "2024-07-29T15:51:28.071Z",
"firstInstallmentDate": "2024-07-29T15:51:28.071Z",
"lastInstallmentDate": "2024-07-29T15:51:28.071Z",
"accountNumber": "1234567890",
"subscriberId": "SUBSCRIBER12345",
"interestPeriodicity": "Annual",
"principalPeriodicity": "Monthly",
"statusDate": "2024-01-01",
"outstandingAmount": "5000.0",
"penaltyAmount": "200.0",
"advanceAmount": "1000.0",
"chargesAndCommissionsAmount": "150.0",
"outstandingAmountNotFormatted": 5000,
"penaltyAmountNotFormatted": 200,
"advanceAmountNotFormatted": 1000,
"chargesAndCommissionsAmountNotFormatted": 150,
"nextInstallmentDate": "2024-02-01",
"unpaidAmount": "300.0",
"lastDisbursementDate": "2023-11-01",
"penaltyRate": "0.05",
"fixedRate": "0.03",
"amortizationMode": "Linear",
"currency": "EUR",
"nextInstallmentAmount": 250,
"creditClientId": 123456,
"installmentDate": "2024-01-01",
"outstandingLoanAmount": "20000.0",
"disbursedLoan": "15000.0",
"startDate": "2023-12-01",
"installmentPeriods": "12",
"installmentArrears": "5",
"numberOfUnpaidInstallments": 3,
"remainingCapitalDue": 8000,
"disbursedCapital": 12000,
"amendment": 500,
"remainingInstallments": 48,
"nextInstallmentAmountFormatted": "200.0",
"deferredAmountFormatted": "1000.0",
"monthlyInstallment": 1000,
"monthlyInstallmentFormatted": "200.0",
"disbursedCapitalFormatted": "12000.0",
"remainingInterestFormatted": "1500.0",
"processingCode": "PC123",
"state": "Active"
}
],
"totalElements": 100,
"totalPages": 10,
"number": 0,
"size": 10
}