# SymbolPriceBankModel

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**symbol** | **String** | The trade symbol the pricing is related to. Format is asset-counter_asset, e.g., BTC-USD. | [optional] 
**type** | **String** | The type of price; one of trading or payout. | [optional] 
**buyPrice** | **Int** | The purchase price (in base units) for the asset denominated in the counter asset currency. | [optional] 
**sellPrice** | **Int** | The sale price (in base units) for the asset denominated in the counter asset currency. | [optional] 
**buyPriceLastUpdatedAt** | **Date** | ISO8601 datetime the purchase price was generated at. | [optional] 
**sellPriceLastUpdatedAt** | **Date** | ISO8601 datetime the sale price was generated at. | [optional] 
**countryCode** | **String** | The ISO 3166 country 2-Alpha country code of the price. | [optional] 
**participantsType** | **String** | The type of participants the price is for; one of C2C, C2B, B2C, or B2B. | [optional] 
**route** | **String** | The route the price is for; one of bank_account or mobile_wallet. | [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)