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

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

# ValueAdjustment

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://qa.api.zinnia.io
components:
  schemas:
    ValueAdjustment:
      type: object
      properties:
        fundId:
          type: string
          example: EVGL001
          description: A unique identifier for the fund account involved in a value
            adjustment.
        segmentId:
          type: string
          example: "1"
          description: A unique identifier for the specific segment affected by a value
            adjustment.
        coverageId:
          type: string
          description: A unique identifier linking the value adjustment to a specific
            coverage component.
          example: Base_Coverage
```
