贷款参数设置

¥
¥
{{ inputDownPaymentError }}
贷款金额:{{ formatCurrency(optimizedLoanAmount) }} (无万位取整) (取整万,差额入首付) (公积金整万,差额归商贷)
¥
{{ inputDownPaymentError }}
组合分配比例(商:公):
{{ combinedCommercialPart }} : {{ 10 - combinedCommercialPart }}
商贷:
{{ formatCurrency(commercialAllocatedAmount) }}
公积金:
{{ formatCurrency(providentAllocatedAmount) }}
公积金整万,差额归商贷
公积金贷款金额:
{{ providentLoanAmountInputError }}
公积金最大可贷:
{{ Math.floor((housePrice - downPaymentAmount) / 10000) }}万
商业贷款:
{{ formatCurrency(commercialAllocatedAmount) }}
差额由商贷吸收
{{ formatCurrency(downPaymentAmount) }}
{{ downPaymentPercent.toFixed(2) }}%
0% 20% 40% 60% 80% 100%
贷款金额已优化
原始贷款金额:{{ formatCurrency(originalLoanAmount) }}
{{ loanType === 'provident' ? '差额加入首付,公积金保持整万' : '差额由商贷吸收,公积金保持整万' }}
首付金额
{{ formatCurrency(loanType === 'commercial' ? downPaymentAmount : optimizedDownPayment) }}
{{ (Math.round(optimizedDownPayment / housePrice * 10000) / 100).toFixed(2) }}% 首付比例
贷款金额
{{ formatCurrency(optimizedLoanAmount) }}
{{ loanType === 'commercial' ? '无万位取整' : (loanType === 'provident' ? '差额加入首付' : '差额由商贷吸收') }}
公积金取整万
%
%

计算结果 仅供参考,以实际为准

月供
{{ formatCurrency(monthlyPayment) }}
{{ repaymentMethod === 'equalPrincipalInterest' ? '每月相同' : '首月金额' }}
总利息
{{ formatCurrency(totalInterest) }}
贷款总成本
还款总额
{{ formatCurrency(totalPayment) }}
本金 + 利息
{{ repaymentMethod === 'equalPrincipalInterest' ? '月供不变' : '每月递减' }}
{{ repaymentMethod === 'equalPrincipalInterest' ? '0' : formatCurrency(monthlyDecrease) }}
{{ repaymentMethod === 'equalPrincipalInterest' ? '每月还款相同' : '等额本金递减额' }}
{{ displayYears }}年
控制本金与利息占比显示年数
前{{ displayYears }}年本金占比
已还本金 {{ principalRatioByYears.paid.toLocaleString("en-US",{minimumFractionDigits:2,maximumFractionDigits:2}) }} / 本金总额 {{ principalRatioByYears.total.toLocaleString("en-US",{minimumFractionDigits:2,maximumFractionDigits:2}) }} ({{ principalRatioByYears.percent.toFixed(2) }}%)
前{{ displayYears }}年利息占比
已还利息 {{ interestRatioByYears.paid.toLocaleString("en-US",{minimumFractionDigits:2,maximumFractionDigits:2}) }} / 利息总额 {{ interestRatioByYears.total.toLocaleString("en-US",{minimumFractionDigits:2,maximumFractionDigits:2}) }} ({{ interestRatioByYears.percent.toFixed(2) }}%)
期数:
/ {{ totalMonths }} 期
选择要查看的期数,支持“本期/累计至本期”
商贷(第 {{ allocationPeriod }} 期)
本金:{{ formatCurrency(commercialMonthData.principal) }}
利息:{{ formatCurrency(commercialMonthData.interest) }}
合计:{{ formatCurrency(commercialMonthData.monthlyPayment) }}
公积金(第 {{ allocationPeriod }} 期)
本金:{{ formatCurrency(providentMonthData.principal) }}
利息:{{ formatCurrency(providentMonthData.interest) }}
合计:{{ formatCurrency(providentMonthData.monthlyPayment) }}
请输入首付金额

还款明细(前12期)

期数
月供
本金
利息
剩余本金
第{{ item.month }}期
{{ formatCurrency(item.monthlyPayment) }}
{{ formatCurrency(item.principal) }}
{{ formatCurrency(item.interest) }}
{{ formatCurrency(item.remainingPrincipal) }}