time-deposits
Operations addressed under /time-deposits — 4 operations.
get-interest-accrual-amount-by-account-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as InterestAccrualAmountDto.
| Field | Declared type | Nullable |
|---|---|---|
AccountProductId | Guid | no |
CurrencyId | int? | yes |
InterestRate | decimal | no |
AccrualDate | DateOnly | no |
AccruedDays | int | no |
GrossAmount | decimal | no |
TaxAmount | decimal | no |
NetAmount | decimal | no |
TaxList | List<CalculatedTaxDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_TMDPST_12 | 400 | NO_ACCOUNT_DETAIL_FOUND_FOR_MATURITY_END |
ERR_TMDPST_6 | 400 | ACCOUNT_NOT_FOUND |
path Parameters
accountIdquery Parameters
accrualDateavailableBalanceinterestRateget-interest-accrual-amount-by-account-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
accountProductIdaccrualDateaccruedDayscurrencyIdgrossAmountinterestRatenetAmounttaxAmountget-interest-break-amount-by-account-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as InterestBreakAmountDto.
| Field | Declared type | Nullable |
|---|---|---|
StartDate | DateOnly | no |
EndDate | DateOnly | no |
Principal | decimal? | yes |
AfterPenaltyAmount | decimal? | yes |
NetPeriod | int? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_TMDPST_8 | 400 | NO_ACCOUNT_DETAIL_FOUND_FOR_REQUESTED_ACCOUNT |
ERR_TMDPST_9 | 400 | NO_VALID_ACCOUNT_DETAIL_FOUND_FOR_REQUESTED_ACCOUNT |
path Parameters
accountIdget-interest-break-amount-by-account-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
afterPenaltyAmountendDatenetPeriodprincipalstartDateget-interest-amount-by-account-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as InterestAmountDto.
| Field | Declared type | Nullable |
|---|---|---|
Principal | decimal | no |
GrossReturn | decimal | no |
Tax | decimal | no |
NetReturn | decimal | no |
EndOfMaturityTotal | decimal | no |
MaturityDate | DateOnly | no |
StartDate | DateOnly | no |
MaturityPeriod | int | no |
ContributionRate | decimal? | yes |
AccountProductContributionId | Guid? | yes |
RenewalDetail | RenewalDetailDto | no |
TaxList | List<CalculatedTaxDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_TMDPST_11 | 400 | NO_PRODUCT_CONTRIBUTION_FOUND_FOR_ACCOUNT_BALANCE |
ERR_TMDPST_12 | 400 | NO_ACCOUNT_DETAIL_FOUND_FOR_MATURITY_END |
path Parameters
accountIdquery Parameters
availableBalanceinterestRateget-interest-amount-by-account-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-interest-amount-by-product-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as InterestAmountDto.
| Field | Declared type | Nullable |
|---|---|---|
Principal | decimal | no |
GrossReturn | decimal | no |
Tax | decimal | no |
NetReturn | decimal | no |
EndOfMaturityTotal | decimal | no |
MaturityDate | DateOnly | no |
StartDate | DateOnly | no |
MaturityPeriod | int | no |
ContributionRate | decimal? | yes |
AccountProductContributionId | Guid? | yes |
RenewalDetail | RenewalDetailDto | no |
TaxList | List<CalculatedTaxDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_TMDPST_14 | 400 | MUST_BE_MATURITY_PERIOD_OR_MATURITY_END_DATE_FOR_REQUESTED_AMOUNT |
ERR_TMDPST_15 | 400 | NO_PRODUCT_CONTRIBUTION_FOUND_FOR_REQUESTED_MATURITY |
ERR_TMDPST_4 | 400 | NO_PRODUCT_CONTRIBUTION_FOUND_FOR_REQUESTED_AMOUNT |
path Parameters
accountProductIdquery Parameters
amountcontributionRatematurityEndDatematurityPeriodget-interest-amount-by-product-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
contributionRateendOfMaturityTotalgrossReturnmaturityDatematurityPeriodnetReturnprincipalstartDatetax