analyser_hj3415 2.6.6__tar.gz → 2.6.8__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/PKG-INFO +2 -2
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/analyser_hj3415/analysers/eval.py +2 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/analyser_hj3415/analysers/score.py +1 -14
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/analyser_hj3415/myredis.py +0 -1
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/pyproject.toml +2 -2
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/.DS_Store +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/.gitattributes +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/.gitignore +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/.idea/.gitignore +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/.idea/analyser-hj3415.iml +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/.idea/inspectionProfiles/profiles_settings.xml +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/.idea/misc.xml +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/.idea/modules.xml +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/.idea/vcs.xml +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/LICENSE +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/README.md +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/analyser_hj3415/.DS_Store +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/analyser_hj3415/__init__.py +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/analyser_hj3415/analysers/report.py +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/analyser_hj3415/cli.py +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/analyser_hj3415/tools.py +0 -0
- {analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/analyser_hj3415/trash.py +0 -0
@@ -1,12 +1,12 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: analyser_hj3415
|
3
|
-
Version: 2.6.
|
3
|
+
Version: 2.6.8
|
4
4
|
Summary: Stock analyser and database processing programs
|
5
5
|
Author-email: Hyungjin Kim <hj3415@gmail.com>
|
6
6
|
Description-Content-Type: text/markdown
|
7
7
|
Classifier: License :: OSI Approved :: MIT License
|
8
8
|
Requires-Dist: utils-hj3415>=2.8.0
|
9
|
-
Requires-Dist: db-hj3415>=3.
|
9
|
+
Requires-Dist: db-hj3415>=3.8.1
|
10
10
|
Project-URL: Home, https://www.hyungjin.kr
|
11
11
|
|
12
12
|
### analyser-hj3415
|
@@ -171,6 +171,7 @@ def blue(code: str) -> dict:
|
|
171
171
|
logger.debug(f'유동비율 {유동비율} / [{d1}]')
|
172
172
|
|
173
173
|
c104y = myredis.C104(code, 'c104y')
|
174
|
+
c106q_재고자산회전율 = myredis.C106.make_like_c106(code, 'c104q', '재고자산회전율')
|
174
175
|
_, dict이자보상배율y = c104y.find_without_yoy('이자보상배율')
|
175
176
|
_, dict순운전자본회전율y = c104y.find_without_yoy('순운전자본회전율')
|
176
177
|
_, dict재고자산회전율y = c104y.find_without_yoy('재고자산회전율')
|
@@ -201,6 +202,7 @@ def blue(code: str) -> dict:
|
|
201
202
|
'이자보상배율': (이자보상배율q, dict이자보상배율y),
|
202
203
|
'순운전자본회전율': (순운전자본회전율q, dict순운전자본회전율y),
|
203
204
|
'재고자산회전율': (재고자산회전율q, dict재고자산회전율y),
|
205
|
+
'c106q_재고자산회전율': c106q_재고자산회전율,
|
204
206
|
'순부채비율': (순부채비율q, dict순부채비율y),
|
205
207
|
'date': tools.set_data(d1, d6, d7, d8, d9), # ''값을 제거하고 리스트로 바꾼다.
|
206
208
|
}
|
@@ -171,20 +171,6 @@ def blue(code: str) -> Tuple[int, int, int, int, int]:
|
|
171
171
|
tuple : 유동비율, 이자보상배율, 순부채비율, 순운전자본회전율, 재고자산회전율 평가 포인트
|
172
172
|
|
173
173
|
Notes:
|
174
|
-
<유동비율>
|
175
|
-
100미만이면 주의하나 현금흐름창출력이 좋으면 괜찮을수 있다.
|
176
|
-
만약 100%이하면 유동자산에 추정영업현금흐름을 더해서 다시계산해보아 기회를 준다.
|
177
|
-
<이자보상배율>
|
178
|
-
이자보상배율 영업이익/이자비용으로 1이면 자금사정빡빡 5이상이면 양호
|
179
|
-
<순운전자금회전율>
|
180
|
-
순운전자금 => 기업활동을 하기 위해 필요한 자금 (매출채권 + 재고자산 - 매입채무)
|
181
|
-
순운전자본회전율은 매출액/순운전자본으로 일정비율이 유지되는것이 좋으며 너무 작아지면 순운전자본이 많아졌다는 의미로 재고나 외상이 쌓인다는 뜻
|
182
|
-
<재고자산회전율>
|
183
|
-
재고자산회전율은 매출액/재고자산으로 회전율이 낮을수록 재고가 많다는 이야기이므로 불리 전년도등과 비교해서 큰차이 발생하면 알람.
|
184
|
-
재고자산회전율이 작아지면 재고가 쌓인다는뜻
|
185
|
-
<순부채비율>
|
186
|
-
부채비율은 업종마다 달라 일괄비교 어려우나 순부채 비율이 20%이하인것이 좋고 꾸준히 늘어나지 않는것이 좋다.
|
187
|
-
순부채 비율이 30%이상이면 좋치 않다.
|
188
174
|
"""
|
189
175
|
def _calc_point_with_std(data: dict) -> int:
|
190
176
|
"""표준편차를 통해 점수를 계산하는 내부 함수
|
@@ -285,6 +271,7 @@ def blue(code: str) -> Tuple[int, int, int, int, int]:
|
|
285
271
|
# 재고자산회전율이 작아지면 재고가 쌓인다는뜻
|
286
272
|
_, dict_y = 재고자산회전율
|
287
273
|
p = _calc_point_with_std(data=dict_y)
|
274
|
+
# 라이벌기업과 비교점수 추가
|
288
275
|
logger.debug(f'재고자산회전율평가 point : {p}')
|
289
276
|
return p
|
290
277
|
|
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "analyser_hj3415"
|
7
|
-
version = "2.6.
|
7
|
+
version = "2.6.8"
|
8
8
|
authors = [{name = "Hyungjin Kim", email = "hj3415@gmail.com"}]
|
9
9
|
description = "Stock analyser and database processing programs"
|
10
10
|
readme = "README.md"
|
@@ -12,7 +12,7 @@ license = {file = "LICENSE"}
|
|
12
12
|
classifiers = ["License :: OSI Approved :: MIT License"]
|
13
13
|
dependencies = [
|
14
14
|
"utils-hj3415>=2.8.0",
|
15
|
-
"db-hj3415>=3.
|
15
|
+
"db-hj3415>=3.8.1",
|
16
16
|
]
|
17
17
|
|
18
18
|
[project.scripts]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{analyser_hj3415-2.6.6 → analyser_hj3415-2.6.8}/.idea/inspectionProfiles/profiles_settings.xml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|