Individual ShareHolder
Thông tin sở hữu của Cổ đông lớn, Cổ đông nội bộ và Người có liên quan
API Name: /Company/GetIndividualShareHolder
Dưới đây là một ví dụ minh họa về cách dữ liệu được trình bày trong API:
· "PersonId": 8314,
· "OrganCode": "TDH",
· "StateOrganCode": "",
· "AppointmentStatusCode": "CL",
· "Quantity": 490011,
· "Percentage": 0.0052,
· "StateQuantity": 0,
· "NoteQuantity": "",
· "PublicDate": "2020-03-17T09:46:25.78",
· "QuantityAdjusted": 0,
· "PercentageAdjusted": 0,
· "StateQuantityAdjusted": 0,
· "AdjustedDate": "1753-01-01T00:00:00",
· "AppointmentYear": 2011,
· "AppointmentDate": "1753-01-01T00:00:00",
· "AppointmentReason": "",
· "ResisnationYear": 0,
· "ResisnationDate": "1753-01-01T00:00:00",
· "ResisnationReason": "",
· "IsFounder": false,
· "Status": 1,
· "CreateDate": "1753-01-01T00:00:00",
· "UpdateDate": "2020-03-17T13:59:29.307"
PersonId
bigint
8
Id của người lãnh đạo trong bảng stx_cpf_Person
Id of Management taken from Person Table
OrganCode
nvarchar
15
Mã của công ty lấy từ bảng stx_mst_Organization
Company code is taken from Organization
StateOrganCode
nvarchar
15
Mã của công ty mà cá nhân đại diện stx_mst_Organization
Company code that individual represents Organization
AppointmentStatusCode
nvarchar
5
Trạng thái đương nhiệm miễn nhiệm. 0: cổ đông cá nhân, 1: người liên quan, 2: đương nhiệm, 3: miễn nhiễm
Incumbent and dismissal status. 0: individual shareholders, 1: related person, 2: incumbent, 3: dismiss
Quantity
decimal
(18,0)
Số cổ phiếu cá nhân
Number of individual shares
Percentage
decimal
(18,10)
Phần trăm sở hữu. (đơn vị là %)
Percentage of ownership (%)
StateQuantity
decimal
(18,0)
Số cổ phiếu đại diện
Number of shares authorized
NoteQuantity
nvarchar
128
Đại diện cho tổ chức nào, công ty nào, …
Representatives of organization, company, ...
PublicDate
datetime
8
Ngày cập nhật số cổ phiếu theo nguồn …
Date of updating stock by source ...
QuantityAdjusted
decimal
(18,0)
Số cổ phiếu cá nhân điều chỉnh
Number of Shares adjusted owned by individual shareholders
PercentageAdjusted
decimal
(18,10)
Phần trăm sở hữu. (đơn vị là %)
Percentage of ownership (%)
StateQuantityAdjusted
decimal
(18,0)
Số cổ phiếu đại diện điều chỉnh
Number of shares adjusted
AdjustedDate
datetime
8
Ngày điều chỉnh
Adjustment date
AppointmentYear
int
4
Năm bổ nhiệm
Appointing year
AppointmentDate
datetime
8
Ngày bổ nhiệm
Appointing date
AppointmentReason
nvarchar
255
Lý do bổ nhiệm
Reason for appointing
ResisnationYear
int
4
Năm miễn nhiệm
Year of dismissal
ResisnationDate
datetime
8
Ngày miễn nhiệm
Date of dismissal
ResisnationReason
nvarchar
255
Lý do miễn nhiệm
Reason for dismissal
IsFounder
bit
1
Có phải cổ đông sáng lập hay không? 1: có, 0: ko
Are founding shareholders or not? 1: yes, 0: ko
en_AppointmentReason
nvarchar
255
Lý do bổ nhiệm
Reason for appointing
en_ResisnationReason
nvarchar
255
Lý do miễn nhiệm
Reason for dismissal
Status
tinyint
1
Trạng thái của bản ghi. 0: record khóa; 1: record mở; 2: record đã xóa
0: lock record; 1: open record; 2: deleted record
CreateDate
datetime
8
Ngày tạo record
Created Date
UpdateDate
datetime
8
Ngày cập nhật record
Updated Date
Last updated