# 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: 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:

```
GET https://bluegamma.io/documentation/pricers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
