Get DLA balance for a single director

GET https://app.speybooks.com/api/v1/director-loans/balance/{directorId}

Returns the DLA balance for a single director with full exposure detail including S455 calculation and BiK applicability.

Path parameters

directorId string required
Director ID (e.g. dir_1). Must use the director prefix.

Response

200 Detailed DLA balance with S455 exposure, BiK calculation, connected persons aggregation, and warning level (green/amber/red).
Show response fields
aggregatedBalancePence integer
balancePence integer
directorId string
fullName string
s455 object
Show child attributes
exposed boolean
exposurePence integer
rate number
status string

Error codes

400 Invalid director ID format.
404 Director not found.