lixinger-python 0.3.2__py3-none-any.whl → 0.3.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.
- lixinger/models/cn/company/dividend.py +2 -0
- {lixinger_python-0.3.2.dist-info → lixinger_python-0.3.3.dist-info}/METADATA +1 -1
- {lixinger_python-0.3.2.dist-info → lixinger_python-0.3.3.dist-info}/RECORD +5 -5
- {lixinger_python-0.3.2.dist-info → lixinger_python-0.3.3.dist-info}/WHEEL +0 -0
- {lixinger_python-0.3.2.dist-info → lixinger_python-0.3.3.dist-info}/licenses/LICENSE +0 -0
|
@@ -22,6 +22,7 @@ class Dividend(pa.DataFrameModel):
|
|
|
22
22
|
ex_date: 除权除息日
|
|
23
23
|
payment_date: 分红到账日
|
|
24
24
|
fs_end_date: 财报时间
|
|
25
|
+
status: 状态(board_director_plan/shareholders_meeting_plan/company_plan/delay_implementation/cancelled/implemented/terminated/plan)
|
|
25
26
|
stock_code: 股票代码(由SDK添加)
|
|
26
27
|
|
|
27
28
|
"""
|
|
@@ -43,6 +44,7 @@ class Dividend(pa.DataFrameModel):
|
|
|
43
44
|
|
|
44
45
|
# 可选字段
|
|
45
46
|
content: pa.typing.Series[str] | None = pa.Field(nullable=True)
|
|
47
|
+
status: pa.typing.Series[str] | None = pa.Field(nullable=True)
|
|
46
48
|
register_date: pa.typing.Series[pa.typing.DateTime] | None = pa.Field(nullable=True)
|
|
47
49
|
ex_date: pa.typing.Series[pa.typing.DateTime] | None = pa.Field(nullable=True)
|
|
48
50
|
payment_date: pa.typing.Series[pa.typing.DateTime] | None = pa.Field(nullable=True)
|
|
@@ -46,7 +46,7 @@ lixinger/models/cn/company/__init__.py,sha256=7E7p1NED5qr0yf_wcmOq_DDvOq2hzXv3bD
|
|
|
46
46
|
lixinger/models/cn/company/announcement.py,sha256=VBtsxP6Cpi-w2H-iciByj_rFm1dMzaI09zEV1QQxOyI,468
|
|
47
47
|
lixinger/models/cn/company/candlestick.py,sha256=TfvdySyPBxU8l-sHH1xQq20wKoslKNeLECdyasRPrb8,674
|
|
48
48
|
lixinger/models/cn/company/company.py,sha256=BJRUWLifoxMVN3umOw99t8thaFcuwK244Hv_CDogH4w,933
|
|
49
|
-
lixinger/models/cn/company/dividend.py,sha256=
|
|
49
|
+
lixinger/models/cn/company/dividend.py,sha256=yvIEHtNbj22eZOG_XPCLL-zCJLefe6DjomDiRpNwqU4,2044
|
|
50
50
|
lixinger/models/cn/company/equity_change.py,sha256=8I0u8Jkfj-bnIpQi_0YHpYhrPK-1X0BON_9YcIbLVzk,860
|
|
51
51
|
lixinger/models/cn/company/indices.py,sha256=Dxi_lAZPEWy3evcUHArsST0oTmJHyYAcT2Y8suqZQdc,349
|
|
52
52
|
lixinger/models/cn/company/fs/__init__.py,sha256=qYUQzRdsr7vvyczQ-79ntZvRkHQWSnkQxIXWA81-nqA,162
|
|
@@ -79,7 +79,7 @@ lixinger/utils/dataframe.py,sha256=tYBrNdmJ4poyuwD-9XgzHt3A_A8bBo0cdHiu8Yy9e9A,2
|
|
|
79
79
|
lixinger/utils/dict.py,sha256=yvbUtv8QpRmy0d_o_7gCuEwwiEfBji5_xB490ANxilw,589
|
|
80
80
|
lixinger/utils/rate_limiter.py,sha256=DCaG87kIjDU5triYHU33-FW7h6KsbELBnU9f6mCQKCU,1133
|
|
81
81
|
lixinger/utils/retry.py,sha256=sXtb0ESp12_JedjzDxoeIH48TlOrbxtIA0j1V33DW7M,1026
|
|
82
|
-
lixinger_python-0.3.
|
|
83
|
-
lixinger_python-0.3.
|
|
84
|
-
lixinger_python-0.3.
|
|
85
|
-
lixinger_python-0.3.
|
|
82
|
+
lixinger_python-0.3.3.dist-info/METADATA,sha256=J0DRzyokdPfWuByLTtO-kK0Wk-lqHhry0dmnHL0HDuE,9209
|
|
83
|
+
lixinger_python-0.3.3.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
|
|
84
|
+
lixinger_python-0.3.3.dist-info/licenses/LICENSE,sha256=5oOwRq1lHSOScbNGCHr2feuNnhNYdGcArj6fSUfsC5U,1064
|
|
85
|
+
lixinger_python-0.3.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|