\n {!!formattedDownPaymentPercentage && (\n
\n
{t('downPayment', { ns: 'finance' })}
\n
\n {t('currency', { ns: 'currency', price: numberSeparator(downPayment!) })} (\n {formattedDownPaymentPercentage}%)\n
\n
\n )}\n {residual !== undefined && residual > 0 && (\n
\n
{t('residual', { ns: 'finance' })}
\n
\n {t('currency', {\n ns: 'currency',\n price: numberSeparator(residual * vehiclePrice),\n })}{' '}\n ({residualFormatted}%)\n
\n
\n )}\n\n {!!duration && (\n
\n
{t('duration', { ns: 'finance' })}
\n
\n {duration} {t('monthsUnit', { ns: 'finance' })}\n
\n
\n )}\n\n
\n
{t('interest', { ns: 'finance' })}
\n
{formattedInterest}%
\n
\n
\n
{t('effectiveInterest', { ns: 'finance' })}
\n
{formattedEffectiveInterest}%
\n
\n
\n
{t('setupFee', { ns: 'finance' })}
\n
\n {t('currency', { ns: 'currency', price: numberSeparator(setupFee) })}\n
\n
\n {registrationFee !== undefined && registrationFee !== null && (\n
\n
{t('registrationFee', { ns: 'finance' })}
\n
\n {t('currency', { ns: 'currency', price: numberSeparator(registrationFee) })}\n
\n
\n )}\n
\n
{t('administrationFee', { ns: 'finance' })}
\n\n
\n {t('monthlyCost', { ns: 'currency', price: numberSeparator(administrationFee) })}\n
\n
\n
\n
{t('totalCreditCost', { ns: 'finance' })}
\n
\n {t('currency', { ns: 'currency', price: numberSeparator(totalCreditCost) })}\n
\n
\n\n {!!financialInstitutionCtaUrl && !!financialInstitutionCtaName && (\n
\n )}\n