siat 3.0.1__py3-none-any.whl → 3.0.3__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/assets_liquidity.py CHANGED
@@ -19,6 +19,7 @@ from siat.common import *
19
19
  from siat.translate import *
20
20
  from siat.grafix import *
21
21
  from siat.security_prices import *
22
+ from siat.security_price2 import *
22
23
  #==============================================================================
23
24
  import matplotlib.pyplot as plt
24
25
 
siat/beta_adjustment.py CHANGED
@@ -13,6 +13,7 @@ from siat.common import *
13
13
  from siat.translate import *
14
14
  from siat.grafix import *
15
15
  from siat.security_prices import *
16
+ from siat.security_price2 import *
16
17
  #==============================================================================
17
18
  import matplotlib.pyplot as plt
18
19
 
@@ -13,6 +13,7 @@ from siat.common import *
13
13
  from siat.translate import *
14
14
  from siat.grafix import *
15
15
  from siat.security_prices import *
16
+ from siat.security_price2 import *
16
17
  from siat.beta_adjustment import *
17
18
  #==============================================================================
18
19
  import matplotlib.pyplot as plt
siat/bond_china.py CHANGED
@@ -25,6 +25,7 @@ from siat.bond_base import *
25
25
  from siat.bond import *
26
26
  from siat.stock import *
27
27
  from siat.security_prices import *
28
+ from siat.security_price2 import *
28
29
  #==============================================================================
29
30
  import matplotlib.pyplot as plt
30
31
  plt.rcParams['figure.figsize']=(12.8,7.2)
siat/capm_beta.py CHANGED
@@ -18,6 +18,7 @@ import warnings; warnings.filterwarnings('ignore')
18
18
  from siat.common import *
19
19
  from siat.translate import *
20
20
  from siat.security_prices import *
21
+ from siat.security_price2 import *
21
22
  #==============================================================================
22
23
  import matplotlib.pyplot as plt
23
24
 
siat/capm_beta2.py CHANGED
@@ -20,6 +20,7 @@ import warnings; warnings.filterwarnings('ignore')
20
20
  from siat.common import *
21
21
  from siat.translate import *
22
22
  from siat.security_prices import *
23
+ from siat.security_price2 import *
23
24
  from siat.grafix import *
24
25
 
25
26
  import pandas as pd
siat/compare_cross.py CHANGED
@@ -20,6 +20,7 @@ import warnings; warnings.filterwarnings('ignore')
20
20
  from siat.common import *
21
21
  from siat.translate import *
22
22
  from siat.security_prices import *
23
+ from siat.security_price2 import *
23
24
  from siat.transaction import *
24
25
  from siat.risk_adjusted_return import *
25
26
  from siat.sector_china import *
siat/fama_french.py CHANGED
@@ -11,6 +11,7 @@ import warnings; warnings.filterwarnings('ignore')
11
11
  from siat.common import *
12
12
  from siat.translate import *
13
13
  from siat.security_prices import *
14
+ from siat.security_price2 import *
14
15
  #==============================================================================
15
16
  import matplotlib.pyplot as plt
16
17
 
siat/financial_base.py CHANGED
@@ -21,6 +21,7 @@ import warnings; warnings.filterwarnings('ignore')
21
21
  from siat.common import *
22
22
  from siat.translate import *
23
23
  from siat.security_prices import *
24
+ from siat.security_price2 import *
24
25
  #==============================================================================
25
26
  #本模块直接使用爬虫抓取雅虎财经
26
27
  #==============================================================================
siat/holding_risk.py CHANGED
@@ -18,6 +18,7 @@ import warnings; warnings.filterwarnings("ignore")
18
18
  from siat.common import *
19
19
  from siat.translate import *
20
20
  from siat.security_prices import *
21
+ from siat.security_price2 import *
21
22
  #==============================================================================
22
23
  import matplotlib.pyplot as plt
23
24
 
siat/market_china.py CHANGED
@@ -22,7 +22,7 @@ from siat.common import *
22
22
  from siat.translate import *
23
23
  from siat.grafix import *
24
24
  from siat.security_prices import *
25
-
25
+ from siat.security_price2 import *
26
26
  #==============================================================================
27
27
  import matplotlib.pyplot as plt
28
28
 
siat/markowitz.py CHANGED
@@ -20,6 +20,7 @@ import warnings; warnings.filterwarnings("ignore")
20
20
  from siat.common import *
21
21
  from siat.translate import *
22
22
  from siat.security_prices import *
23
+ from siat.security_price2 import *
23
24
  from siat.fama_french import *
24
25
 
25
26
  import pandas as pd
@@ -20,6 +20,7 @@ import warnings; warnings.filterwarnings('ignore')
20
20
  from siat.common import *
