# Market ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **symbol** | **String** | The symbol of the market. The symbol is the same as the waypoint where the market is located. | **exports** | [**Vec**](TradeGood.md) | The list of goods that are exported from this market. | **imports** | [**Vec**](TradeGood.md) | The list of goods that are sought as imports in this market. | **exchange** | [**Vec**](TradeGood.md) | The list of goods that are bought and sold between agents at this market. | **transactions** | Option<[**Vec**](MarketTransaction.md)> | The list of recent transactions at this market. Visible only when a ship is present at the market. | [optional] **trade_goods** | Option<[**Vec**](MarketTradeGood.md)> | The list of goods that are traded at this market. Visible only when a ship is present at the market. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)