# fintracker_api.model.BenchmarkOut ## Load the model package ```dart import 'package:fintracker_api/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **code** | **String** | | **currency** | **String** | | **historyFrom** | [**DateTime**](DateTime.md) | | **historyTo** | [**DateTime**](DateTime.md) | | **id** | **int** | | **instrumentId** | **int** | | **isActive** | **bool** | | **isDefault** | **bool** | | **kind** | **String** | | **name** | **String** | | **source_** | **String** | | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)