> For the complete documentation index, see [llms.txt](https://bluegamma.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bluegamma.io/documentation/market-data-guides/overview-1/advanced/download-a-custom-table-of-swap-rates.md).

# Download a Custom Table of Swap Rates

<figure><img src="/files/nI0sII6tMzNnePVGUNni" alt=""><figcaption></figcaption></figure>

### **Step 1: Navigate to Swap Rates**

1. **Choose "Interest Rate Curves"** from the navigation bar.
2. **Select Your Currency** from the available options (e.g., EUR, USD).

***

### **Step 2: Open the Customisation Settings**

1. In the **Swap Rates Table**, locate the **Download** button.
2. Click the **Settings Cog** next to the Download button.

<figure><img src="/files/pI1auoi0wzmqTO4kVgqV" alt=""><figcaption></figcaption></figure>

3. A popup will appear, allowing you to customise your download.

<figure><img src="/files/sGBYDENdq9CAtyrfLkA2" alt=""><figcaption></figcaption></figure>

***

### **Step 3: Customise Your Swap Rate Table**

1. **Choose Your Tenors:**
   * Select the specific tenors you want (e.g., 1Y, 5Y, 10Y) or select the full range.
2. **Set Data Orientation:**
   * Choose whether the data will appear in a **horizontal** (columns) or **vertical** (rows) layout in Excel.
3. **(Optional) Adjust Advanced Settings:**
   * **Fixed Leg Frequency:** Set how often payments occur on the fixed leg (e.g., 1M, 3M, 6M, or 12M).
   * **Floating Leg Frequency:** Adjust the payment frequency for the floating leg (based on the reference rate, e.g., 6M EURIBOR).
   * Eg for a semi-annual vs semi-annual 6M EURIBOR swap select the following

<figure><img src="/files/HYjsLg7N6ZLQ1N5GM14M" alt=""><figcaption></figcaption></figure>

***

### **Step 4: Download Your Custom Table**

Once you’ve configured your settings, click the **Download** button to generate your table. The Excel file will reflect your selected tenors, layout, and advanced settings.

<figure><img src="/files/mduRWSOVhBlYHCHdHbFW" alt=""><figcaption></figcaption></figure>

***

### **Default Download Option**

If you don’t customise the settings, the download will provide the **raw swap rate data** with default configurations (e.g., standard tenors and 6M EURIBOR Annual fixed vs 6M floating frequency).

***

<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://bluegamma.io/documentation/market-data-guides/overview-1/advanced/download-a-custom-table-of-swap-rates.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.
