Configuring the Banking Products

This processor creates and maintains products that are used in FintechOS form driven flows and later in digital journeys. To visualize and to administer them, access the dedicated menu for Banking Product Factory within the FintechOS Studio. It offers configurations such as product dimensions for commissions and interests and product filter to navigate through the list of products created based on a filtering scope. After installation, the Mobile Retail Loan Origination journey has banking products configured with the active status.

HINT  
The products from the package that can be used are those that are valid in between the given start date and end date. Additionally, the products which have the active status are displayed in the journey.

For this solution, several banking products were configured for loans and two for credit cards:

  • Classic, BP1
  • Flexibile, BP2
  • Savvy, BP3
  • Smart, BP4
  • Basic, BP5
  • Shopping Credit Card, CC1
  • Flying Credit Card, CC2.

The system calculates the input values (amount and period) to return a suggestion from the five loans to the customer. In FintechOS Studio, the values inputted by the customer are registered, afterwards the system calls for the maximum and minimum amounts and periods for each banking product. For details, see the server automation script FTOS_BARET_FilterAvailableProductsAmountAndPeriod. Depending on the values inserted, the system checks to see whether the values are found within the minimum and maximum or each banking product listed above. Then, it lists the top 3 (or less depending on the result) based on the order in the naming of the products. To change the maximum number of three products displayed navigate to the form FTOS_BARET_LoanSimulation, step Simulation, Advanced, After Events and in the code change the property maxProductsDisplayed from 3 to the needed number in the array params.

                         

Discounts

  
Banking ProductValue of the Discount applied
Smart1.5
Savvy1
Basic2
Flexible1
Classic1

For more details about this automation processor, see Banking Product Factory v2.2.6000.