# Đường cong lợi suất (v4)

> API Name: /Bond/GetYieldCurve

<table><thead><tr><th width="185.41796875">Tên trường dữ liệu</th><th width="119.31640625">Loại dữ liệu</th><th width="73">Độ dài ký tự dữ liệu</th><th width="243.578125">Mô tả (VN)</th><th width="236.34765625">Mô tả (EN)</th></tr></thead><tbody><tr><td>RecordId</td><td>int</td><td></td><td>Khóa chính của bảng auto-generated IDENTITY(1,1)</td><td>Primary key of table, auto-generated IDENTITY (1,1)</td></tr><tr><td>YeildCurveId</td><td>int</td><td></td><td>Mã YeildCurve từ bảng FGFB_BOIN_DR_YeildCurveInformation</td><td>Identity of YeildCurve từ bảng FGFB_BOIN_DR_YeildCurveInformation</td></tr><tr><td>TradingDateId</td><td>date</td><td></td><td>Ngày giao dịch</td><td>Trading Date</td></tr><tr><td>GroupId</td><td>int</td><td></td><td>sàn giao dịch trái phiếu FGFB_COIN_DR_Group</td><td>bond exchange FGFB_COIN_DR_Group</td></tr><tr><td>SpotRate continuous</td><td>decimal</td><td>(18,10)</td><td>Lợi suất hiện thời( dựa trên giả định của zerocoupon bond) liên tục</td><td>Current rate (based on the assumption of zerocoupon bond) continuous</td></tr><tr><td>ParYeild</td><td>decimal</td><td>(18,10)</td><td>Lợi suất theo mệnh giá ( giả định trái phiếu được bán bằng mệnh giá)</td><td>Par value yield (assuming bonds are sold at face value)</td></tr><tr><td>ModificationId</td><td>bigint</td><td> </td><td>Khóa ngoài sang bảng FGFB_BOTV_DR_Modification, lưu trữ các thông tin thay đổi của bảng ghi</td><td>Foreign key linked to  FGFB_BOTV_DR_Modification table, storing changes of record</td></tr><tr><td>RecordStatusId</td><td>tinyint</td><td> </td><td>0: record khóa; 1: record mở; 2: record đã xóa </td><td>The record status: 0: Locked; 1: Open; 2: Deleted</td></tr><tr><td>IsHistory</td><td>bit</td><td> </td><td>Lịch sử: 0: bản ghi hiện tại, 1 là bản ghi lịch sử</td><td>History. 0: current, 1: history</td></tr><tr><td>VersionDateId</td><td>date</td><td> </td><td>Phiên bản lưu lịch sử (ngày ghi chép bản ghi lịch sử này vd: ngày công bố thông tin khi nhập lại thông tin lịch sử).</td><td>History record version (Record Date of this history record)</td></tr><tr><td>SpotRateannual</td><td>decimal</td><td>(18,10)</td><td>Lợi suất hiện thời( dựa trên giả định của zerocoupon bond) theo năm</td><td>Current rate (based on the assumption of zerocoupon bond) annual</td></tr><tr><td>MaturityDurationId</td><td>tinyint</td><td></td><td>Thời hạn còn lại của trái phiếu dùng tính đường cong lợi suất từ bảng FGFB_COIN_DM_Duration</td><td>The remaining term of the bond is calculated using the yield curve from the FGFB_COIN_DM_Duration table</td></tr><tr><td>Status</td><td>bit</td><td></td><td>Status</td><td>Status </td></tr><tr><td>CreateDate</td><td>datetime</td><td></td><td>CreateDate</td><td>Creation date</td></tr><tr><td>UpdateDate</td><td>datetime</td><td></td><td>UpdateDate</td><td>Update date</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://datafeed.fiingroup.vn/api-giao-dich/trai-phieu/trai-phieu-chinh-phu-g-bond/duong-cong-loi-suat-v4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