21
21
  from siat.translate import *
22
22
  from siat.security_prices import *
23
+ from siat.security_price2 import *
23
24
  from siat.fama_french import *
24
25
  from siat.grafix import *
25
26
 
@@ -20,6 +20,7 @@ import warnings; warnings.filterwarnings('ignore')
20
20
  from siat.common import *
21
21
  from siat.translate import *
22
22
  from siat.security_prices import *
23
+ from siat.security_price2 import *
23
24
  from siat.capm_beta2 import *
24
25
  #from siat.fama_french import *
25
26
  from siat.risk_adjusted_return import *
siat/risk_evaluation.py CHANGED
@@ -18,6 +18,7 @@ import warnings; warnings.filterwarnings("ignore")
18
18
  from siat.common import *
19
19
  from siat.translate import *
20
20
  from siat.security_prices import *
21
+ from siat.security_price2 import *
21
22
  #==============================================================================
22
23
  import matplotlib.pyplot as plt
23
24
 
siat/security_prices.py CHANGED
@@ -344,7 +344,7 @@ if __name__=='__main__':
344
344
 
345
345
  #在common中定义SUFFIX_LIST_CN
346
346
 
347
- def get_price_ak_em(ticker,fromdate,todate,adjust=''):
347
+ def get_price_ak_em(ticker,fromdate,todate,adjust='',ticker_type='auto'):
348
348
  """
349
349
  功能:基于东方财富从akshare获得中国国内的股票和指数历史行情,只能处理单个股票,处理指数有时出错
350
350
  ticker:雅虎格式,沪市股票为.SS,深市为.SZ,北交所为.BJ,其他的不处理,直接返回None
@@ -415,10 +415,13 @@ def get_price_ak_em(ticker,fromdate,todate,adjust=''):
415
415
  df1['footnote']=adjust
416
416
 
417
417
  num=len(df1)
418
+ ptname=ticker_name(ticker,ticker_type)
419
+ if ptname == ticker: ptname=''
420
+
418
421
  if num > 0:
419
- print(" Successfully retrieved",num,"records for",ticker,ticker_name(ticker,ticker_type))
422
+ print(" Successfully retrieved",num,"records for",ticker,ptname)
420
423
  else:
421
- print(" Sorry, no records retrieved for",ticker,ticker_name(ticker,ticker_type))
424
+ print(" Sorry, no records retrieved for",ticker,ptname)
422
425
 
423
426
  return df1
424
427
 
@@ -603,11 +606,14 @@ def get_price_stooq(ticker,start,end):
603
606
  _,start1,end1=check_period(start,end)
604
607
  prices2=prices[(prices.index >= start1) & (prices.index <= end1)]
605
608
  num=len(prices2)
609
+ ptname=ticker_name(ticker,'stock')
610
+ if ptname == ticker: ptname=''
611
+
606
612
  if num > 0:
607
- print(" Successfully retrieved",num,"records for",ticker,ticker_name(ticker,'stock'))
613
+ print(" Successfully retrieved",num,"records for",ticker,ptname)
608
614
  return prices2
609
615
  else:
610
- print(" Sorry, no records found from stooq for",ticker,ticker_name(ticker,'stock'),"from",start,'to',end)
616
+ print(" Sorry, no records found from stooq for",ticker,ptname,"from",start,'to',end)
611
617
  return None
612
618
  else:
613
619
  return None
@@ -890,9 +896,12 @@ def get_price_ak_cn(ticker,fromdate,todate,adjust='',ticker_type='auto'):
890
896
  if 'Adj Close' not in list(df2):
891
897
  df2['Adj Close']=df2['Close']
892
898
  df2['footnote']=adjust
899
+
900
+ ptname=ticker_name(ticker,ticker_type)
901
+ if ptname == ticker: ptname=''
893
902
 
894
903
  if len(df2) > 0:
895
- print(" Successfully retrieved",len(df2),"records for",ticker,ticker_name(ticker,ticker_type))
904
+ print(" Successfully retrieved",len(df2),"records for",ticker,ptname)
896
905
 
897
906
  return df2
898
907
 
@@ -955,8 +964,12 @@ def get_price_ak_us(symbol, fromdate, todate, adjust=""):
955
964
  df2['ticker']=symbol
956
965
  df2['Adj Close']=df2['Close']
957
966
  df2['source']='新浪'
958
- df2['footnote']=adjust
959
- print(" Successfully retrieved",num,"records for",symbol,ticker_name(symbol,ticker_type))
967
+ df2['footnote']=adjust
968
+
969
+ ptname=ticker_name(symbol,'stock')
970
+ if ptname == symbol: ptname=''
971
+
972
+ print(" Successfully retrieved",num,"records for",symbol,ptname)
960
973
 
961
974
  return df2
962
975
 
@@ -1025,7 +1038,11 @@ def get_price_ak_hk(symbol, fromdate, todate, adjust=""):
1025
1038
  df2['ticker']=symbol
1026
1039
  df2['Adj Close']=df2['Close']
1027
1040
  df2['source']='新浪'
1028
- print(" Successfully retrieved",num,"records for",symbol,ticker_name(symbol,ticker_type))
1041
+
1042
+ ptname=ticker_name(symbol,'stock')
1043
+ if ptname == symbol: ptname=''
1044
+
1045
+ print(" Successfully retrieved",num,"records for",symbol,ptname)
1029
1046
 
1030
1047
  return df2
1031
1048
 
@@ -1217,7 +1234,10 @@ def get_prices_yahoo(ticker,start,end,retry_count=3,pause=1):
1217
1234
  #p['Adj Close']=p['Close']
1218
1235
  p['source']='雅虎'
1219
1236
 
1220
- print(" Successfully retrieved",len(p),"records for",ticker,ticker_name(ticker,ticker_type))
1237
+ ptname=ticker_name(ticker,'stock')
1238
+ if ptname == ticker: ptname=''
1239
+
1240
+ print(" Successfully retrieved",len(p),"records for",ticker,ptname)
1221
1241
 
1222
1242
  return p
1223
1243
 
@@ -1299,7 +1319,10 @@ def get_prices_yf(ticker,start,end,threads=False):
1299
1319
  p['source']='雅虎'
1300
1320
 
1301
1321
  if len(p) > 0:
1302
- print(" Successfully retrieved",len(p),"records for",ticker1,ticker_name(ticker1,ticker_type))
1322
+ ptname=ticker_name(ticker1,'stock')
1323
+ if ptname == ticker: ptname=''
1324
+
1325
+ print(" Successfully retrieved",len(p),"records for",ticker1,ptname)
1303
1326
  else:
1304
1327
  pass
1305
1328
  #print(" #Error(get_prices_yf):",ticker1,"not found or no prices in the period or inaccessible to yahoo")
@@ -1362,7 +1385,10 @@ def get_index_fred(ticker,start,end):
1362
1385
 
1363
1386
  num=len(df)
1364
1387
  if num > 0:
1365
- print(" Successfully retrieved",num,"records for",ticker,ticker_name(ticker,ticker_type))
1388
+ ptname=ticker_name(ticker,'stock')
1389
+ if ptname == ticker: ptname=''
1390
+
1391
+ print(" Successfully retrieved",num,"records for",ticker,ptname)
1366
1392
  else:
1367
1393
  print(" Sorry, no records retrieved for",ticker)
1368
1394
 
siat/security_trend.py CHANGED
@@ -21,6 +21,7 @@ from siat.common import *
21
21
  from siat.translate import *
22
22
  from siat.stock import *
23
23
  from siat.security_prices import *
24
+ from siat.security_price2 import *
24
25
  from siat.risk_adjusted_return import *
25
26
  from siat.valuation import *
26
27
  from siat.grafix import *
siat/security_trend2.py CHANGED
@@ -21,6 +21,7 @@ from siat.common import *
21
21
  from siat.translate import *
22
22
  from siat.stock import *
23
23
  from siat.security_prices import *
24
+ from siat.security_price2 import *
24
25
  from siat.capm_beta2 import *
25
26
  from siat.risk_adjusted_return2 import *
26
27
  from siat.valuation import *
@@ -97,7 +98,7 @@ def security_trend(ticker,indicator='Close', \
97
98
  preprocess='none',scaling_option='start', \
98
99
  annotate=False,annotate_value=False, \
99
100
  printout=False,source='auto', \
100
- mark_top=True,mark_bottom=True,mark_end=False, \
101
+ mark_top=False,mark_bottom=False,mark_end=False, \
101
102
  ticker_type='auto'):
102
103
 
103
104
  """
