# Ước tính giá trị lãi suất thả nổi (tính hàng ngày) (v4)

> API Name: /Bond/GetFloatInterestBenchmarkV4

<table><thead><tr><th width="218.78125">Tên trường dữ liệu</th><th width="110.4140625">Loại dữ liệu</th><th width="73">Độ dài ký tự dữ liệu</th><th width="251.42578125">Mô tả (VN)</th><th width="224.73828125">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>FloatInterestBenchmarkId</td><td>tinyint</td><td></td><td>Lãi suất tham chiếu (BenchMark) của lãi suất thả nổi (VD: Lãi suất tham chiếu = lãi TPCP 10 năm) từ bảng FGFB_COIN_DM_FloatInterestBenchMark</td><td>interest benchmark from FGFB_COIN_DM_FloatInterestBenchmark Table</td></tr><tr><td>TradingDateId</td><td>date</td><td></td><td>Ngày giao dich</td><td>Transaction date</td></tr><tr><td>ModificationId</td><td>bigint</td><td></td><td>Khóa ngoài sang bảng FGFB_CORA_DE_Modification, lưu trữ các thông tin thay đổi của bảng ghi</td><td>Foreign key linked to  FGFB_CORA_DE_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>Value</td><td>decimal</td><td>(9,8)</td><td>Giá trị lãi suất tham chiếu</td><td>Interest benchmark Value </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/thong-tin-chung/uoc-tinh-gia-tri-lai-suat-tha-noi-tinh-hang-ngay-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.
