Bond Outright
Dữ liệu Bond Outright
API Name: /Market/GetBondOutright
Dưới đây là một ví dụ minh họa về cách dữ liệu được trình bày trong API:
· "BondOutrightId": 9884,
· "BondId": 2150,
· "CurrencyCode": "VND",
· "TradeTypeCode": null,
· "TradingDate": "2020-03-18T00:00:00",
· "Coupon": 0.082,
· "RemainingDay": 0,
· "HighestPrice": 0,
· "HighestYield": 0,
· "LowestPrice": 0,
· "LowestYield": 0,
· "QuotePrice": 0,
· "MatchPrice": 0,
· "MaturityYield": 0,
· "TotalVolume": 21350,
· "TotalValue": 2156646650,
· "BidVolume": 0,
· "AskVolume": 0,
· "ForeignBuyVolumeTotal": 0,
· "ForeignSellVolumeTotal": 0,
· "ForeignBuyValueTotal": 0,
· "ForeignSellValueTotal": 0,
· "TotalMatchTrade": 0,
· "TotalMatchVolume": 0,
· "TotalMatchValue": 0,
· "OpenPrice": 101242,
· "ClosePrice": 99279,
· "CouponYield": 0.0825955136534413,
· "CouponTimeToMaturity": 3,
· "Status": 1,
· "CreateDate": "2020-03-18T00:00:00",
· "UpdateDate": "2020-03-18T00:00:00"
Field Name | Data Type | Data Length | Description_VN | Description_EN | Note |
---|---|---|---|---|---|
|
|
|
|
|
|
BondOutrightId | int | Khóa chính của bảng auto-generated IDENTITY(1,1) | |||
BondId | int | Id của trái phiếu | |||
CurrencyCode | varchar | 5 | Mã tiền tệ | ||
TradeTypeCode | varchar | 5 | Phương thức giao dịch | ||
TradingDate | date | Ngày giao dịch | |||
Coupon | decimal | (18,16) | Coupon | ||
RemainingDay | int | Kỳ hạn còn lại (ngày) | |||
HighestPrice | int | Giá cao nhất | |||
HighestYield | decimal | (18,16) | Lợi suất cao nhất | ||
LowestPrice | int | Giá thấp nhất | |||
LowestYield | decimal | (18,16) | Lợi suất thấp nhất | ||
QuotePrice | int | Giá yết | |||
MatchPrice | int | Giá thực hiện | |||
MaturityYield | decimal | (18,16) | Lợi suất đáo hạn | ||
TotalVolume | int | Tổng KLGD | |||
TotalValue | bigint | Tổng GTGD | |||
BidVolume | int | Tổng KL chào mua | |||
AskVolume | int | Tổng KL chào bán | |||
ForeignBuyVolumeTotal | int | KLGD NN Mua | |||
ForeignSellVolumeTotal | int | KLGD NN Bán | |||
ForeignBuyValueTotal | bigint | GTGD NN Mua | |||
ForeignSellValueTotal | bigint | GTGD NN Bán | |||
TotalMatchTrade | int | Tổng số giao dịch Outright - Điện tử | |||
TotalMatchVolume | int | Tổng KLGD Outright - Điện tử | |||
TotalMatchValue | bigint | Tổng GTGD Outright - Điện tử | |||
OpenPrice | int | Giá đầu ngày | |||
ClosePrice | int | Giá cuối ngày | |||
CouponYield | decimal | (18,16) | Coupon Yield | ||
CouponTimeToMaturity | int | Số lần trả lãi còn lại | |||
Status | tinyint | Trạng thái của bản ghi. 0: record khóa; 1: record mở; 2: record đã xóa | |||
CreateDate | datetime | Ngày tạo record | |||
UpdateDate | datetime | Ngày cập nhật record |
Last updated