siat 3.6.1__py3-none-any.whl → 3.6.6__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.
- siat/capm_beta2.py +40 -43
- siat/grafix.py +249 -26
- siat/risk_adjusted_return2.py +79 -88
- siat/security_trend2.py +21 -21
- siat/stock.py +41 -48
- siat/valuation.py +14 -15
- {siat-3.6.1.dist-info → siat-3.6.6.dist-info}/METADATA +1 -1
- {siat-3.6.1.dist-info → siat-3.6.6.dist-info}/RECORD +11 -11
- {siat-3.6.1.dist-info → siat-3.6.6.dist-info}/LICENSE +0 -0
- {siat-3.6.1.dist-info → siat-3.6.6.dist-info}/WHEEL +0 -0
- {siat-3.6.1.dist-info → siat-3.6.6.dist-info}/top_level.txt +0 -0
siat/valuation.py
CHANGED
@@ -942,8 +942,8 @@ def security_valuation(tickers,indicators,start,end, \
|
|
942
942
|
preprocess='none',scaling_option='start', \
|
943
943
|
twinx=False,loc1='best',loc2='best', \
|
944
944
|
graph=True,facecolor='whitesmoke', \
|
945
|
-
|
946
|
-
|
945
|
+
attention_value='',attention_value_area='', \
|
946
|
+
attention_point='',attention_point_area='', \
|
947
947
|
annotate=False,annotate_value=False, \
|
948
948
|
mark_top=False,mark_bottom=False,mark_end=False):
|
949
949
|
"""
|
@@ -1004,9 +1004,9 @@ def security_valuation(tickers,indicators,start,end, \
|
|
1004
1004
|
axhline_value=0,axhline_label='', \
|
1005
1005
|
title_txt=titletxt,data_label=False, \
|
1006
1006
|
resample_freq='D',loc=loc1,facecolor=facecolor, \
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1007
|
+
attention_value=attention_value,attention_value_area=attention_value_area, \
|
1008
|
+
attention_point=attention_point,attention_point_area=attention_point_area, \
|
1009
|
+
annotate=annotate,annotate_value=annotate_value, \
|
1010
1010
|
mark_top=mark_top,mark_bottom=mark_bottom,mark_end=mark_end)
|
1011
1011
|
|
1012
1012
|
return df
|
@@ -1043,9 +1043,9 @@ def security_valuation(tickers,indicators,start,end, \
|
|
1043
1043
|
twinx=twinx, \
|
1044
1044
|
resample_freq='D',loc1=loc1,loc2=loc2, \
|
1045
1045
|
color1='red',color2='blue',facecolor=facecolor, \
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1046
|
+
yline=attention_value,attention_value_area=attention_value_area, \
|
1047
|
+
xline=attention_point,attention_point_area=attention_point_area, \
|
1048
|
+
)
|
1049
1049
|
|
1050
1050
|
return df
|
1051
1051
|
|
@@ -1084,8 +1084,8 @@ def security_valuation(tickers,indicators,start,end, \
|
|
1084
1084
|
twinx=twinx, \
|
1085
1085
|
resample_freq='D',loc1=loc1,loc2=loc2, \
|
1086
1086
|
color1='red',color2='blue',facecolor=facecolor, \
|
1087
|
-
|
1088
|
-
|
1087
|
+
yline=attention_value,attention_value_area=attention_value_area, \
|
1088
|
+
xline=attention_point,attention_point_area=attention_point_area, \
|
1089
1089
|
)
|
1090
1090
|
|
1091
1091
|
return df
|
@@ -1122,8 +1122,8 @@ def security_valuation(tickers,indicators,start,end, \
|
|
1122
1122
|
annotate=annotate,annotate_value=annotate_value, \
|
1123
1123
|
plus_sign=plus_sign, \
|
1124
1124
|
facecolor=facecolor, \
|
1125
|
-
|
1126
|
-
|
1125
|
+
attention_value=attention_value,attention_value_area=attention_value_area, \
|
1126
|
+
attention_point=attention_point,attention_point_area=attention_point_area, \
|
1127
1127
|
mark_top=mark_top,mark_bottom=mark_bottom,mark_end=mark_end)
|
1128
1128
|
|
1129
1129
|
return df
|
@@ -1168,9 +1168,8 @@ def security_valuation(tickers,indicators,start,end, \
|
|
1168
1168
|
resample_freq='D',loc=loc1,plus_sign=plus_sign, \
|
1169
1169
|
annotate=annotate,annotate_value=annotate_value, \
|
1170
1170
|
facecolor=facecolor, \
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1171
|
+
attention_value=attention_value,attention_value_area=attention_value_area, \
|
1172
|
+
attention_point=attention_point,attention_point_area=attention_point_area, \
|
1174
1173
|
mark_top=mark_top,mark_bottom=mark_bottom,mark_end=mark_end)
|
1175
1174
|
|
1176
1175
|
return df
|
@@ -15,7 +15,7 @@ siat/bond_china.py,sha256=eYv-nMoWSS5fZ4VxnuJ29QFY9GUS6meGiIc0Xjm1fQI,3038
|
|
15
15
|
siat/bond_test.py,sha256=yUOFw7ddGU-kb1rJdnsjkJWziDNgUR7OLDA7F7Ub91A,5246
|
16
16
|
siat/bond_zh_sina.py,sha256=26BohGcS120utwqg9dJvdGm5OkuNpNu5bco80uOuQpU,4423
|
17
17
|
siat/capm_beta.py,sha256=cxXdRVBQBllhbfz1LeTJAIWvyRYhW54nhtNUXv4HwS0,29063
|
18
|
-
siat/capm_beta2.py,sha256
|
18
|
+
siat/capm_beta2.py,sha256=-ZYYp1HK7SkfTR3vBKZ0QVC4Q_tbST2O4MGbX_V77J0,32031
|
19
19
|
siat/capm_beta_test.py,sha256=ImR0c5mc4hIl714XmHztdl7qg8v1E2lycKyiqnFj6qs,1745
|
20
20
|
siat/cmat_commons.py,sha256=Nj9Kf0alywaztVoMVeVVL_EZk5jRERJy8R8kBw88_Tg,38116
|
21
21
|
siat/common.py,sha256=dqvWnw2gyMVo7l2dMyhJeaJZJIyUCVcTMTXC1ryHQos,160442
|
@@ -60,7 +60,7 @@ siat/future_china.py,sha256=F-HsIf2Op8Z22RzTjet1g8COzldgnMjFNSXsAkeGyWo,17595
|
|
60
60
|
siat/future_china_test.py,sha256=BrSzmDVaOHki6rntOtosmRn-6dkfOBuLulJNqh7MOpc,1163
|
61
61
|
siat/global_index_test.py,sha256=hnFp3wqqzzL-kAP8mgxDZ54Bd5Ijf6ENi5YJlGBgcXw,2402
|
62
62
|
siat/google_authenticator.py,sha256=ZUbZR8OW0IAKDbcYtlqGqIpZdERpFor9NccFELxg9yI,1637
|
63
|
-
siat/grafix.py,sha256=
|
63
|
+
siat/grafix.py,sha256=4zxsXkN0GsygiXx7dDSV502GXPRtK__25Iv12QoJQAQ,107580
|
64
64
|
siat/grafix_test.py,sha256=kXvcpLgQNO7wd30g_bWljLj5UH7bIVI0_dUtXbfiKR0,3150
|
65
65
|
siat/holding_risk.py,sha256=G3wpaewAKF9CwEqRpr4khyuDu9SU2EGyQUHdk7cmHOA,30693
|
66
66
|
siat/holding_risk_test.py,sha256=FRlw_9wFG98BYcg_cSj95HX5WZ1TvkGaOUdXD7-V86s,474
|
@@ -88,7 +88,7 @@ siat/option_sina_api_test.py,sha256=dn-k_wrQnAaNKHoROvWJEc7lqlU0bwiV2Aa4usWAFGM,
|
|
88
88
|
siat/proxy_test.py,sha256=erQJrmGs2X46z8Gb1h-7GYQ0rTUcaR8dxHExWoBz2eM,2610
|
89
89
|
siat/quandl_test.py,sha256=EcPoXnLuqzPl5dKyVEZi3j3PJZFpsnU_iNPhLWC9p-A,1552
|
90
90
|
siat/risk_adjusted_return.py,sha256=oRUOagpQlGB56R1xIHZoYwAi42RqcZl0R-JCVBCKVe0,55086
|
91
|
-
siat/risk_adjusted_return2.py,sha256=
|
91
|
+
siat/risk_adjusted_return2.py,sha256=59YDzhbvr8PRRzb1Ew_8fuGqV4lEitm6itpk54xEb48,84335
|
92
92
|
siat/risk_adjusted_return_test.py,sha256=m_VHL5AtT74cJv5i7taTeTfnkX48y0AFJk5phawyYWg,3416
|
93
93
|
siat/risk_evaluation.py,sha256=I6B3gty-t--AkDCO0tKF-291YfpnF-IkXcFjqNKCt9I,76286
|
94
94
|
siat/risk_evaluation_test.py,sha256=YEXM96gKzTfwN4U61AS4Rr1tV7KgUvn4rRC6f3iMw9s,3731
|
@@ -102,10 +102,10 @@ siat/security_prices.py,sha256=Zhn6pvwLy996mbBHDorbqWQdQw9RHdr9m0yzke3ya8M,10859
|
|
102
102
|
siat/security_prices_test.py,sha256=OEphoJ87NPKoNow1QA8EU_5MUYrJF-qKoWKNapVfZNI,10779
|
103
103
|
siat/security_trend.py,sha256=o0vpWdrJkmODCP94X-Bvn-w7efHhj9HpUYBHtLl55D0,17240
|
104
104
|
siat/security_trend2-20240620.py,sha256=QVnEcb7AyVbO77jVqfFsJffGXrX8pgJ9xCfoAKmWBPk,24854
|
105
|
-
siat/security_trend2.py,sha256=
|
105
|
+
siat/security_trend2.py,sha256=301cQzTM7O70IinkhQvj458WXcOo8zQwyKjM62HI5g0,29747
|
106
106
|
siat/setup.py,sha256=up65rQGLmTBkhtaMLowjoQXYmIsnycnm4g1SYmeQS6o,1335
|
107
107
|
siat/shenwan index history test.py,sha256=JCVAzOSEldHalhSFa3pqD8JI_8_djPMQOxpkuYU-Esg,1418
|
108
|
-
siat/stock.py,sha256=
|
108
|
+
siat/stock.py,sha256=hn5FfpnUWWLiy7m2c81ND0_kUXMn5kuL9qHjq7IqwLg,158594
|
109
109
|
siat/stock_advice_linear.py,sha256=-twT7IGP-NEplkL1WPSACcNJjggRB2j4mlAQCkzOAuo,31655
|
110
110
|
siat/stock_base.py,sha256=uISvbRyOGy8p9QREA96CVydgflBkn5L3OXOGKl8oanc,1312
|
111
111
|
siat/stock_china.py,sha256=zyUyghIrkkkYWlHRRP7Hoblxzfp-jrck60pTJpwMahg,91553
|
@@ -135,13 +135,13 @@ siat/translate.py,sha256=4A5uovLiv2wwfMOc71hnKpxCMp8WV6mDohkARKBdSB8,241180
|
|
135
135
|
siat/translate_20240606.py,sha256=63IyHWEU3Uz9mjwyuAX3fqY4nUMdwh0ICQAgmgPXP7Y,215121
|
136
136
|
siat/translate_241003_keep.py,sha256=un7Fqe1v35MXsja5exZgjmLzrZtt66NARZIGlyFuGGU,218747
|
137
137
|
siat/universal_test.py,sha256=CDAOffW1Rvs-TcNN5giWVvHMlch1w4dp-w5SIV9jXL0,3936
|
138
|
-
siat/valuation.py,sha256=
|
138
|
+
siat/valuation.py,sha256=o5FsEBkYGCgyEg2m9oF3_KdTzUxPIsEeJCYtsTDZ8OE,50514
|
139
139
|
siat/valuation_china.py,sha256=CVp1IwIsF3Om0J29RGkyxZLt4n9Ug-ua_RKhLwL9fUQ,69624
|
140
140
|
siat/valuation_market_china_test.py,sha256=gbJ0ioauuo4koTPH6WKUkqcXiQPafnbhU5eKJ6lpdLA,1571
|
141
141
|
siat/var_model_validation.py,sha256=R0caWnuZarrRg9939hxh3vJIIpIyPfvelYmzFNZtPbo,14910
|
142
142
|
siat/yf_name.py,sha256=7uLAcOc8XwfYDjuLqWDiUZHfdMpEbytW7E2ayNNT3f4,20069
|
143
|
-
siat-3.6.
|
144
|
-
siat-3.6.
|
145
|
-
siat-3.6.
|
146
|
-
siat-3.6.
|
147
|
-
siat-3.6.
|
143
|
+
siat-3.6.6.dist-info/LICENSE,sha256=NTEMMROY9_4U1szoKC3N2BLHcDd_o5uTgqdVH8tbApw,1071
|
144
|
+
siat-3.6.6.dist-info/METADATA,sha256=BFr_n9-q56P9IzFDo6bD84AmcsOMmdKLElMes4mtUjM,8009
|
145
|
+
siat-3.6.6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
146
|
+
siat-3.6.6.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
|
147
|
+
siat-3.6.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|