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

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

# ArrangementsAttributes

## OpenAPI definition

```yaml
openapi: 3.0.0
info:
  title: Policy Service
  version: 0.0.21
servers:
  - url: https://qa.api.zinnia.io
components:
  schemas:
    ArrangementsAttributes:
      type: object
      properties:
        arrangementId:
          type: string
        arrangementType:
          type: string
        arrangementMode:
          type: string
        paymentForm:
          type: string
        numberOfModalOccurences:
          type: string
        requestedAmount:
          type: string
        appliedAmount:
          type: string
        calculatedAmount:
          type: string
        taxableGainAmount:
          type: string
        loanType:
          type: string
        loanInterestType:
          type: string
        loanPaymentType:
          type: string
        disbursementType:
          type: string
        sourceTransferAmountType:
          type: string
        requestedPercent:
          type: string
        requestedDate:
          type: string
        effectiveDate:
          type: string
        totalChargeAmount:
          type: string
        arrStatus:
          type: string
        startDate:
          type: string
        reason:
          type: string
        nextActivityDate:
          type: string
        lastActivityDate:
          type: string
        endDate:
          type: string
        valueAdjustmentFundId:
          type: string
        valueAdjustmentCoverageId:
          type: string
        valueAdjustmentPriorAmount:
          type: string
        valueAdjustmentSegmentId:
          type: string
      required:
        - arrangementId
        - arrangementType
        - arrangementMode
        - paymentForm
        - numberOfModalOccurences
        - requestedAmount
        - appliedAmount
        - calculatedAmount
        - taxableGainAmount
        - loanType
        - loanInterestType
        - loanPaymentType
        - disbursementType
        - sourceTransferAmountType
        - requestedPercent
        - requestedDate
        - effectiveDate
        - totalChargeAmount
        - arrStatus
        - startDate
        - reason
        - nextActivityDate
        - lastActivityDate
        - endDate
        - valueAdjustmentFundId
        - valueAdjustmentCoverageId
        - valueAdjustmentPriorAmount
        - valueAdjustmentSegmentId
```
