> 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): Price an interest rate swap at the live mid, save it as a quote, and mark it as traded once you have dealt.
- [RfP & Term Sheet Generator](https://bluegamma.io/documentation/pricers/calculating-a-swap-rate/rfp-and-term-sheet-generator.md)
- [Reports](https://bluegamma.io/documentation/pricers/calculating-a-swap-rate/reports.md)
- [Swap Mark-to-Market](https://bluegamma.io/documentation/pricers/calculating-the-mtm-of-a-swap.md): Value a traded swap at the live mid, see clean and dirty MtM, accrued interest and the replacement rate, and stress the curve.
- [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.
