Loss Given Default (LGD) Model
quantlib-ml
Loss Given Default (LGD) Model
Beta regression model for Loss Given Default, bounded between 0 and 1. Essential for Basel IRB capital calculations and IFRS 9 expected credit loss estimation. Models the proportion of exposure lost when default occurs. [Tier: ENTERPRISE, Credits: 10]
POST
Loss Given Default (LGD) Model
Authorizations
API key for authentication. Get your key at https://api.fincept.in/auth/register
Body
application/json
Features (collateral value, seniority, recovery costs, etc.)
Example:
[
[80000, 1, 5000],
[120000, 0, 3000],
[50000, 1, 7000]
]LGD values (0-1, proportion of loss)
Example:
[0.25, 0.65, 0.18]Optional features for LGD prediction
Example:
[[95000, 1, 4500]]