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

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

# IriLoanValues

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://uat.api.zinnia.io
components:
  schemas:
    IriLoanValues:
      type: object
      properties:
        totalLoanBalance:
          type: number
          description: Outstanding loan amount including principal, accrued interest, and
            unpaid loan charges.
          example: 0
          minimum: 0
          maximum: 9999999999.99
        totalLoanPrincipal:
          type: number
          description: Original amount borrowed against the cash value, excluding accrued
            interest or charges.
          example: 0
          minimum: 0
          maximum: 9999999999.99
        loanPayoffAmount:
          type: number
          description: Total amount required to fully repay the policy loan, including
            accrued interest and adjustments.
          example: 0
          minimum: 0
          maximum: 9999999999.99
        maximumLoanAmount:
          type: number
          description: Highest amount that can be borrowed against the cash value.
          example: 0
          minimum: 0
          maximum: 9999999999.99
        minimumLoanAmount:
          type: number
          description: Smallest amount that can be borrowed against the cash value.
          example: 0
          minimum: 0
          maximum: 9999999999.99
        totalLoanAccruedInterest:
          type: number
          description: Interest accrued on the policy loan within the current year.
          example: 0
          minimum: 0
          maximum: 9999999999.99
        lastLoanInterestDueDate:
          type: string
          description: Last policy anniversary date when loan interest was due on an
            outstanding loan (yyyy-mm-dd).
          example: 2023-01-01
          format: date
        totalNumberOfLoan:
          type: number
          description: Total count of policy loans taken over the life of the policy.
          example: 0
          minimum: 0
        totalYearToDateLoanTaken:
          type: number
          description: Total amount of policy loans taken within the current calendar or
            policy year.
          example: 0
          minimum: 0
          maximum: 9999999999.99
```
