Thông tin ý kiến kiểm toán

Dưới đây là ví dụ minh hoạ cách dữ liệu được trình bày trong API:

· "AuditOpinionId": 182,

· "OrganCode": "QCC",

· "AuditOpinionTypeCode": "LIMIT",

· "AuditorOrganCode": "10672",

· "AuditReasonTypeCode": "SCOPE",

· "Ticker": "QCC",

· "OpinionDetail": null,

· "YearReport": 2020,

· "LengthReport": 5,

· "LengthSeries": 12,

· "SourceName": null,

· "Note": null,

· "PublicDate": "2022-02-25T00:00:00",

· "Status": 1,

· "CreateDate": "2022-02-25T17:00:08",

· "UpdateDate": "2022-02-25T17:00:27.95"

Tên trường dữ liệu
Loại dữ liệu
Độ dài ký tự dữ liệu
Mô tả (VN)
Mô tả (EN)

AuditOpinionId

bigint

Khóa chính của bảng auto-generated IDENTITY(1,1)

Primary key of the auto-generated table IDENTITY(1,1)

OrganCode

nvarchar

15

Mã doanh nghiệp theo quy định của StoxPlus

StoxPlus-defined company code

AuditOpinionTypeCode

nvarchar

255

Mã Loại ý kiến kiểm toán

Audit opinion type code

AuditorOrganCode

nvarchar

255

Mã Công ty Kiểm toán

Audit company code

AuditReasonTypeCode

nvarchar

255

Mã Loại lý do kiểm toán

Audit reason type code

Ticker

nvarchar

20

Mã chứng khoán

Securities code

OpinionDetail

nvarchar

4000

Giải trình ý kiến

Explanation of opinion

ReasonDetail

nvarchar

4000

Giải trình lý do

Explanation of reason

YearReport

int

Năm báo cáo

Year of report

LengthReport

int

Quý báo cáo. Vd: 1,2,3,4,5,6,9

Quarter of report. E.g.: 1,2,3,4,5,6,9

LengthSeries

int

Số tháng của kỳ báo cáo. Vd: 3 tháng, 6 tháng, 15 tháng,…

Number of months of report period. E.g.: 3 months, 6 months, 15 months, etc.

SourceName

nvarchar

255

Tên nguồn báo cáo

Report source name

Note

nvarchar

500

Ghi chú

Notes

PublicDate

date

Ngày công bố báo cáo của doanh nghiệp

Issue date of report

Status

tinyint

Trạng thái của bản ghi. 0: record khóa; 1: record mở; 2: record đã xóa

Record status. 0: record locked; 1: record open; 2: record deleted

CreateDate

datetime

Ngày tạo record

Created date

UpdateDate

datetime

Ngày cập nhật record

Update date

Last updated