....
This commit is contained in:
@@ -362,8 +362,8 @@ object FinancialAnalyzer {
|
||||
val isDebtSafe = fs.debtRatio < 200.0 // 부채비율 200% 미만
|
||||
val isLiquiditySafe = fs.quickRatio > 80.0 // 당좌비율 80% 이상
|
||||
val isNotDeficit = fs.isNetIncomePositive // 당기순이익은 일단 흑자여야 함
|
||||
//&& isNotDeficit
|
||||
return isDebtSafe && isLiquiditySafe
|
||||
|
||||
return isDebtSafe && isLiquiditySafe && isNotDeficit
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user