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

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

# AdhocReissuancePolicyFeature

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://uat.api.zinnia.io
components:
  schemas:
    FeatureType:
      type: string
      enum:
        - FREELOOK
        - LAPSEASSESSMENT
        - LAPSEPROTECTION
        - REINSTATEMENT
        - RATELOCK
        - ANNUITIZATION
        - NONFORFEITUREOPTION
        - CONVERSION
        - BILLING
        - CUSTOMFEATURE
        - SURPLUSDISTRIBUTION
    AdhocReissuancePolicyFeature:
      type: object
      properties:
        featureType:
          $ref: "#/components/schemas/FeatureType"
        featureIndicator:
          type: boolean
          example: true
          description: A Feature Indicator in life insurance and annuities refers to a
            binary flag (Yes/No, True/False, or Enabled/Disabled) that signifies
            whether a specific policy feature, rider, or benefit is included in
            the contract. It helps insurers, agents, and policyholders quickly
            identify which optional or standard benefits apply to a policy
        startDate:
          type: string
          format: date
          description: The date when the loan segment becomes active and enforceable
            within the policy.
          example: 2023-01-01
        endDate:
          type: string
          format: date
          description: The date when the loan segment is fully repaid, closed, or no
            longer applicable.
          example: 2023-01-01
        period:
          type: number
          format: int32
          description: The Period of Feature in life insurance and annuities refers to the
            duration for which a specific feature or benefit is available,
            active, or applicable within a policy or contract. It defines the
            time frame in which a feature can be used, exercised, or remains
            valid
          example: 30
```
