---
title: "IriRiderType"
url: "https://developers.zinnia.com/apis/policy-service-0-1-0/versions/8306e031-b41c-452a-a7ed-d73d65602086/schemas/IriRiderType"
---

> Full API specification: https://developers.zinnia.com/apis/policy-service-0-1-0/versions/8306e031-b41c-452a-a7ed-d73d65602086.md

# IriRiderType

Classification of the rider.

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://uat.api.zinnia.io
components:
  schemas:
    IriRiderType:
      type: string
      description: Classification of the rider.
      enum:
        - BASE
        - RIDER
        - INTEGRATED_RIDER
        - BENEFIT_RIDER
        - INCOME_RIDER
        - DEATH_BENEFIT_RIDER
        - LTC_RIDER
        - GMWB_RIDER
        - GMDB_RIDER
        - GMAB_RIDER
        - CHARGE_RIDER
        - DISCOUNT
        - BASE_INCREASE
        - RIDER_INCREASE
        - OTHER
        - UNKNOWN
```