siat/stock_china.py CHANGED
@@ -14,7 +14,7 @@ from siat.common import *
14
14
  from siat.translate import *
15
15
  from siat.grafix import *
16
16
  from siat.security_prices import *
17
-
17
+ from siat.security_price2 import *
18
18
  #==============================================================================
19
19
  # 获得个股近一百个交易日的资金净流入数据
20
20
  #==============================================================================
siat/stock_technical.py CHANGED
@@ -20,6 +20,7 @@ from siat.common import *
20
20
  from siat.translate import *
21
21
  from siat.grafix import *
22
22
  from siat.security_prices import *
23
+ from siat.security_price2 import *
23
24
  from siat.stock import *
24
25
  from siat.valuation import *
25
26
  #==============================================================================
siat/transaction.py CHANGED
@@ -20,6 +20,7 @@ from siat.common import *
20
20
  from siat.translate import *
21
21
  from siat.grafix import *
22
22
  from siat.security_prices import *
23
+ from siat.security_price2 import *
23
24
 
24
25
  # 复制股票分析函数
25
26
  from siat.stock import *
siat/translate.py CHANGED
@@ -3199,6 +3199,7 @@ def ticker1_name(ticker,ticker_type='auto'):
3199
3199
  tname=df2[df2['基金代码']==symbol6]['基金简称'].values[0]
