Skip to main content
GET
List assignment candidates with eligibility verdicts

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

fundId
string<uuid>
obrigatório

Fund registration identifier.

Parâmetros de consulta

limit
integer<int64>
padrão:100

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

Intervalo obrigatório: 1 <= x <= 500

Resposta

OK

borrowerConcentrationCap
string
obrigatório

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

concentrationBase
string
obrigatório

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

currency
string
obrigatório

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

data
object[] | null
obrigatório

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

dimensionsNotEvaluated
string[] | null
obrigatório

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
obrigatório

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>
obrigatório

How many receivables survived every rule.

eligibleExposure
string
obrigatório

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

fundId
string
obrigatório

Fund registration the pool was scored for.

observedAt
string
obrigatório

Instant the pool was read (RFC3339, UTC).

poolStateObserved
boolean
obrigatório

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
obrigatório

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

truncated
boolean
obrigatório

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