| Name | Description | Type | Remarks |
|---|---|---|---|
| Value |
Required Gets the occurrence value regarding the type. |
double | |
| Minimum |
Required The minimum frequency. |
int |
Range: [0, 2147483647] |
| Maximum |
Required The maximum frequency. The value 2147483647 indicates that the frequency is unlimited. |
int |
Range: [0, 2147483647] |
| Type |
The frequency type. |
FrequencyType |
Default is 0 (Probability). |
| Correlation |
The correlation in [-1, 1]. |
double |
Default value: 0. Range: [-1, 1] |
| LengthOfPeriod |
The length of the simulated period as a fraction in (0; 1]. The value 1 (default) indicates that the period is fully simulated. The value < 1 indicates the part of the current period has already lasted and therefore the risks have to be reduced proportionally. For example, if the first quarter of the year has lasted (25%) and only three quarters have to be evaluated (75%), the length of period is set 0.75. |
double |
Default value: 1. Range: [0, 1] Default is 1. |