Skip to content

Aging Report

The Aging Report provides a breakdown of your portfolio by days past due (DPD). It helps you understand the age distribution of outstanding debt and prioritize collection efforts accordingly.

What is DPD?

Days Past Due is the number of calendar days since the account's due date. The higher the DPD, the older the debt — and typically, the harder it is to collect.

Accessing the Report

Navigate to Analytics > Aging from the sidebar. The report loads automatically using the aging buckets configured for your organization.

Aging Buckets

By default, Fynex groups accounts into six standard aging buckets:

BucketDPD Range
Current0
Early1–30
Mid31–60
Late61–90
Serious91–180
Write-off180+

TIP

You can customize the aging bucket definitions in your organization settings. The report will automatically use your custom ranges.

Reading the Report

The page shows:

  • Summary cards — Total accounts and total outstanding amount across all buckets.
  • Bar chart — Visual distribution of outstanding amounts across buckets. Colors progress from green (current) to red (write-off), making concentration easy to spot.
  • Breakdown table — Detailed view with account count, total amount, and percentage of total for each bucket.

Exporting

Click the Export CSV button to download the aging summary as a CSV file. This is useful for board reports, investor updates, or regulatory submissions.

Filtering

You can optionally filter the aging report by campaign to see the age profile of a specific portfolio segment.

API Access

The aging summary is available programmatically:

GET /api/admin/aging/summary?format=json
GET /api/admin/aging/summary?format=csv&campaign_id=<uuid>

See the API Reference for details.