|
#
|
{{ 'NAME' | translate }}
|
{{ 'CODE' | translate }}
|
{{ 'AMOUNT' | translate }}
|
{{ 'INTEREST_RATE' | translate }}
|
{{ 'DURATION_MONTH' | translate }}
|
|---|---|---|---|---|---|
|
{{ i + 1}}
|
{{term_deposit_product.name | uppercase}} | {{term_deposit_product.code}} |
{{ (term_deposit_product.amountMin | cbsNumberFormat) + ' - ' + (term_deposit_product.amountMax | cbsNumberFormat) }}
|
{{ term_deposit_product.interestRateMin + '% - ' + term_deposit_product.interestRateMax + '%' }}
|
{{ term_deposit_product.termAgreementMin + ' - ' + term_deposit_product.termAgreementMax }}
|
(termDepositProducts | async)?.size">