analyser_hj3415 4.1.1__py3-none-any.whl → 4.1.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- analyser_hj3415/analyser/eval/mil.py +4 -4
- {analyser_hj3415-4.1.1.dist-info → analyser_hj3415-4.1.2.dist-info}/METADATA +1 -1
- {analyser_hj3415-4.1.1.dist-info → analyser_hj3415-4.1.2.dist-info}/RECORD +5 -5
- {analyser_hj3415-4.1.1.dist-info → analyser_hj3415-4.1.2.dist-info}/WHEEL +0 -0
- {analyser_hj3415-4.1.1.dist-info → analyser_hj3415-4.1.2.dist-info}/entry_points.txt +0 -0
@@ -303,15 +303,15 @@ class Mil:
|
|
303
303
|
return [0,]
|
304
304
|
|
305
305
|
def _generate_data(self, refresh: bool) -> MilData:
|
306
|
-
mylogger.
|
306
|
+
mylogger.debug(f"In generate_data..refresh : {refresh}")
|
307
307
|
시가총액_억 = self.get_marketcap억(refresh)
|
308
|
-
mylogger.
|
308
|
+
mylogger.debug(f"{self} 시가총액(억) : {시가총액_억}")
|
309
309
|
|
310
310
|
d1, 주주수익률, 재무활동현금흐름 = self._calc주주수익률(시가총액_억, refresh)
|
311
|
-
mylogger.
|
311
|
+
mylogger.debug(f"{self} 주주수익률 : {주주수익률}, {d1}")
|
312
312
|
|
313
313
|
d2, 이익지표, 영업활동현금흐름, 지배주주당기순이익 = self._calc이익지표(시가총액_억, refresh)
|
314
|
-
mylogger.
|
314
|
+
mylogger.debug(f"{self} 이익지표 : {이익지표}, {d2}")
|
315
315
|
|
316
316
|
d3, roic_r, roic_dict, roe_r, roe106, roa_r = self._calc투자수익률(refresh)
|
317
317
|
d4, fcf_dict, pfcf_dict, pcr_dict = self._calc가치지표(시가총액_억, refresh)
|
@@ -5,13 +5,13 @@ analyser_hj3415/analyser/eval/__init__.py,sha256=IP1d0Q3nOCAD3zK1qxrC685MkJQfUh-
|
|
5
5
|
analyser_hj3415/analyser/eval/blue.py,sha256=p5JPwkQYoO0dsOe3VnfMV3pOWLzNsAFvLCUK56f85Xo,10782
|
6
6
|
analyser_hj3415/analyser/eval/common.py,sha256=sNXapoofShA43ww_SLjXmIjkrAr1AhAcezdaN_X_3Us,11443
|
7
7
|
analyser_hj3415/analyser/eval/growth.py,sha256=tlHxLx4u5h7bNG0T8ViJujX20QllfrSaBl-TBqFNkEs,6362
|
8
|
-
analyser_hj3415/analyser/eval/mil.py,sha256=
|
8
|
+
analyser_hj3415/analyser/eval/mil.py,sha256=aSEqlpytkI0A5_jZKOFLUbPgXc-WiKJUVDZuyI_L3fI,17147
|
9
9
|
analyser_hj3415/analyser/eval/red.py,sha256=1wbZWFBWQjnnE4uQQVE34Wfl2YXePzJ2yqKmfLxicoc,13906
|
10
10
|
analyser_hj3415/analyser/tsa/__init__.py,sha256=pg20ZQRABedTdaIoOr5t043RNKtJ7ji_WmnZrD1IhPg,147
|
11
11
|
analyser_hj3415/analyser/tsa/common.py,sha256=ZLUkifupOlLKsrPiqR3y6FaEN4M_loZhxCZXYxkX0us,1874
|
12
12
|
analyser_hj3415/analyser/tsa/lstm.py,sha256=oENuJyyo6U9MMn4UF4ZauGai51_dJisMSUNBiH8udXo,28998
|
13
13
|
analyser_hj3415/analyser/tsa/prophet.py,sha256=a8XPiikRFbqHjbDT7C3hK5RsqOp5JyAbY7lDFNQfBzM,17884
|
14
|
-
analyser_hj3415-4.1.
|
15
|
-
analyser_hj3415-4.1.
|
16
|
-
analyser_hj3415-4.1.
|
17
|
-
analyser_hj3415-4.1.
|
14
|
+
analyser_hj3415-4.1.2.dist-info/entry_points.txt,sha256=ZfjPnJuH8SzvhE9vftIPMBIofsc65IAWYOhqOC_L5ck,65
|
15
|
+
analyser_hj3415-4.1.2.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
16
|
+
analyser_hj3415-4.1.2.dist-info/METADATA,sha256=JxwlkMpOKXNToZlcgU0NL0cI8jZbl_EZMtwhnh-wy7w,6777
|
17
|
+
analyser_hj3415-4.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|