> 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/pricers.md).

# Pricers

- [Swap Pricer](https://bluegamma.io/documentation/pricers/calculating-a-swap-rate.md): The Swap Pricer gives you a live swap rate for a custom notional profile, plus the underlying forward curve to drop into your financial model.
- [Swap Mark-to-Market](https://bluegamma.io/documentation/pricers/calculating-the-mtm-of-a-swap.md): The Mark-to-Market (MtM) value of a swap represents the current net value of the swap's cashflows, calculated using prevailing market interest rates. Here's how to value your swaps in BlueGamma.
- [Forecast MtM](https://bluegamma.io/documentation/pricers/calculating-the-mtm-of-a-swap/forecast-mtm.md): Forecast the range of potential Mark-to-Market values for a swap over time, using volatility-based confidence bands.
- [Cap Pricer](https://bluegamma.io/documentation/pricers/pricing-a-cap.md): Price interest rate caps with scenario analysis, caplet breakdowns, and a strike/tenor price grid.
- [Cross-Currency Swap Pricer](https://bluegamma.io/documentation/pricers/overview.md): Understand cross-currency swaps and use BlueGamma's pricer to calculate implied spreads across currencies and tenors.


---

# 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/pricers.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.
