> For the complete documentation index, see [llms.txt](https://xponentialfinance.gitbook.io/xponential-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xponentialfinance.gitbook.io/xponential-finance/sources/assets/bonds.md).

# Bonds

{% embed url="<https://www.investopedia.com/terms/b/bond.asp>" %}

When governments or businesses take on debt they sell bonds that pay interest.

T-Bills or Treasury Bills are short-term government debt. They have maturity dates that range from three months to two years or so. Notes are for medium duration debt. A ten year government bond is called a Note. Thirty year government debt securities are called Bonds. T-Bills, Notes, and Bonds: the word they chose to use tells you the duration of the debt.

Side Note: Corporations only issue corporate bonds, not Notes or Treasuries.

States, cities and municipalities also offer bonds called Municipal Bonds or Munis (Myu-Nees).

Bond funds are collections of bonds sold to investors in investment vehicles like Exchange Traded Funds (ETFs).

Normally the longer the duration, the better the coupon (interest earned over the life of the bond, also known as “yield”). A ten year Note will usually pay more yield than a 6 month T-Bill to compensate the investor for the added risk of holding on to the debt as an investment for a longer period of time.

The yield curve is a relative relationship between shorter and longer term bonds. When times get tough, the short term bonds pay more than the longer term bonds. This is called a yield curve inversion and this is considered a reliable leading indicator of an impending recession.

If the Federal Reserve raises interest rates, the bond you bought with a certain yield will fall in value relative to the new ones you can now buy because the Fed Funds Rate went higher. If interest rates fall, bonds that were purchased at times of higher interest rates increase in price.

The Fed raising rates causes previously issued bond values to fall. The Fed lowering rates causes previously issued bond values to rise.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://xponentialfinance.gitbook.io/xponential-finance/sources/assets/bonds.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
