From c400f1d69da6ca68c9eda6dad2e42f756eb7aaf4 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 5 Jun 2025 18:49:14 -0400 Subject: [PATCH] addded comments --- app/api/services/offer_analysis.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/api/services/offer_analysis.py b/app/api/services/offer_analysis.py index 28d6e30..a30c7ae 100644 --- a/app/api/services/offer_analysis.py +++ b/app/api/services/offer_analysis.py @@ -35,6 +35,7 @@ class OfferAnalysis: @staticmethod def _analyze_rack_checks(rack_response): + # "racResponse": { # "accountStatus": true, # "bvnValidated": true, @@ -48,6 +49,17 @@ class OfferAnalysis: # }, # + ''' + 30 days + Eligibility amount (monthly SOL) - Adoption of 50% of the least salary inflow in the past 6 months + to determine loan eligibility for potential customers. + + 3 months + Adoption of 75% of the least salary inflow in the past 6 months to determine loan eligibility for + potential customers" for customers that have unstable income. 3 months + ''' + # rac_true_rules + return 0 @staticmethod