PaginationDtoDepotATermeDto
Represents paginated results.
content object[]
The list of items in the current page.
The unique identifier of the term deposit.
123456The associated subscription account.
ABCD1234The associated bank code.
001The term deposit account.
XYZ987The currency of the deposit.
EURThe type of the term deposit.
StandardIndicates if the deposit is indexed.
trueIndicates if the deposit is pledged.
falseThe status code of the deposit.
ACTIVECurrency label.
EuroPeriodicity label of the deposit.
MonthlyRenewal mode label.
AutomaticThe subscription account ID.
10001The interest payment account ID.
20002The deposit account ID.
30003Version of the deposit.
1The amount of the term deposit.
100000Formatted amount of the term deposit.
100,000.00 EURThe interest rate of the term deposit.
2.5The origin of the funds.
InternalThe execution date of the deposit.
2025-01-01The effect date of the deposit.
2025-01-02The maturity date of the deposit.
2025-12-31Periodicity of the deposit.
AnnuallyIndicates if interest is prepaid.
falseIndicates if the deposit is capitalized.
trueIndicates if withholding tax is exempted.
falseNumber of days associated with the deposit.
365Renewal mode of the deposit.
AutomaticThe gross annual yield rate of the deposit.
3.5The account where interest will be paid.
ABC123The status of the term deposit.
ACTIVEThe number of the term deposit.
987654The type label of the term deposit.
Term DepositThe agency associated with the deposit.
Agency AThe type of interest applied to the deposit.
FixedThe label of the interest type.
Fixed RateThe duration of the deposit in months.
24The root of the account.
DEPOSIT-123The maximum allowed deposit amount.
1000000The minimum allowed deposit amount.
1000The start date of the deposit.
2025-01-01The end date of the deposit.
2025-12-31The amount of interest.
500The deposit rate for the term deposit.
2.5Formatted interest amount.
500.00 EURFormatted deposit rate.
2.5%Indicates if an advance is allowed on the deposit.
falseThe amount of the allowed advance.
20000The 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": [
{
"id": "123456",
"subscriptionAccount": "ABCD1234",
"associatedBankCode": "001",
"depositAccount": "XYZ987",
"currency": "EUR",
"type": "Standard",
"indexed": true,
"pledged": "false",
"statusCode": "ACTIVE",
"currencyLabel": "Euro",
"periodicityLabel": "Monthly",
"renewalModeLabel": "Automatic",
"subscriptionAccountId": 10001,
"interestPaymentAccountId": 20002,
"depositAccountId": 30003,
"version": 1,
"depositAmount": 100000,
"depositAmountFormatted": "100,000.00 EUR",
"interestRate": 2.5,
"fundOrigin": "Internal",
"executionDate": "2025-01-01",
"effectDate": "2025-01-02",
"maturityDate": "2025-12-31",
"periodicity": "Annually",
"prepaidInterest": false,
"capitalization": true,
"exemptFromWithholdingTax": false,
"daysCount": 365,
"renewalMode": "Automatic",
"grossAnnualYieldRate": 3.5,
"interestPaymentAccount": "ABC123",
"status": "ACTIVE",
"number": "987654",
"typeLabel": "Term Deposit",
"agency": "Agency A",
"interestType": "Fixed",
"interestTypeLabel": "Fixed Rate",
"durationInMonths": "24",
"root": "DEPOSIT-123",
"maxAmount": 1000000,
"minAmount": 1000,
"startDate": "2025-01-01",
"endDate": "2025-12-31",
"interestAmount": 500,
"depositRate": 2.5,
"interestAmountFormatted": "500.00 EUR",
"rateFormatted": "2.5%",
"advance": false,
"advanceAmount": 20000
}
],
"totalElements": 100,
"totalPages": 10,
"number": 0,
"size": 10
}