Contains the supporting objects and enums for the detailed loss results analysis.
![]() |
DetailedLossResultsDto
Contains the supporting objects and enums for the detailed loss results analysis.
|
| Name | Description | Data Type |
|---|---|---|
| annualDetail | Contains a list of annual details. | Array[AnnualDetailDto] |
| annualSummary | Contains loss information for all locations or contracts for one simulated year. | Array[AnnualSummaryDto] |
| averageAnnualLoss | Contains a list of annual detail. | Array[AverageAnnualLossDto] |
| eventDetail | Contains the level and one or more events. | Array[EventDetailDto] |
| metadata | AnalysisMetadata | |
| metadata\duration | TimeSpan | |
| metadata\duration\days | integer (int32) | |
| metadata\duration\hours | integer (int32) | |
| metadata\duration\milliseconds | integer (int32) | |
| metadata\duration\minutes | integer (int32) | |
| metadata\duration\seconds | integer (int32) | |
| metadata\duration\ticks | integer (int64) | |
| metadata\duration\totalDays | number (double) | |
| metadata\duration\totalHours | number (double) | |
| metadata\duration\totalMilliseconds | number (double) | |
| metadata\duration\totalMinutes | number (double) | |
| metadata\duration\totalSeconds | number (double) | |
| metadata\endTime | Indicates the end time of a completed analysis. | string (date) |
| metadata\engineVersion | Indicates the version of the Next Generation Model (NGM) loss engine. | string |
| metadata\startTime | Indicates the start time of an initiated analysis. | string (date) |