3200
3200
  except: pass
3201
3201
  if tname != symbol:
3202
+ #注意:绘图时有基于‘基金’字符的判断,决定显示收盘价还是单位净值
3202
3203
  if '基金' not in tname: tname=tname + '基金'
3203
3204
  break
3204
3205
 
siat/valuation.py CHANGED
@@ -21,6 +21,7 @@ from siat.common import *
21
21
  from siat.translate import *
22
22
  from siat.stock import *
23
23
  from siat.security_prices import *
24
+ from siat.security_price2 import *
24
25
  from siat.sector_china import *
25
26
  from siat.valuation_china import *
26
27
  from siat.grafix import *
siat/valuation_china.py CHANGED
@@ -16,6 +16,7 @@ from siat.common import *
16
16
  from siat.translate import *
17
17
  from siat.grafix import *
18
18
  from siat.security_prices import *
19
+ from siat.security_price2 import *
19
20
  from siat.sector_china import *
20
21
 
21
22
  #==============================================================================
@@ -19,6 +19,7 @@ import warnings; warnings.filterwarnings("ignore")
19
19
  from siat.common import *
20
20
  from siat.translate import *
21
21
  from siat.security_prices import *
22
+ from siat.security_price2 import *
22
23
  #==============================================================================
23
24
  #==============================================================================
24
25
  def calc_ret(price_series,groupsize=1):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: siat
3
- Version: 3.0.1
3
+ Version: 3.0.3
4
4
  Summary: Securities Investment Analysis Tools (siat)
5
5
  Home-page: https://pypi.org/project/siat/
6
6
  Author: Prof. WANG Dehong, International Business School, Beijing Foreign Studies University
@@ -1,24 +1,24 @@
1
1
  siat/__init__.py,sha256=2c0GKq4KaxA0vfdvMeyCPiNR6wODmH6CGj8n5UDOywY,2182
2
2
  siat/allin.py,sha256=9fgRnER16lotAxUbiLMiOo0fZaNFLgUDUsUcHbZ3WG0,2676
3
3
  siat/alpha_vantage_test.py,sha256=tKr-vmuFH3CZAqwmISz6jzjPHzV1JJl3sPfZdz8aTfM,747
4
- siat/assets_liquidity.py,sha256=fvz5zWEnuBKBV8cfyZbgpS92z4vusSEXlzl3RooJnWw,28853
4
+ siat/assets_liquidity.py,sha256=deAJ60YcqMUgrXY7jy7BfzLutoy4uOEtfXqqMSujCRo,28889
5
5
  siat/assets_liquidity_test.py,sha256=UWk6HIUlizU7LQZ890fGx8LwU1jMMrIZswg8cFUJWZ8,1285
6
6
  siat/barrons_scraping_test.py,sha256=jSRVPxyYylcgG3fAsuqE-9WH3sDfJ3CdZUcU8VBVdoU,10110
7
- siat/beta_adjustment.py,sha256=iXcQa8Lq7sDCqWPJ77MiA7Mo2QT8qRLjwNysU0CguNE,37048
8
- siat/beta_adjustment_china.py,sha256=YXj398XxCo28O_OWZkuK9QLZ3fvt3UHfNEp1xCyEW6Y,20660
7
+ siat/beta_adjustment.py,sha256=pKnwcFR7-0UAyGCxz93IVAInDniNfwAFIg7wDMOCVcc,37084
8
+ siat/beta_adjustment_china.py,sha256=zWwdtAUPOXyzEDSRWb4vA299tniACiOLJwDT4LLfdy4,20696
9
9
  siat/beta_adjustment_test.py,sha256=nBhvQQfqxooCHjy5hL0a8V0ZC58BjuCZVFpqpWpHeF0,2467
10
10
  siat/blockchain.py,sha256=awF3GDtlwaJhku0a2kLuXOS8d3IzkjR_RyzlZWvD3L4,6032
11
11
  siat/bond.py,sha256=Vqp0k1gNRjpQXMXREmelREySPAjCVWuQBVvLlKOv34o,103523
