Configuring the Business Formulas

Business Formulas processes different inputs from your digital journey in order to generate desired outputs. By inserting arguments and using them in steps, the system creates complex calculations to be triggered in a flow. For the Value-Added Marketplace Powered Lending, there are several formulas configured.

To determine the eligibility of a customer, the system compares the maximum Debt-to-IncomeClosed The Debt-to-Income ratio (DTI) is a personal indicator of a good balance between debt and income. Monthly debt payment amount / Monthly gross amount (before taxes and other deductions). permitted with the new DTI, including the loan. The monthly installment of the three products are used to calculate the new DTI, as well as the Credit Bureau values:

  • If the maximum DTI is bigger or equal to the new DTI, then the customer is eligible for the amount and period selected.

    or

  • If the maximum DTI is smaller than the new DTI, the customer is not eligible for the requested amount.

This verification is done for all three products from Banking Product Factory.

IMPORTANT!  
The Credit Bureau data and the FICO score are simulated. They produce random numbers, all above the limit for approval.

Business Formulas

This is where you build business formulas based on your business needs. These are the formula names used in this solution:

Name
Scoring
RetailLoanFinancialAnalysis
PMTCalculation
MaxOffer
 

Formula Steps

Steps allow you to process a formula in successive stages and to use the output from a step as an input argument in subsequent steps. For each of the formulas below one or more steps were created.

   

Formula Input

Formula arguments are the entity's attributes which hold a single value (be it simple or collection) which is used as input for the formulas and their steps presented above.

Arguments

  

Data sets

Data sets are mappings that associate values for a set of discriminants (such as age, marital status, etc.) to values for a specific metric. Here are the data sets that are in the package.

NameFormula in which its is used
SCORING_EmploymentStatusScoring
ApplicationScoreDecisionRetailLoanFinancialAnalysis
SCORING_AgeScoring
SCORING_MaritalStatusScoring
SCORING_ActiveLoansNoScoring
MaxDTIRetailLoanFinancialAnalysis
FICOScoreDecisionScoring
FINCALC_ClientCategoryRetailLoanFinancialAnalysis
SCORING_TimeAtCurrentEmployerScoring
SCORING_WorstDeliquencyScoring

For more details, see Business Formulas.