| Name | Type | Description | Notes |
|---|---|---|---|
| count | int | The number of deals for the given period | [optional] |
| values | object | The total values of deals grouped by deal currency | [optional] |
| weighted_values | object | The total weighted values of deals for the given period grouped by deal currency. The weighted value of a deal is calculated as probability times deal value. | [optional] |
| open_count | int | The number of open deals for the given period | [optional] |
| open_values | object | The total values of open deals for the given period grouped by deal currency | [optional] |
| weighted_open_values | object | The total weighted values of open deals for the given period grouped by deal currency. The weighted value of a deal is calculated as probability times deal value. | [optional] |
| won_count | int | The number of won deals for the given period | [optional] |
| won_values | object | The total values of won deals for the given period grouped by deal currency | [optional] |