addded comments
This commit is contained in:
@@ -35,6 +35,7 @@ class OfferAnalysis:
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def _analyze_rack_checks(rack_response):
|
def _analyze_rack_checks(rack_response):
|
||||||
|
|
||||||
|
|
||||||
# "racResponse": {
|
# "racResponse": {
|
||||||
# "accountStatus": true,
|
# "accountStatus": true,
|
||||||
# "bvnValidated": 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
|
return 0
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user