1
0

addded comments

This commit is contained in:
CHIEFSOFT\ameye
2025-06-05 18:49:14 -04:00
parent f7daa12531
commit c400f1d69d
+12
View File
@@ -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