wafeq_amortizations_preview_create
Preview amortization schedules by simulating the events that would be generated, without writing to the ledger.
Instructions
๐ข READ-ONLY ยท preview / simulation ยท Amortizations ยท POST /amortizations/preview/
Preview amortization schedule
Endpoint for previewing the amortization events that would be generated for the given schedule, without creating an amortization.
This is a POST, but Wafeq documents it as a simulation: it returns the events that WOULD be generated and writes nothing to the ledger.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (application/json). | |
| duration | No | ||
| status__in | No | * `AMORTIZING` - Amortizing * `DRAFT` - Draft * `ENDED_EARLY` - Ended Early * `FULLY_AMORTIZED` - Fully Amortized * `INACTIVE` - Inactive * `SCHEDULED` - Scheduled | |
| end_date_after | No | ||
| end_date_before | No | ||
| recognition_type | No | ||
| start_date_after | No | ||
| start_date_before | No |