# fintracker_api.model.InstrumentOut ## Load the model package ```dart import 'package:fintracker_api/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **assetClass** | **String** | | **board** | **String** | | **country** | **String** | | **currency** | **String** | | **exchange** | **String** | | **figi** | **String** | | **id** | **int** | | **isActive** | **bool** | | **isin** | **String** | | **issuer** | **String** | | **lot** | **int** | | **maturityDate** | [**DateTime**](DateTime.md) | | **name** | **String** | | **nominal** | **String** | decimal as string | **nominalCurrency** | **String** | | **sector** | **String** | | **ticker** | **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)