just gen-client — покрывает links, cashflow-broker, ручные цены, imports/pending, goals/income/rebalance/tax/benchmarks.
22 lines
768 B
Markdown
22 lines
768 B
Markdown
# fintracker_api.model.BenchmarkComparisonOut
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:fintracker_api/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**benchmarks** | [**List<BenchmarkReturnOut>**](BenchmarkReturnOut.md) | |
|
|
**dateFrom** | [**DateTime**](DateTime.md) | |
|
|
**dateTo** | [**DateTime**](DateTime.md) | |
|
|
**period** | **String** | |
|
|
**portfolioDaysSkipped** | **int** | |
|
|
**portfolioTwr** | **String** | decimal as string |
|
|
**portfolioTwrAnnualized** | **String** | decimal as 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)
|
|
|
|
|