latestOpenAPI 3.0.02026-08-10233809957.8 KB
5cdfae3fa1fa
Probability of Default
List Probability Of Default
Supported for:
freshbooks quickbooks quickbooksDesktop xero dynamicsBusinessCentral zohoBooks byod
get/v2/analytics/probabilityOfDefault
Query parameters
connectionUuidstring required
Unique connection identifier.
startDatestring
The start date of the Transaction report frequency in the format: YYYY-MM-DD.
endDatestring
The end date of the Transaction report frequency in the format: YYYY-MM-DD.
offsetnumber
The offset is the position in the dataset of a particular record.
limitnumber
This is the size of the results set you would like (default: 100).
orderBystring
reconstruct'true' | 'false'
Railz reconstructed Probability Of Default
Response
Example response
{
"count": 1,
"reports": [
{
"meta": {
"connectionUuid": "CON-396d5daa-26b2-4979-89b6-cafb2c298155",
"businessName": "Railz",
"serviceName": "xero",
"reportId": "5fad8a342a88364234392fb5",
"startDate": "2020-11-25T01:02:03Z",
"endDate": "2020-11-25T01:02:03Z",
"createdAt": "2020-12-25T01:02:03Z",
"updatedAt": "2020-12-25T01:02:03Z"
},
"data": {
"markovPD": 0.659176337,
"mertonPD": 0.659176337,
"wilcoxPD": 0.659176337,
"altmanZScorePD": 0.659176337,
"aggregatePD": 0.659176337,
"logitPD": 0.659176337
}
}
]
}