# Report
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**result** | [**Vec<Value>**](Value.md) | <para>List of Report items. Item type depends on {Bondora.Core.Enums.ReportType} value:</para> <list type=\"bullet\"> <item> <term>SecondMarketArchive</term> <description>the type is {Sobralaen.Api.Models.SecondMarketArchiveReportLine}</description> </item> <item> <term>AccountStatement</term> <description>the type is {Sobralaen.Api.Models.AccountStatementReportLine}</description> </item> <item> <term>Repayments</term> <description>the type is {Sobralaen.Api.Models.RepaymentsReportLine}</description> </item> <item> <term>Investments</term> <description>the type is {Sobralaen.Api.Models.InvestmentsListReportLine}</description> </item> <item> <term>PlannedFutureCashflows</term> <description>the type is {Sobralaen.Api.Models.FutureCashflowsReportLine}</description> </item> <item> <term>InvestmentsV2</term> <description>the type is {Sobralaen.Api.Models.InvestmentsListReportLineV2}</description> </item> </list> | [optional] [default to null]
**report_id** | **String** | Reports unique identifier | [optional] [default to null]
**created_on** | **String** | Report created date | [optional] [default to null]
**generated_on** | **String** | Report generated date | [optional] [default to null]
**period_start** | **String** | Report period end date | [optional] [default to null]
**period_end** | **String** | Report period start date | [optional] [default to null]
**report_type** | **i32** | Report's type | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)