{{ $individual->first_name }} {{ $individual->last_name }}
-
Neto bogatstvo:
Net Worth
€ {{ number_format($individual->lastActiveResult->results_nda['NetWorth'], 2) }}
-
Odnos duga i imovine:
Debt to Assets Ratio
{{ number_format($individual->lastActiveResult->results_nda['DebtToAssetsRatio'] * 100, 2) }}%
-
Rang odnosa duga i imovine:
Debt to Assets Score
{{ $individual->lastActiveResult->results_nda['DebtToAssetsScore'] }}
-
Ukupan prihod:
Total Income
€ {{ number_format($individual->lastActiveResult->results_nda['Income']['total'], 2) }}
-
Osnovni troškovi:
Basic Expences
€ {{ number_format($individual->lastActiveResult->results_nda['BasicExpenses']['total'], 2) }}
-
Diskrecioni troškovi:
Discretionary expenses
€ {{ number_format($individual->lastActiveResult->results_nda['DiscretionaryExpenses']['total'], 2) }}
-
Trenutna štednja:
Current savings
€ {{ number_format($individual->lastActiveResult->results_nda['NetIncome'], 2) }}
-
Likvidna imovina:
Liquid assets
{{ number_format($individual->lastActiveResult->results_nda['G6']['breakdown'][0]['total'] + $individual->lastActiveResult->results_nda['G6']['breakdown'][1]['total'], 2) }}
-
Krizni fond:
Emergency Fund (MM allocation)
€ {{ number_format($individual->lastActiveResult->results_nda['EmergencyFund'], 2) }}
-
Ulaganje u AIF:
AIF TAX allocation
€ {{ number_format($individual->lastActiveResult->results_nda['TAX']['total'], 2) }}
-
Inicijalni investicioni potencijal:
Initial investment potential
{{ number_format($individual->lastActiveResult->results_nda['G6']['breakdown'][0]['total'] + $individual->lastActiveResult->results_nda['G6']['breakdown'][1]['total'] - $individual->lastActiveResult->results_nda['EmergencyFund'] - $individual->lastActiveResult->results_nda['TAX']['total'], 2) }}
Udeo rashoda u ukupnim prihodima
Expences-to-Total Income Ratio
-
Osnovni troškovi / Prihod:
Basic Expenses / Income
{{ number_format($individual->lastActiveResult->results_nda['PotentialForSavings']['BasicExpensesRatio'] * 100, 2) }}%
-
Diskrecioni troškovi / Prihod:
Discretionary Expenses / Income
{{ number_format($individual->lastActiveResult->results_nda['PotentialForSavings']['DiscretionaryExpensesRatio'] * 100, 2) }}%
@if ($individual->lastActiveResult->stedne_navike)
-
Trenutna stopa štednje:
Current Savings Rate
{{ number_format($individual->lastActiveResult->results_nda['PotentialForSavings']['NetIncomeRatio'] * 100, 2) }}%
-
Potencijalni iznos štednje (mesečno):
Potential savings amount (monthly)
{{-- {{ $individual->lastActiveResult->results_nda['NetIncome'] }} + ( {{ $individual->lastActiveResult->stedne_navike / 100 }} * {{ $individual->lastActiveResult->results_nda['Income']['total'] }})
--}}{{ number_format( $individual->lastActiveResult->results_nda['NetIncome'] + ($individual->lastActiveResult->stedne_navike / 100) * $individual->lastActiveResult->results_nda['Income']['total'], 2, ) }}
@endif
@if ($individual->lastActiveResult->stedne_navike == 0)
-
Trenutna stopa štednje:
Current Savings Rate
{{ number_format($individual->lastActiveResult->results_nda['PotentialForSavings']['NetIncomeRatio'] * 100, 2) }}%
-
Potencijalni iznos štednje (mesečno):
Potential savings amount (monthly)
{{-- {{ $individual->lastActiveResult->results_nda['NetIncome'] }} + ( {{ $individual->lastActiveResult->stedne_navike / 100 }} * {{ $individual->lastActiveResult->results_nda['Income']['total'] }})
--}}{{ number_format($individual->lastActiveResult->results_nda['NetIncome'], 2) }}
@endif