Update eligibility denial reasons to include RELATED_COUNTERPARTY_IS_LATE for late repayment tracking
10 days ago by ReadMe API
Changes
-
No API endpoints were added, updated, or deleted.
-
Updated Extensions:
- Modified multiple enum values for
status_reason,max_amount_details, anddenial_reasonproperties across several schemas such asAPIBorrower,APICreditLimit,APIInvoice,ApiBorrowerFinancialProduct,EligibilityDenialReason,LoanAPI, andMinimalLoanAPI. - Notably, replaced the
REMOVED_FROM_COMMERCIAL_REGISTER_BORROWERdenial reason withRELATED_COUNTERPARTY_IS_LATEto align with new logic tracking late repayments via eligibility codes rather than flags.
- Modified multiple enum values for
These changes ensure that late repayment borrowers are now correctly identified in eligibility checks using the new RELATED_COUNTERPARTY_IS_LATE code, reflecting the updated business logic described in the PR.
