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

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

# FundDistributionSegment

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://qa.api.zinnia.io
components:
  schemas:
    FundDistributionSegment:
      type: object
      properties:
        segmentId:
          type: string
          description: A unique identifier assigned to a particular segment for a specific
            fund account within the investment structure
          example: segment1
        currentAmount:
          type: number
          description: The current value of the particular segment for a specific fund
            account within the investment structure. The current amount of the
            segment, considering any earnings, withdrawals, or adjustments due
            to transaction
          format: double
          example: 1000
        requestedAmount:
          type: number
          format: double
          example: 100
          description: The specific amount or percentage requested for withdrawal,
            transfer, or reallocation from the particular segment selected for a
            fund.This amount will be utilized when allocation option is selected
            as specified segments
```
