just gen-client — покрывает links, cashflow-broker, ручные цены, imports/pending, goals/income/rebalance/tax/benchmarks.
22 lines
737 B
Markdown
22 lines
737 B
Markdown
# fintracker_api.model.RebalanceOut
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:fintracker_api/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**asOf** | [**DateTime**](DateTime.md) | |
|
|
**buckets** | [**List<RebalanceBucketOut>**](RebalanceBucketOut.md) | |
|
|
**cashAvailableRub** | **String** | decimal as string |
|
|
**dimension** | **String** | |
|
|
**portfolioId** | **int** | |
|
|
**totalValueRub** | **String** | decimal as string |
|
|
**warnings** | **List<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)
|
|
|
|
|