A list of Dispersion calculations for the given years.
Name | Type | Description | Notes |
---|---|---|---|
effectiveAt | OffsetDateTime | The date for which dipsersion calculation has been done. This should be 31 Dec for each given year. | |
dispersionCalculation | java.math.BigDecimal | The result for the dispersion calculation on the given effectiveAt. | [optional] |
variance | java.math.BigDecimal | The variance on the given effectiveAt. | [optional] |
firstQuartile | java.math.BigDecimal | First Quartile (Q1) = (lower quartile) = the middle of the bottom half of the returns. | [optional] |
thirdQuartile | java.math.BigDecimal | Third Quartile (Q3) = (higher quartile) = the middle of the top half of the returns. | [optional] |
range | java.math.BigDecimal | Highest return - Lowest return. | [optional] |
constituentsInScope | List<ResourceId> | List containing Composite members which are part of the dispersion calcualtion. | [optional] |
constituentsExcluded | List<ResourceId> | List containing the Composite members which are not part of the dispersion calculation | [optional] |