Skip to main content
GET
List accounting profiles

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

loanProductVersionId
string<uuid>

Narrow to the charts of one loan product version. A version owns a chain of charts, each with the day it takes force; combine with asOf for the one governing a given day.

accountingMode
enum<string>

Narrow to one accounting mode.

Available options:
accrual,
cash
asOf
string<date>

Narrow to the chart IN FORCE on this civil day (YYYY-MM-DD), one per loan product version: the one with the greatest effectiveFrom at or below it. Omit to list the whole chain, which is what an audit of how the configuration changed needs. A future day answers what the product will book into once a scheduled chart takes force.

limit
integer<int64>
default:25

Page size.

Required range: 1 <= x <= 100
offset
integer<int64>
default:0

Page offset.

Required range: 0 <= x <= 10000

Response

OK

data
object[] | null
required

Page of posting configurations, newest first; always present, empty slice when none match.