Files
2026-09-18 14:20:50 +03:00

1.0 KiB

fintracker_api.model.SummaryOut

Load the model package

import 'package:fintracker_api/api.dart';

Properties

Name Type Description Notes
asOf DateTime
cashRub String decimal as string
computedAt DateTime
holdingCount int
incomeRub String decimal as string
investedNetRub String decimal as string
marketValueRub String decimal as string
pnlTotalRub String decimal as string
realizedPnlRub String decimal as string
returns List<ReturnsOut>
scope String
staleCount int
totalRub String decimal as string
unpricedCount int

[Back to Model list] [Back to API list] [Back to README]