# Annual Count Index Parameter Recorder

## General Description

Record the number of years where an IndexParameter is greater than or equal to a threshold. [API Reference](https://pywr.github.io/pywr-docs/master/api/generated/pywr.recorders.AnnualCountIndexParameterRecorder.html#pywr.recorders.AnnualCountIndexParameterRecorder)

## Attributes

<table><thead><tr><th width="175">Name</th><th width="395">Description</th><th>Required</th></tr></thead><tbody><tr><td>model</td><td>pywr.core.Model</td><td>Optional</td></tr><tr><td>parameter</td><td>The parameter to record</td><td>Required</td></tr><tr><td>name</td><td>The name of the recorder</td><td>Optional</td></tr><tr><td>threshold</td><td>Threshold to compare the parameter against</td><td>Optional</td></tr></tbody></table>

## Example

coming soon...

```json
{

}
```
