Skip to main content
GET
List assignment candidates with eligibility verdicts

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

fundId
string<uuid>
required

Fund registration identifier.

Query Parameters

limit
integer<int64>
default:100

Pool window size. Verdicts are computed over the returned window as the proposed set.

Required range: 1 <= x <= 500

Response

OK

borrowerConcentrationCap
string
required

The invariable per-debtor cap, as a decimal fraction string, scale 8. It is never configuration.

concentrationBase
string
required

Denominator the surviving composition was measured against: the fund's accepted stock plus the admitted set.

currency
string
required

ISO currency code every amount in this response is denominated in.

data
object[] | null
required

One verdict per candidate, in receivable-reference order. Always present, empty slice when the pool is empty.

dimensionsNotEvaluated
string[] | null
required

Concentration dimensions this scoring could not measure. sector has no data source at all (the payment-source aggregate carries none); assignor is listed when the pool carries no per-receivable assignor.

eligibilityMode
string
required

full (our verification is authoritative) or prefilter (the administrator verifies; this runs ahead of the offer file). The same engine either way.

eligibleCount
integer<int64>
required

How many receivables survived every rule.

eligibleExposure
string
required

Total exposure of the surviving composition, decimal string, scale 2.

fundId
string
required

Fund registration the pool was scored for.

observedAt
string
required

Instant the pool was read (RFC3339, UTC).

poolStateObserved
boolean
required

False when the fund's accepted stock, in-flight set membership and repeated-cut tally could not be read. In that state the caps were measured against the proposed set alone and the exclusivity and repeated-cut fences were NOT evaluated.

ruleVersion
string
required

Identifier of the eligibility/concentration rule that produced these verdicts.

truncated
boolean
required

True when more assignable receivables exist than the requested window. Verdicts are computed OVER the returned window as the proposed set.