PortfolioRiskResponseWrapper
successboolean
data object
total_loansinteger
hex_zones object[]
Array [
hex_codestring
loan_countinteger
total_exposurenumber
delinquency_ratenumber
0.0-1.0 ratio of delinquent/default loans
avg_quality_scorenumber
risk_levelstring
Possible values: [low, medium, high]
]
meta object
request_idstring<uuid>
Unique request identifier
Example:
c86825f0-d8ca-4ae1-8226-514cc48e05c0cachedboolean
Whether the response was served from cache
Example:
falselatencystring
Server-side processing time
Example:
1.802457582sPortfolioRiskResponseWrapper
{
"success": true,
"data": {
"total_loans": 0,
"hex_zones": [
{
"hex_code": "string",
"loan_count": 0,
"total_exposure": 0,
"delinquency_rate": 0,
"avg_quality_score": 0,
"risk_level": "low"
}
]
},
"meta": {
"request_id": "c86825f0-d8ca-4ae1-8226-514cc48e05c0",
"cached": false,
"latency": "1.802457582s"
}
}