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

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

# LoanRepaymentQuoteTransactionAmounts

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://qa.api.zinnia.io
components:
  schemas:
    AmountType:
      type: string
      enum:
        - AMOUNT
        - PERCENTAGE
        - MAX
        - FREEWITHDRAWALAMOUNT
        - WITHDRAWALUNTILBASIS
        - EARNINGSONLY
        - PRORATA
        - PERCENT
        - MODIFIEDEARNINGSONLY
        - SUNINCOMEMAXIMIZERONLYLBRMAXIMUM
        - SUNINCOMEMAXIMIZERNETONETIMEACCESS
        - NONSUNINCOMEMAXIMIZERLBRSWDMAXIMUM
        - SUNINCOMEMAXIMIZERGROSSONETIMEACCESS
        - YEARTODATEFIXEDEARNINGS
        - EARNINGSLIQUIDITYFIRST
        - EARNINGSLIQUIDITYLAST
        - GUARANTEEDWITHDRAWALBENEFIT
        - FIXEDMODIFIEDEARNINGS
        - ACCUMULATEDEARNINGS
        - LIFEEXPECTANCY
        - DEFAULT
    DisbursementType:
      type: string
      enum:
        - GROSS
        - NET
        - NETNET
    DisbursementPaymentForm:
      type: string
      enum:
        - DTCC
        - EFT
        - ACH
        - CHECK
        - WIRE
    LoanRepaymentQuoteTransactionAmounts:
      type: object
      properties:
        requestedAmount:
          type: number
          example: 1000
          description: Requested amount value
        appliedAmount:
          type: number
          example: 500
          description: Applied amount value
        netPaymentAmount:
          type: number
          format: double
          description: The net amount actually received from the agent to be applied to
            the policy.
          example: 48000.28
        taxableAmount:
          type: number
          format: double
          description: The portion of a transaction applied amount that is considered
            taxable based on IRS regulations.
          example: 100.23
        amountType:
          $ref: "#/components/schemas/AmountType"
        disbursementType:
          $ref: "#/components/schemas/DisbursementType"
        disbursementPaymentForm:
          $ref: "#/components/schemas/DisbursementPaymentForm"
        premiumPortionAmount:
          type: number
          format: double
          description: The amount paid toward the premium when the policy has a loan
            balance.
          example: 1000.51
        loanRepaymentPortionAmount:
          type: number
          format: double
          description: The amount paid toward the Loan Repayment when the policy has a
            loan balance.
          example: 1000.51
        repaymentInterestAmount:
          type: number
          format: double
          description: The amount of interest repaid as part of transaction. This gets
            calculated on events such as loan repayment, systematic loan
            repayment,etc.
          example: 1000.51
```
