└ X1 (Lichiditate)
Capital de lucru / Active totale. Măsoară lichiditatea pe termen scurt.
{{ formatNumber(data.altman_zscore.x1.value, 2) }}
└ X2 (Profitabilitate)
Rezultat reportat / Active totale. Măsoară profiturile reinvestite.
{{ formatNumber(data.altman_zscore.x2.value, 2) }}
└ X3 (Eficiență)
EBIT / Active totale. Măsoară productivitatea activelor.
{{ formatNumber(data.altman_zscore.x3.value, 2) }}
└ X4 (Solvabilitate)
Capital propriu / Datorii totale. Măsoară gradul de îndatorare.
{{ formatNumber(data.altman_zscore.x4.value, 2) }}
└ Capital de Lucru
Active Curente - Datorii Curente (3xx+4xx activ+5xx) - (401,404,4xx pasiv)
{{ formatCurrency(data.altman_zscore.capital_de_lucru.value) }}
└ Active Totale
Active Imobilizate (2xx net) + Active Curente (3xx+4xx activ+5xx)
{{ formatCurrency(data.altman_zscore.active_totale.value) }}
└ Datorii Totale
Datorii Curente (401,404,4xx pasiv) + Datorii Termen Lung (16x)
{{ formatCurrency(data.altman_zscore.datorii_totale.value) }}