Skip to main content
GET
List assignment candidates with eligibility verdicts

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

fundId
string<uuid>
requerido

Fund registration identifier.

Parámetros de consulta

limit
integer<int64>
predeterminado:100

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

Rango requerido: 1 <= x <= 500

Respuesta

OK

borrowerConcentrationCap
string
requerido

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

concentrationBase
string
requerido

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

currency
string
requerido

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

data
object[] | null
requerido

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

dimensionsNotEvaluated
string[] | null
requerido

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
requerido

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>
requerido

How many receivables survived every rule.

eligibleExposure
string
requerido

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

fundId
string
requerido

Fund registration the pool was scored for.

observedAt
string
requerido

Instant the pool was read (RFC3339, UTC).

poolStateObserved
boolean
requerido

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
requerido

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

truncated
boolean
requerido

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