time-deposits
Operations addressed under /time-deposits — 3 operations.
aurax-bff-redirect-get-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
accountIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-interest-break-amount-by-account-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
aurax-bff-redirect-get-interest-amount-by-account-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
accountIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-interest-amount-by-account-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-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
accountProductIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-interest-amount-by-product-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.