12
12
  siat/bond_base.py,sha256=FTdAhBbDFlhNt535p22lXspWoLO7qdFH8eqqHZHYYos,37594
13
- siat/bond_china.py,sha256=ct28F7d6V0m9S3S-t-0lW1ZnSQYSCZhmsCHcZrPZno8,3002
13
+ siat/bond_china.py,sha256=eYv-nMoWSS5fZ4VxnuJ29QFY9GUS6meGiIc0Xjm1fQI,3038
14
14
  siat/bond_test.py,sha256=yUOFw7ddGU-kb1rJdnsjkJWziDNgUR7OLDA7F7Ub91A,5246
15
15
  siat/bond_zh_sina.py,sha256=26BohGcS120utwqg9dJvdGm5OkuNpNu5bco80uOuQpU,4423
16
- siat/capm_beta.py,sha256=pkeLvd0lfROICzvZKHUdyia9Cew-Nx6Xv7DQCkmApxY,28929
17
- siat/capm_beta2.py,sha256=wZmW-8saEoe3rAWxh-wBh2zacH1gayYXpmF4r2MjZe8,23574
16
+ siat/capm_beta.py,sha256=F8eSpKS6jyS72nHbFvm4VMXFIaqjaBsUVW9g-xOP49Q,28965
17
+ siat/capm_beta2.py,sha256=u6CjWoarNyLORIVHlFcFa_r8RrqdWuWn66VDZbZrCzc,23610
18
18
  siat/capm_beta_test.py,sha256=ImR0c5mc4hIl714XmHztdl7qg8v1E2lycKyiqnFj6qs,1745
19
19
  siat/cmat_commons.py,sha256=Nj9Kf0alywaztVoMVeVVL_EZk5jRERJy8R8kBw88_Tg,38116
20
20
  siat/common.py,sha256=kk3VasbCEW8Fjq_cqO80z-9fmYQE0mvvNU2s-roQbGQ,133638
21
- siat/compare_cross.py,sha256=fkfvVvKgLFclkxfCt6xMvz0ZG5fy0BQ6tFmijWtesj8,24135
21
+ siat/compare_cross.py,sha256=3iP9TH2h3w27F2ARZc7FjKcErYCzWRc-TPiymOyoVtw,24171
22
22
  siat/compare_cross_test.py,sha256=xra5XYmQGEtfIZL2h-GssdH2hLdFIhG3eoCrkDrL3gY,3473
23
23
  siat/concepts_iwencai.py,sha256=m1YEDtECRT6FqtzlKm91pt2I9d3Z_XoP59BtWdRdu8I,3061
24
24
  siat/concepts_kpl.py,sha256=SJ9UaJp5i79EXKZ3dPa_vBEoG_zgl1Ig5rZAm-ubgM4,4941
@@ -32,9 +32,9 @@ siat/economy_test.py,sha256=6vjNlPz7W125pJb7simCddobSEp3jmLIMvVkLRZ7zW8,13339
32
32
  siat/esg.py,sha256=PRgZo6rwlldAG9qNRnFWX0fnLdPHXIPVQOIFOJ2azmQ,19016
33
33
  siat/esg_test.py,sha256=Z9m6GUt8O7oHZSEG9aDYpGdvvrv2AiRJdHTiU6jqmZ0,2944
34
34
  siat/exchange_bond_china.pickle,sha256=mGy55toxgUrNL2rdf8lIVeSDz9wyHk6x7hierKxTklI,1255244
35
- siat/fama_french.py,sha256=fnTP9m2l86qy5ae497WN8EvaE1WuEUraP-yTEHNz17w,47532
35
+ siat/fama_french.py,sha256=1IVB_UIU0fRmT8iEqf2hq2yFUcNXZVmZ6XOJyY8mHSE,47568
36
36
  siat/fama_french_test.py,sha256=M4O23lBKsJxhWHRluwCb3l7HSEn3OFTjzGMpehcevRg,4678
37
- siat/financial_base.py,sha256=j961-1YS9qBl6LmOzI4gCOpdTmk0d1JgNXMzLmV-lrs,41062
37
+ siat/financial_base.py,sha256=5u298_1OSlgLnDmhXxqvo4WgMM0JKSa_4jBYF-Ilx38,41097
38
38
  siat/financial_statements.py,sha256=Ek18eKHflxZ01evOIwnfH1KZ_M2g8Vr8SxkL1om-K7U,25391
39
39
  siat/financial_statements_test.py,sha256=FLhx8JD-tVVWSBGux6AMz1jioXX4U4bp9DmgFHYXb_w,716
