# Instrument

| Field              | Value                                                                                            | Type                                                                                                                                                            |
| ------------------ | ------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **type**           | Instrument type as configured on the platform (e.g. `INDEX`)                                     | String, **required**                                                                                                                                            |
| **symbol**         | Unique instrument symbol                                                                         | String, **required**                                                                                                                                            |
| **version**        | Version of the instrument. Numeric value that is increasing with each modification               | [Numeric value](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
| **description**    | Human-readable description of an instrument                                                      | String, **required**                                                                                                                                            |
| **priceIncrement** | Minimum price increment of the instrument (e.g. `0.0001`)                                        | [Numeric value](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
| **pipSize**        | Size of 1 pip in the system (e.g. `0.001`)                                                       | [Numeric value](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
| **currency**       | Trading currency of the instrument                                                               | String, **required**                                                                                                                                            |
| **lotSize**        | Lot size of the instrument                                                                       | [Numeric value](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
| **multiplier**     | Multiplier of the instrument                                                                     | [Numeric value](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/getting-started/data-types-and-formats), **required** |
| **underlying**     | Symbol of the underlying instrument. Omitted if an instrument has no underlying.                 | String, *optional*                                                                                                                                              |
| **product**        | Symbol of the product instrument (e.g. `DJIA` ).                                                 | String, *optional*                                                                                                                                              |
| **firstCurrency**  | For Forex instruments, contains the first currency in the pair (e.g. `EUR` for `EUR/USD`)        | String, *optional*                                                                                                                                              |
| **tradingHours**   | Trading calendar for this instrument                                                             | List of [Trading Session](https://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/cash-transaction/trading-session) objects   |
| **currencyType**   | For Currency instruments contains the currency type(`FIAT`, `CRYPTO_CURRENCY` or `CRYPTO_TOKEN`) | String, *optional*                                                                                                                                              |


---

# 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://sway-technologies.gitbook.io/sway-charts-api-documentation/rest-api-specification/cash-transaction/instrument.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.
