# Market Indexes

fCash markets of a given currency are identified by Market Indexes. Market Indexes identify the tenor of active markets using a predefined tenor cadence:&#x20;

* 3 month (market index = 1)
* 6 month (market index = 2)
* 1 year (market index = 3)
* 2 year (market index = 4)
* 5 year (market index = 5)
* 10 year (market index = 6)
* 20 year (market index = 7)

As an example, using a market index of 1 would refer to a 3 Month fCash market and a market with an index of 3 would refer to a 1 Year fCash market.&#x20;


---

# 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://docs.notional.finance/v3-technical-docs/currency-ids-and-precision/market-indexes.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.