40
40
  siat/financials.py,sha256=YDRpqcbGGs8WyVmcJwOucC8TbFQrKOdK-av6q5S_G-s,80409
@@ -61,11 +61,11 @@ siat/global_index_test.py,sha256=hnFp3wqqzzL-kAP8mgxDZ54Bd5Ijf6ENi5YJlGBgcXw,240
61
61
  siat/google_authenticator.py,sha256=ZUbZR8OW0IAKDbcYtlqGqIpZdERpFor9NccFELxg9yI,1637
62
62
  siat/grafix.py,sha256=upA1x4YWkPmBikv6q455DQbnVgzSh0rAwsW5JaINd6E,81252
63
63
  siat/grafix_test.py,sha256=kXvcpLgQNO7wd30g_bWljLj5UH7bIVI0_dUtXbfiKR0,3150
64
- siat/holding_risk.py,sha256=Dh4zXEw-0hnbMNorbsRS142C8mUzq4NhFjYnauWu5tc,30548
64
+ siat/holding_risk.py,sha256=KmTWE0YlEzKf9nH9pocopcbB6N8Eu45ZEM1l3aPkJ8w,30584
65
65
  siat/holding_risk_test.py,sha256=FRlw_9wFG98BYcg_cSj95HX5WZ1TvkGaOUdXD7-V86s,474
66
66
  siat/local_debug_test.py,sha256=CDAOffW1Rvs-TcNN5giWVvHMlch1w4dp-w5SIV9jXL0,3936
67
- siat/market_china.py,sha256=pwCjEqkNAcOrs4Ba5DIQ5WgyAC73ntOi-d7Cb29wOWk,37849
68
- siat/markowitz.py,sha256=kklHLFaK7RJaOyFX2twbwI8snOoI4-9tnvtJkcgNWyc,96511
67
+ siat/market_china.py,sha256=nabx24qm7N51OafTrwUw542pNeFJ3JaQ1wqyv-nLN5I,37883
68
+ siat/markowitz.py,sha256=ZzNPn_iNIifBRSwXi5xKo4FNP-POVi5bvJEdJmxIXUc,96547
69
69
  siat/markowitz_ccb_test.py,sha256=xBkkoaNHdq9KSUrNuHGgKTdNYUvgi84kNYcf719eoyE,1593
70
70
  siat/markowitz_ef_test.py,sha256=wjNlICkgRIqnonPeSIHo4Mu2GRtb9dr21wDt2kMNEcI,4032
71
71
  siat/markowitz_old.py,sha256=Lf7O_4QWT8RsdkHiUyc_7kKY3eZjKDtFR89Fz3pwYnY,33046
@@ -83,10 +83,10 @@ siat/option_pricing_test.py,sha256=eeorV5Ja5vjlRXnP6fWJHetGU5Vb8SnLopkC6RV3GfA,2
83
83
  siat/option_sina_api_test.py,sha256=dn-k_wrQnAaNKHoROvWJEc7lqlU0bwiV2Aa4usWAFGM,5908
84
84
  siat/proxy_test.py,sha256=erQJrmGs2X46z8Gb1h-7GYQ0rTUcaR8dxHExWoBz2eM,2610
85
85
  siat/quandl_test.py,sha256=EcPoXnLuqzPl5dKyVEZi3j3PJZFpsnU_iNPhLWC9p-A,1552
86
- siat/risk_adjusted_return.py,sha256=dtuetKL5Vu38SdH_hqV93eN851uZ-1hOvf1drKel92w,54740
87
- siat/risk_adjusted_return2.py,sha256=byHgnRTPw781-CuUqCKw9O9U8qTLdTrDsHrFv0Q0BNA,56955
86
+ siat/risk_adjusted_return.py,sha256=GuWq3ZQb46k-A7uQcGgkBVSDturYhtwZLEMBI7580tI,54776
87
+ siat/risk_adjusted_return2.py,sha256=MdNrqDaw2IbjitkZrjrqbOQJJkfI2sLvce6gmAAKmrc,56991
88
88
  siat/risk_adjusted_return_test.py,sha256=m_VHL5AtT74cJv5i7taTeTfnkX48y0AFJk5phawyYWg,3416
89
- siat/risk_evaluation.py,sha256=tNobb3FoP7rdqC_KHwgU0VhZvSwfeg2Rp3NkaSndqIY,75969
89
+ siat/risk_evaluation.py,sha256=jgKLRyjus5_Szq5MCv_adMw3yq6mW4MiAfDE6UY2E0A,76005
90
90
  siat/risk_evaluation_test.py,sha256=YEXM96gKzTfwN4U61AS4Rr1tV7KgUvn4rRC6f3iMw9s,3731
