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

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

# CashValuesItem

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://qa.api.zinnia.io
components:
  schemas:
    CashValuesItem:
      type: object
      properties:
        SourceSystem:
          type: string
          enum:
            - LC
        AsOfDate:
          format: date-time
          type: string
        SurrenderCharge:
          type: number
        AccountValue:
          type: number
        LoanPrinciple:
          type: number
        CashValue:
          type: number
        CumulativePremiumAmount:
          type: number
        MinimumDeathBenefit:
          type: number
        GuaranteedMinimumDeathBenefit:
          type: number
        DeathBenefitAmount:
          type: number
        YtdPremiumAmount:
          type: number
        YtdWithdrawal:
          type: number
        TotalWithdrawal:
          type: number
        GWB:
          type: number
        DeathBenefitValue:
          type: number
        NetCashSurrenderValue:
          type: number
        RequiredMinimumDistribution:
          type: number
        GuaranteedCashSurrenderValueIndex:
          type: number
        GuaranteedCashSurrenderValue:
          type: number
        FreeWithdrawalAmount:
          type: number
        FreeWithdrawalRemaining:
          type: number
        GuaranteedAnnualPaymen:
          type: number
      required:
        - SourceSystem
        - AsOfDate
        - SurrenderCharge
        - AccountValue
        - LoanPrinciple
        - CashValue
        - CumulativePremiumAmount
        - MinimumDeathBenefit
        - GuaranteedMinimumDeathBenefit
        - DeathBenefitAmount
        - YtdPremiumAmount
        - YtdWithdrawal
        - TotalWithdrawal
        - GWB
        - DeathBenefitValue
        - NetCashSurrenderValue
        - RequiredMinimumDistribution
        - GuaranteedCashSurrenderValueIndex
        - GuaranteedCashSurrenderValue
        - FreeWithdrawalAmount
        - FreeWithdrawalRemaining
        - GuaranteedAnnualPaymen
```
