timveroOS workflows - [Beta]
Last updated
Last updated
This tool allows Financial Institution (FIs) to design a scoring process for participants using the features mentioned earlier. When a feature is included in an algorithm, the system retrieves and processes the corresponding data source response:
The Workflow consist of Tasks and Logic functions.
Expression - Python or JavaScript, mathematical-functions based expressions allowing logical and logistical expressions implementation
Save to profile - interface to save outputs on the workflow (context) to the associated with this workflow execution participant or asset. These profile outputs later can be used for the pricing caluclations, documents and other process. More about that here Profiles formalization and mapping entities with workflows
Save alert fact - interface to save the alerts = red zone = decline with the decline reason from the Catalogs
Save info fact - interface to save any information as a fact to the particpant/ asset workflow execution
Switch - function to create brunches with various logic
Interrupt workflow - function to stop the execution at that point (for example after setting task Save alert fact)
Here is an example of pulling the Experian data source with the Past Due feature using Load Datasource interface:
After receiving the value of the feature into the workflow you can build various Expession implementing your logical/ logistical model:
When needed use Switch to create various exclusive branches:
When you have all your Profile parameters being calculated use Save to profile interface to transfer values of the outputs to the particiapnt/ asset profile in the LOS/ LSS:
Similary to the Save to Profile interface use Save to Alerts fact for automatic declining and Save Warning Fact for manual review of the relevant business unit of the FIs:
However, not all client profile attributes can come from the decision algorithm. Depending on the business logic of the process, some attributes might result from user actions. For example, if a borrower disputes the offered amounts and provides details of additional income sources, this information, once verified by a designated user, becomes part of the client profile, prompting the system to automatically update the offers.
Additionally not in all cases all datasources can provide a response with all data for every participant and the system' isn't able to extract and transform data from response for setting client profile. It's managed by setting the form scheme for task Save Warning Fact.
More on how you can use saved to the Profile outputs here Profiles formalization and mapping entities with workflows
More on the workflow interventions for the manual review here Manual Decision-Making Process in timveroOS
More on setting and using form schemes here Form builder
More on setting catalog here Catalogs
Load datasorce - interface allowing to fetch the transformed ready-to-use data from the connected thought the datasources
Save warning fact - interface to save the warnings = yeollow zone =