91
91
  siat/risk_free_rate.py,sha256=ZMr4cHikPvXvywr54gGqiI3Nvb69am6tq3zj2hwzANE,12384
92
92
  siat/risk_free_rate_test.py,sha256=CpmhUf8aEAEZeNu4gvWP2Mz2dLoIgBX5bI41vfUBEr8,4285
@@ -94,16 +94,16 @@ siat/sector_china.py,sha256=r4w7o9PEiZjMRB4pkKVbA9afk7A7Wh8toudocN8mN5I,104413
94
94
  siat/sector_china_test.py,sha256=1wq7ef8Bb_L8F0h0W6FvyBrIcBTEbrTV7hljtpj49U4,5843
95
95
  siat/security_price.py,sha256=2oHskgiw41KMGfqtnA0i2YjNNV6cYgtlUK0j3YeuXWs,29185
96
96
  siat/security_price2.py,sha256=kuYh0V5cqclkM6MjZUd-N361fv3oxGVVerYINuTzZrE,24622
97
- siat/security_prices.py,sha256=bJXm2lf3r0w40GXx2V90UkfCDOwRgz5PagQQLhY6HoE,101129
97
+ siat/security_prices.py,sha256=gSmnXt3EtTxUvETwUVzIC95j8U4Tivr1AU5RwzmKQzo,101601
98
98
  siat/security_prices_test.py,sha256=OEphoJ87NPKoNow1QA8EU_5MUYrJF-qKoWKNapVfZNI,10779
99
- siat/security_trend.py,sha256=BNZm0Yujs3V6tlOirtcKqsKAegy36shWXGen_c4KwBo,17204
100
- siat/security_trend2.py,sha256=EDeUC9g9F4aeezsGUsOcW6o_JuuCMx6VbUr_sRKD-JY,23617
99
+ siat/security_trend.py,sha256=o0vpWdrJkmODCP94X-Bvn-w7efHhj9HpUYBHtLl55D0,17240
100
+ siat/security_trend2.py,sha256=kgrsTnSpFXjsnDecpRobQzlAwtZlP8_DB0v8KhwaUR4,23655
101
101
  siat/setup.py,sha256=up65rQGLmTBkhtaMLowjoQXYmIsnycnm4g1SYmeQS6o,1335
102
102
  siat/shenwan index history test.py,sha256=JCVAzOSEldHalhSFa3pqD8JI_8_djPMQOxpkuYU-Esg,1418
103
103
  siat/stock.py,sha256=aMpmvcMyAfl2hbH3AjCLO5mGAUsEFlbYUbXYWDGrC3w,134797
104
104
  siat/stock_advice_linear.py,sha256=-twT7IGP-NEplkL1WPSACcNJjggRB2j4mlAQCkzOAuo,31655
105
105
  siat/stock_base.py,sha256=uISvbRyOGy8p9QREA96CVydgflBkn5L3OXOGKl8oanc,1312
106
- siat/stock_china.py,sha256=qizEiCQqqfV5ggc8g_P39M6h9Rqy_jwQjKuu6BEJXZo,83931
106
+ siat/stock_china.py,sha256=zkk6Yu7y4gH8HBPdmZGe5BHnMjjKFpb4ZIDQ2v5kqyg,83965
107
107
  siat/stock_china_test.py,sha256=eO4HWsSvc6qezl0LndjtL24lViEyrBjH_sx2c2Y2Q2M,1294
108
108
  siat/stock_info.pickle,sha256=EUUfZwFS3SMO2f25tOLWcjiJheGRCL3PDt7jII-i_4M,1315662
109
109
  siat/stock_info_test.py,sha256=gfG3DbhDACbtD8wnv_R6zhj0t11XaC8NX8uLD9Qv3Fo,6122
@@ -111,7 +111,7 @@ siat/stock_list_china_test.py,sha256=gv14UwMMvkZqtb6G7DCTSuehIwVHuVwu7w60p6gyHoo
111
111
  siat/stock_prices_kneighbors.py,sha256=WfZvo5EyeBsm-T37zDj7Sl9dPSRq5Bx4JxIJ9IUum6s,36738
112
112
  siat/stock_prices_linear.py,sha256=-OUKRr27L2aStQgJSlJOrJ4gay_G7P-m-7t7cU2Yoqk,13991
113
113
  siat/stock_profile.py,sha256=npinIwxgfgHeV8tpXrzLBrPUWKMZGL2-xA96ve-H2wM,25329
