urban-investment-research/ThirdPartyApi/Yujingtong/Schemas.py

20 lines
540 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

from typing import List
from pydantic import BaseModel
class ShareHolderItemInfo:
"""
预警通股东信息
"""
CompanyName: str # 公司名称
CompanyCode: int # 公司代码
ShareholderName: str # 股东名称
ShareholderType: str # 股东类型
ShareholdeCode: int # 股东代码
ShouldCapi: float # 认缴金额/持股数(数值)
Unit: str # 单位
ShareholdingRatio: str # 持股比例(%
ContributionTime: str # 出资时间
ContributionTpe: str # 出资形式