Загрузка кредитных продуктов...
{{ error }}
Подберите выгодный кредит
От {{ formatMoney(availableRanges.minAmount) }}
до {{ formatMoney(availableRanges.maxAmount) }}
{{ filters.currency }}
От {{ availableRanges.minTerm }}
до {{ availableRanges.maxTerm }} мес.
Подходящие продукты:
{{ filteredLoanProducts.length }}
Подходящие продукты: 0
По вашему запросу ничего не найдено
Но вы можете рассмотреть потребительский кредит в качестве альтернативы. Попробуйте изменить параметры кредита.{{ loanProduct.product_name }}
{{ loanProduct.description }}
Программа:
Вариант условий:
{{ formatMoney(getMonthlyPayment(loanProduct)) }} {{ getCardCondition(loanProduct).currency }}
Ежемесячный платеж+{{ formatMoney(getOverpayment(loanProduct)) }} {{ getCardCondition(loanProduct).currency }}
Переплата за срок{{ formatMoney(getProductMaxAmountByClientType(loanProduct, 'Новый клиент', getCardCondition(loanProduct).currency)) }} {{ getCardCondition(loanProduct).currency }}
Макс. лимит (новый клиент){{ formatMoney(getProductMaxAmountByClientType(loanProduct, 'Повторный клиент', getCardCondition(loanProduct).currency)) }} {{ getCardCondition(loanProduct).currency }}
Макс. лимит (повторный клиент)
Сумма:
{{ formatMoney(getCardCondition(loanProduct).minAmount) }}
–
{{ formatMoney(getCardCondition(loanProduct).maxAmount) }}
{{ getCardCondition(loanProduct).currency }}
Срок:
{{ getCardCondition(loanProduct).minTerm }}
–
{{ getCardCondition(loanProduct).maxTerm }}
мес.
Программа: {{ getCardCondition(loanProduct).purposeOption }}
Предоплата:
{{ getCardCondition(loanProduct).downPayment }}%
—
{{ formatMoney(getDownPaymentAmount(loanProduct)) }}
{{ getCardCondition(loanProduct).currency }}
Обеспечение: {{ getCardCondition(loanProduct).collaterals.join(', ') }}