|
1 | 1 | # Exchange
|
2 | 2 |
|
| 3 | +The Exchange model represents a financial exchange, which is a platform where financial instruments are traded. |
| 4 | +This model contains several properties that provide information about the exchange. |
| 5 | + |
| 6 | +The "code" property is a string that represents the exchange code, which is a unique identifier for the exchange. |
| 7 | + |
| 8 | +The "country" property is a string that indicates the country in which the exchange operates. |
| 9 | + |
| 10 | +The "currency_symbol" property is a string that represents the currency symbol used in the country where the exchange operates. |
| 11 | + |
| 12 | +The "exchange_id" property is a string that represents the unique identifier for the exchange. |
| 13 | + |
| 14 | +The "name" property is a string that represents the name of the exchange. |
| 15 | + |
| 16 | +The "operating_mic" property is a string that represents the operating MIC (Market Identifier Code) for the exchange. |
| 17 | + |
3 | 18 | ## Properties
|
4 |
| -Name | Type | Description | Notes |
5 |
| ------------- | ------------- | ------------- | ------------- |
6 |
| -**code** | **str** | exchange_code code | [optional] |
7 |
| -**country** | **str** | the country the exchange_code operates in | [optional] |
8 |
| -**currency_symbol** | **str** | the currency symbol of the country the exchange_code operates in | [optional] |
9 |
| -**exchange_id** | **str** | exchange_code unique id | [optional] |
10 |
| -**name** | **str** | name of exchange_code | [optional] |
11 |
| -**operating_mic** | **str** | exchange_code operating mic | [optional] |
12 |
| - |
13 |
| -[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
| 19 | +| Name | Type | Description | Notes | |
| 20 | +|---------------------|---------|------------------------------------------------------------------|------------| |
| 21 | +| **code** | **str** | exchange_code code | [optional] | |
| 22 | +| **country** | **str** | the country the exchange_code operates in | [optional] | |
| 23 | +| **currency_symbol** | **str** | the currency symbol of the country the exchange_code operates in | [optional] | |
| 24 | +| **exchange_id** | **str** | exchange_code unique id | [optional] | |
| 25 | +| **name** | **str** | name of exchange_code | [optional] | |
| 26 | +| **operating_mic** | **str** | exchange_code operating mic | [optional] | |
| 27 | + |
| 28 | +[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md) |
14 | 29 |
|
15 | 30 |
|
0 commit comments