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