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

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

# AdhocReissuanceRiderFlatExtra

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://uat.api.zinnia.io
components:
  schemas:
    FlatExtraType:
      type: string
      enum:
        - TEMPORARY
        - PERMANENT
    AdhocReissuanceRiderFlatExtra:
      type: object
      properties:
        flatExtraType:
          $ref: "#/components/schemas/FlatExtraType"
        flatExtraDuration:
          type: number
          format: int32
          example: 0
          description: The Flat Extra Duration refers to the length of time a Flat Extra
            premium charge is applied to a life insurance policy. This duration
            depends on whether the Flat Extra is temporary or permanent, and it
            is determined by the insurer based on the risk factor associated
            with the insured.
        flatExtraAmount:
          type: number
          format: double
          example: 0
          description: The Flat Extra Amount refers to an additional charge per $1,000 of
            coverage that an insurer applies to a life insurance policy due to
            an increased risk factor. This extra cost is added on top of the
            standard premium and can be temporary or permanent, depending on the
            nature of the risk.
        flatExtraStartDate:
          type: string
          format: date
          example: 2023-01-01
          description: The Flat Extra Start Date refers to the date when an additional,
            fixed premium charge (Flat Extra) begins on a life insurance policy.
            This charge is typically applied due to an increased underwriting
            risk, such as hazardous occupations, high-risk hobbies, or medical
            conditions.
```
