Added

Day of Period added to Loan Tape

Release Date

July 10, 2026

Products Affected

Loan Tape API

Impact

New field added to Loan Tape response

Audience

Customers using Credit Ledgering

Action Required

None

Overview

The Loan Tape object now includes a new day_of_period field. This field indicates which day of the current billing period a given loan tape snapshot represents, identifying where a loan tape falls within its billing cycle.

Details

  • New field: day_of_period
  • Type: integer
  • Description: The day of the billing period that the loan tape represents. The count begins at the start of the billing period, so the first day of a period is represented as 0.
  • day_of_period is populated automatically on every loan tape and increments across the days of a billing period, resetting at the start of each new period.
  • Backwards compatibility: This is a purely additive change. No existing fields have been renamed, removed, or changed in behavior. Clients that do not consume day_of_period are unaffected.

Example Loan Tape Response (truncated)

{
  "token": "string",
  "financial_account_token": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "date": "2026-07-12",
  "day_of_period": 0,
  "created": "2026-07-12T16:15:52.625Z",
  "updated": "2026-07-12T16:15:52.625Z",
//...
}

Release Timeline

Available now: July 10, 2026.

User Impact

This is a purely additive change. No existing fields have been renamed, removed, or changed in behavior. Clients that do not consume day_of_period are unaffected.

For more information on the Loan Tape API, head to the API Reference page

If you have any questions or concerns, please contact us via the HELP link in your Lithic Dashboard.


The Lithic changelog has an RSS feed! To monitor for new update announcements, subscribe with your preferred RSS reader.