Published on : July 09, 2020

What is NBFC?
Validates whether the NBFC is OK or Not

Service Used: sublan_eligibility.nbfc

The Service does the following activities.

  • Return if valid or not

NBFC Settings (NBFC)

fixed The fixed nbfc for the loan defined in productvarchar

Logic: Calculation of NBFC

Product Settings 
----------------- 
Product Settings is Compulsory (error if no settings) 
 
Fixed 
-------- 
Check if set as fixed  
 
Required 
----------- 
Required - Defaults to Calc.  
Can be over written by rtsettings 
Can be overwritten by Product Settings 
 
Option NBFC
------------
Get all the list of NBFC from common meta

check
--------
Check if given NBFC is present in options 
If found then Valid else Not Valid 
Output:  
nbfc" => array(8)
[
"debug" => array(1)
"nbfc_options" => array(8)
"required" => string(3) "yes"
"input_nbfc" => string(7) "bajrang"
"nbfc" => string(7) "bajrang"
"valid_nbfcs" => array(8)
"status" => string(7) "success"
"message" => string(14) "NBFC validated"
]

Visual Output