# Basic information of bonds (v4)

> API Name: /Bond/GetBondInformation

<table><thead><tr><th width="230.07421875">Field name</th><th width="105.32421875">Data type</th><th width="72.0078125">Data length</th><th width="214.15234375">Description (VN)</th><th width="216.828125">Description (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>BondId</td><td>int</td><td></td><td>Định danh đối tượng trong bảng (1 đối tượng có thể có nhiều bản ghi)</td><td>Identity of object (one object can have more than one record)</td></tr><tr><td>OrganizationId</td><td>int</td><td></td><td>Mã Cty phát hành trái phiếu từ bảng FGFB_COIN_DR_Organization</td><td>Bond Issuer ID from FGFB_COIN_DR_Organization Table</td></tr><tr><td>BondName</td><td>nvarchar</td><td>128</td><td>Tên trái phiếu</td><td>Name of bond</td></tr><tr><td>en_BondName</td><td>varchar</td><td>128</td><td>Tên trái phiếu tiếng anh</td><td>Bond name in english</td></tr><tr><td>BondTypeId</td><td>tinyint</td><td></td><td>Loại trái phiếu. (Vd: 1: TPCP, 2: Tpđịa phương, …) từ bảng FGFB_COIN_DM_BondType</td><td>Bond Type Id. E.g. 1: Government Bond, 2:Quasi-government bond…from FGFB_COIN_DM_BondType Table</td></tr><tr><td>ActiveStatusId</td><td>tinyint</td><td></td><td>Tình trạng (Sắp phát hành, Hiệu lực, hết hiệu lực) từ bảng FGFB_COIN_DM_ActiveStatus</td><td>Bond Status. E.g: 1: active, 0: terminated from FGFB_COIN_DM_Activestatus Table</td></tr><tr><td>IssueMethodId</td><td>tinyint</td><td></td><td>Hình thức phát hành (VD: 1: đấu thầu, 2: Bảo lãnh phát hành) từ bảng FGFB_COIN_DM_IssueMethod</td><td>Bond issue Method Id from FGFB_COIN_DM_IssueMethod Table</td></tr><tr><td>ParValue</td><td>bigint</td><td></td><td>Mệnh giá</td><td>Bond Face Value</td></tr><tr><td>OutstandingShare</td><td>bigint</td><td></td><td>Số lượng trái phiếu lưu hành</td><td>Outstanding Share of Bond</td></tr><tr><td>PrincipalCurrencyId</td><td>tinyint</td><td></td><td>Loại tiền tệ của khoản vay gốc từ bảng FGFB_CMMS_DM_Currency</td><td>Currency of Face value payment from FGFB_CMMS_DM_Currency Table</td></tr><tr><td>DurationId</td><td>tinyint</td><td></td><td>Kỳ hạn của trái phiếu (từ ngày phát hành đến ngày đáo hạn) từ bảng FGFB_COIN_DM_Duration</td><td>Terms Bond from FGFB_COIN_DM_Duration Table</td></tr><tr><td>MaturityDateId</td><td>date</td><td></td><td>Ngày đáo hạn</td><td>Maturity date of bond</td></tr><tr><td>IssueDateId</td><td>date</td><td></td><td>Ngày phát hành</td><td>Issue date of bond</td></tr><tr><td>FirstTradingDateId</td><td>date</td><td></td><td>Ngày giao dịch đầu tiên</td><td>First Trading Date</td></tr><tr><td>LastTradingDateId</td><td>date</td><td></td><td>Ngày giao dịch cuối cùng</td><td>Last Trading Date</td></tr><tr><td>OptionTypeId</td><td>tinyint</td><td></td><td>Loại quyền chọn kèm theo trái phiếu từ bảng FGFB_COIN_DM_OptionType (Ví dụ quyền chọn mua, quyền chọn bán, quyền chuyển đổi)</td><td>options deemed with bond  from FGFB_COIN_DM_OptionType Table</td></tr><tr><td>OptionDescription</td><td>nvarchar</td><td>255</td><td>Mô tả của quyền chọn kèm theo, VD: Chuyển đổi 1000 bond lấy 2500 cổ phiếu phổ thông</td><td>Option information</td></tr><tr><td>en_OptionDescription</td><td>varchar</td><td>255</td><td>Link thông tin Bond tiếng anh</td><td>Link to english description of bond</td></tr><tr><td>CouponTypeId</td><td>tinyint</td><td></td><td>Loại hình trả lãi từ bảng FGFB_COIN_DM_CouponType (Vd: Lãi cố định, lãi thả nổi, không có lãi,…)</td><td>Type of coupon. E.g. 1: Standard Coupon, 2: Float rate coupon, 3: Zero Coupon from FGFB_COIN_DM_CouponType Table</td></tr><tr><td>PaymentCalendarId</td><td>tinyint</td><td></td><td>Cách thức trả lãi (vd: 1năm 1 lần, cuối kỳ,…). từ bảng FGFB_COIN_DM_PaymentCalendar</td><td>Payment method Id from FGFB_COIN_DM_PaymentCalendar Table</td></tr><tr><td>SourceUrl</td><td>varchar</td><td>128</td><td>Link thông tin Bond</td><td>Link to Bond information</td></tr><tr><td>Collateral</td><td>nvarchar</td><td>255</td><td>Tài sản đảm bảo</td><td>Collateral information</td></tr><tr><td>BondGoal</td><td>nvarchar</td><td>255</td><td>Mục tiêu của việc phát hành trái phiếu</td><td>Goal of Bond Issue</td></tr><tr><td>InterestDescription</td><td>nvarchar</td><td>500</td><td>Mô tả lãi suất</td><td>Interest description </td></tr><tr><td>en_SourceUrl</td><td>varchar</td><td>255</td><td>Link thông tin Bond</td><td>Link to Bond information</td></tr><tr><td>en_Collateral</td><td>varchar</td><td>255</td><td>Tên Quyền chọn kèm theo bằng tiếng anh</td><td>Option information of bond in english</td></tr><tr><td>en_BondGoal</td><td>varchar</td><td>255</td><td>mục tiêu của việc phát hành trái phiếu tiếng anh</td><td>Goal of Bond Issue in english</td></tr><tr><td>en_InterestDescription</td><td>nvarchar</td><td>500</td><td>Mô tả lãi suất bằng tiếng anh</td><td>Interest description in English</td></tr><tr><td>GroupId</td><td>smallint</td><td></td><td>Sàn trái phiếu đang giao dịch từ bảng FGFB_COIN_DR_Group</td><td>Bond exchange group from FGFB_COIN_DR_Group Table</td></tr><tr><td>TradingStatusId</td><td>tinyint</td><td></td><td>Khóa ngoài sang bảng FGFB_COIN_DM_TradingStatus, trạng thái giao dịch (vd: đang giao dịch, hạn chế giao dịch,…)</td><td>Foreign key linked to  FGFB_COIN_DM_TradingStatus table, trading status</td></tr><tr><td>Ticker</td><td>varchar</td><td>15</td><td>Mã trái phiếu vsd (Khi chưa có mã do sàn đặt thì sử dụng mã do FiinGroup đặt: FG….)</td><td>Bond Quoted Code ( if there is no Bond Code, create custom code of FiinGroup)</td></tr><tr><td>BondIsinCode</td><td>varchar</td><td>15</td><td>Mã Isin</td><td>Isin Code</td></tr><tr><td>SecuritiesRegistrationCode</td><td>varchar</td><td>30</td><td>Giấy chứng nhận ĐKCK</td><td>Bond registration Code</td></tr><tr><td>ModificationId</td><td>bigint</td><td></td><td>Khóa ngoài sang bảng FGFB_COIN_DR_Modification, lưu trữ các thông tin thay đổi của bảng ghi</td><td>Foreign key linked to  FGFB_COIN_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>IssueLocationId</td><td>int</td><td></td><td>Thị trường phát hành (trong nước, Mỹ, Sing, Quốc tế..)<br>từ bảng FGFB_CMMS_DM_Location</td><td>Issue market (domestic, US,Sing,International,…) from FGFB_CMMS_DM_Location Table</td></tr><tr><td>IsGreenBond</td><td>tinyint</td><td></td><td>Trái phiếu xanh (1:có/0:không)</td><td>Green bonds (1: yes/ 0: no)</td></tr><tr><td>IsCollateral</td><td>tinyint</td><td></td><td>Tài sản đảm bảo (1:có/0:không)</td><td>Colleteral (1: yes/ 0: no)</td></tr><tr><td>CollateralStatusId</td><td>tinyint</td><td></td><td>Tình trạng tài sản đảm bảo (1:bình thường/2:bất thường)</td><td>Collateral status (1: normal / 2: abnormal)</td></tr><tr><td>DepositoryOrganizationId</td><td>int</td><td></td><td>Tổ chức lưu ký</td><td>Depository organization</td></tr><tr><td>IssueShare</td><td>bigint</td><td></td><td>Số lượng trái phiếu niêm yết</td><td>Number of listed bonds</td></tr><tr><td>Covernants</td><td>nvarchar</td><td>255</td><td>Điều khoản, cam kết phát hành (Các cam kết đặc thù của nhà phát hành để đảm bảo nghĩa vụ nợ) bằng tiếng Việt</td><td>Issuance terms and commitments (Specific commitments of the issuer to ensure debt obligations) in Vietnamese</td></tr><tr><td>en_Covernants</td><td>nvarchar</td><td>255</td><td>Điều khoản, cam kết phát hành (Các cam kết đặc thù của nhà phát hành để đảm bảo nghĩa vụ nợ) bằng tiếng Anh</td><td>Issuance terms and commitments (Specific commitments of the issuer to ensure debt obligations) in English</td></tr><tr><td>IssueFormId</td><td>tinyint</td><td></td><td>Hình thức phát hành từ bảng FGFB_COIN_DM_IssueForm</td><td>Bond issue Method Id from FGFB_COIN_DM_IssueMethod Table</td></tr><tr><td>IsPaymentGuarantee</td><td>tinyint</td><td></td><td>Bảo lãnh thanh toán (1:Có/0:Không)</td><td>Payment guarantee (1: yes / 0: no)</td></tr><tr><td>PaymentGuaranteeOrganization</td><td>int</td><td></td><td>Mã tổ chức báo lãnh thanh toán phát hành trái phiếu từ bảng FGFB_COIN_DR_Organization</td><td>Bond PaymentGuarantee ID from FGFB_COIN_DR_Organization Table</td></tr><tr><td>PaymentGuaranteeDescription</td><td>nvarchar</td><td>500</td><td>Mô tả bảo lãnh thanh toán</td><td>Payment Guarantee Description (VI)</td></tr><tr><td>en_PaymentGuaranteeDescription</td><td>varchar</td><td>255</td><td>Mô tả bảo lãnh thanh toán bằng TA</td><td>Payment Guarantee Description (EN)</td></tr><tr><td>MarketTypeId</td><td>tinyint</td><td></td><td>not use</td><td>not use</td></tr><tr><td>IsRedemption</td><td>tinyint</td><td></td><td>Có được mua lại (1:có/0:không)</td><td>Redeemable (1: yes / 0: no)</td></tr><tr><td>IsConvertable</td><td>tinyint</td><td></td><td>Có được hoán đổi (1:có/0:không)</td><td>Exchangeable (1: yes / 0: no)</td></tr><tr><td>IsCoveredWarrant</td><td>tinyint</td><td></td><td>Có kèm chứng quyền (1:có/0:không)</td><td>With warrants (1: yes / 0: no)</td></tr><tr><td>RawParValue</td><td>bigint</td><td></td><td>Mệnh giá gốc của trái phiếu theo đồng tiền phát hành</td><td>Original face value of the bond in the issuance currency</td></tr><tr><td>RawActiveStatusId</td><td>tinyint</td><td></td><td>Trạng thái gốc của trái phiếu theo công bố</td><td>Original status of the bond as announced</td></tr><tr><td>CancellationDateId</td><td>date</td><td></td><td>Ngày hủy/đáo hạn của trái phiếu (theo thông tin của sở HNX)</td><td>Maturity date of bond (according to HNX information)</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><tr><td>PreBondCode</td><td>varchar</td><td>30</td><td>Mã trái phiếu khi phát hành</td><td>OrganTag</td></tr></tbody></table>

<table><thead><tr><th width="102">BondTypeId</th><th width="160">BondTypeName</th><th width="172">en_BondTypeName</th><th width="144.28125">BondTypeLevel</th></tr></thead><tbody><tr><td>11</td><td>Trái phiếu doanh nghiệp</td><td>Corporate Bond</td><td>1</td></tr><tr><td>1</td><td>TPDN</td><td>Corporate Bond</td><td>2</td></tr><tr><td>2</td><td>TPDN Chuyển đổi</td><td>Convertible Bond</td><td>2</td></tr><tr><td>10</td><td>TPCP, Kho bạc</td><td>Government, Treasury</td><td>1</td></tr><tr><td>3</td><td>Tín phiếu</td><td>Bills</td><td>2</td></tr><tr><td>4</td><td>Trái phiếu Chính phủ bảo lãnh</td><td>Government - guaranteed Bond</td><td>2</td></tr><tr><td>5</td><td>Trái phiếu Chính phủ</td><td>Government Bond</td><td>2</td></tr><tr><td>6</td><td>Trái phiếu Chính quyền địa phương</td><td>Municipal Bond</td><td>2</td></tr><tr><td>7</td><td>Trái phiếu khác</td><td>Other Bond</td><td>2</td></tr></tbody></table>

<table><thead><tr><th width="142.8046875">ActiveStatusId</th><th width="193">ActiveStatusName</th><th width="192.70703125">en_ActiveStatusName</th><th width="162.41015625">ActiveStatusLevel</th></tr></thead><tbody><tr><td>15</td><td>Bình thường</td><td>Active</td><td>2</td></tr><tr><td>16</td><td>Huỷ do đáo hạn</td><td>Cancelled due to maturity</td><td>2</td></tr><tr><td>17</td><td>Huỷ do mua lại trái phiếu trước hạn</td><td>Redemption and Cancellation</td><td>2</td></tr><tr><td>18</td><td>Huỷ toàn bộ</td><td>Cancel all</td><td>2</td></tr><tr><td>19</td><td>Hủy một phần</td><td>Cancel a part</td><td>2</td></tr><tr><td>21</td><td>Kế hoạch phát hành</td><td>Plan</td><td>2</td></tr><tr><td>20</td><td>Huỷ kế hoạch</td><td>Cancel plan</td><td>2</td></tr><tr><td>22</td><td>Chưa thanh toán sau đáo hạn</td><td>Default</td><td>2</td></tr></tbody></table>

<table><thead><tr><th width="143.3515625">IssueMethodId</th><th width="160">IssueMethodName</th><th width="172">en_IssueMethodName</th><th width="154.9140625">IssueMethodLevel</th></tr></thead><tbody><tr><td>1</td><td>Đấu thầu</td><td>Bidding</td><td>1</td></tr><tr><td>3</td><td>Bán lẻ</td><td>Retail</td><td>1</td></tr><tr><td>4</td><td>Bảo lãnh</td><td>Underwriting</td><td>1</td></tr><tr><td>5</td><td>Phát hành riêng lẻ</td><td>Private placement</td><td>1</td></tr><tr><td>6</td><td>Phát hành công chúng</td><td>Public placement</td><td>1</td></tr><tr><td>2</td><td>N/A</td><td>N/A</td><td>1</td></tr></tbody></table>

<table><thead><tr><th width="116">DurationId</th><th width="193">DurationName</th><th width="165">en_DurationName</th><th width="147.33203125">DurationLevel</th></tr></thead><tbody><tr><td>166</td><td>Năm</td><td>Years</td><td>1</td></tr><tr><td>50</td><td>2 Năm</td><td>2 years</td><td>2</td></tr><tr><td>52</td><td>3 Năm</td><td>3 years</td><td>2</td></tr><tr><td>54</td><td>4 Năm</td><td>4 years</td><td>2</td></tr><tr><td>56</td><td>5 Năm</td><td>5 years</td><td>2</td></tr><tr><td></td><td>…</td><td></td><td></td></tr></tbody></table>

<table><thead><tr><th width="102">GroupId</th><th width="204.47265625">IssueMethodName</th><th width="211.25">en_IssueMethodName</th><th width="163.3671875">IssueMethodLevel</th></tr></thead><tbody><tr><td>11</td><td>VNINDEX</td><td>VNINDEX</td><td>4</td></tr><tr><td>46</td><td>HNXIndex</td><td>HNXIndex</td><td>4</td></tr><tr><td>47</td><td>UPCoMIndex</td><td>UPCoMIndex</td><td>4</td></tr><tr><td>65</td><td>OTC</td><td>OTC</td><td>4</td></tr><tr><td>64</td><td>Trái phiếu chuyên biệt</td><td>Specialized Government bonds</td><td>4</td></tr><tr><td>128</td><td>Trái phiếu riêng lẻ</td><td>Privately - Placed corporate bond</td><td>4</td></tr></tbody></table>

<table><thead><tr><th width="116">CurrencyId</th><th width="193">CurrencyName</th><th width="165">en_CurrencyName</th><th width="153.75390625">CurrencyCode</th></tr></thead><tbody><tr><td>6</td><td>Đồng Euro</td><td>EURO</td><td>EUR</td></tr><tr><td>21</td><td>Đô la Mỹ</td><td>US Dollar</td><td>USD</td></tr><tr><td>22</td><td>Đồng Việt Nam</td><td>Vietnam Dong</td><td>VND</td></tr><tr><td></td><td>….</td><td></td><td></td></tr></tbody></table>

<table><thead><tr><th width="127.22265625">OptionTypeId</th><th width="160">OptionTypeName</th><th width="196.29296875">en_OptionTypeName</th><th width="151.89453125">OptionTypeLevel</th></tr></thead><tbody><tr><td>1</td><td>Quyền Mua</td><td>Covered Warrant Call</td><td>1</td></tr><tr><td>2</td><td>Quyền Bán</td><td>Covered Warrant Put</td><td>1</td></tr><tr><td>3</td><td>Quyền chuyển đổi</td><td>convertable</td><td>1</td></tr><tr><td>4</td><td>Không có (N/A)</td><td>N/A</td><td>1</td></tr></tbody></table>

<table><thead><tr><th width="141.19921875">CouponTypeId</th><th width="163.69140625">CouponTypeName</th><th width="180.68359375">en_CouponTypeName</th><th width="158.84375">CouponTypeLevel</th></tr></thead><tbody><tr><td>1</td><td>Thả nổi</td><td>Float</td><td>1</td></tr><tr><td>2</td><td>Không trái tức</td><td>Zero</td><td>1</td></tr><tr><td>3</td><td>Kết hợp</td><td>Mixed</td><td>1</td></tr><tr><td>4</td><td>Cố định</td><td>Fixed</td><td>1</td></tr><tr><td>5</td><td>N/A</td><td>N/A</td><td>1</td></tr></tbody></table>

<table><thead><tr><th width="171.99609375">PaymentCalendarId</th><th width="193">PaymentCalendarName</th><th width="232.82421875">en_PaymentCalendarName</th><th width="189.19140625">PaymentCalendarLevel</th></tr></thead><tbody><tr><td>1</td><td>Tiền lãi trả sau</td><td>Bond interest is postepaid</td><td>1</td></tr><tr><td>10</td><td>Tiền lãi trả sau, định kỳ hàng tháng</td><td>Bond interest is postepaid per month</td><td>2</td></tr><tr><td>14</td><td>Tiền lãi trả sau, định kỳ 2 tháng</td><td>Bond interest is postepaid per 2 months</td><td>2</td></tr><tr><td>4</td><td>Tiền lãi trả sau, định kỳ 3 tháng</td><td>Bond interest is postepaid per 3 months</td><td>2</td></tr><tr><td>12</td><td>Tiền lãi trả sau, định kỳ 5 tháng</td><td>Bond interest is postepaid per 5 months</td><td>2</td></tr><tr><td>3</td><td>Tiền lãi trả sau, định kỳ 6 tháng</td><td>Bond interest is postepaid per 6 months</td><td>2</td></tr><tr><td>2</td><td>Tiền lãi trả sau, định kỳ 12 tháng</td><td>Bond interest is postepaid annually</td><td>2</td></tr><tr><td>11</td><td>Tiền lãi trả sau, định kỳ 2 năm</td><td>Bond interest is postepaid per 2 years</td><td>2</td></tr><tr><td>13</td><td>Tiền lãi trả sau, một lần khi đáo hạn</td><td>Bond interest is postepaid in one time at maturity</td><td>2</td></tr><tr><td>9</td><td>Tiền lãi trả trước</td><td>Bond interest is prepaid</td><td>1</td></tr><tr><td>7</td><td>Tiền lãi trả trước, định kỳ 12 tháng</td><td>Bond interest is prepaid annually</td><td>2</td></tr><tr><td>15</td><td>Tiền lãi trả trước, định kỳ 6 tháng</td><td>Bond interest is prepaid per 6 months</td><td>2</td></tr><tr><td>8</td><td>N/A</td><td>N/A</td><td>1</td></tr></tbody></table>

<table><thead><tr><th width="143.921875">TradingStatusId</th><th width="171.7265625">TradingStatusName</th><th width="204.02734375">en_TradingStatusName</th><th width="163.26953125">TradingStatusLevel</th></tr></thead><tbody><tr><td>1</td><td>Huỷ niêm yết</td><td>Delisted</td><td>1</td></tr><tr><td>2</td><td>Đang niêm yết</td><td>Listing</td><td>1</td></tr><tr><td>3</td><td>Kế hoạch niêm yết</td><td>Plan</td><td>1</td></tr><tr><td>4</td><td>N/A</td><td>N/A</td><td>1</td></tr></tbody></table>

<table><thead><tr><th width="125.5234375">IssueFormId</th><th width="293.5390625">IssueFormName</th><th width="245.9453125">en_IssueFormName</th></tr></thead><tbody><tr><td>1</td><td>Chứng chỉ</td><td>Certificates</td></tr><tr><td>2</td><td>Ghi sổ</td><td>Book entries</td></tr><tr><td>3</td><td>Dữ liệu điện tử</td><td>Electronic data</td></tr><tr><td>4</td><td>N/A</td><td>N/A</td></tr><tr><td>5</td><td>Chứng từ, dữ liệu điện tử, ghi sổ</td><td>Certificates,Book entries,Electronic data</td></tr><tr><td>6</td><td>Chứng từ, ghi sổ</td><td>Certificates,Book entries</td></tr><tr><td>7</td><td>Dữ liệu điện tử, ghi sổ</td><td>Electronic data,Book entries</td></tr></tbody></table>