114
- siat/stock_technical.py,sha256=ylNrfMhqmAKoB-xgXelTPmqHnftfgI-i2uT0p5hu2G0,111693
114
+ siat/stock_technical.py,sha256=9bIwNSXcpUgNnbXke9YRVMnkOrwT5os4qDrdlqOJqUM,111729
115
115
  siat/stock_test.py,sha256=E9YJAvOw1VEGJSDI4IZuEjl0tGoisOIlN-g9UqA_IZE,19475
116
116
  siat/stooq.py,sha256=dOc_S5HLrYg48YAKTCs1eX8UTJOOkPM8qLL2KupqlLY,2470
117
117
  siat/temp.py,sha256=gbJ0ioauuo4koTPH6WKUkqcXiQPafnbhU5eKJ6lpdLA,1571
@@ -120,18 +120,18 @@ siat/test_graphviz.py,sha256=CETKpDL8PnysS-PD3fHkeAgagUxjaUl0CsXPiadQySg,16999
120
120
  siat/test_markowitz_simple.py,sha256=jAgwpkdMGxvjlfEg0I8qbyLQHDd5rErWqHgiqVvOJlY,6122
121
121
  siat/test_markowitz_simple_revised.py,sha256=Tq44VTIjc75RR4_AMEWmU3-EW7TH4ZNEC6Zcer3fbmk,7407
122
122
  siat/test_markowitz_simple_revised2.py,sha256=r0KzW9zvaP9BTdXyB2M3MhRKtzHDIituAflT9ZTR9bs,7361
123
- siat/transaction.py,sha256=ZR2hKyjjKL11uFgjV9e6pZfHgZvLj0jpd5wYtPG_53E,14527
123
+ siat/transaction.py,sha256=nZTYYkx1BVBLDovSlZCtcviRuFxrYe9YFXOMZgo6QXo,14563
124
124
  siat/transaction_test.py,sha256=Z8g1LJCN4-mnUByXMUMoFmN0t105cbmsz2QmvSuIkbU,18580
125
125
  siat/translate-20230125.py,sha256=NPPSXhT38s5t9fzMvl_fvi4ckSB73ThLmZetVI-xGdU,117953
126
126
  siat/translate-20230206.py,sha256=-vtI125WyaJhmPotOpDAmclt_XnYVaWU9ByLWZ6FyYE,118133
127
127
  siat/translate-20230215.py,sha256=TJgtPE3n8IjljmZ4Pefy8dmHoNdFF-1zpML6BhA9FKE,121657
128
- siat/translate.py,sha256=2qvvx2eoIWm8-_zuuc_fIVNwlxj6rMpMeCKGxZOX0-0,203241
128
+ siat/translate.py,sha256=PUCzxVtjVxCTkANlCxo50qRMhqnqSplIjv09HNzbQiw,203356
129
129
  siat/universal_test.py,sha256=CDAOffW1Rvs-TcNN5giWVvHMlch1w4dp-w5SIV9jXL0,3936
130
- siat/valuation.py,sha256=3SopU5yomIXg6zH6oVFiBJyZosndFxOo1AINnbwW0lo,47334
131
- siat/valuation_china.py,sha256=oEQRrktJNHiOG1mJSQN1aSSQAQrwrg-ppIHyNVjMjNg,67603
130
+ siat/valuation.py,sha256=uKjPVD-oOUjUaF5QaQ1WK32kjLTOAPA2SZY2mpZ_aH0,47370
131
+ siat/valuation_china.py,sha256=Tde2LzPDQy3Z7xOQQDw4ckQMPdROp_z0-GjFE6Z5_lI,67639
132
132
  siat/valuation_market_china_test.py,sha256=gbJ0ioauuo4koTPH6WKUkqcXiQPafnbhU5eKJ6lpdLA,1571
133
- siat/var_model_validation.py,sha256=3LY2JLvVpPNZLomHMUZvD2-nbL64ACtD7LKrNTk6JmU,14862
134
- siat-3.0.1.dist-info/METADATA,sha256=Sl93-sUYX7PcXXu2fmmw8P7nGvYa509r4_rBvHpkmr4,1447
135
- siat-3.0.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
136
- siat-3.0.1.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
137
- siat-3.0.1.dist-info/RECORD,,
133
+ siat/var_model_validation.py,sha256=f-oDewg7bPzyNanz_Y_jLH68NowAA3gXFehW_weKGG0,14898
134
+ siat-3.0.3.dist-info/METADATA,sha256=mgnx0bWAeP5pyVaUI_L613gEpyPTEZfyui3ASUy40lY,1447
135
+ siat-3.0.3.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
136
+ siat-3.0.3.dist-info/top_level.txt,sha256=r1cVyL7AIKqeAmEJjNR8FMT20OmEzufDstC2gv3NvEY,5
137
+ siat-3.0.3.dist-info/RECORD,,
File without changes