---
title: "Preview amortization schedule"
method: POST
path: "/amortizations/preview/"
tags: ["Amortizations"]
---

# Preview amortization schedule

`POST /amortizations/preview/`

Endpoint for previewing the amortization events that would be generated for the given schedule, without creating an amortization.

## Query parameters

- `duration` '12_MONTHS' | '24_MONTHS' | '3_MONTHS' | '4_MONTHS' | '6_MONTHS' | 'CUSTOM' | '__null__'
- `end_date_after` string, date
- `end_date_before` string, date
- `recognition_type` 'DAILY' | 'MONTHLY' | '__null__'
- `start_date_after` string, date
- `start_date_before` string, date
- `status__in` string[]

## Request body

- AmortizationPreviewInput
  - `amount` number, double, required — The total amount to amortize.
  - `currency` 'AED' | 'SAR' | 'USD' | 'EUR' | 'CAD' | 'AFN' | 'ALL' | 'AMD' | 'ARS' | 'AUD' | 'AZN' | 'BAM' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BND' | 'BOB' | 'BRL' | 'BWP' | 'BYN' | 'BZD' | 'CDF' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'GBP' | 'GEL' | 'GHS' | 'GNF' | 'GTQ' | 'HKD' | 'HNL' | 'HRK' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'IQD' | 'IRR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KHR' | 'KMF' | 'KRW' | 'KWD' | 'KZT' | 'LBP' | 'LKR' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MMK' | 'MOP' | 'MUR' | 'MXN' | 'MYR' | 'MZN' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RUB' | 'RWF' | 'SDG' | 'SEK' | 'SGD' | 'SOS' | 'SYP' | 'THB' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'UYU' | 'UZS' | 'VES' | 'VND' | 'XAF' | 'XOF' | 'YER' | 'ZAR' | 'ZMW' — * `AED` - AED ⃱ * `SAR` - SAR ⃁ * `USD` - USD $ * `EUR` - EUR € * `CAD` - CAD $ * `AFN` - AFN ؋ * `ALL` - ALL Lek * `AMD` - AMD դր. * `ARS` - ARS $ * `AUD` - AUD $ * `...` Full information for [CurrencyEnum](currencyenum)
  - `description` string, required — The description of the amortization.
  - `duration` '3_MONTHS' | '4_MONTHS' | '6_MONTHS' | '12_MONTHS' | '24_MONTHS' | 'CUSTOM', required — * `3_MONTHS` - 3 Months * `4_MONTHS` - 4 Months * `6_MONTHS` - 6 Months * `12_MONTHS` - 12 Months * `24_MONTHS` - 24 Months * `CUSTOM` - Custom Full information for [DurationEnum](durationenum)
  - `end_date` string, date, required — The end date of the amortization schedule.
  - `recognition_type` 'DAILY' | 'MONTHLY', required — * `DAILY` - Daily * `MONTHLY` - Monthly Full information for [RecognitionTypeEnum](recognitiontypeenum)
  - `start_date` string, date, required — The start date of the amortization schedule.

## Response `200`

- AmortizationEventPreview[]
  - `amount` number, double, required — The amount recognized for this event.
  - `balance` number, double, required — The remaining balance after this event.
  - `date` string, date, required — The date when this event would post.
  - `description` string, required — The description of the event.

---

[API](https://skmtc.net/wafeq/apis/wafeq-public-api.md) · [All operations](https://skmtc.net/wafeq/apis/wafeq-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wafeq/wafeq-public-api/versions/36816b4fce7f/schema)
