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

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

# FixedCostPeriodUnit

The unit of measure for the Fixed Cost Period. YEARS indicates the period is measured in policy years from the policy start date. AGE indicates the period is measured until the insured reaches a specific age. For Everly IUL T65 products, AGE with value 65 maps to OLI_LU_BENEPERIOD TC=16.

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://uat.api.zinnia.io
components:
  schemas:
    FixedCostPeriodUnit:
      type: string
      description: The unit of measure for the Fixed Cost Period. YEARS indicates the
        period is measured in policy years from the policy start date. AGE
        indicates the period is measured until the insured reaches a specific
        age. For Everly IUL T65 products, AGE with value 65 maps to
        OLI_LU_BENEPERIOD TC=16.
      enum:
        - YEARS
        - AGE
```
