{{ t('individual.new_request') }}
{{ t('individual.verdict') }}
{{ tVerdict(resultInd.viability) }}
Folio (UUID)
{{ resultInd.uuid }}
{{ t('individual.ai_estimated') }} {{ t('individual.ai_tooltip') }}
${{ formatCurrency(resultInd.estimated_expense_ai) }}
{{ resultInd.message }}
{{ t('individual.available') }} {{ t('individual.available_tooltip') }}
${{ formatCurrency(resultInd.payment_capacity) }}
{{ t('individual.borderline_warning') }}
{{ t('individual.autonomy_label') }} {{ ((resultInd.autonomy_ratio ?? 1.0) * 100).toFixed(0) }}%
{{ t('individual.configurable_flags') }}
{{ flag.description }}
{{ t('individual.income_analysis') }}
${{ formatCurrency(resultInd.income_analysis.declared) }}
${{ formatCurrency(resultInd.income_analysis.predicted) }}
{{ t('individual.income_difference') }}
{{ resultInd.income_analysis.difference_pct }}%
{{ t('individual.shap_title') }}
{{ t('individual.welcome_title') }}
{{ t('individual.welcome_message') }}
{{ t('batch.upload_csv') }}
{{ file ? file.name : '' }}
{{ t('batch.total') }}
{{ resultBatch.total_processed }}
{{ t('batch.viable') }}
{{ resultBatch.summary.viable }}
{{ t('batch.risk') }}
{{ resultBatch.summary.risk }}
{{ t('batch.rejected') }}
{{ resultBatch.summary.rejected }}
{{ t('batch.risk_map') }}
{{ t('batch.verdict_distribution') }}
{{ t('batch.payment_capacity_education') }}
{{ t('batch.expense_distribution') }}
|
{{ t('batch.uuid') }}
{{ sortOrder === 1 ?
'↑' : '↓' }}
|
{{ t('batch.name') }}
{{
sortOrder === 1 ? '↑' : '↓' }}
|
{{ t('batch.income') }}
{{ sortOrder === 1
? '↑' : '↓' }}
|
{{ t('batch.expense') }}
{{ sortOrder === 1 ?
'↑' : '↓' }}
|
{{ t('batch.address') }} |
{{ t('batch.status') }}
{{ sortOrder ===
1 ? '↑' : '↓' }}
|
|---|---|---|---|---|---|
| {{ row.uuid.substring(0,8) }}... | {{ row.full_name }} | ${{ formatCurrency(row.income) }} | ${{ formatCurrency(row.expense) }} | {{ row.address_street }} {{ row.address_num_int && row.address_num_int !== 'nan' && row.address_num_int !== null ? '#' + row.address_num_int + '-' : '#' }} {{ row.address_num_ext }}, {{ row.address_neighborhood }} | {{ tVerdict(row.verdict) }} |
{{ t('history.title') }}
{{ audit.full_name }}
{{ formatDate(audit.timestamp) }}
{{ t('history.income') }}
${{ formatCurrency(audit.income) }}
|
{{ t('history.date') }}
{{ sortOrder === 1 ? '↓' : '↑' }}
|
{{ t('history.name') }}
{{ sortOrder === 1 ? '↓' : '↑' }}
|
{{ t('history.income') }}
{{ sortOrder === 1 ? '↓' : '↑' }}
|
{{ t('history.verdict') }}
{{ sortOrder === 1 ? '↓' : '↑' }}
|
|
|---|---|---|---|---|
| {{ formatDate(audit.timestamp) }} | {{ audit.full_name }} | ${{ formatCurrency(audit.income) }} | {{ tVerdict(audit.verdict) }} |
|
| {{ t('history.empty') }} | ||||